| #
e0133700
|
| 05-Dec-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/saws-push-header-body' into barry/saws-options
|
| #
fb3f26da
|
| 04-Dec-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Merge branch 'jed/malloc-array'
Type arguments dropped from PetscMalloc[2-7], PetscNew, and PetscNewLog, added PetscMalloc1 for allocating typed arrays, add PetscCalloc[1-7] for allocating cleared (
Merge branch 'jed/malloc-array'
Type arguments dropped from PetscMalloc[2-7], PetscNew, and PetscNewLog, added PetscMalloc1 for allocating typed arrays, add PetscCalloc[1-7] for allocating cleared (zeroed) memory.
* jed/malloc-array: Sys: Add pointer casts from (void **) in calls to PetscMalloc1() Sys: drop explicit type arguments from PetscNew() and PetscNewLog() Sys: add PetscCalloc[1-7] Sys: add PetscMalloc1 macro, array allocation without redundant types PetscMalloc[2-7]: remove type arguments, infer from pointer type SNESComputeJacobianDefaultColor: fix uninitialized variable
show more ...
|
| #
785e854f
|
| 03-Dec-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Sys: add PetscMalloc1 macro, array allocation without redundant types
The type is inferred from the pointer return type. This patch is automated via the following script:
git grep -l 'PetscMalloc(
Sys: add PetscMalloc1 macro, array allocation without redundant types
The type is inferred from the pointer return type. This patch is automated via the following script:
git grep -l 'PetscMalloc(.*sizeof' src | xargs perl -pi -e 's@PetscMalloc\(([^,;]*[^,; ]) *\* *sizeof\([^,;()]+\),@PetscMalloc1($1,@'
This commit contains an additional bug-fix in csrperm.c, fixing pointer arity. The code was introduced in 2006, but the allocation could not have been correct at any time. This probably means that MatDuplicate_SeqAIJPERM has never been tested.
a54129beb540034ba105796c682d589e7e1111f2 Richard Tran Mills <rmills@ornl.gov>
Added MATSEQCSRPERM support for MatDuplicate() and conversion to/from MATSEQAIJ. Note that these changes are not quite debugged.
show more ...
|
| #
4042b796
|
| 17-Mar-2013 |
Jed Brown <jed@59A2.org> |
Merge branch 'master' into jed/ts-eimex
Sync to include Git conversion, PETSC_EXTERN, and minor API changes.
Conflicts: src/ts/interface/tsregall.c
|
| #
e79ce49d
|
| 02-Feb-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: f37b1e00e84f4f2c19b94a78ed2de72bd29e5778
|
| #
2205254e
|
| 02-Feb-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Partially uncrustified /src/mat/*
Hg-commit: f66b7241e67ccd55e47747ce1f2433e82e4f86b9
|
| #
72ca7aa7
|
| 25-Jan-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 0abf89d5ee6edf91e6393c34ebd34611a44a1ae3
|
| #
be332245
|
| 25-Jan-2013 |
Karl Rupp <rupp@mcs.anl.gov> |
Partially unified indentation to two spaces rather than 3, 5, etc.
Hg-commit: 72aceb82fa10cae79a777f91c00d187d4e02f4f6
|
| #
6c2930d4
|
| 18-Sep-2012 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge
Hg-commit: 29c41d281e3ece3127c753661dccfd04e452b7f8
|
| #
3e08d2be
|
| 18-Sep-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
removed trailing blanks from source code added rule rmtrailingblanks accessible via make ACTION=remtrailingblanks tree
Hg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a
|
| #
0f55b88d
|
| 03-Jul-2012 |
Satish Balay <balay@mcs.anl.gov> |
backout all chmod stuff in bf971ba58125 [but keep diffs to src/mat/impls/aij/mpi/mpimatmatmult.c ]
Hg-commit: 4a812fc1f35496ce2717c7da9ef12ffabbd13258
|
| #
c0174eb7
|
| 03-Jul-2012 |
Mark F. Adams <mark.adams@columbia.edu> |
removed a spurious call to MatSetBlockSize.
Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a
|
| #
d39137a2
|
| 12-Jan-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: d540875a63b3c979c82b6a7fa7f062571e906d10
|
| #
247e2d92
|
| 06-Jan-2012 |
Jed Brown <jed@59A2.org> |
Mass revert file modes that were made executable in f6e61ee9c329
Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5
|
| #
832f7384
|
| 01-Jan-2012 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: ee8d91ae0580d1d4fa92be38a18d40c838b9a257
|
| #
14e519b0
|
| 31-Dec-2011 |
Mark F. Adams <mark.adams@columbia.edu> |
changed MatMatMult to MatTranposeMatMult.
Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f
|
| #
c6db04a5
|
| 14-Mar-2011 |
Jed Brown <jed@59A2.org> |
Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.h
Hg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07
|
| #
47dad92f
|
| 13-Mar-2011 |
Sean Farley <sean@mcs.anl.gov> |
Merged
Hg-commit: d8c12016d3250a8d659fa779bc1698da4d6c5237
|
| #
7d0a6c19
|
| 12-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
removed #define PETSCXXX_DLL from top of all source files
Hg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1
|
| #
2d200336
|
| 06-Nov-2008 |
Matthew Knepley <knepley@mcs.anl.gov> |
Merge
Hg-commit: af487d5b45dae01d0566132d57158d0286d6a750
|
| #
7c4f633d
|
| 03-Nov-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
removed -I$PETSC_DIR from make system and changed the corresponding #include "src/dsdsdsds" to "../src/sdsdsds" in the source code
Hg-commit: 6e3c4cc4b4bfcb366bae9b71afcb5009c1f0429d
|
| #
ff43f1e1
|
| 27-Dec-2004 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.2823 knepley@khan.mcs.anl.gov|ChangeSet|20041227184524|03092 ChangeSet 1.2823 04/12/06 21:02:19 knepley@khan.mcs.anl.gov +1 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into kh
bk-changeset-1.2823 knepley@khan.mcs.anl.gov|ChangeSet|20041227184524|03092 ChangeSet 1.2823 04/12/06 21:02:19 knepley@khan.mcs.anl.gov +1 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into khan.mcs.anl.gov:/home/knepley/PETSc-dev/petsc-dev
include/petscmath.h 1.25 04/12/06 21:02:17 knepley@khan.mcs.anl.gov +0 -0 Auto merged
Hg-commit: d9a23f3f6ba72ee627446f6648bb36a3d0345c22
show more ...
|
| #
de7579db
|
| 22-Dec-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.2821.1.23 Kris@p4buschel.|ChangeSet|20041222115158|49115 ChangeSet 1.2821.1.23 04/12/22 03:51:58 Kris@p4buschel. +2 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into p4buschel.
bk-changeset-1.2821.1.23 Kris@p4buschel.|ChangeSet|20041222115158|49115 ChangeSet 1.2821.1.23 04/12/22 03:51:58 Kris@p4buschel. +2 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into p4buschel.:F:/Home/Kris/petsc/hong-dev
src/mat/impls/baij/seq/baij.c 1.118 04/12/22 03:51:57 Kris@p4buschel. +0 -0 Auto merged
include/petscmat.h 1.167 04/12/22 03:51:57 Kris@p4buschel. +0 -0 Auto merged
Hg-commit: fe83a850911b4f07e2f4ddeb845c0d2ceae453eb
show more ...
|
| #
be1d678a
|
| 22-Dec-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.2821.9.1 Kris@p4buschel.|ChangeSet|20041222115123|41198 ChangeSet 1.2821.9.1 04/12/22 03:51:23 Kris@p4buschel. +163 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
bk-changeset-1.2821.9.1 Kris@p4buschel.|ChangeSet|20041222115123|41198 ChangeSet 1.2821.9.1 04/12/22 03:51:23 Kris@p4buschel. +163 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/zerodiag.c 1.14 04/12/22 03:51:15 Kris@p4buschel. +4 -2 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/ptap.c 1.2 04/12/22 03:51:15 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/multequal.c 1.6 04/12/22 03:51:15 Kris@p4buschel. +5 -4 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/matstash.c 1.14 04/12/22 03:51:15 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/matioall.c 1.34 04/12/22 03:51:15 Kris@p4buschel. +4 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/matio.c 1.24 04/12/22 03:51:15 Kris@p4buschel. +3 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/getcolv.c 1.11 04/12/22 03:51:15 Kris@p4buschel. +2 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/gcreate.c 1.38 04/12/22 03:51:15 Kris@p4buschel. +4 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/freespace.c 1.6 04/12/22 03:51:15 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/convert.c 1.19 04/12/22 03:51:15 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/compressedrow.c 1.11 04/12/22 03:51:14 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/utils/axpy.c 1.22 04/12/22 03:51:14 Kris@p4buschel. +6 -5 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/partition/spartition.c 1.9 04/12/22 03:51:14 Kris@p4buschel. +10 -9 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/partition/partition.c 1.30 04/12/22 03:51:14 Kris@p4buschel. +19 -18 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/partition/impls/scotch/scotch.c 1.16 04/12/22 03:51:14 Kris@p4buschel. +11 -9 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/partition/impls/pmetis/pmetis.c 1.23 04/12/22 03:51:14 Kris@p4buschel. +3 -2 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/partition/impls/party/party.c 1.13 04/12/22 03:51:14 Kris@p4buschel. +7 -6 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/partition/impls/jostle/jostle.c 1.11 04/12/22 03:51:14 Kris@p4buschel. +4 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/partition/impls/chaco/chaco.c 1.15 04/12/22 03:51:14 Kris@p4buschel. +8 -7 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/sregis.c 1.10 04/12/22 03:51:14 Kris@p4buschel. +9 -8 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/sprcm.c 1.8 04/12/22 03:51:14 Kris@p4buschel. +2 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/spqmd.c 1.8 04/12/22 03:51:14 Kris@p4buschel. +2 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/spnd.c 1.8 04/12/22 03:51:14 Kris@p4buschel. +2 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/spinver.c 1.6 04/12/22 03:51:14 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/sp1wd.c 1.9 04/12/22 03:51:14 Kris@p4buschel. +2 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/sorder.c 1.21 04/12/22 03:51:13 Kris@p4buschel. +7 -5 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/rootls.c 1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/rcm.c 1.9 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/qmdupd.c 1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/qmdrch.c 1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/qmdqt.c 1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/qmdmrg.c 1.9 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/genrcm.c 1.9 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/genqmd.c 1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/gennd.c 1.9 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/gen1wd.c 1.9 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/fnroot.c 1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/fndsep.c 1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/fn1wd.c 1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/order/degree.c 1.8 04/12/22 03:51:13 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/matfd/fdmatrix.c 1.30 04/12/22 03:51:13 Kris@p4buschel. +16 -14 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/interface/mhas.c 1.9 04/12/22 03:51:12 Kris@p4buschel. +2 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/interface/matrix.c 1.164 04/12/22 03:51:12 Kris@p4buschel. +121 -121 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/interface/matregis.c 1.40 04/12/22 03:51:12 Kris@p4buschel. +37 -36 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/interface/matreg.c 1.21 04/12/22 03:51:12 Kris@p4buschel. +6 -4 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/interface/matnull.c 1.19 04/12/22 03:51:12 Kris@p4buschel. +7 -5 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/interface/dlregis.c 1.28 04/12/22 03:51:12 Kris@p4buschel. +3 -2 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/shell/shellcnv.c 1.16 04/12/22 03:51:12 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/shell/shell.c 1.28 04/12/22 03:51:12 Kris@p4buschel. +8 -6 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sro.c 1.11 04/12/22 03:51:12 Kris@p4buschel. +2 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.60 04/12/22 03:51:12 Kris@p4buschel. +5 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact9.c 1.10 04/12/22 03:51:12 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact8.c 1.9 04/12/22 03:51:12 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact7.c 1.10 04/12/22 03:51:12 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact6.c 1.11 04/12/22 03:51:12 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact5.c 1.10 04/12/22 03:51:12 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact4.c 1.9 04/12/22 03:51:11 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact3.c 1.10 04/12/22 03:51:11 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact2.c 1.56 04/12/22 03:51:11 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact12.c 1.9 04/12/22 03:51:11 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact11.c 1.10 04/12/22 03:51:11 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact10.c 1.9 04/12/22 03:51:11 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaijfact.c 1.82 04/12/22 03:51:11 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaij2.c 1.37 04/12/22 03:51:11 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/sbaij.c 1.133 04/12/22 03:51:11 Kris@p4buschel. +12 -10 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/seq/aijsbaij.c 1.26 04/12/22 03:51:11 Kris@p4buschel. +11 -4 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.48 04/12/22 03:51:11 Kris@p4buschel. +5 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/mpi/sbaijov.c 1.40 04/12/22 03:51:11 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/mpi/mpisbaij.c 1.116 04/12/22 03:51:11 Kris@p4buschel. +9 -8 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/sbaij/mpi/mmsbaij.c 1.33 04/12/22 03:51:11 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/rowbs/mpi/mpirowbs.c 1.67 04/12/22 03:51:10 Kris@p4buschel. +7 -6 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/rowbs/mpi/iccbs.c 1.8 04/12/22 03:51:10 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/rowbs/mpi/cholbs.c 1.13 04/12/22 03:51:10 Kris@p4buschel. +9 -8 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/normal/normm.c 1.9 04/12/22 03:51:10 Kris@p4buschel. +2 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/maij/maij.c 1.36 04/12/22 03:51:10 Kris@p4buschel. +13 -7 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/is/matis.c 1.21 04/12/22 03:51:10 Kris@p4buschel. +5 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/hypre/mhyp.c 1.9 04/12/22 03:51:10 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/dense/seq/dense.c 1.73 04/12/22 03:51:10 Kris@p4buschel. +7 -5 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/dense/mpi/mpidense.c 1.55 04/12/22 03:51:10 Kris@p4buschel. +8 -6 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/dense/mpi/mmdense.c 1.16 04/12/22 03:51:10 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/csr/inode/inode2.c 1.4 04/12/22 03:51:10 Kris@p4buschel. +9 -2 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/csr/inode/inode.c 1.50 04/12/22 03:51:10 Kris@p4buschel. +6 -4 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/bdiag/seq/bdiag3.c 1.25 04/12/22 03:51:10 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/bdiag/seq/bdiag2.c 1.24 04/12/22 03:51:10 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/bdiag/seq/bdiag.c 1.48 04/12/22 03:51:09 Kris@p4buschel. +5 -4 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/bdiag/seq/bdfact.c 1.19 04/12/22 03:51:09 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/bdiag/mpi/mpibdiag.c 1.47 04/12/22 03:51:09 Kris@p4buschel. +9 -7 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/bdiag/mpi/mmbdiag.c 1.10 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/dgefa7.c 1.12 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/dgefa6.c 1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/dgefa5.c 1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/dgefa4.c 1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/dgefa3.c 1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/dgefa2.c 1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/dgefa.c 1.13 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/dgedi.c 1.7 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact9.c 1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact8.c 1.10 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact7.c 1.11 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact6.c 1.10 04/12/22 03:51:09 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact5.c 1.11 04/12/22 03:51:08 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact4.c 1.15 04/12/22 03:51:08 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact3.c 1.19 04/12/22 03:51:08 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact2.c 1.43 04/12/22 03:51:08 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact14.c 1.10 04/12/22 03:51:08 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact13.c 1.11 04/12/22 03:51:08 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact12.c 1.23 04/12/22 03:51:08 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact11.c 1.12 04/12/22 03:51:08 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact10.c 1.10 04/12/22 03:51:08 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baijfact.c 1.27 04/12/22 03:51:08 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baij2.c 1.31 04/12/22 03:51:08 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/baij.c 1.116.1.1 04/12/22 03:51:08 Kris@p4buschel. +16 -12 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/seq/aijbaij.c 1.22 04/12/22 03:51:08 Kris@p4buschel. +3 -2 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/mpi/mpibaij.c 1.90 04/12/22 03:51:08 Kris@p4buschel. +18 -15 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/mpi/mmbaij.c 1.26 04/12/22 03:51:08 Kris@p4buschel. +4 -2 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.67 04/12/22 03:51:07 Kris@p4buschel. +7 -5 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/baij/mpi/baijov.c 1.27 04/12/22 03:51:07 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/unary.c 1.10 04/12/22 03:51:07 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/umfpack/umfpack.c 1.43 04/12/22 03:51:07 Kris@p4buschel. +4 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/symtranspose.c 1.10 04/12/22 03:51:07 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/superlu/superlu.c 1.76 04/12/22 03:51:07 Kris@p4buschel. +6 -5 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/spooles/spoolesOptions.c 1.32 04/12/22 03:51:07 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/spooles/spooles.c 1.104 04/12/22 03:51:07 Kris@p4buschel. +6 -4 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/spooles/aijspooles.c 1.38 04/12/22 03:51:07 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/matptap.c 1.84 04/12/22 03:51:07 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/matpapt.c 1.44 04/12/22 03:51:07 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/matmatmult.c 1.85 04/12/22 03:51:07 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.38 04/12/22 03:51:07 Kris@p4buschel. +7 -5 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/lusol/lusol.c 1.37 04/12/22 03:51:07 Kris@p4buschel. +5 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/ilut.c 1.10 04/12/22 03:51:07 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/ij.c 1.8 04/12/22 03:51:06 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/fdaij.c 1.16 04/12/22 03:51:06 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/essl/essl.c 1.37 04/12/22 03:51:06 Kris@p4buschel. +4 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/dxml/dxml.c 1.8 04/12/22 03:51:06 Kris@p4buschel. +3 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/aijfact.c 1.109 04/12/22 03:51:06 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/aij.h 1.51 04/12/22 03:51:06 Kris@p4buschel. +3 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/seq/aij.c 1.207 04/12/22 03:51:06 Kris@p4buschel. +13 -12 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.106 04/12/22 03:51:06 Kris@p4buschel. +5 -3 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.73 04/12/22 03:51:06 Kris@p4buschel. +4 -2 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/spooles/mpiaijspooles.c 1.31 04/12/22 03:51:06 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/mumps/mumps.c 1.85 04/12/22 03:51:06 Kris@p4buschel. +8 -7 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/mpiptap.c 1.17 04/12/22 03:51:06 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/mpiov.c 1.31 04/12/22 03:51:06 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/mpimatmatmult.c 1.7 04/12/22 03:51:06 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/mpiaijpc.c 1.6 04/12/22 03:51:06 Kris@p4buschel. +2 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/mpiaij.h 1.35 04/12/22 03:51:05 Kris@p4buschel. +2 -2 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/mpiaij.c 1.228 04/12/22 03:51:05 Kris@p4buschel. +20 -19 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/mmaij.c 1.22 04/12/22 03:51:05 Kris@p4buschel. +3 -1 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/mpi/fdmpiaij.c 1.13 04/12/22 03:51:05 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/aij/aij/aijtype.c 1.11 04/12/22 03:51:05 Kris@p4buschel. +12 -10 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/adj/mpi/mpiadj.c 1.46 04/12/22 03:51:05 Kris@p4buschel. +7 -5 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/adic/nladic.c 1.9 04/12/22 03:51:05 Kris@p4buschel. +7 -7 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/impls/adic/matadic.c 1.30 04/12/22 03:51:05 Kris@p4buschel. +11 -10 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/color/slo.c 1.8 04/12/22 03:51:05 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/color/setr.c 1.7 04/12/22 03:51:05 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/color/seq.c 1.7 04/12/22 03:51:05 Kris@p4buschel. +2 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/color/scolor.c 1.8 04/12/22 03:51:05 Kris@p4buschel. +5 -4 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/color/numsrt.c 1.9 04/12/22 03:51:05 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/color/ido.c 1.8 04/12/22 03:51:05 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/color/dsm.c 1.7 04/12/22 03:51:05 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/color/degr.c 1.7 04/12/22 03:51:04 Kris@p4buschel. +1 -0 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
src/mat/color/color.c 1.23 04/12/22 03:51:04 Kris@p4buschel. +9 -7 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
include/petscmat.h 1.165.1.1 04/12/22 03:51:04 Kris@p4buschel. +296 -290 PETSCMAT_DLLEXPORT tags throughout exported libpetscmat API
Hg-commit: 70d6d743ca87a4f2767b4ca5849efc2ee9c2478d
show more ...
|
| #
ff1a1699
|
| 24-May-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2272 barrysmith@barrysmith-11.mcs.anl.gov|ChangeSet|20040524213829|59085 ChangeSet 1.2272 04/05/24 16:38:29 barrysmith@barrysmith-11.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits
bk-changeset-1.2272 barrysmith@barrysmith-11.mcs.anl.gov|ChangeSet|20040524213829|59085 ChangeSet 1.2272 04/05/24 16:38:29 barrysmith@barrysmith-11.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barrysmith-11.mcs.anl.gov:/Users/barrysmith/petsc-dev
Hg-commit: abb191c6e368d03c6df0d0ecdfa86bccd36e114f
show more ...
|