| 329ec9b3 | 05-Mar-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.4116.1.1 hzhang@shakey.mcs.anl.gov|ChangeSet|20060305203213|21721 ChangeSet 1.4116.1.1 06/03/05 14:32:13 hzhang@shakey.mcs.anl.gov +1 -0 use mumps distributed solution instead of c
bk-changeset-1.4116.1.1 hzhang@shakey.mcs.anl.gov|ChangeSet|20060305203213|21721 ChangeSet 1.4116.1.1 06/03/05 14:32:13 hzhang@shakey.mcs.anl.gov +1 -0 use mumps distributed solution instead of centralized solution in MatSolve()
src/mat/impls/aij/mpi/mumps/mumps.c 1.106 06/03/05 14:32:11 hzhang@shakey.mcs.anl.gov +92 -42 use mumps distributed solution instead of centralized solution in MatSolve()
Hg-commit: 6fba98ffc0ab29bda4f3cb7a387d96a9f87d1d1f
show more ...
|
| a103b48a | 11-Feb-2006 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.4019.1.9 balay@asterix.mcs.anl.gov|ChangeSet|20060211070315|16146 ChangeSet 1.4019.1.9 06/02/11 01:03:15 balay@asterix.mcs.anl.gov +8 -0 remove duplicate frees for spptr [Mat]. Thi
bk-changeset-1.4019.1.9 balay@asterix.mcs.anl.gov|ChangeSet|20060211070315|16146 ChangeSet 1.4019.1.9 06/02/11 01:03:15 balay@asterix.mcs.anl.gov +8 -0 remove duplicate frees for spptr [Mat]. This affects interfaces to all external direct solver packages
src/ts/examples/tests/ex1f.F 1.21 06/02/11 01:03:10 balay@asterix.mcs.anl.gov +3 -3 fix gfortran compile error
src/mat/impls/dense/mpi/plapack/plapack.c 1.14 06/02/11 01:03:10 balay@asterix.mcs.anl.gov +0 -2 remove duplicate frees for spptr
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.72 06/02/11 01:03:10 balay@asterix.mcs.anl.gov +0 -1 remove duplicate frees for spptr
src/mat/impls/aij/seq/umfpack/umfpack.c 1.51 06/02/11 01:03:10 balay@asterix.mcs.anl.gov +0 -2 remove duplicate frees for spptr
src/mat/impls/aij/seq/superlu/superlu.c 1.87 06/02/11 01:03:10 balay@asterix.mcs.anl.gov +0 -2 remove duplicate frees for spptr
src/mat/impls/aij/seq/spooles/spooles.c 1.109 06/02/11 01:03:10 balay@asterix.mcs.anl.gov +0 -1 remove duplicate frees for spptr
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.123 06/02/11 01:03:10 balay@asterix.mcs.anl.gov +0 -2 remove duplicate frees for spptr
src/mat/impls/aij/mpi/mumps/mumps.c 1.105 06/02/11 01:03:09 balay@asterix.mcs.anl.gov +0 -1 remove duplicate frees for spptr
Hg-commit: fadeb9f3492cdbc6c76ef2f02db14855eac5888c
show more ...
|
| 00ff2a26 | 23-Jan-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.3976 hzhang@shakey.mcs.anl.gov|ChangeSet|20060123171142|23299 ChangeSet 1.3976 06/01/23 11:11:42 hzhang@shakey.mcs.anl.gov +4 -0 update interfaces of external packages with the lat
bk-changeset-1.3976 hzhang@shakey.mcs.anl.gov|ChangeSet|20060123171142|23299 ChangeSet 1.3976 06/01/23 11:11:42 hzhang@shakey.mcs.anl.gov +4 -0 update interfaces of external packages with the latest changes on MatMap.
src/mat/impls/dense/mpi/plapack/plapack.c 1.13 06/01/23 11:11:38 hzhang@shakey.mcs.anl.gov +7 -7 update interfaces of external packages with the latest changes on MatMap.
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.122 06/01/23 11:11:38 hzhang@shakey.mcs.anl.gov +4 -3 update interfaces of external packages with the latest changes on MatMap.
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.78 06/01/23 11:11:38 hzhang@shakey.mcs.anl.gov +3 -2 update interfaces of external packages with the latest changes on MatMap.
src/mat/impls/aij/mpi/mumps/mumps.c 1.104 06/01/23 11:11:38 hzhang@shakey.mcs.anl.gov +3 -2 update interfaces of external packages with the latest changes on MatMap.
Hg-commit: fc23aadf33079924433877a6196102d1c7d78a5c
show more ...
|
| 05b42c5f | 22-Jan-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3972.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20060122000257|17256 ChangeSet 1.3972.1.1 06/01/21 18:02:57 barrysmith@barry-smiths-computer.local +65 -0 Many files:
bk-changeset-1.3972.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20060122000257|17256 ChangeSet 1.3972.1.1 06/01/21 18:02:57 barrysmith@barry-smiths-computer.local +65 -0 Many files: remove if not null test around all PetscFree()
src/vec/vec/utils/vscat.c 1.51 06/01/21 17:13:04 barrysmith@barry-smiths-computer.local +2 -2 remove if not null test around all PetscFree()
src/vec/vec/utils/vpscat.c 1.59 06/01/21 17:13:04 barrysmith@barry-smiths-computer.local +4 -4 remove if not null test around all PetscFree()
src/vec/vec/utils/vecstash.c 1.20 06/01/21 17:13:03 barrysmith@barry-smiths-computer.local +16 -32 remove if not null test around all PetscFree()
src/vec/vec/interface/vector.c 1.156 06/01/21 17:13:03 barrysmith@barry-smiths-computer.local +1 -3 remove if not null test around all PetscFree()
src/vec/vec/impls/seq/dvec2.c 1.41 06/01/21 17:13:03 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/vec/vec/impls/seq/bvec2.c 1.83 06/01/21 17:13:03 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/vec/vec/impls/mpi/pdvec.c 1.73 06/01/21 17:13:02 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/vec/is/utils/isltog.c 1.46 06/01/21 17:13:02 barrysmith@barry-smiths-computer.local +5 -5 remove if not null test around all PetscFree()
src/vec/is/utils/iscoloring.c 1.40 06/01/21 17:13:01 barrysmith@barry-smiths-computer.local +1 -3 remove if not null test around all PetscFree()
src/sys/viewer/impls/mathematica/mathematica.c 1.41 06/01/21 17:13:01 barrysmith@barry-smiths-computer.local +2 -6 remove if not null test around all PetscFree()
src/sys/viewer/impls/hdf4/hdf4v.c 1.20 06/01/21 17:13:00 barrysmith@barry-smiths-computer.local +4 -6 remove if not null test around all PetscFree()
src/sys/plog/plog.c 1.78 06/01/21 17:13:00 barrysmith@barry-smiths-computer.local +4 -8 remove if not null test around all PetscFree()
src/sys/plog/classLog.c 1.30 06/01/21 17:13:00 barrysmith@barry-smiths-computer.local +1 -3 remove if not null test around all PetscFree()
src/sys/objects/inherit.c 1.47 06/01/21 17:12:59 barrysmith@barry-smiths-computer.local +7 -21 remove if not null test around all PetscFree()
src/sys/objects/aoptions.c 1.44 06/01/21 17:12:59 barrysmith@barry-smiths-computer.local +2 -2 remove if not null test around all PetscFree()
src/snes/interface/snesut.c 1.25 06/01/21 17:12:58 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/snes/interface/snes.c 1.102 06/01/21 17:12:53 barrysmith@barry-smiths-computer.local +2 -2 remove if not null test around all PetscFree()
src/mat/utils/matstash.c 1.27 06/01/21 17:12:52 barrysmith@barry-smiths-computer.local +12 -24 remove if not null test around all PetscFree()
src/mat/utils/gcreate.c 1.48 06/01/21 17:12:52 barrysmith@barry-smiths-computer.local +3 -4 remove if not null test around all PetscFree()
src/mat/partition/impls/scotch/scotch.c 1.17 06/01/21 17:12:52 barrysmith@barry-smiths-computer.local +2 -6 remove if not null test around all PetscFree()
src/mat/partition/partition.c 1.32 06/01/21 17:12:51 barrysmith@barry-smiths-computer.local +4 -12 remove if not null test around all PetscFree()
src/mat/partition/impls/party/party.c 1.15 06/01/21 17:12:51 barrysmith@barry-smiths-computer.local +2 -4 remove if not null test around all PetscFree()
src/mat/partition/impls/jostle/jostle.c 1.12 06/01/21 17:12:51 barrysmith@barry-smiths-computer.local +3 -8 remove if not null test around all PetscFree()
src/mat/partition/impls/chaco/chaco.c 1.16 06/01/21 17:12:51 barrysmith@barry-smiths-computer.local +2 -7 remove if not null test around all PetscFree()
src/mat/matfd/fdmatrix.c 1.39 06/01/21 17:12:51 barrysmith@barry-smiths-computer.local +5 -5 remove if not null test around all PetscFree()
src/mat/interface/matrix.c 1.211 06/01/21 17:12:50 barrysmith@barry-smiths-computer.local +2 -6 remove if not null test around all PetscFree()
src/mat/impls/sbaij/seq/sbaijfact2.c 1.69 06/01/21 17:12:50 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/mat/impls/sbaij/seq/sbaij.c 1.157 06/01/21 17:12:50 barrysmith@barry-smiths-computer.local +11 -14 remove if not null test around all PetscFree()
src/mat/impls/sbaij/mpi/sbaijov.c 1.43 06/01/21 17:12:50 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/mat/impls/sbaij/mpi/mpisbaij.c 1.140 06/01/21 17:12:49 barrysmith@barry-smiths-computer.local +10 -12 remove if not null test around all PetscFree()
src/mat/impls/rowbs/mpi/mpirowbs.c 1.87 06/01/21 17:12:49 barrysmith@barry-smiths-computer.local +3 -3 remove if not null test around all PetscFree()
src/mat/impls/dense/seq/dense.c 1.94 06/01/21 17:12:49 barrysmith@barry-smiths-computer.local +5 -7 remove if not null test around all PetscFree()
src/mat/impls/dense/mpi/mpidense.c 1.74 06/01/21 17:12:49 barrysmith@barry-smiths-computer.local +5 -5 remove if not null test around all PetscFree()
src/mat/impls/bdiag/seq/bdiag3.c 1.30 06/01/21 17:12:48 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/mat/impls/bdiag/seq/bdiag.c 1.57 06/01/21 17:12:48 barrysmith@barry-smiths-computer.local +2 -2 remove if not null test around all PetscFree()
src/mat/impls/bdiag/mpi/mpibdiag.c 1.56 06/01/21 17:12:48 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/mat/impls/baij/seq/baij.c 1.145 06/01/21 17:12:47 barrysmith@barry-smiths-computer.local +11 -11 remove if not null test around all PetscFree()
src/mat/impls/baij/mpi/mpibaij.c 1.109 06/01/21 17:12:47 barrysmith@barry-smiths-computer.local +12 -14 remove if not null test around all PetscFree()
src/mat/impls/aij/seq/lusol/lusol.c 1.42 06/01/21 17:12:47 barrysmith@barry-smiths-computer.local +0 -1 remove if not null test around all PetscFree()
src/mat/impls/aij/seq/crl/crl.c 1.18 06/01/21 17:12:47 barrysmith@barry-smiths-computer.local +2 -3 remove if not null test around all PetscFree()
src/mat/impls/aij/seq/aij.c 1.251 06/01/21 17:12:46 barrysmith@barry-smiths-computer.local +6 -6 remove if not null test around all PetscFree()
src/mat/impls/aij/mpi/mumps/mumps.c 1.103 06/01/21 17:12:46 barrysmith@barry-smiths-computer.local +2 -6 remove if not null test around all PetscFree()
src/mat/impls/aij/mpi/mpiptap.c 1.28 06/01/21 17:12:46 barrysmith@barry-smiths-computer.local +3 -3 remove if not null test around all PetscFree()
src/mat/impls/aij/mpi/mpimatmatmult.c 1.13 06/01/21 17:12:46 barrysmith@barry-smiths-computer.local +4 -4 remove if not null test around all PetscFree()
src/mat/impls/aij/mpi/crl/mcrl.c 1.11 06/01/21 17:12:46 barrysmith@barry-smiths-computer.local +2 -7 remove if not null test around all PetscFree()
src/mat/impls/aij/mpi/mpiaij.c 1.267 06/01/21 17:12:45 barrysmith@barry-smiths-computer.local +8 -10 remove if not null test around all PetscFree()
src/mat/impls/adj/mpi/mpiadj.c 1.54 06/01/21 17:12:45 barrysmith@barry-smiths-computer.local +2 -2 remove if not null test around all PetscFree()
src/mat/examples/tests/ex92.c 1.13 06/01/21 17:12:44 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/ksp/pc/interface/pcset.c 1.28 06/01/21 17:12:44 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/ksp/pc/impls/shell/shellpc.c 1.35 06/01/21 17:12:43 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/ksp/pc/impls/is/pcis.c 1.29 06/01/21 17:12:43 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/ksp/pc/impls/is/nn/nn.c 1.35 06/01/21 17:12:43 barrysmith@barry-smiths-computer.local +2 -2 remove if not null test around all PetscFree()
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.31 06/01/21 17:12:43 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/ksp/pc/impls/bjacobi/bjacobi.c 1.53 06/01/21 17:12:42 barrysmith@barry-smiths-computer.local +6 -6 remove if not null test around all PetscFree()
src/ksp/pc/impls/asm/asm.c 1.54 06/01/21 17:12:42 barrysmith@barry-smiths-computer.local +3 -3 remove if not null test around all PetscFree()
src/ksp/ksp/interface/iterativ.c 1.44 06/01/21 17:12:42 barrysmith@barry-smiths-computer.local +1 -4 remove if not null test around all PetscFree()
src/ksp/ksp/impls/gmres/lgmres/lgmres.c 1.48 06/01/21 17:12:42 barrysmith@barry-smiths-computer.local +10 -11 remove if not null test around all PetscFree()
src/ksp/ksp/impls/gmres/fgmres/fgmres.c 1.58 06/01/21 17:12:42 barrysmith@barry-smiths-computer.local +12 -16 remove if not null test around all PetscFree()
src/ksp/ksp/impls/gmres/gmres.c 1.69 06/01/21 17:12:41 barrysmith@barry-smiths-computer.local +8 -25 remove if not null test around all PetscFree()
src/dm/mesh/mesh.c 1.53 06/01/21 17:12:40 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/dm/da/utils/sliced.c 1.25 06/01/21 17:12:39 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/dm/da/src/dadestroy.c 1.25 06/01/21 17:12:39 barrysmith@barry-smiths-computer.local +18 -42 remove if not null test around all PetscFree()
src/dm/da/examples/tests/ex3.c 1.7 06/01/21 17:12:39 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/dm/ao/interface/aodata.c 1.20 06/01/21 17:12:38 barrysmith@barry-smiths-computer.local +1 -1 remove if not null test around all PetscFree()
src/contrib/ysmp/ex1.c 1.10 06/01/21 17:12:37 barrysmith@barry-smiths-computer.local +2 -1 remove if not null test around all PetscFree()
Hg-commit: b4af67b5c981881d35552a72f29068911e24b525
show more ...
|
| 0c0e133f | 21-Jan-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3966.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20060121181146|41874 ChangeSet 1.3966.1.1 06/01/21 12:11:46 barrysmith@barry-smiths-computer.local +8 -0 mpisbaijspooles.c
bk-changeset-1.3966.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20060121181146|41874 ChangeSet 1.3966.1.1 06/01/21 12:11:46 barrysmith@barry-smiths-computer.local +8 -0 mpisbaijspooles.c: typo when using rmap/cmap in Mat mumps.c: unchanged Mat->bs spooles.c: missed fixes when using rmap/cmap as data structures in Mat pdvec.c: typo when using map as data structure in Vec pmetis.c: things not fixed when using rmap/cmap inside Mat mpirowbs.c: lots of mistakes when using rmap/cmap data structure in Mat vhyp.c: wrong syntax pvec2.c: C++ style comment
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.53 06/01/21 12:08:58 barrysmith@barry-smiths-computer.local +1 -1 typo when using rmap/cmap in Mat
src/mat/impls/aij/mpi/mumps/mumps.c 1.102 06/01/21 12:07:59 barrysmith@barry-smiths-computer.local +1 -1 unchanged Mat->bs
src/mat/impls/aij/seq/spooles/spooles.c 1.108 06/01/21 12:07:27 barrysmith@barry-smiths-computer.local +3 -3 missed fixes when using rmap/cmap as data structures in Mat
src/vec/vec/impls/mpi/pdvec.c 1.72 06/01/21 12:03:47 barrysmith@barry-smiths-computer.local +1 -1 typo when using map as data structure in Vec
src/mat/partition/impls/pmetis/pmetis.c 1.24 06/01/21 12:02:12 barrysmith@barry-smiths-computer.local +3 -3 things not fixed when using rmap/cmap inside Mat
src/mat/impls/rowbs/mpi/mpirowbs.c 1.86 06/01/21 11:59:47 barrysmith@barry-smiths-computer.local +12 -13 lots of mistakes when using rmap/cmap data structure in Mat
src/vec/vec/impls/hypre/vhyp.c 1.12 06/01/21 11:48:06 barrysmith@barry-smiths-computer.local +3 -3 wrong syntax
src/vec/vec/impls/mpi/pvec2.c 1.25 06/01/21 11:46:34 barrysmith@barry-smiths-computer.local +0 -1 C++ style comment
Hg-commit: b3e77b3292a2e2838d27ff2755631577c0ea03c6
show more ...
|
| 2a4c71fe | 21-Jan-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3935.1.4 barrysmith@barry-smiths-computer.local|ChangeSet|20060121023719|36821 ChangeSet 1.3935.1.4 06/01/20 20:37:19 barrysmith@barry-smiths-computer.local +15 -0 Many files:
bk-changeset-1.3935.1.4 barrysmith@barry-smiths-computer.local|ChangeSet|20060121023719|36821 ChangeSet 1.3935.1.4 06/01/20 20:37:19 barrysmith@barry-smiths-computer.local +15 -0 Many files: removed matrix record n,N,m,M,owners from external matrix package interfaces
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.63 06/01/20 20:05:59 barrysmith@barry-smiths-computer.local +1 -1 removed matrix record n,N,m,M,owners from external matrix package interfaces
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.50.1.1 06/01/20 20:05:59 barrysmith@barry-smiths-computer.local +1 -1 removed matrix record n,N,m,M,owners from external matrix package interfaces
src/mat/impls/rowbs/mpi/mpirowbs.h 1.14 06/01/20 20:05:58 barrysmith@barry-smiths-computer.local +0 -2 removed matrix record n,N,m,M,owners from external matrix package interfaces
src/mat/impls/rowbs/mpi/mpirowbs.c 1.85 06/01/20 20:05:58 barrysmith@barry-smiths-computer.local +94 -104 removed matrix record n,N,m,M,owners from external matrix package interfaces
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.71 06/01/20 20:05:58 barrysmith@barry-smiths-computer.local +2 -2 removed matrix record n,N,m,M,owners from external matrix package interfaces
src/mat/impls/aij/seq/umfpack/umfpack.c 1.50 06/01/20 20:05:58 barrysmith@barry-smiths-computer.local +4 -4 removed matrix record n,N,m,M,owners from external matrix package interfaces
src/mat/impls/aij/seq/superlu/superlu.c 1.86 06/01/20 20:05:58 barrysmith@barry-smiths-computer.local +6 -6 removed matrix record n,N,m,M,owners from external matrix package interfaces
src/mat/impls/aij/seq/spooles/aijspooles.c 1.40 06/01/20 20:05:58 barrysmith@barry-smiths-computer.local +3 -3 removed matrix record n,N,m,M,owners from external matrix package interfaces
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.49 06/01/20 20:05:57 barrysmith@barry-smiths-computer.local +12 -12 removed matrix record n,N,m,M,owners from external matrix package interfaces
src/mat/impls/aij/seq/essl/essl.c 1.45 06/01/20 20:05:57 barrysmith@barry-smiths-computer.local +6 -6 removed matrix record n,N,m,M,owners from external matrix package interfaces
src/mat/impls/aij/seq/dxml/dxml.c 1.9 06/01/20 20:05:57 barrysmith@barry-smiths-computer.local +2 -2 removed matrix record n,N,m,M,owners from external matrix package interfaces
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.121 06/01/20 20:05:57 barrysmith@barry-smiths-computer.local +12 -13 removed matrix record n,N,m,M,owners from external matrix package interfaces
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.77 06/01/20 20:05:57 barrysmith@barry-smiths-computer.local +4 -4 removed matrix record n,N,m,M,owners from external matrix package interfaces
src/mat/impls/aij/mpi/spooles/mpiaijspooles.c 1.33 06/01/20 20:05:56 barrysmith@barry-smiths-computer.local +1 -1 removed matrix record n,N,m,M,owners from external matrix package interfaces
src/mat/impls/aij/mpi/mumps/mumps.c 1.101 06/01/20 20:05:56 barrysmith@barry-smiths-computer.local +9 -9 removed matrix record n,N,m,M,owners from external matrix package interfaces
Hg-commit: 035929bbf98c5aad7e3efaa2c7fde8515773c2c8
show more ...
|
| ae15b995 | 12-Jan-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3928 barrysmith@barry-smiths-computer.local|ChangeSet|20060112164709|65124 ChangeSet 1.3928 06/01/12 10:47:09 barrysmith@barry-smiths-computer.local +107 -0 Many files: change
bk-changeset-1.3928 barrysmith@barry-smiths-computer.local|ChangeSet|20060112164709|65124 ChangeSet 1.3928 06/01/12 10:47:09 barrysmith@barry-smiths-computer.local +107 -0 Many files: change PetscInfo() calling sequence
src/vec/vec/utils/vscat.c 1.49 06/01/12 09:15:50 barrysmith@barry-smiths-computer.local +18 -18 change PetscInfo() calling sequence
src/vec/vec/utils/vpscat.c 1.57 06/01/12 09:15:50 barrysmith@barry-smiths-computer.local +13 -13 change PetscInfo() calling sequence
src/vec/vec/utils/comb.c 1.33 06/01/12 09:15:49 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/vec/vec/interface/rvector.c 1.154 06/01/12 09:15:48 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/vec/vec/impls/mpi/pdvec.c 1.69 06/01/12 09:15:46 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/vec/is/utils/isltog.c 1.45 06/01/12 09:15:36 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/vec/is/utils/iscoloring.c 1.38 06/01/12 09:15:36 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ts/interface/tsfd.c 1.19 06/01/12 09:15:32 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/sys/viewer/impls/socket/send.c 1.38 06/01/12 09:15:10 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/sys/viewer/impls/matlab/vmatlab.c 1.30 06/01/12 09:15:09 barrysmith@barry-smiths-computer.local +4 -4 change PetscInfo() calling sequence
src/sys/viewer/impls/binary/binv.c 1.59 06/01/12 09:15:08 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/sys/viewer/impls/ascii/vcreatea.c 1.23 06/01/12 09:15:07 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/sys/verbose/verboseinfo.c 1.37 06/01/12 09:15:06 barrysmith@barry-smiths-computer.local +4 -4 change PetscInfo() calling sequence
src/sys/utils/random.c 1.32 06/01/12 09:15:05 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/sys/utils/fhost.c 1.25 06/01/12 09:15:04 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/sys/plog/plogmpe.c 1.21 06/01/12 09:15:03 barrysmith@barry-smiths-computer.local +4 -4 change PetscInfo() calling sequence
src/sys/objects/tagm.c 1.36 06/01/12 09:15:02 barrysmith@barry-smiths-computer.local +7 -7 change PetscInfo() calling sequence
src/sys/objects/pinit.c 1.74 06/01/12 09:15:01 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/sys/objects/options.c 1.65 06/01/12 09:15:01 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/sys/matlabengine/matlab.c 1.47 06/01/12 09:14:58 barrysmith@barry-smiths-computer.local +12 -12 change PetscInfo() calling sequence
src/sys/ftn-custom/zutils.c 1.5 06/01/12 09:14:58 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/sys/ftn-custom/zstart.c 1.44 06/01/12 09:14:58 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/sys/fileio/mpiuopen.c 1.27 06/01/12 09:14:57 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/sys/fileio/ftest.c 1.39 06/01/12 09:14:56 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/sys/fileio/fretrieve.c 1.32 06/01/12 09:14:56 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/sys/draw/impls/x/xcolor.c 1.16 06/01/12 09:14:45 barrysmith@barry-smiths-computer.local +2 -3 change PetscInfo() calling sequence
src/sys/dll/dl.c 1.41 06/01/12 09:14:43 barrysmith@barry-smiths-computer.local +12 -12 change PetscInfo() calling sequence
src/snes/utils/damgsnes.c 1.81 06/01/12 09:14:39 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/snes/mf/snesmfj.c 1.62 06/01/12 09:14:38 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/snes/interface/noise/snesnoise.c 1.24 06/01/12 09:14:38 barrysmith@barry-smiths-computer.local +2 -4 change PetscInfo() calling sequence
src/snes/interface/noise/snesmfj2.c 1.33 06/01/12 09:14:38 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/snes/interface/snesut.c 1.24 06/01/12 09:14:37 barrysmith@barry-smiths-computer.local +7 -7 change PetscInfo() calling sequence
src/snes/interface/snesj2.c 1.18 06/01/12 09:14:37 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/snes/interface/snes.c 1.101 06/01/12 09:14:36 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/snes/impls/tr/tr.c 1.36 06/01/12 09:14:36 barrysmith@barry-smiths-computer.local +14 -14 change PetscInfo() calling sequence
src/snes/impls/ls/ls.c 1.70 06/01/12 09:14:35 barrysmith@barry-smiths-computer.local +26 -26 change PetscInfo() calling sequence
src/mat/utils/multequal.c 1.13 06/01/12 09:14:27 barrysmith@barry-smiths-computer.local +4 -4 change PetscInfo() calling sequence
src/mat/utils/matstash.c 1.23 06/01/12 09:14:26 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/mat/utils/gcreate.c 1.45 06/01/12 09:14:26 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/utils/compressedrow.c 1.15 06/01/12 09:14:26 barrysmith@barry-smiths-computer.local +5 -5 change PetscInfo() calling sequence
src/mat/matfd/fdmatrix.c 1.38 06/01/12 09:14:23 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/mat/impls/sbaij/seq/sbaijfact2.c 1.67 06/01/12 09:14:20 barrysmith@barry-smiths-computer.local +25 -25 change PetscInfo() calling sequence
src/mat/impls/sbaij/seq/sbaijfact.c 1.93 06/01/12 09:14:20 barrysmith@barry-smiths-computer.local +29 -29 change PetscInfo() calling sequence
src/mat/impls/sbaij/seq/sbaij.c 1.154 06/01/12 09:14:19 barrysmith@barry-smiths-computer.local +13 -14 change PetscInfo() calling sequence
src/mat/impls/sbaij/mpi/mpisbaij.c 1.137 06/01/12 09:14:18 barrysmith@barry-smiths-computer.local +5 -5 change PetscInfo() calling sequence
src/mat/impls/rowbs/mpi/mpirowbs.c 1.81 06/01/12 09:14:17 barrysmith@barry-smiths-computer.local +6 -6 change PetscInfo() calling sequence
src/mat/impls/rowbs/mpi/cholbs.c 1.18 06/01/12 09:14:17 barrysmith@barry-smiths-computer.local +2 -4 change PetscInfo() calling sequence
src/mat/impls/dense/seq/dense.c 1.91 06/01/12 09:14:15 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/dense/mpi/plapack/plapack.c 1.12 06/01/12 09:14:14 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/dense/mpi/mpidense.c 1.71 06/01/12 09:14:14 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/mat/impls/csr/inode/inode.c 1.56 06/01/12 09:14:13 barrysmith@barry-smiths-computer.local +7 -7 change PetscInfo() calling sequence
src/mat/impls/bdiag/seq/bdiag2.c 1.27 06/01/12 09:14:13 barrysmith@barry-smiths-computer.local +4 -4 change PetscInfo() calling sequence
src/mat/impls/bdiag/seq/bdiag.c 1.54 06/01/12 09:14:13 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/mat/impls/bdiag/mpi/mpibdiag.c 1.53 06/01/12 09:14:12 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/mat/impls/baij/seq/baijfact3.c 1.28 06/01/12 09:14:11 barrysmith@barry-smiths-computer.local +5 -5 change PetscInfo() calling sequence
src/mat/impls/baij/seq/baijfact2.c 1.54 06/01/12 09:14:11 barrysmith@barry-smiths-computer.local +34 -34 change PetscInfo() calling sequence
src/mat/impls/baij/seq/baijfact.c 1.38 06/01/12 09:14:10 barrysmith@barry-smiths-computer.local +12 -12 change PetscInfo() calling sequence
src/mat/impls/baij/seq/baij.c 1.142 06/01/12 09:14:10 barrysmith@barry-smiths-computer.local +6 -6 change PetscInfo() calling sequence
src/mat/impls/baij/mpi/mpibaij.c 1.106 06/01/12 09:14:08 barrysmith@barry-smiths-computer.local +7 -7 change PetscInfo() calling sequence
src/mat/impls/baij/mpi/baijov.c 1.36 06/01/12 09:14:08 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/seq/umfpack/umfpack.c 1.49 06/01/12 09:14:07 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/seq/superlu/superlu.c 1.85 06/01/12 09:14:07 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.48 06/01/12 09:14:06 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/mat/impls/aij/seq/lusol/lusol.c 1.41 06/01/12 09:14:06 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/seq/essl/essl.c 1.44 06/01/12 09:14:06 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/seq/symtranspose.c 1.13 06/01/12 09:14:05 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/mat/impls/aij/seq/matmatmult.c 1.90 06/01/12 09:14:05 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/seq/crl/crl.c 1.16 06/01/12 09:14:05 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/seq/aijfact.c 1.128 06/01/12 09:14:04 barrysmith@barry-smiths-computer.local +26 -26 change PetscInfo() calling sequence
src/mat/impls/aij/seq/aij.c 1.247 06/01/12 09:14:03 barrysmith@barry-smiths-computer.local +6 -6 change PetscInfo() calling sequence
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.120 06/01/12 09:14:03 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/mpi/mumps/mumps.c 1.100 06/01/12 09:14:02 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/mat/impls/aij/mpi/mpiptap.c 1.23 06/01/12 09:14:01 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/mat/impls/aij/mpi/mpiov.c 1.40 06/01/12 09:14:01 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/mpi/crl/mcrl.c 1.9 06/01/12 09:14:01 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/mpi/mpiaij.c 1.261 06/01/12 09:14:00 barrysmith@barry-smiths-computer.local +4 -4 change PetscInfo() calling sequence
src/mat/impls/aij/mpi/mmaij.c 1.28 06/01/12 09:14:00 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/mpi/fdmpiaij.c 1.16 06/01/12 09:14:00 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/adj/mpi/mpiadj.c 1.51 06/01/12 09:13:59 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/color/color.c 1.26 06/01/12 09:13:41 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/pc/interface/precon.c 1.71 06/01/12 09:13:41 barrysmith@barry-smiths-computer.local +5 -5 change PetscInfo() calling sequence
src/ksp/pc/impls/tfs/pxxt.c 1.29 06/01/12 09:13:40 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/pc/impls/sor/sor.c 1.37 06/01/12 09:13:39 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/pc/impls/mg/mg.c 1.72 06/01/12 09:13:36 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/ksp/pc/impls/jacobi/jacobi.c 1.23 06/01/12 09:13:36 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/pc/impls/hypre/hyppilut.c 1.84 06/01/12 09:13:35 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.30 06/01/12 09:13:35 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/ksp/interface/itfunc.c 1.78 06/01/12 09:13:29 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/ksp/interface/iterativ.c 1.43 06/01/12 09:13:28 barrysmith@barry-smiths-computer.local +8 -8 change PetscInfo() calling sequence
src/ksp/ksp/interface/itcreate.c 1.72 06/01/12 09:13:28 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/ksp/ksp/impls/symmlq/symmlq.c 1.29 06/01/12 09:13:28 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/ksp/ksp/impls/qcg/qcg.c 1.30 06/01/12 09:13:27 barrysmith@barry-smiths-computer.local +6 -6 change PetscInfo() calling sequence
src/ksp/ksp/impls/minres/minres.c 1.28 06/01/12 09:13:27 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/ksp/ksp/impls/gmres/lgmres/lgmres.c 1.47 06/01/12 09:13:26 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/ksp/ksp/impls/gmres/fgmres/fgmres.c 1.57 06/01/12 09:13:26 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/ksp/impls/gmres/gmres.c 1.68 06/01/12 09:13:25 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/ksp/ksp/impls/gmres/borthog2.c 1.27 06/01/12 09:13:25 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/ksp/impls/cr/cr.c 1.38 06/01/12 09:13:25 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/ksp/ksp/impls/cg/cgne/cgne.c 1.34 06/01/12 09:13:24 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/ksp/ksp/impls/cg/cg.c 1.45 06/01/12 09:13:24 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/ksp/ksp/examples/tutorials/ex10.c 1.60 06/01/12 09:13:14 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/ksp/examples/tests/ex27.c 1.4 06/01/12 09:13:11 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/dm/mesh/sieve/PreSieve.cxx 1.36 06/01/12 09:12:48 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/dm/da/src/gr2.c 1.40 06/01/12 09:12:39 barrysmith@barry-smiths-computer.local +5 -5 change PetscInfo() calling sequence
src/dm/da/src/dasub.c 1.15 06/01/12 09:12:39 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/dm/da/src/da2.c 1.76 06/01/12 09:12:37 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
include/petsclog.h 1.68 06/01/12 09:11:37 barrysmith@barry-smiths-computer.local +17 -3 change PetscInfo() calling sequence
Hg-commit: c9533a404df82031d96e054bb23e6082340b1ce3
show more ...
|
| 6cf91177 | 08-Jan-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3927 barrysmith@barry-smiths-computer.local|ChangeSet|20060108031511|00210 ChangeSet 1.3927 06/01/07 21:15:11 barrysmith@barry-smiths-computer.local +128 -0 Many files: removed
bk-changeset-1.3927 barrysmith@barry-smiths-computer.local|ChangeSet|20060108031511|00210 ChangeSet 1.3927 06/01/07 21:15:11 barrysmith@barry-smiths-computer.local +128 -0 Many files: removed verbose from PetscInfo and -info
src/vec/vec/utils/vscat.c 1.48 06/01/07 21:10:42 barrysmith@barry-smiths-computer.local +18 -18 removed verbose from PetscInfo and -info
src/vec/vec/utils/vpscat.c 1.56 06/01/07 21:10:42 barrysmith@barry-smiths-computer.local +13 -13 removed verbose from PetscInfo and -info
src/vec/vec/utils/comb.c 1.32 06/01/07 21:10:40 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/vec/vec/interface/vector.c 1.152 06/01/07 21:10:40 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/vec/vec/interface/rvector.c 1.153 06/01/07 21:10:39 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/vec/vec/interface/dlregisvec.c 1.33 06/01/07 21:10:39 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/vec/vec/impls/mpi/pdvec.c 1.68 06/01/07 21:10:37 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/vec/is/utils/isltog.c 1.44 06/01/07 21:10:27 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/vec/is/utils/iscoloring.c 1.37 06/01/07 21:10:26 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ts/interface/tsfd.c 1.18 06/01/07 21:10:22 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/ts/interface/dlregists.c 1.28 06/01/07 21:10:22 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/sys/viewer/interface/dlregispetsc.c 1.31 06/01/07 21:10:03 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/sys/viewer/impls/socket/send.c 1.37 06/01/07 21:10:01 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/sys/viewer/impls/matlab/vmatlab.c 1.29 06/01/07 21:10:00 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/sys/viewer/impls/binary/binv.c 1.58 06/01/07 21:09:59 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/sys/viewer/impls/ascii/vcreatea.c 1.22 06/01/07 21:09:58 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/sys/verbose/verboseinfo.c 1.36 06/01/07 21:09:57 barrysmith@barry-smiths-computer.local +36 -36 removed verbose from PetscInfo and -info
src/sys/utils/random.c 1.31 06/01/07 21:09:56 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/sys/utils/fhost.c 1.24 06/01/07 21:09:55 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/sys/plog/plogmpe.c 1.20 06/01/07 21:09:53 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/sys/plog/plog.c 1.77 06/01/07 21:09:53 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/sys/objects/tagm.c 1.35 06/01/07 21:09:52 barrysmith@barry-smiths-computer.local +7 -7 removed verbose from PetscInfo and -info
src/sys/objects/pinit.c 1.73 06/01/07 21:09:51 barrysmith@barry-smiths-computer.local +7 -7 removed verbose from PetscInfo and -info
src/sys/objects/options.c 1.64 06/01/07 21:09:50 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/sys/objects/init.c 1.62 06/01/07 21:09:50 barrysmith@barry-smiths-computer.local +8 -8 removed verbose from PetscInfo and -info
src/sys/matlabengine/matlab.c 1.46 06/01/07 21:09:48 barrysmith@barry-smiths-computer.local +12 -12 removed verbose from PetscInfo and -info
src/sys/ftn-custom/zutils.c 1.4 06/01/07 21:09:48 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/sys/ftn-custom/zstart.c 1.43 06/01/07 21:09:48 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/sys/fileio/mpiuopen.c 1.26 06/01/07 21:09:46 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/sys/fileio/ftest.c 1.38 06/01/07 21:09:45 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/sys/fileio/fretrieve.c 1.31 06/01/07 21:09:45 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/sys/draw/impls/x/xcolor.c 1.15 06/01/07 21:09:35 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/sys/dll/dl.c 1.40 06/01/07 21:09:32 barrysmith@barry-smiths-computer.local +12 -12 removed verbose from PetscInfo and -info
src/snes/utils/damgsnes.c 1.80 06/01/07 21:09:28 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/snes/mf/snesmfj.c 1.61 06/01/07 21:09:28 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/snes/interface/noise/snesnoise.c 1.23 06/01/07 21:09:27 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/snes/interface/noise/snesmfj2.c 1.32 06/01/07 21:09:27 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/snes/interface/snesut.c 1.23 06/01/07 21:09:26 barrysmith@barry-smiths-computer.local +7 -7 removed verbose from PetscInfo and -info
src/snes/interface/snesj2.c 1.17 06/01/07 21:09:26 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/snes/interface/snes.c 1.100 06/01/07 21:09:26 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/snes/interface/dlregissnes.c 1.28 06/01/07 21:09:26 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/snes/impls/tr/tr.c 1.35 06/01/07 21:09:25 barrysmith@barry-smiths-computer.local +14 -14 removed verbose from PetscInfo and -info
src/snes/impls/ls/ls.c 1.69 06/01/07 21:09:24 barrysmith@barry-smiths-computer.local +26 -26 removed verbose from PetscInfo and -info
src/mat/utils/multequal.c 1.12 06/01/07 21:09:13 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/mat/utils/matstash.c 1.22 06/01/07 21:09:13 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/mat/utils/gcreate.c 1.44 06/01/07 21:09:12 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/utils/compressedrow.c 1.14 06/01/07 21:09:12 barrysmith@barry-smiths-computer.local +5 -5 removed verbose from PetscInfo and -info
src/mat/matfd/fdmatrix.c 1.37 06/01/07 21:09:09 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/mat/interface/matrix.c 1.206 06/01/07 21:09:08 barrysmith@barry-smiths-computer.local +5 -5 removed verbose from PetscInfo and -info
src/mat/interface/dlregismat.c 1.36 06/01/07 21:09:07 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/mat/impls/sbaij/seq/sbaijfact2.c 1.66 06/01/07 21:09:06 barrysmith@barry-smiths-computer.local +27 -27 removed verbose from PetscInfo and -info
src/mat/impls/sbaij/seq/sbaijfact.c 1.92 06/01/07 21:09:05 barrysmith@barry-smiths-computer.local +31 -31 removed verbose from PetscInfo and -info
src/mat/impls/sbaij/seq/sbaij.c 1.153 06/01/07 21:09:05 barrysmith@barry-smiths-computer.local +12 -12 removed verbose from PetscInfo and -info
src/mat/impls/sbaij/mpi/mpisbaij.c 1.136 06/01/07 21:09:03 barrysmith@barry-smiths-computer.local +5 -5 removed verbose from PetscInfo and -info
src/mat/impls/rowbs/mpi/mpirowbs.c 1.80 06/01/07 21:09:03 barrysmith@barry-smiths-computer.local +8 -8 removed verbose from PetscInfo and -info
src/mat/impls/rowbs/mpi/cholbs.c 1.17 06/01/07 21:09:02 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/mat/impls/dense/seq/dense.c 1.90 06/01/07 21:09:01 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/dense/mpi/plapack/plapack.c 1.11 06/01/07 21:09:00 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/dense/mpi/mpidense.c 1.70 06/01/07 21:08:59 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/mat/impls/csr/inode/inode.c 1.55 06/01/07 21:08:59 barrysmith@barry-smiths-computer.local +7 -7 removed verbose from PetscInfo and -info
src/mat/impls/bdiag/seq/bdiag2.c 1.26 06/01/07 21:08:58 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/mat/impls/bdiag/seq/bdiag.c 1.53 06/01/07 21:08:58 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/mat/impls/bdiag/mpi/mpibdiag.c 1.52 06/01/07 21:08:57 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/mat/impls/baij/seq/baijfact3.c 1.27 06/01/07 21:08:56 barrysmith@barry-smiths-computer.local +6 -6 removed verbose from PetscInfo and -info
src/mat/impls/baij/seq/baijfact2.c 1.53 06/01/07 21:08:56 barrysmith@barry-smiths-computer.local +35 -35 removed verbose from PetscInfo and -info
src/mat/impls/baij/seq/baijfact.c 1.37 06/01/07 21:08:55 barrysmith@barry-smiths-computer.local +14 -14 removed verbose from PetscInfo and -info
src/mat/impls/baij/seq/baij.c 1.141 06/01/07 21:08:55 barrysmith@barry-smiths-computer.local +6 -6 removed verbose from PetscInfo and -info
src/mat/impls/baij/mpi/mpibaij.c 1.105 06/01/07 21:08:53 barrysmith@barry-smiths-computer.local +14 -14 removed verbose from PetscInfo and -info
src/mat/impls/baij/mpi/baijov.c 1.35 06/01/07 21:08:53 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/umfpack/umfpack.c 1.48 06/01/07 21:08:52 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/superlu/superlu.c 1.84 06/01/07 21:08:52 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.47 06/01/07 21:08:52 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/lusol/lusol.c 1.40 06/01/07 21:08:51 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/essl/essl.c 1.43 06/01/07 21:08:51 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/symtranspose.c 1.12 06/01/07 21:08:50 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/crl/crl.c 1.15 06/01/07 21:08:50 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/matmatmult.c 1.89 06/01/07 21:08:49 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/aijfact.c 1.127 06/01/07 21:08:48 barrysmith@barry-smiths-computer.local +30 -30 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/aij.c 1.246 06/01/07 21:08:48 barrysmith@barry-smiths-computer.local +6 -6 removed verbose from PetscInfo and -info
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.119 06/01/07 21:08:48 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/mpi/mumps/mumps.c 1.99 06/01/07 21:08:47 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/mat/impls/aij/mpi/crl/mcrl.c 1.8 06/01/07 21:08:47 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/mpi/mpiptap.c 1.22 06/01/07 21:08:46 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/mat/impls/aij/mpi/mpiov.c 1.39 06/01/07 21:08:46 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/mpi/mpiaij.c 1.260 06/01/07 21:08:46 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/mat/impls/aij/mpi/mmaij.c 1.27 06/01/07 21:08:45 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/mpi/fdmpiaij.c 1.15 06/01/07 21:08:45 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/adj/mpi/mpiadj.c 1.50 06/01/07 21:08:44 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/color/color.c 1.25 06/01/07 21:08:28 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/pc/interface/precon.c 1.70 06/01/07 21:08:27 barrysmith@barry-smiths-computer.local +5 -5 removed verbose from PetscInfo and -info
src/ksp/pc/impls/tfs/pxxt.c 1.28 06/01/07 21:08:26 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/pc/impls/sor/sor.c 1.36 06/01/07 21:08:24 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/pc/impls/mg/mg.c 1.71 06/01/07 21:08:22 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/ksp/pc/impls/jacobi/jacobi.c 1.22 06/01/07 21:08:21 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/pc/impls/hypre/hyppilut.c 1.83 06/01/07 21:08:20 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.29 06/01/07 21:08:19 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/pc/impls/factor/lu/lu.c 1.52 06/01/07 21:08:19 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/ksp/interface/itfunc.c 1.77 06/01/07 21:08:14 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/ksp/interface/iterativ.c 1.42 06/01/07 21:08:13 barrysmith@barry-smiths-computer.local +8 -8 removed verbose from PetscInfo and -info
src/ksp/ksp/interface/itcreate.c 1.71 06/01/07 21:08:13 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/ksp/interface/dlregisksp.c 1.31 06/01/07 21:08:13 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/symmlq/symmlq.c 1.28 06/01/07 21:08:12 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/qcg/qcg.c 1.29 06/01/07 21:08:11 barrysmith@barry-smiths-computer.local +6 -6 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/minres/minres.c 1.27 06/01/07 21:08:11 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/gmres/lgmres/lgmres.c 1.46 06/01/07 21:08:10 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/gmres/fgmres/fgmres.c 1.56 06/01/07 21:08:10 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/gmres/gmres.c 1.67 06/01/07 21:08:09 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/gmres/borthog2.c 1.26 06/01/07 21:08:09 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/cr/cr.c 1.37 06/01/07 21:08:09 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/cg/cgne/cgne.c 1.33 06/01/07 21:08:08 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/cg/cg.c 1.44 06/01/07 21:08:08 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/ksp/ksp/examples/tutorials/ex10.c 1.59 06/01/07 21:07:59 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/ksp/examples/tests/ex27.c 1.3 06/01/07 21:07:56 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/docs/website/publications/index.html 1.36 06/01/07 21:07:49 barrysmith@barry-smiths-computer.local +5 -5 removed verbose from PetscInfo and -info
src/docs/website/documentation/changes/231.html 1.52 06/01/07 21:07:43 barrysmith@barry-smiths-computer.local +3 -0 removed verbose from PetscInfo and -info
src/docs/website/documentation/troubleshooting.html 1.32 06/01/07 21:07:41 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/docs/website/documentation/faq.html 1.30 06/01/07 21:07:40 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/docs/tex/manual/part2.tex 1.107 06/01/07 21:07:36 barrysmith@barry-smiths-computer.local +18 -18 removed verbose from PetscInfo and -info
src/dm/mesh/sieve/PreSieve.cxx 1.35 06/01/07 21:07:31 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/dm/da/src/gr2.c 1.39 06/01/07 21:07:26 barrysmith@barry-smiths-computer.local +5 -5 removed verbose from PetscInfo and -info
src/dm/da/src/dasub.c 1.14 06/01/07 21:07:25 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/dm/da/src/da2.c 1.75 06/01/07 21:07:24 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/dm/ao/interface/dlregisdm.c 1.31 06/01/07 21:07:19 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/contrib/helmholtz_2/ex12.c 1.10 06/01/07 21:06:59 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
python/PETSc/utilities/libraryOptions.py 1.26 06/01/07 21:06:50 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
include/petsclog.h 1.67 06/01/07 21:06:32 barrysmith@barry-smiths-computer.local +7 -7 removed verbose from PetscInfo and -info
include/petsc.h 1.160 06/01/07 21:06:30 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
bmake/common/rules 1.181 06/01/07 21:06:24 barrysmith@barry-smiths-computer.local +2 -3 removed verbose from PetscInfo and -info
Hg-commit: daa490f1b957c57dd6cd4d11f3dd6573777b4982
show more ...
|
| bb01a9d9 | 18-Nov-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3755.1.2 barrysmith@barry-smiths-computer.local|ChangeSet|20051118211236|32899 ChangeSet 1.3755.1.2 05/11/18 15:12:36 barrysmith@barry-smiths-computer.local +6 -0 Merge bk://petsc@
bk-changeset-1.3755.1.2 barrysmith@barry-smiths-computer.local|ChangeSet|20051118211236|32899 ChangeSet 1.3755.1.2 05/11/18 15:12:36 barrysmith@barry-smiths-computer.local +6 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barry-smiths-computer.local:/Users/barrysmith/petsc-dev
src/sys/plog/plog.c 1.73 05/11/18 15:12:29 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/sys/objects/pinit.c 1.70 05/11/18 15:12:29 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/mat/impls/aij/mpi/mumps/mumps.c 1.98 05/11/18 15:12:28 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/ksp/pc/impls/hypre/hyppilut.c 1.81 05/11/18 15:12:27 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
python/PETSc/utilities/arch.py 1.37 05/11/18 15:12:26 barrysmith@barry-smiths-computer.local +0 -1 Auto merged
include/petsc.h 1.150 05/11/18 15:12:26 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
Hg-commit: 1ff61d6ce366973aa7e94e133a17607c5033cdc2
show more ...
|
| f68b968c | 18-Nov-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3745.1.7 barrysmith@barry-smiths-computer.local|ChangeSet|20051118211123|56880 ChangeSet 1.3745.1.7 05/11/18 15:11:23 barrysmith@barry-smiths-computer.local +21 -0 rename FCNVOID a
bk-changeset-1.3745.1.7 barrysmith@barry-smiths-computer.local|ChangeSet|20051118211123|56880 ChangeSet 1.3745.1.7 05/11/18 15:11:23 barrysmith@barry-smiths-computer.local +21 -0 rename FCNVOID and friends for consistency update for PetscScalar of long double
src/ts/interface/ftn-custom/ztsf.c 1.2 05/11/18 15:11:18 barrysmith@barry-smiths-computer.local +12 -12 rename FCNVOID and friends for consistency
src/sys/plog/plog.c 1.71.1.1 05/11/18 15:11:18 barrysmith@barry-smiths-computer.local +2 -2 add PetscScalar size to log summary output
src/sys/objects/pinit.c 1.68.1.1 05/11/18 15:11:18 barrysmith@barry-smiths-computer.local +1 -1 add Long double PetscScalar
src/snes/utils/ftn-custom/zdamgsnesf.c 1.2 05/11/18 15:11:18 barrysmith@barry-smiths-computer.local +2 -2 rename FCNVOID and friends for consistency
src/snes/utils/ftn-custom/zdamgf.c 1.4 05/11/18 15:11:17 barrysmith@barry-smiths-computer.local +3 -3 rename FCNVOID and friends for consistency
src/snes/interface/ftn-custom/zsnesf.c 1.2 05/11/18 15:11:17 barrysmith@barry-smiths-computer.local +11 -11 rename FCNVOID and friends for consistency
src/snes/impls/ls/ftn-custom/zlsf.c 1.3 05/11/18 15:11:17 barrysmith@barry-smiths-computer.local +4 -4 rename FCNVOID and friends for consistency
src/mat/matfd/ftn-custom/zfdmatrixf.c 1.2 05/11/18 15:11:17 barrysmith@barry-smiths-computer.local +2 -2 rename FCNVOID and friends for consistency
src/mat/impls/shell/ftn-custom/zshellf.c 1.2 05/11/18 15:11:17 barrysmith@barry-smiths-computer.local +8 -8 rename FCNVOID and friends for consistency
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.70 05/11/18 15:11:17 barrysmith@barry-smiths-computer.local +1 -1 rename FCNVOID and friends for consistency
src/mat/impls/aij/seq/spooles/spooles.c 1.106 05/11/18 15:11:16 barrysmith@barry-smiths-computer.local +1 -1 rename FCNVOID and friends for consistency
src/mat/impls/aij/mpi/mumps/mumps.c 1.96.1.1 05/11/18 15:11:16 barrysmith@barry-smiths-computer.local +3 -3 rename FCNVOID and friends for consistency
src/ksp/pc/impls/mg/ftn-custom/zmgfuncf.c 1.2 05/11/18 15:11:16 barrysmith@barry-smiths-computer.local +2 -2 rename FCNVOID and friends for consistency
src/ksp/ksp/interface/ftn-custom/zitfuncf.c 1.2 05/11/18 15:11:16 barrysmith@barry-smiths-computer.local +9 -9 rename FCNVOID and friends for consistency
src/ksp/ksp/impls/gmres/fgmres/ftn-custom/zmodpcff.c 1.2 05/11/18 15:11:16 barrysmith@barry-smiths-computer.local +2 -2 rename FCNVOID and friends for consistency
src/docs/website/publications/index.html 1.27 05/11/18 15:11:16 barrysmith@barry-smiths-computer.local +97 -17 links to slepc and tao apps
src/docs/website/documentation/tutorials/index.html 1.24 05/11/18 15:11:16 barrysmith@barry-smiths-computer.local +146 -19 new tutorial
python/PETSc/utilities/languages.py 1.45 05/11/18 15:11:15 barrysmith@barry-smiths-computer.local +3 -1 support for PetscScalar of long double
include/petscmath.h 1.27 05/11/18 15:11:15 barrysmith@barry-smiths-computer.local +19 -8 support for PetscScalar of long double
include/petsc.h 1.149 05/11/18 15:11:15 barrysmith@barry-smiths-computer.local +1 -1 support for PetscScalar of long double
include/mpiuni/mpi.h 1.23 05/11/18 15:11:15 barrysmith@barry-smiths-computer.local +1 -0 missing MPI_LONG_DOUBLE
Hg-commit: 381601fa71a48477ac94cf5d5e1805463c00a329
show more ...
|
| 09f3b4e5 | 18-Nov-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3753.1.1 balay@asterix.mcs.anl.gov|ChangeSet|20051118175347|44670 ChangeSet 1.3753.1.1 05/11/18 11:53:47 balay@asterix.mcs.anl.gov +118 -0 PetscLogInfo -> PetscVerboseInfo
src/v
bk-changeset-1.3753.1.1 balay@asterix.mcs.anl.gov|ChangeSet|20051118175347|44670 ChangeSet 1.3753.1.1 05/11/18 11:53:47 balay@asterix.mcs.anl.gov +118 -0 PetscLogInfo -> PetscVerboseInfo
src/vec/vec/utils/vscat.c 1.47 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +18 -18 PetscLogInfo -> PetscVerboseInfo
src/vec/vec/utils/vpscat.c 1.55 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +13 -13 PetscLogInfo -> PetscVerboseInfo
src/vec/vec/utils/comb.c 1.28 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/vec/vec/interface/vector.c 1.144 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/vec/vec/interface/dlregisvec.c 1.31 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/vec/vec/impls/mpi/pdvec.c 1.63 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/vec/is/utils/isltog.c 1.41 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/vec/is/utils/iscoloring.c 1.35 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ts/interface/tsfd.c 1.17 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ts/interface/dlregists.c 1.23 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/viewer/interface/dlregispetsc.c 1.27 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/viewer/impls/socket/send.c 1.36 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/viewer/impls/matlab/vmatlab.c 1.27 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/sys/viewer/impls/binary/binv.c 1.57 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/viewer/impls/ascii/vcreatea.c 1.17 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/utils/random.c 1.29 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/utils/fhost.c 1.23 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/plog/plogmpe.c 1.19 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/sys/plog/ploginfo.c 1.32 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +35 -35 PetscLogInfo -> PetscVerboseInfo
src/sys/plog/plog.c 1.72 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/sys/objects/tagm.c 1.33 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +7 -7 PetscLogInfo -> PetscVerboseInfo
src/sys/objects/pinit.c 1.69 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/sys/objects/options.c 1.63 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/objects/init.c 1.59 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/sys/matlabengine/matlab.c 1.45 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +12 -12 PetscLogInfo -> PetscVerboseInfo
src/sys/ftn-custom/zutils.c 1.3 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/ftn-custom/zstart.c 1.39 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/sys/fileio/mpiuopen.c 1.25 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/sys/fileio/ftest.c 1.37 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/fileio/fretrieve.c 1.30 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/sys/draw/impls/x/xcolor.c 1.14 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/sys/dll/dl.c 1.39 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +12 -12 PetscLogInfo -> PetscVerboseInfo
src/snes/utils/damgsnes.c 1.77 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/snes/mf/snesmfj.c 1.59 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/snes/interface/snesut.c 1.20 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +7 -7 PetscLogInfo -> PetscVerboseInfo
src/snes/interface/snesj2.c 1.16 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/snes/interface/snes.c 1.96 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/snes/interface/noise/snesnoise.c 1.21 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/snes/interface/noise/snesmfj2.c 1.30 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/snes/interface/dlregissnes.c 1.25 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/snes/impls/tr/tr.c 1.33 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +14 -14 PetscLogInfo -> PetscVerboseInfo
src/snes/impls/ls/ls.c 1.66 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +26 -26 PetscLogInfo -> PetscVerboseInfo
src/mat/utils/multequal.c 1.10 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/mat/utils/matstash.c 1.21 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/mat/utils/gcreate.c 1.42 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/utils/compressedrow.c 1.12 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +5 -5 PetscLogInfo -> PetscVerboseInfo
src/mat/matfd/fdmatrix.c 1.35 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/mat/interface/dlregismat.c 1.33 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/sbaij/seq/sbaijfact2.c 1.63 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +25 -25 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/sbaij/seq/sbaijfact.c 1.89 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +29 -29 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/sbaij/seq/sbaij.c 1.150 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +12 -12 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/sbaij/mpi/mpisbaij.c 1.135 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +5 -5 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/rowbs/mpi/mpirowbs.c 1.76 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +6 -6 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/rowbs/mpi/cholbs.c 1.16 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/dense/seq/dense.c 1.88 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/dense/mpi/plapack/plapack.c 1.10 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/dense/mpi/mpidense.c 1.69 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/csr/inode/inode.c 1.53 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +7 -7 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/bdiag/seq/bdiag2.c 1.25 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/bdiag/seq/bdiag.c 1.52 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/bdiag/mpi/mpibdiag.c 1.51 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/baij/seq/baijfact3.c 1.24 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +5 -5 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/baij/seq/baijfact2.c 1.49 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +34 -34 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/baij/seq/baijfact.c 1.34 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +12 -12 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/baij/seq/baij.c 1.139 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +6 -6 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/baij/mpi/mpibaij.c 1.104 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +7 -7 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/baij/mpi/baijov.c 1.34 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/umfpack/umfpack.c 1.46 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/symtranspose.c 1.11 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/superlu/superlu.c 1.83 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/matmatmult.c 1.87 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.46 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/lusol/lusol.c 1.39 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/essl/essl.c 1.42 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/crl/crl.c 1.13 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/aijfact.c 1.124 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +26 -26 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/aij.c 1.244 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +6 -6 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.117 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/mumps/mumps.c 1.97 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/mpiptap.c 1.21 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/mpiov.c 1.38 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/mpiaij.c 1.259 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/mmaij.c 1.26 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/fdmpiaij.c 1.14 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/crl/mcrl.c 1.7 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/adj/mpi/mpiadj.c 1.49 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/color/color.c 1.24 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/interface/precon.c 1.66 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +5 -5 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/impls/tfs/pxxt.c 1.27 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/impls/sor/sor.c 1.34 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/impls/mg/mg.c 1.67 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/impls/jacobi/jacobi.c 1.21 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/impls/hypre/hyppilut.c 1.79.1.1 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.28 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/interface/itfunc.c 1.75 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/interface/iterativ.c 1.39 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +8 -8 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/interface/itcreate.c 1.68 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/interface/dlregisksp.c 1.28 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/symmlq/symmlq.c 1.26 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/qcg/qcg.c 1.27 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +6 -6 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/minres/minres.c 1.25 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/gmres/lgmres/lgmres.c 1.44 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/gmres/gmres.c 1.65 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/gmres/fgmres/fgmres.c 1.55 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/gmres/borthog2.c 1.23 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/cr/cr.c 1.36 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/cg/cgne/cgne.c 1.32 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/cg/cg.c 1.43 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/examples/tutorials/ex10.c 1.58 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/examples/tests/ex27.c 1.2 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/docs/tex/manual/part2.tex 1.99 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +8 -8 PetscLogInfo -> PetscVerboseInfo
src/dm/mesh/sieve/PreSieve.cxx 1.18.1.1 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/dm/da/src/gr2.c 1.36 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +5 -5 PetscLogInfo -> PetscVerboseInfo
src/dm/da/src/dasub.c 1.13 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/dm/da/src/da2.c 1.73 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/dm/ao/interface/dlregisdm.c 1.28 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
include/petsclog.h 1.59 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +6 -6 PetscLogInfo -> PetscVerboseInfo
include/petsc.h 1.147.1.1 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
Hg-commit: 508bc2e977cf463a8deb7e76c55a75d9b0304a03
show more ...
|
| 6666c085 | 15-Nov-2005 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.3744 hzhang@shakey.mcs.anl.gov|ChangeSet|20051115031011|24284 ChangeSet 1.3744 05/11/14 21:10:11 hzhang@shakey.mcs.anl.gov +1 -0 initialize 'nz' to remove warnings from some picky
bk-changeset-1.3744 hzhang@shakey.mcs.anl.gov|ChangeSet|20051115031011|24284 ChangeSet 1.3744 05/11/14 21:10:11 hzhang@shakey.mcs.anl.gov +1 -0 initialize 'nz' to remove warnings from some picky compilers
src/mat/impls/aij/mpi/mumps/mumps.c 1.96 05/11/14 21:10:09 hzhang@shakey.mcs.anl.gov +1 -1 initialize 'nz' to remove warnings from some picky compilers
Hg-commit: 8da7fe8bebdafad9c70c6b77bf179727f19f49a0
show more ...
|
| a0e2756f | 11-Nov-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3724 balay@asterix.mcs.anl.gov|ChangeSet|20051111161917|45459 ChangeSet 1.3724 05/11/11 10:19:17 balay@asterix.mcs.anl.gov +1 -0 fix mumps compile error
src/mat/impls/aij/mpi/mu
bk-changeset-1.3724 balay@asterix.mcs.anl.gov|ChangeSet|20051111161917|45459 ChangeSet 1.3724 05/11/11 10:19:17 balay@asterix.mcs.anl.gov +1 -0 fix mumps compile error
src/mat/impls/aij/mpi/mumps/mumps.c 1.95 05/11/11 10:19:15 balay@asterix.mcs.anl.gov +1 -1 fix mumps compile error
Hg-commit: 387ee7f7cca1a567fbd6be09995103632bd9ce03
show more ...
|
| 5c28c1e3 | 11-Nov-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3721 barrysmith@barry-smiths-computer.local|ChangeSet|20051111145817|48307 ChangeSet 1.3721 05/11/11 08:58:17 barrysmith@barry-smiths-computer.local +1 -0 mumps.c: petsc-maint
bk-changeset-1.3721 barrysmith@barry-smiths-computer.local|ChangeSet|20051111145817|48307 ChangeSet 1.3721 05/11/11 08:58:17 barrysmith@barry-smiths-computer.local +1 -0 mumps.c: petsc-maint 13968 and 13977 bad castes with C++ and extern C
src/mat/impls/aij/mpi/mumps/mumps.c 1.94 05/11/11 08:57:32 barrysmith@barry-smiths-computer.local +3 -3 petsc-maint 13968 and 13977 bad castes with C++ and extern C
Hg-commit: a9a34e72f0eb8a6f1a5345a0331c1d413dcf6d41
show more ...
|
| 183aafc7 | 10-Nov-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3715.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20051110132854|50985 ChangeSet 1.3715.1.1 05/11/10 07:28:54 barrysmith@barry-smiths-computer.local +2 -0 mumps.c: pets
bk-changeset-1.3715.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20051110132854|50985 ChangeSet 1.3715.1.1 05/11/10 07:28:54 barrysmith@barry-smiths-computer.local +2 -0 mumps.c: petsc-maint 13968 function pointer cannot be be extern C therefor cast first BlasLapack.py: added checks for Atlas in /usr/local/lib
src/mat/impls/aij/mpi/mumps/mumps.c 1.93 05/11/10 07:28:07 barrysmith@barry-smiths-computer.local +1 -1 petsc-maint 13968 function pointer cannot be be extern C therefor cast first
python/PETSc/packages/BlasLapack.py 1.143 05/11/10 07:21:57 barrysmith@barry-smiths-computer.local +2 -0 added checks for Atlas in /usr/local/lib
Hg-commit: b5ded16e65e4284c3f55e257825e8f1614afda23
show more ...
|
| c2b5dc30 | 23-Sep-2005 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.3552.4.2 hzhang@shakey.mcs.anl.gov|ChangeSet|20050923022500|31730 ChangeSet 1.3552.4.2 05/09/22 21:25:00 hzhang@shakey.mcs.anl.gov +2 -0 Update MUMPS from v4.3.2 to v4.5.3
src/m
bk-changeset-1.3552.4.2 hzhang@shakey.mcs.anl.gov|ChangeSet|20050923022500|31730 ChangeSet 1.3552.4.2 05/09/22 21:25:00 hzhang@shakey.mcs.anl.gov +2 -0 Update MUMPS from v4.3.2 to v4.5.3
src/mat/impls/aij/mpi/mumps/mumps.c 1.92 05/09/22 21:24:58 hzhang@shakey.mcs.anl.gov +1 -1 Update MUMPS from v4.3.2 to v4.5.3
python/PETSc/packages/MUMPS.py 1.49 05/09/22 21:24:57 hzhang@shakey.mcs.anl.gov +2 -1 Update MUMPS from v4.3.2 to v4.5.3
Hg-commit: 0885adca865eeb53c45a30a703944863ed43aa1f
show more ...
|
| c1490034 | 26-Aug-2005 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.3490 hzhang@shakey.mcs.anl.gov|ChangeSet|20050826201836|52263 ChangeSet 1.3490 05/08/26 15:18:36 hzhang@shakey.mcs.anl.gov +3 -0 bugfix for MatView of external packages, e.g., spoo
bk-changeset-1.3490 hzhang@shakey.mcs.anl.gov|ChangeSet|20050826201836|52263 ChangeSet 1.3490 05/08/26 15:18:36 hzhang@shakey.mcs.anl.gov +3 -0 bugfix for MatView of external packages, e.g., spooles and mumps
src/mat/impls/sbaij/seq/sbaij.c 1.145 05/08/26 15:18:33 hzhang@shakey.mcs.anl.gov +2 -0 bugfix for MatView of external packages, e.g., spooles and mumps
src/mat/impls/sbaij/mpi/mpisbaij.c 1.128 05/08/26 15:18:33 hzhang@shakey.mcs.anl.gov +2 -0 bugfix for MatView of external packages, e.g., spooles and mumps
src/mat/impls/aij/mpi/mumps/mumps.c 1.91 05/08/26 15:18:33 hzhang@shakey.mcs.anl.gov +21 -40 code polish
Hg-commit: 4e85557bbda5d6f05da7735a78e7b139f25b0058
show more ...
|
| 8ada1bb4 | 26-Aug-2005 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.3483 hzhang@shakey.mcs.anl.gov|ChangeSet|20050826023911|50810 ChangeSet 1.3483 05/08/25 21:39:11 hzhang@shakey.mcs.anl.gov +1 -0 bugfix for mumps interface
src/mat/impls/aij/mpi
bk-changeset-1.3483 hzhang@shakey.mcs.anl.gov|ChangeSet|20050826023911|50810 ChangeSet 1.3483 05/08/25 21:39:11 hzhang@shakey.mcs.anl.gov +1 -0 bugfix for mumps interface
src/mat/impls/aij/mpi/mumps/mumps.c 1.90 05/08/25 21:39:09 hzhang@shakey.mcs.anl.gov +17 -8 bugfix for mumps interface
Hg-commit: b116ac86d6e74f32810f7fca8475a0eaa2ca55e7
show more ...
|
| e09efc27 | 22-Aug-2005 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.3473.1.42 hzhang@shakey.mcs.anl.gov|ChangeSet|20050822212859|53121 ChangeSet 1.3473.1.42 05/08/22 16:28:59 hzhang@shakey.mcs.anl.gov +4 -0 bugfix for parallel '-mat_view_info' for
bk-changeset-1.3473.1.42 hzhang@shakey.mcs.anl.gov|ChangeSet|20050822212859|53121 ChangeSet 1.3473.1.42 05/08/22 16:28:59 hzhang@shakey.mcs.anl.gov +4 -0 bugfix for parallel '-mat_view_info' for the interfaces to the external direct solver
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.69 05/08/22 16:28:56 hzhang@shakey.mcs.anl.gov +5 -2 bugfix for parallel '-mat_view_info' for the interfaces to the external direct solver
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.115 05/08/22 16:28:56 hzhang@shakey.mcs.anl.gov +6 -2 bugfix for parallel '-mat_view_info' for the interfaces to the external direct solver
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.75 05/08/22 16:28:56 hzhang@shakey.mcs.anl.gov +9 -2 bugfix for parallel '-mat_view_info' for the interfaces to the external direct solver
src/mat/impls/aij/mpi/mumps/mumps.c 1.89 05/08/22 16:28:55 hzhang@shakey.mcs.anl.gov +13 -6 bugfix for parallel '-mat_view_info' for the interfaces to the external direct solver
Hg-commit: 9034fc6586dee33a080c70e844f4e1fe62c5c7e1
show more ...
|
| 75179d2c | 16-Mar-2005 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2989 hzhang@compbio.mcs.anl.gov|ChangeSet|20050316173210|39868 ChangeSet 1.2989 05/03/16 11:32:10 hzhang@compbio.mcs.anl.gov +10 -0 const MatType -> MatType
src/mat/impls/sbaij/
bk-changeset-1.2989 hzhang@compbio.mcs.anl.gov|ChangeSet|20050316173210|39868 ChangeSet 1.2989 05/03/16 11:32:10 hzhang@compbio.mcs.anl.gov +10 -0 const MatType -> MatType
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.62 05/03/16 11:32:07 hzhang@compbio.mcs.anl.gov +1 -1 const MatType -> MatType
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.50 05/03/16 11:32:07 hzhang@compbio.mcs.anl.gov +1 -1 const MatType -> MatType
src/mat/impls/aij/seq/umfpack/umfpack.c 1.45 05/03/16 11:32:07 hzhang@compbio.mcs.anl.gov +2 -2 const MatType -> MatType
src/mat/impls/aij/seq/superlu/superlu.c 1.78 05/03/16 11:32:07 hzhang@compbio.mcs.anl.gov +4 -4 const MatType -> MatType
src/mat/impls/aij/seq/spooles/spooles.h 1.54 05/03/16 11:32:07 hzhang@compbio.mcs.anl.gov +5 -5 const MatType -> MatType
src/mat/impls/aij/seq/spooles/spooles.c 1.105 05/03/16 11:32:07 hzhang@compbio.mcs.anl.gov +2 -2 const MatType -> MatType
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.110 05/03/16 11:32:07 hzhang@compbio.mcs.anl.gov +2 -2 const MatType -> MatType
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.74 05/03/16 11:32:07 hzhang@compbio.mcs.anl.gov +1 -1 const MatType -> MatType
src/mat/impls/aij/mpi/mumps/mumps.c 1.88 05/03/16 11:32:07 hzhang@compbio.mcs.anl.gov +5 -5 const MatType -> MatType
src/ksp/pc/impls/ml/ml.c 1.19 05/03/16 11:32:07 hzhang@compbio.mcs.anl.gov +2 -2 const MatType -> MatType
Hg-commit: cfa28734b7caa132bead2401e14b68f70301374c
show more ...
|
| f69a0ea3 | 16-Mar-2005 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.2975.1.5 knepley@khan.(none)|ChangeSet|20050316003440|07799 ChangeSet 1.2975.1.5 05/03/15 18:34:40 knepley@khan.(none) +235 -0 Fixed many const arguments Changed MatCreate() to o
bk-changeset-1.2975.1.5 knepley@khan.(none)|ChangeSet|20050316003440|07799 ChangeSet 1.2975.1.5 05/03/15 18:34:40 knepley@khan.(none) +235 -0 Fixed many const arguments Changed MatCreate() to only take a communicator - Added MatSetSizes() Changed SNESSolve() to accept a constant argument - This should allow SNES to look almost like KSP Added Options methods, SetUp(), and View() and objects which lacked them
src/vec/utils/vecio.c 1.42.1.2 05/03/15 18:34:38 knepley@khan.(none) +4 -4 Fixed const
src/vec/interface/vector.c 1.126 05/03/15 18:34:38 knepley@khan.(none) +124 -1 Added Options methods Added SetUp() Removed bad check
src/vec/interface/vecreg.c 1.32 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed const
src/vec/interface/mapreg.c 1.24 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed const
src/vec/interface/map.c 1.22 05/03/15 18:34:38 knepley@khan.(none) +190 -0 Added Options methods Added SetUp() and View()
src/vec/impls/seq/dvec2.c 1.28 05/03/15 18:34:38 knepley@khan.(none) +4 -4 Fixed argument order
src/vec/impls/seq/bvec2.c 1.64.1.2 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed const
src/vec/impls/mpi/pbvec.c 1.34 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed const
src/vec/examples/tutorials/ex1e.c 1.9 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed AXPY
src/vec/examples/tutorials/ex17.c 1.3.1.1 05/03/15 18:34:38 knepley@khan.(none) +2 -0 Fixed compilation warning
src/vec/examples/tutorials/ex1.c 1.11 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed WAXPY
src/ts/impls/pseudo/posindep.c 1.25 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/ts/impls/implicit/cn/cn.c 1.23 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/ts/impls/implicit/beuler/beuler.c 1.25 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/ts/examples/tutorials/ex6.c 1.17 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ts/examples/tutorials/ex5.c 1.11 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ts/examples/tutorials/ex4.c 1.10 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ts/examples/tutorials/ex3.c 1.11 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ts/examples/tutorials/ex2f.F 1.14 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ts/examples/tutorials/ex2.c 1.9 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ts/examples/tests/ex4.c 1.12 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ts/examples/tests/ex2.c 1.8 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ts/examples/tests/ex1f.F 1.14 05/03/15 18:34:38 knepley@khan.(none) +6 -6 Fixed MatCreate
src/ts/examples/tests/ex1.c 1.13 05/03/15 18:34:38 knepley@khan.(none) +6 -3 Fixed MatCreate
src/sys/src/viewer/interface/viewreg.c 1.24 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed const
src/sys/src/viewer/interface/view.c 1.14 05/03/15 18:34:38 knepley@khan.(none) +182 -0 Added Options methods Added SetUp() and View()
src/snes/utils/damgsnes.c 1.60 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/mf/snesmfj.c 1.52 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/snes/interface/snes.c 1.73.1.2 05/03/15 18:34:38 knepley@khan.(none) +9 -5 Now SNESSolve() can take a constant argument
src/snes/interface/noise/snesmfj2.c 1.28 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/snes/examples/tutorials/ex6.c 1.18 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tutorials/ex5s.c 1.11 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tutorials/ex5f90.F 1.10 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tutorials/ex5f.F 1.18 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tutorials/ex5.c 1.22 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tutorials/ex3.c 1.16 05/03/15 18:34:38 knepley@khan.(none) +3 -2 Fixed SNESSolve Fixed MatCreate
src/snes/examples/tutorials/ex26.c 1.21 05/03/15 18:34:38 knepley@khan.(none) +3 -2 Fixed SNESSolve Fixed MatCreate
src/snes/examples/tutorials/ex21.c 1.9 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tutorials/ex2.c 1.13 05/03/15 18:34:38 knepley@khan.(none) +3 -2 Fixed SNESSolve Fixed MatCreate
src/snes/examples/tutorials/ex1f.F 1.16 05/03/15 18:34:38 knepley@khan.(none) +3 -3 Fixed SNESSolve Fixed MatCreate
src/snes/examples/tutorials/ex14.c 1.14 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tutorials/ex10d/ex10.c 1.14 05/03/15 18:34:38 knepley@khan.(none) +3 -2 Fixed SNESSolve Fixed MatCreate
src/snes/examples/tutorials/ex1.c 1.12 05/03/15 18:34:38 knepley@khan.(none) +3 -2 Fixed SNESSolve Fixed MatCreate
src/snes/examples/tests/ex9.c 1.12 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tests/ex7.c 1.13 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tests/ex5.c 1.10 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tests/ex4.c 1.12 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tests/ex1f.F 1.10 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tests/ex13.c 1.11 05/03/15 18:34:38 knepley@khan.(none) +3 -2 Fixed SNESSolve Fixed MatCreate
src/snes/examples/tests/ex12f.F 1.10 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tests/ex11.c 1.18 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/snes/examples/tests/ex1.c 1.14 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/mat/utils/matio.c 1.26.1.2 05/03/15 18:34:38 knepley@khan.(none) +4 -3 Fixed const Fixed MatCreate
src/mat/utils/gcreate.c 1.39 05/03/15 18:34:38 knepley@khan.(none) +53 -22 Now MatCreate() takes only a communicator Added MatSetSizes()
src/mat/utils/convert.c 1.20 05/03/15 18:34:38 knepley@khan.(none) +3 -2 Fixed MatCreate
src/mat/utils/axpy.c 1.26 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/matimpl.h 1.80 05/03/15 18:34:38 knepley@khan.(none) +3 -3 Fixed const
src/mat/interface/matrix.c 1.173 05/03/15 18:34:38 knepley@khan.(none) +129 -4 Added Options methods Added MatSetUp() Fixed const Fixed MatCreate
src/mat/interface/matreg.c 1.23 05/03/15 18:34:38 knepley@khan.(none) +1 -1 Fixed const
src/mat/impls/shell/shellcnv.c 1.19 05/03/15 18:34:38 knepley@khan.(none) +3 -2 Fixed MatCreate
src/mat/impls/shell/shell.c 1.30 05/03/15 18:34:38 knepley@khan.(none) +3 -2 Fixed MatCreate
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.61 05/03/15 18:34:38 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/sbaij/seq/sbaijfact2.c 1.59 05/03/15 18:34:38 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/impls/sbaij/seq/sbaijfact.c 1.85 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/impls/sbaij/seq/sbaij2.c 1.40 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/sbaij/seq/sbaij.h 1.38 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/mat/impls/sbaij/seq/sbaij.c 1.139.1.2 05/03/15 18:34:37 knepley@khan.(none) +9 -6 Fixed MatCreate
src/mat/impls/sbaij/seq/aijsbaij.c 1.28 05/03/15 18:34:37 knepley@khan.(none) +12 -8 Fixed MatCreate
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.49 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/sbaij/mpi/mpisbaij.h 1.17 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/mat/impls/sbaij/mpi/mpisbaij.c 1.122 05/03/15 18:34:37 knepley@khan.(none) +14 -8 Fixed MatCreate
src/mat/impls/sbaij/mpi/mmsbaij.c 1.34 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/rowbs/mpi/mpirowbs.c 1.71 05/03/15 18:34:37 knepley@khan.(none) +8 -4 Fixed MatCreate
src/mat/impls/normal/normm.c 1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/maij/maij.c 1.39 05/03/15 18:34:37 knepley@khan.(none) +4 -3 Fixed MatCreate Fixed const
src/mat/impls/is/matis.c 1.23 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/feti/feti.c 1.5 05/03/15 18:34:37 knepley@khan.(none) +6 -3 Fixed MatCreate
src/mat/impls/dense/seq/dense.c 1.76.1.2 05/03/15 18:34:37 knepley@khan.(none) +13 -7 Fixed MatCreate
src/mat/impls/dense/mpi/mpidense.h 1.9 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/mat/impls/dense/mpi/mpidense.c 1.57 05/03/15 18:34:37 knepley@khan.(none) +21 -12 Fixed MatCreate
src/mat/impls/dense/mpi/mmdense.c 1.18 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/bdiag/seq/bdiag3.c 1.25.1.2 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/bdiag/seq/bdiag.h 1.15 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/mat/impls/bdiag/seq/bdiag.c 1.50 05/03/15 18:34:37 knepley@khan.(none) +9 -5 Fixed MatCreate
src/mat/impls/bdiag/mpi/mpibdiag.h 1.10 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/mat/impls/bdiag/mpi/mpibdiag.c 1.49 05/03/15 18:34:37 knepley@khan.(none) +10 -6 Fixed MatCreate Fixed const
src/mat/impls/baij/seq/baijfact3.c 1.22 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/baij/seq/baijfact2.c 1.46 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/baij/seq/baijfact.c 1.30 05/03/15 18:34:37 knepley@khan.(none) +6 -3 Fixed MatCreate
src/mat/impls/baij/seq/baij2.c 1.34 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/baij/seq/baij.h 1.30 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/mat/impls/baij/seq/baij.c 1.127 05/03/15 18:34:37 knepley@khan.(none) +11 -7 Fixed MatCreate
src/mat/impls/baij/seq/aijbaij.c 1.25 05/03/15 18:34:37 knepley@khan.(none) +6 -4 Fixed MatCreate
src/mat/impls/baij/mpi/mpibaij.h 1.19 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/mat/impls/baij/mpi/mpibaij.c 1.95 05/03/15 18:34:37 knepley@khan.(none) +17 -10 Fixed MatCreate
src/mat/impls/baij/mpi/mmbaij.c 1.27 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.68 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/baij/mpi/baijov.c 1.31 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/aij/seq/umfpack/umfpack.c 1.44 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/aij/seq/superlu/superlu.c 1.77 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/impls/aij/seq/spooles/aijspooles.c 1.39 05/03/15 18:34:37 knepley@khan.(none) +6 -3 Fixed MatCreate
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.41.1.1 05/03/15 18:34:37 knepley@khan.(none) +6 -3 Fixed MatCreate
src/mat/impls/aij/seq/lusol/lusol.c 1.38 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/aij/seq/essl/essl.c 1.38 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/aij/seq/aijfact.c 1.112.1.1 05/03/15 18:34:37 knepley@khan.(none) +10 -5 Fixed MatCreate
src/mat/impls/aij/seq/aij.h 1.54 05/03/15 18:34:37 knepley@khan.(none) +3 -3 Fixed const
src/mat/impls/aij/seq/aij.c 1.220.1.2 05/03/15 18:34:37 knepley@khan.(none) +17 -9 Fixed MatCreate
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.109 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/aij/mpi/spooles/mpiaijspooles.c 1.32 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/aij/mpi/mumps/mumps.c 1.87 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/impls/aij/mpi/mpiptap.c 1.19 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/aij/mpi/mpiov.c 1.33 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/impls/aij/mpi/mpiaij.h 1.37 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/mat/impls/aij/mpi/mpiaij.c 1.241 05/03/15 18:34:37 knepley@khan.(none) +25 -14 Fixed MatCreate
src/mat/impls/aij/mpi/mmaij.c 1.24 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/impls/aij/aij/aijtype.c 1.13 05/03/15 18:34:37 knepley@khan.(none) +12 -12 Fixed const
src/mat/impls/adj/mpi/mpiadj.c 1.46.1.2 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/impls/adic/matadic.c 1.32 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed MatCreate
src/mat/examples/tutorials/ex5.c 1.4 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tutorials/ex2.c 1.7 05/03/15 18:34:37 knepley@khan.(none) +10 -5 Fixed MatCreate
src/mat/examples/tests/ex99.c 1.6 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/examples/tests/ex98.c 1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex95.c 1.9 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex94.c 1.18 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/examples/tests/ex93.c 1.8 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex9.c 1.8 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex85f.F 1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -2 Fixed MatCreate
src/mat/examples/tests/ex8.c 1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex75.c 1.23 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex74.c 1.30 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex71.c 1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex70.c 1.6 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex7.c 1.14 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex6.c 1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex55.c 1.21 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/mat/examples/tests/ex50.c 1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex5.c 1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex49.c 1.8 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex4.c 1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex38.c 1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex37.c 1.8 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/examples/tests/ex33.c 1.12 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex31.c 1.11 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex30.c 1.15 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex3.c 1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex27.c 1.9 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex21.c 1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex20.c 1.9 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex2.c 1.12 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/examples/tests/ex19.c 1.11 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex15.c 1.14 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex14.c 1.10 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex12.c 1.10 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/examples/tests/ex11.c 1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/mat/examples/tests/ex101.c 1.6 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/mat/examples/tests/ex10.c 1.7 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/pc/interface/precon.c 1.60.1.2 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/pc/interface/pcset.c 1.25 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/ksp/pc/impls/tfs/pxxt.c 1.26 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/ksp/pc/impls/spai/ispai.c 1.33 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/pc/impls/samg/samgpetsctools.c 1.15 05/03/15 18:34:37 knepley@khan.(none) +6 -3 Fixed MatCreate
src/ksp/pc/impls/samg/samgmgpetsc.c 1.16 05/03/15 18:34:37 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/pc/impls/redundant/redundant.c 1.23.1.1 05/03/15 18:34:37 knepley@khan.(none) +1 -1 Fixed const
src/ksp/pc/impls/ml/ml.c 1.18 05/03/15 18:34:37 knepley@khan.(none) +4 -2 Fixed MatCreate
src/ksp/pc/impls/mg/mgfunc.c 1.22.1.2 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed const
src/ksp/pc/impls/mg/mg.c 1.57.1.2 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed const
src/ksp/pc/impls/ksp/pcksp.c 1.22.1.1 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed const
src/ksp/pc/impls/is/nn/nn.c 1.30 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/pc/impls/eisens/eisen.c 1.27 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/pc/examples/tests/ex7.c 1.8 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/ksp/interface/itcreate.c 1.61 05/03/15 18:34:36 knepley@khan.(none) +2 -2 Fixed const
src/ksp/ksp/interface/eige.c 1.26 05/03/15 18:34:36 knepley@khan.(none) +6 -4 Fixed MatCreate
src/ksp/examples/tutorials/ex9.c 1.19 05/03/15 18:34:36 knepley@khan.(none) +4 -2 Fixed MatCreate
src/ksp/examples/tutorials/ex8.c 1.15 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tutorials/ex7.c 1.16 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tutorials/ex5.c 1.16 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tutorials/ex4.c 1.13 05/03/15 18:34:36 knepley@khan.(none) +4 -2 Fixed MatCreate
src/ksp/examples/tutorials/ex30.c 1.14 05/03/15 18:34:36 knepley@khan.(none) +4 -2 Fixed MatCreate
src/ksp/examples/tutorials/ex3.c 1.16 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tutorials/ex23.c 1.14 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tutorials/ex2.c 1.13 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tutorials/ex16.c 1.13 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tutorials/ex15.c 1.16 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tutorials/ex12.c 1.14 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tutorials/ex11.c 1.14 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tutorials/ex1.c 1.15 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tests/ex3.c 1.14 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tests/ex24.c 1.13 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tests/ex20.c 1.17 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tests/ex17.c 1.14 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tests/ex15.c 1.14 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/ksp/examples/tests/ex1.c 1.11 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/fortran/custom/zvec.c 1.19 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed const
src/fortran/custom/zts.c 1.20 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed const
src/fortran/custom/zpc.c 1.31 05/03/15 18:34:36 knepley@khan.(none) +2 -2 Fixed const
src/fortran/custom/zmat.c 1.48 05/03/15 18:34:36 knepley@khan.(none) +3 -3 Fixed MatCreate Fixed const
src/fortran/custom/zksp.c 1.24 05/03/15 18:34:36 knepley@khan.(none) +2 -2 Fixed const
src/docs/website/documentation/changes/222.html 1.39 05/03/15 18:34:36 knepley@khan.(none) +5 -2 Fixed MatCreate Fixed SNESSolve
src/docs/tex/manual/part2.tex 1.89 05/03/15 18:34:36 knepley@khan.(none) +6 -3 Fixed MatCreate Fixed SNESSolve
src/docs/tex/manual/part1.tex 1.36 05/03/15 18:34:36 knepley@khan.(none) +5 -4 Fixed MatCreate
src/dm/da/utils/pack.c 1.21 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/dm/da/utils/fdda.c 1.48 05/03/15 18:34:36 knepley@khan.(none) +3 -2 Fixed MatCreate Fixed const
src/dm/da/utils/dm.c 1.11 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed const
src/dm/da/src/dainterp.c 1.28 05/03/15 18:34:36 knepley@khan.(none) +8 -4 Fixed MatCreate
src/dm/da/src/da2.c 1.64 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed const
src/dm/da/daimpl.h 1.21 05/03/15 18:34:36 knepley@khan.(none) +2 -2 Fixed const
src/dm/ao/impls/basic/aodatabasic.c 1.32 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/contrib/src/ns_q1q0_penalty/main.c 1.5 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed SNESSolve
src/contrib/src/burgers_vertex_based_q1/main_old2.c 1.6 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed SNESSolve
src/contrib/src/burgers_vertex_based_q1/main_old.c 1.6 05/03/15 18:34:36 knepley@khan.(none) +5 -3 Fixed SNESSolve and MatCreate
src/contrib/src/burgers_vertex_based_q1/main.c 1.5 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed SNESSolve
src/contrib/src/burgers_df_based_q1/main.c 1.5 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed SNESSolve
src/contrib/oberman/tns_q2q1/main.c 1.5 05/03/15 18:34:36 knepley@khan.(none) +8 -4 Fixed SNESSolve
src/contrib/oberman/ns_q2q1/main.c 1.6 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed SNESSolve
src/contrib/oberman/ns_q1q1/main.c 1.5 05/03/15 18:34:36 knepley@khan.(none) +4 -2 Fixed SNESSolve
src/contrib/oberman/ns_q1q0_penalty/main.c 1.5 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed SNESSolve
src/contrib/oberman/ns_q1q0/main.c 1.6 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/contrib/oberman/laplacian_q1/scalable/appalgebra.c 1.13 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/contrib/oberman/laplacian_q1/appalgebra.c 1.15 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/contrib/oberman/burgers_vertex_based_q1/main.c 1.13 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/contrib/oberman/burgers_df_based_q1/appsetalg.c 1.12 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/contrib/keyes/ex15.c 1.7 05/03/15 18:34:36 knepley@khan.(none) +4 -2 Fixed SNESSolve
src/contrib/helmholtz_2/ex12.c 1.6 05/03/15 18:34:36 knepley@khan.(none) +2 -1 Fixed MatCreate
src/contrib/fun3d/incomp/flow.c 1.22 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed SNESSolve
src/contrib/fun3d/comp/flow.c 1.8 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed MatCreate and SNESSovle
src/adic/examples/tutorials/ex5func.c 1.6 05/03/15 18:34:36 knepley@khan.(none) +4 -2 Fixed MatCreate and SNESSovle
src/adic/examples/tutorials/ex3func.c 1.6 05/03/15 18:34:36 knepley@khan.(none) +4 -2 Fixed MatCreate and SNESSovle
include/vecimpl.h 1.41 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Fixed const
include/petscviewer.h 1.52 05/03/15 18:34:36 knepley@khan.(none) +8 -2 Fixed const Added Options methods Added PetscViewerSetUp() and PetscViewerView()
include/petscvec.h 1.72 05/03/15 18:34:36 knepley@khan.(none) +18 -6 Fixed const Added Options methods Added PetscMapSetUp() and PetscMapView() Added VecSetUp()
include/petscsnes.h 1.47 05/03/15 18:34:36 knepley@khan.(none) +1 -1 Now SNESSolve() takes a constant part or NULL
include/petscpc.h 1.70.1.2 05/03/15 18:34:36 knepley@khan.(none) +2 -2 Fixed const
include/petscmat.h 1.172 05/03/15 18:34:36 knepley@khan.(none) +15 -9 Fixed const Added Options methods Added MatSetUp() Added MatSetSizes() - Now MatCreate() takes no sizes
include/petscksp.h 1.62.1.2 05/03/15 18:34:36 knepley@khan.(none) +2 -2 Fixed const
include/petscda.h 1.46 05/03/15 18:34:36 knepley@khan.(none) +3 -3 Fixed const
Hg-commit: 238482a61eaff96c8054348fb0892ede560888c9
show more ...
|
| 7c307921 | 06-Feb-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2897 barrysmith@barry-smiths-computer.local|ChangeSet|20050206032105|33448 ChangeSet 1.2897 05/02/05 21:21:05 barrysmith@barry-smiths-computer.local +32 -0 PETScInt fixes for long
bk-changeset-1.2897 barrysmith@barry-smiths-computer.local|ChangeSet|20050206032105|33448 ChangeSet 1.2897 05/02/05 21:21:05 barrysmith@barry-smiths-computer.local +32 -0 PETScInt fixes for long long
src/sys/src/objects/options.c 1.53 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +3 -3 PETScInt fixes for long long
src/sys/src/objects/ams/aoptions.c 1.32 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +1 -1 PETScInt fixes for long long
src/sys/src/fileio/fretrieve.c 1.25 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +2 -2 PETScInt fixes for long long
src/sys/src/bag/makefile 1.2 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +5 -9 PETScInt fixes for long long
src/sys/src/bag/bag.c 1.2 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +1 -497 PETScInt fixes for long long
src/sys/examples/tests/ex12.c 1.8 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +8 -7 PETScInt fixes for long long
src/snes/examples/tutorials/ex5s.c 1.10 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +1 -1 PETScInt fixes for long long
src/mat/utils/axpy.c 1.24 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +0 -2 PETScInt fixes for long long
src/mat/impls/shell/shellcnv.c 1.17 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +1 -1 PETScInt fixes for long long
src/mat/impls/maij/maij.c 1.37 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +1 -1 PETScInt fixes for long long
src/mat/impls/baij/seq/baij.c 1.124 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +0 -2 PETScInt fixes for long long
src/mat/impls/baij/seq/aijbaij.c 1.24 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +7 -7 PETScInt fixes for long long
src/mat/impls/baij/mpi/baijov.c 1.29 05/02/05 21:21:01 barrysmith@barry-smiths-computer.local +0 -2 PETScInt fixes for long long
src/mat/impls/aij/seq/aij.c 1.216 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +0 -2 PETScInt fixes for long long
src/mat/impls/aij/mpi/mumps/mumps.c 1.86 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +4 -4 PETScInt fixes for long long
src/mat/examples/tutorials/ex5.c 1.3 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +16 -16 PETScInt fixes for long long
src/mat/examples/tests/ex45.c 1.7 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +6 -6 PETScInt fixes for long long
src/ksp/pc/impls/ml/ml.c 1.13 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +2 -2 PETScInt fixes for long long
src/ksp/pc/impls/asm/asm.c 1.43 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +1 -1 PETScInt fixes for long long
src/dm/ao/examples/tutorials/ex2.c 1.12 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +14 -14 PETScInt fixes for long long
src/dm/ao/examples/tests/ex6.c 1.6 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +2 -2 PETScInt fixes for long long
src/dm/ao/examples/tests/ex5.c 1.7 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +3 -3 PETScInt fixes for long long
src/dm/ao/examples/tests/ex3.c 1.9 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +2 -2 PETScInt fixes for long long
src/dm/ao/examples/tests/ex2.c 1.7 05/02/05 21:21:00 barrysmith@barry-smiths-computer.local +1 -1 PETScInt fixes for long long
include/vecimpl.h 1.38 05/02/05 21:20:59 barrysmith@barry-smiths-computer.local +2 -2 PETScInt fixes for long long
include/petscsys.h 1.39 05/02/05 21:20:59 barrysmith@barry-smiths-computer.local +10 -10 PETScInt fixes for long long
include/petscoptions.h 1.24 05/02/05 21:20:59 barrysmith@barry-smiths-computer.local +2 -2 PETScInt fixes for long long
include/petscdraw.h 1.24 05/02/05 21:20:59 barrysmith@barry-smiths-computer.local +2 -2 PETScInt fixes for long long
include/petscda.h 1.45 05/02/05 21:20:59 barrysmith@barry-smiths-computer.local +6 -6 PETScInt fixes for long long
include/petsc.h 1.114 05/02/05 21:20:59 barrysmith@barry-smiths-computer.local +2 -2 PETScInt fixes for long long
include/makefile 1.7 05/02/05 21:20:59 barrysmith@barry-smiths-computer.local +1 -1 PETScInt fixes for long long
src/sys/src/bag/makefile 1.1 05/02/05 20:55:47 barrysmith@barry-smiths-computer.local +23 -0
src/sys/src/bag/bag.c 1.1 05/02/05 20:55:47 barrysmith@barry-smiths-computer.local +501 -0
src/sys/src/bag/makefile 1.0 05/02/05 20:55:47 barrysmith@barry-smiths-computer.local +0 -0 BitKeeper file /Users/barrysmith/petsc-dev/src/sys/src/bag/makefile
src/sys/src/bag/bag.c 1.0 05/02/05 20:55:47 barrysmith@barry-smiths-computer.local +0 -0 BitKeeper file /Users/barrysmith/petsc-dev/src/sys/src/bag/bag.c
include/petscbag.h 1.1 05/02/05 19:30:32 barrysmith@barry-smiths-computer.local +62 -0
include/petscbag.h 1.0 05/02/05 19:30:32 barrysmith@barry-smiths-computer.local +0 -0 BitKeeper file /Users/barrysmith/petsc-dev/include/petscbag.h
Hg-commit: 0be48fdba6c75be1fcd648c7325467a545674f39
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 ...
|
| 63ba0a88 | 07-Dec-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2781.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20041207035700|55776 ChangeSet 1.2781.1.1 04/12/06 21:57:00 barrysmith@barry-smiths-computer.local +99 -0 PetscLogInfo bec
bk-changeset-1.2781.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20041207035700|55776 ChangeSet 1.2781.1.1 04/12/06 21:57:00 barrysmith@barry-smiths-computer.local +99 -0 PetscLogInfo becomes a macro and always has error checking
src/vec/utils/vscat.c 1.37 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +17 -17 PetscLogInfo becomes a macro and always has error checking
src/vec/utils/vpscat.c 1.39 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +15 -14 PetscLogInfo becomes a macro and always has error checking
src/vec/utils/comb.c 1.21 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/vec/is/utils/isltog.c 1.34 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/vec/is/utils/iscoloring.c 1.29 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/vec/interface/vector.c 1.114 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/vec/impls/mpi/pdvec.c 1.44 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/ts/interface/tsfd.c 1.12 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/sys/src/viewer/impls/socket/send.c 1.30 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/sys/src/viewer/impls/matlab/vmatlab.c 1.18 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +4 -4 PetscLogInfo becomes a macro and always has error checking
src/sys/src/viewer/impls/binary/binv.c 1.38 04/12/06 21:56:54 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/sys/src/utils/random.c 1.23 04/12/06 21:56:53 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/sys/src/utils/fhost.c 1.19 04/12/06 21:56:53 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/sys/src/plog/plogmpe.c 1.16 04/12/06 21:56:53 barrysmith@barry-smiths-computer.local +4 -4 PetscLogInfo becomes a macro and always has error checking
src/sys/src/plog/ploginfo.c 1.26 04/12/06 21:56:53 barrysmith@barry-smiths-computer.local +6 -3 PetscLogInfo becomes a macro and always has error checking
src/sys/src/objects/tagm.c 1.22 04/12/06 21:56:53 barrysmith@barry-smiths-computer.local +6 -6 PetscLogInfo becomes a macro and always has error checking
src/sys/src/objects/pinit.c 1.55 04/12/06 21:56:53 barrysmith@barry-smiths-computer.local +3 -3 PetscLogInfo becomes a macro and always has error checking
src/sys/src/objects/options.c 1.51 04/12/06 21:56:53 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/sys/src/objects/init.c 1.50 04/12/06 21:56:53 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/sys/src/matlabengine/matlab.c 1.39 04/12/06 21:56:53 barrysmith@barry-smiths-computer.local +12 -12 PetscLogInfo becomes a macro and always has error checking
src/sys/src/fileio/mpiuopen.c 1.19 04/12/06 21:56:53 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/sys/src/fileio/ftest.c 1.33 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/sys/src/fileio/fretrieve.c 1.23 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +3 -3 PetscLogInfo becomes a macro and always has error checking
src/sys/src/draw/impls/x/xcolor.c 1.10 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/sys/src/dll/dl.c 1.32 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +15 -15 PetscLogInfo becomes a macro and always has error checking
src/snes/utils/damgsnes.c 1.51 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/snes/mf/snesmfj.c 1.48 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +3 -3 PetscLogInfo becomes a macro and always has error checking
src/snes/interface/snesut.c 1.17 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +9 -7 PetscLogInfo becomes a macro and always has error checking
src/snes/interface/snesj2.c 1.13 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/snes/interface/snes.c 1.62 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +3 -3 PetscLogInfo becomes a macro and always has error checking
src/snes/interface/noise/snesnoise.c 1.16 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +3 -3 PetscLogInfo becomes a macro and always has error checking
src/snes/interface/noise/snesmfj2.c 1.24 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/snes/impls/tr/tr.c 1.28 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +14 -14 PetscLogInfo becomes a macro and always has error checking
src/snes/impls/ls/ls.c 1.49 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +27 -27 PetscLogInfo becomes a macro and always has error checking
src/mat/utils/gcreate.c 1.37 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/mat/utils/compressedrow.c 1.10 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +5 -5 PetscLogInfo becomes a macro and always has error checking
src/mat/matfd/fdmatrix.c 1.29 04/12/06 21:56:52 barrysmith@barry-smiths-computer.local +3 -3 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/sbaij/seq/sbaijfact2.c 1.52.1.1 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +29 -25 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/sbaij/seq/sbaijfact.c 1.81 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +33 -29 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/sbaij/seq/sbaij.c 1.129.1.1 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +15 -15 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/sbaij/mpi/mpisbaij.c 1.114 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +5 -5 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/rowbs/mpi/mpirowbs.c 1.66 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +6 -6 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/rowbs/mpi/cholbs.c 1.12 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +4 -4 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/dense/seq/dense.c 1.72 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +3 -2 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/dense/mpi/mpidense.c 1.54 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/csr/inode/inode.c 1.43.1.1 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +7 -7 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/bdiag/seq/bdiag2.c 1.23 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +4 -4 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/bdiag/seq/bdiag.c 1.47 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +9 -7 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/bdiag/mpi/mpibdiag.c 1.46 04/12/06 21:56:51 barrysmith@barry-smiths-computer.local +3 -3 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/baij/seq/baijfact3.c 1.18 04/12/06 21:56:50 barrysmith@barry-smiths-computer.local +7 -5 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/baij/seq/baijfact2.c 1.42 04/12/06 21:56:50 barrysmith@barry-smiths-computer.local +37 -34 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/baij/seq/baijfact.c 1.24.1.1 04/12/06 21:56:50 barrysmith@barry-smiths-computer.local +16 -12 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/baij/seq/baij.c 1.114.1.1 04/12/06 21:56:50 barrysmith@barry-smiths-computer.local +8 -7 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/baij/mpi/mpibaij.c 1.86 04/12/06 21:56:50 barrysmith@barry-smiths-computer.local +7 -7 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/baij/mpi/baijov.c 1.26 04/12/06 21:56:50 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/aij/seq/umfpack/umfpack.c 1.41 04/12/06 21:56:50 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/aij/seq/symtranspose.c 1.9 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +3 -3 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/aij/seq/superlu/superlu.c 1.75 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/aij/seq/matmatmult.c 1.84 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.35.1.1 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +3 -3 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/aij/seq/lusol/lusol.c 1.36 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/aij/seq/essl/essl.c 1.34.1.1 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/aij/seq/aijfact.c 1.107 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +34 -26 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/aij/seq/aij.c 1.204.1.1 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +6 -6 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.103 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/aij/mpi/mumps/mumps.c 1.84 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/aij/mpi/mpiptap.c 1.16 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/aij/mpi/mpiov.c 1.30 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/aij/mpi/mpiaij.c 1.227 04/12/06 21:56:49 barrysmith@barry-smiths-computer.local +4 -4 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/aij/mpi/fdmpiaij.c 1.12 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/mat/impls/adj/mpi/mpiadj.c 1.43.1.1 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +3 -2 PetscLogInfo becomes a macro and always has error checking
src/mat/color/color.c 1.22 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/ksp/pc/interface/precon.c 1.58 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +5 -5 PetscLogInfo becomes a macro and always has error checking
src/ksp/pc/impls/tfs/pxxt.c 1.23 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/ksp/pc/impls/sor/sor.c 1.26 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/ksp/pc/impls/mg/mg.c 1.43 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/ksp/pc/impls/jacobi/jacobi.c 1.15 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/ksp/pc/impls/hypre/hyppilut.c 1.69 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.18 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/ksp/ksp/interface/itfunc.c 1.60 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/ksp/ksp/interface/iterativ.c 1.29 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +10 -9 PetscLogInfo becomes a macro and always has error checking
src/ksp/ksp/interface/itcreate.c 1.59 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +4 -2 PetscLogInfo becomes a macro and always has error checking
src/ksp/ksp/impls/symmlq/symmlq.c 1.19 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/ksp/ksp/impls/qcg/qcg.c 1.22 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +6 -6 PetscLogInfo becomes a macro and always has error checking
src/ksp/ksp/impls/minres/minres.c 1.20 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/ksp/ksp/impls/lgmres/lgmres.c 1.35 04/12/06 21:56:48 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/ksp/ksp/impls/gmres/gmres.c 1.53 04/12/06 21:56:47 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/ksp/ksp/impls/gmres/borthog2.c 1.17 04/12/06 21:56:47 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/ksp/ksp/impls/fgmres/fgmres.c 1.40 04/12/06 21:56:47 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/ksp/ksp/impls/cgne/cgne.c 1.23 04/12/06 21:56:47 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/ksp/ksp/impls/cg/cg.c 1.31 04/12/06 21:56:47 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/ksp/examples/tutorials/ex10.c 1.46 04/12/06 21:56:47 barrysmith@barry-smiths-computer.local +1 -1 PetscLogInfo becomes a macro and always has error checking
src/fortran/custom/zstart.c 1.24 04/12/06 21:56:47 barrysmith@barry-smiths-computer.local +4 -3 PetscLogInfo becomes a macro and always has error checking
src/fortran/custom/zoptions.c 1.22 04/12/06 21:56:47 barrysmith@barry-smiths-computer.local +2 -2 PetscLogInfo becomes a macro and always has error checking
src/dm/da/src/gr2.c 1.30 04/12/06 21:56:46 barrysmith@barry-smiths-computer.local +5 -5 PetscLogInfo becomes a macro and always has error checking
src/dm/da/src/dasub.c 1.11 04/12/06 21:56:46 barrysmith@barry-smiths-computer.local +4 -4 PetscLogInfo becomes a macro and always has error checking
src/dm/da/src/da2.c 1.57 04/12/06 21:56:46 barrysmith@barry-smiths-computer.local +6 -6 PetscLogInfo becomes a macro and always has error checking
include/petsclog.h 1.50 04/12/06 21:56:46 barrysmith@barry-smiths-computer.local +6 -1 PetscLogInfo becomes a macro and always has error checking
src/docs/website/publications/prizes.html 1.19 04/12/06 11:12:59 barrysmith@barrysmith-57.mcs.anl.gov +7 -1 added CFGS fellows from Lois
Hg-commit: 81f9f5ef459e333bd2dd09393e15782b082b998d
show more ...
|
| ceb03754 | 18-Nov-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.2712.2.1 Kris@p4buschel.|ChangeSet|20041118231542|41082 ChangeSet 1.2712.2.1 04/11/18 15:15:42 Kris@p4buschel. +60 -0 Add MatReuse parameter to MatConvert calls.
src/snes/impls/
bk-changeset-1.2712.2.1 Kris@p4buschel.|ChangeSet|20041118231542|41082 ChangeSet 1.2712.2.1 04/11/18 15:15:42 Kris@p4buschel. +60 -0 Add MatReuse parameter to MatConvert calls.
src/snes/impls/test/snestest.c 1.16 04/11/18 15:15:38 Kris@p4buschel. +1 -1 Add MatReuse parameter to MatConvert calls.
src/mat/utils/matioall.c 1.33 04/11/18 15:15:38 Kris@p4buschel. +2 -2 Add MatReuse parameter to MatConvert calls.
src/mat/utils/convert.c 1.16 04/11/18 15:15:38 Kris@p4buschel. +2 -2 Add MatReuse parameter to MatConvert calls.
src/mat/partition/impls/scotch/scotch.c 1.15 04/11/18 15:15:38 Kris@p4buschel. +1 -1 Add MatReuse parameter to MatConvert calls.
src/mat/partition/impls/pmetis/pmetis.c 1.22 04/11/18 15:15:38 Kris@p4buschel. +1 -1 Add MatReuse parameter to MatConvert calls.
src/mat/partition/impls/party/party.c 1.12 04/11/18 15:15:38 Kris@p4buschel. +1 -1 Add MatReuse parameter to MatConvert calls.
src/mat/partition/impls/jostle/jostle.c 1.9 04/11/18 15:15:37 Kris@p4buschel. +1 -1 Add MatReuse parameter to MatConvert calls.
src/mat/partition/impls/chaco/chaco.c 1.14 04/11/18 15:15:37 Kris@p4buschel. +1 -1 Add MatReuse parameter to MatConvert calls.
src/mat/matimpl.h 1.65 04/11/18 15:15:37 Kris@p4buschel. +2 -2 Add MatReuse parameter to MatConvert calls.
src/mat/interface/matrix.c 1.158 04/11/18 15:15:37 Kris@p4buschel. +8 -5 Add MatReuse parameter to MatConvert calls.
src/mat/impls/shell/shellcnv.c 1.13 04/11/18 15:15:37 Kris@p4buschel. +2 -2 Add MatReuse parameter to MatConvert calls.
src/mat/impls/shell/shell.c 1.27 04/11/18 15:15:37 Kris@p4buschel. +1 -1 Add MatReuse parameter to MatConvert calls.
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.59 04/11/18 15:15:37 Kris@p4buschel. +6 -6 Add MatReuse parameter to MatConvert calls.
src/mat/impls/sbaij/seq/sbaij.c 1.127 04/11/18 15:15:37 Kris@p4buschel. +3 -3 Add MatReuse parameter to MatConvert calls.
src/mat/impls/sbaij/seq/aijsbaij.c 1.23 04/11/18 15:15:37 Kris@p4buschel. +8 -8 Add MatReuse parameter to MatConvert calls.
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.47 04/11/18 15:15:37 Kris@p4buschel. +5 -5 Add MatReuse parameter to MatConvert calls.
src/mat/impls/maij/maij.c 1.31 04/11/18 15:15:37 Kris@p4buschel. +29 -17 Add MatReuse parameter to MatConvert calls.
src/mat/impls/dense/seq/dense.c 1.70 04/11/18 15:15:37 Kris@p4buschel. +1 -1 Add MatReuse parameter to MatConvert calls.
src/mat/impls/bdiag/seq/bdfact.c 1.17 04/11/18 15:15:37 Kris@p4buschel. +1 -1 Add MatReuse parameter to MatConvert calls.
src/mat/impls/baij/seq/baijfact.c 1.20.1.1 04/11/18 15:15:37 Kris@p4buschel. +3 -3 Add MatReuse parameter to MatConvert calls.
src/mat/impls/baij/seq/baij.c 1.113 04/11/18 15:15:37 Kris@p4buschel. +4 -4 Add MatReuse parameter to MatConvert calls.
src/mat/impls/baij/seq/aijbaij.c 1.18 04/11/18 15:15:37 Kris@p4buschel. +4 -4 Add MatReuse parameter to MatConvert calls.
src/mat/impls/baij/mpi/mpibaij.c 1.81.1.1 04/11/18 15:15:36 Kris@p4buschel. +1 -1 Add MatReuse parameter to MatConvert calls.
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.66 04/11/18 15:15:36 Kris@p4buschel. +12 -12 Add MatReuse parameter to MatConvert calls.
src/mat/impls/aij/seq/umfpack/umfpack.c 1.40 04/11/18 15:15:36 Kris@p4buschel. +6 -6 Add MatReuse parameter to MatConvert calls.
src/mat/impls/aij/seq/superlu/superlu.c 1.73 04/11/18 15:15:36 Kris@p4buschel. +8 -8 Add MatReuse parameter to MatConvert calls.
src/mat/impls/aij/seq/spooles/spooles.h 1.53 04/11/18 15:15:36 Kris@p4buschel. +5 -5 Add MatReuse parameter to MatConvert calls.
src/mat/impls/aij/seq/spooles/spooles.c 1.103 04/11/18 15:15:36 Kris@p4buschel. +8 -8 Add MatReuse parameter to MatConvert calls.
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.34 04/11/18 15:15:36 Kris@p4buschel. +5 -5 Add MatReuse parameter to MatConvert calls.
src/mat/impls/aij/seq/lusol/lusol.c 1.35 04/11/18 15:15:36 Kris@p4buschel. +6 -6 Add MatReuse parameter to MatConvert calls.
src/mat/impls/aij/seq/essl/essl.c 1.34 04/11/18 15:15:36 Kris@p4buschel. +6 -6 Add MatReuse parameter to MatConvert calls.
src/mat/impls/aij/seq/aij.h 1.47 04/11/18 15:15:36 Kris@p4buschel. +2 -2 Add MatReuse parameter to MatConvert calls.
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.102 04/11/18 15:15:36 Kris@p4buschel. +8 -8 Add MatReuse parameter to MatConvert calls.
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.72 04/11/18 15:15:36 Kris@p4buschel. +5 -5 Add MatReuse parameter to MatConvert calls.
src/mat/impls/aij/mpi/mumps/mumps.c 1.83 04/11/18 15:15:36 Kris@p4buschel. +15 -15 Add MatReuse parameter to MatConvert calls.
src/mat/impls/aij/aij/aijtype.c 1.10 04/11/18 15:15:36 Kris@p4buschel. +32 -36 Add MatReuse parameter to MatConvert calls.
src/mat/impls/adj/mpi/mpiadj.c 1.41 04/11/18 15:15:36 Kris@p4buschel. +2 -2 Add MatReuse parameter to MatConvert calls.
src/mat/examples/tests/ex99.c 1.3 04/11/18 15:15:35 Kris@p4buschel. +2 -2 Add MatReuse parameter to MatConvert calls.
src/mat/examples/tests/ex96.c 1.13 04/11/18 15:15:35 Kris@p4buschel. +1 -1 Add MatReuse parameter to MatConvert calls.
src/mat/examples/tests/ex92.c 1.10 04/11/18 15:15:35 Kris@p4buschel. +1 -1 Add MatReuse parameter to MatConvert calls.
src/mat/examples/tests/ex91.c 1.5 04/11/18 15:15:35 Kris@p4buschel. +1 -1 Add MatReuse parameter to MatConvert calls.
src/mat/examples/tests/ex55.c 1.20 04/11/18 15:15:35 Kris@p4buschel. +9 -6 Add MatReuse parameter to MatConvert calls.
src/mat/examples/tests/ex53.c 1.14 04/11/18 15:15:35 Kris@p4buschel. +3 -3 Add MatReuse parameter to MatConvert calls.
src/mat/examples/tests/ex46.c 1.7 04/11/18 15:15:35 Kris@p4buschel. +1 -1 Add MatReuse parameter to MatConvert calls.
src/mat/examples/tests/ex24.c 1.7 04/11/18 15:15:35 Kris@p4buschel. +1 -1 Add MatReuse parameter to MatConvert calls.
src/mat/examples/tests/ex21.c 1.9 04/11/18 15:15:35 Kris@p4buschel. +1 -1 Add MatReuse parameter to MatConvert calls.
src/mat/examples/tests/ex20.c 1.8 04/11/18 15:15:35 Kris@p4buschel. +2 -2 Add MatReuse parameter to MatConvert calls.
src/mat/examples/tests/ex13.c 1.7 04/11/18 15:15:35 Kris@p4buschel. +1 -1 Add MatReuse parameter to MatConvert calls.
src/mat/examples/tests/ex101.c 1.5 04/11/18 15:15:35 Kris@p4buschel. +1 -1 Add MatReuse parameter to MatConvert calls.
src/mat/examples/tests/ex100.c 1.2 04/11/18 15:15:35 Kris@p4buschel. +2 -2 Add MatReuse parameter to MatConvert calls.
src/mat/examples/tests/ex1.c 1.17 04/11/18 15:15:35 Kris@p4buschel. +2 -2 Add MatReuse parameter to MatConvert calls.
src/ksp/examples/tutorials/ex6f.F 1.11 04/11/18 15:15:35 Kris@p4buschel. +1 -1 Add MatReuse parameter to MatConvert calls.
src/ksp/examples/tests/ex7.c 1.18 04/11/18 15:15:35 Kris@p4buschel. +1 -1 Add MatReuse parameter to MatConvert calls.
src/ksp/examples/tests/ex3.c 1.12 04/11/18 15:15:35 Kris@p4buschel. +2 -2 Add MatReuse parameter to MatConvert calls.
src/ksp/examples/tests/ex10.c 1.13 04/11/18 15:15:34 Kris@p4buschel. +5 -4 Add MatReuse parameter to MatConvert calls.
src/fortran/kernels/sgemv.F 1.5 04/11/18 15:15:34 Kris@p4buschel. +4 -4 Fix capitalization errors
src/fortran/custom/zmat.c 1.46 04/11/18 15:15:34 Kris@p4buschel. +2 -2 Add MatReuse parameter to MatConvert calls.
src/contrib/src/burgers_vertex_based_q1/main_old2.c 1.4 04/11/18 15:15:34 Kris@p4buschel. +2 -2 Add MatReuse parameter to MatConvert calls.
src/contrib/src/burgers_vertex_based_q1/main_old.c 1.4 04/11/18 15:15:34 Kris@p4buschel. +2 -2 Add MatReuse parameter to MatConvert calls.
include/petscmat.h 1.161 04/11/18 15:15:34 Kris@p4buschel. +14 -13 Add MatReuse parameter to MatConvert calls.
Hg-commit: f21aa5967dbe07142bac80fc67bd7c3737e9afe4
show more ...
|