| fff829cf | 15-Oct-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2629.1.14 hzhang@harley.mcs.anl.gov|ChangeSet|20041015023331|46170 ChangeSet 1.2629.1.14 04/10/14 21:33:31 hzhang@harley.mcs.anl.gov +2 -0 replace MSR matrix format by sbaij for ch
bk-changeset-1.2629.1.14 hzhang@harley.mcs.anl.gov|ChangeSet|20041015023331|46170 ChangeSet 1.2629.1.14 04/10/14 21:33:31 hzhang@harley.mcs.anl.gov +2 -0 replace MSR matrix format by sbaij for cholesky/icc factorization and Matsolve when matrix is reordered.
src/mat/impls/sbaij/seq/sbaijfact2.c 1.45 04/10/14 21:33:28 hzhang@harley.mcs.anl.gov +152 -163 replace MSR matrix format by sbaij for cholesky/icc factorization and Matsolve when matrix is reordered.
src/mat/impls/sbaij/seq/sbaijfact.c 1.67 04/10/14 21:33:28 hzhang@harley.mcs.anl.gov +205 -39 replace MSR matrix format by sbaij for cholesky/icc factorization and Matsolve when matrix is reordered.
Hg-commit: 1744c9f16a4eced157e9625d0cd9bc22ee8aaf1b
show more ...
|
| 7a48dd6f | 13-Oct-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2629.1.5 hzhang@harley.mcs.anl.gov|ChangeSet|20041013212758|29214 ChangeSet 1.2629.1.5 04/10/13 16:27:58 hzhang@harley.mcs.anl.gov +6 -0 implement MatICCFactorSymbolic_SeqAIJ() wit
bk-changeset-1.2629.1.5 hzhang@harley.mcs.anl.gov|ChangeSet|20041013212758|29214 ChangeSet 1.2629.1.5 04/10/13 16:27:58 hzhang@harley.mcs.anl.gov +6 -0 implement MatICCFactorSymbolic_SeqAIJ() without using MatConvert().
src/mat/utils/freespace.h 1.5 04/10/13 16:27:54 hzhang@harley.mcs.anl.gov +1 -0 add DestroySpace()
src/mat/utils/freespace.c 1.5 04/10/13 16:27:54 hzhang@harley.mcs.anl.gov +17 -0 add DestroySpace()
src/mat/impls/sbaij/seq/sbaijfact2.c 1.44 04/10/13 16:27:54 hzhang@harley.mcs.anl.gov +239 -216 code cleaning
src/mat/impls/sbaij/seq/sbaijfact.c 1.66 04/10/13 16:27:54 hzhang@harley.mcs.anl.gov +0 -1 minor polish
src/mat/impls/aij/seq/aijfact.c 1.68 04/10/13 16:27:54 hzhang@harley.mcs.anl.gov +185 -10 implement MatICCFactorSymbolic_SeqAIJ() without using MatConvert().
include/petscsys.h 1.31 04/10/13 16:27:54 hzhang@harley.mcs.anl.gov +86 -0 add linkedlist functions used for icc
Hg-commit: 51d2cdb21d406af693c3129394934c99f3b3b61f
show more ...
|
| 10c27e3d | 11-Oct-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2620 hzhang@harley.mcs.anl.gov|ChangeSet|20041011164733|58768 ChangeSet 1.2620 04/10/11 11:47:33 hzhang@harley.mcs.anl.gov +2 -0 implement MatCholeskyFactorSymbolic_SeqAIJ() withou
bk-changeset-1.2620 hzhang@harley.mcs.anl.gov|ChangeSet|20041011164733|58768 ChangeSet 1.2620 04/10/11 11:47:33 hzhang@harley.mcs.anl.gov +2 -0 implement MatCholeskyFactorSymbolic_SeqAIJ() without using MatConvert().
src/mat/impls/sbaij/seq/sbaijfact.c 1.65 04/10/11 11:47:30 hzhang@harley.mcs.anl.gov +143 -126 code cleaning
src/mat/impls/aij/seq/aijfact.c 1.67 04/10/11 11:47:30 hzhang@harley.mcs.anl.gov +152 -5 implement MatCholeskyFactorSymbolic_SeqAIJ() without using MatConvert().
Hg-commit: 86f087729da935a1a1592e42125b18cfe064d511
show more ...
|
| 80e57f9f | 06-Oct-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2602 hzhang@harley.mcs.anl.gov|ChangeSet|20041006195200|40162 ChangeSet 1.2602 04/10/06 14:52:00 hzhang@harley.mcs.anl.gov +5 -0 bug fix: remove existing incorrect MatGetRow_MPISBA
bk-changeset-1.2602 hzhang@harley.mcs.anl.gov|ChangeSet|20041006195200|40162 ChangeSet 1.2602 04/10/06 14:52:00 hzhang@harley.mcs.anl.gov +5 -0 bug fix: remove existing incorrect MatGetRow_MPISBAIJ() which returns half of a row, leads error in other routines.
src/mat/impls/sbaij/mpi/mpisbaij.c 1.109 04/10/06 14:51:57 hzhang@harley.mcs.anl.gov +1 -75 bug fix: remove existing incorrect MatGetRow_MPISBAIJ() which returns half of a row, leads error in other routines.
src/mat/examples/tests/makefile 1.42 04/10/06 14:51:57 hzhang@harley.mcs.anl.gov +12 -0 add ex55.c into nightly tests
src/mat/examples/tests/ex55.c 1.15 04/10/06 14:51:57 hzhang@harley.mcs.anl.gov +7 -7 minor modify.
src/mat/examples/tests/output/ex55_2.out 1.1 04/10/06 14:47:28 hzhang@harley.mcs.anl.gov +0 -0
src/mat/examples/tests/output/ex55_2.out 1.0 04/10/06 14:47:28 hzhang@harley.mcs.anl.gov +0 -0 BitKeeper file /sandbox/hzhang/petsc-dev/src/mat/examples/tests/output/ex55_2.out
src/mat/examples/tests/output/ex55_1.out 1.1 04/10/06 14:47:24 hzhang@harley.mcs.anl.gov +0 -0
src/mat/examples/tests/output/ex55_1.out 1.0 04/10/06 14:47:24 hzhang@harley.mcs.anl.gov +0 -0 BitKeeper file /sandbox/hzhang/petsc-dev/src/mat/examples/tests/output/ex55_1.out
Hg-commit: ee95078cdaf2bdaf9f3782b711b1a72df3698af9
show more ...
|
| 584f652f | 26-Sep-2004 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.2561 balay@asterix.mcs.anl.gov|ChangeSet|20040926130710|26336 ChangeSet 1.2561 04/09/26 08:07:10 balay@asterix.mcs.anl.gov +1 -0 Merge asterix.mcs.anl.gov:/sandbox/petsc/petsc-dist
bk-changeset-1.2561 balay@asterix.mcs.anl.gov|ChangeSet|20040926130710|26336 ChangeSet 1.2561 04/09/26 08:07:10 balay@asterix.mcs.anl.gov +1 -0 Merge asterix.mcs.anl.gov:/sandbox/petsc/petsc-dist into asterix.mcs.anl.gov:/home/balay/bk-rep/petsc-dev
BitKeeper/deleted/.del-petscconf.h~caac8d3a97b4cf57 1.7 04/09/26 08:07:09 balay@asterix.mcs.anl.gov +0 -0 Auto merged
BitKeeper/deleted/.del-petscconf.h~caac8d3a97b4cf57 1.5.1.2 04/09/26 08:07:09 balay@asterix.mcs.anl.gov +0 -0 Merge rename: bmake/predefined/cray_x1/petscconf.h -> BitKeeper/deleted/.del-petscconf.h~caac8d3a97b4cf57
Hg-commit: 1fb4fc4044b98cae51a63fad80944dbe092ff9ea
show more ...
|
| 4db811d0 | 26-Sep-2004 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.2468.6.18 balay@asterix.mcs.anl.gov|ChangeSet|20040926130549|12060 ChangeSet 1.2468.6.18 04/09/26 08:05:49 balay@asterix.mcs.anl.gov +3 -0 fixes for cray-x1 & missing calls toISRes
bk-changeset-1.2468.6.18 balay@asterix.mcs.anl.gov|ChangeSet|20040926130549|12060 ChangeSet 1.2468.6.18 04/09/26 08:05:49 balay@asterix.mcs.anl.gov +3 -0 fixes for cray-x1 & missing calls toISRestoreIndices() for SBAIJ factor routines
src/mat/impls/sbaij/seq/sbaijfact2.c 1.43 04/09/26 08:05:48 balay@asterix.mcs.anl.gov +6 -0 fix missing calls to ISRestoreIndices() #12008
include/petscversion.h 1.101 04/09/26 08:05:48 balay@asterix.mcs.anl.gov +2 -2 fixes for cray-x1 & missing calls toISRestoreIndices() for SBAIJ factor routines
bmake/predefined/cray_x1/petscconf.h 1.5.1.1 04/09/26 08:05:48 balay@asterix.mcs.anl.gov +7 -0 fixes on cray-x1 #11989
Hg-commit: e5606b834ec963b4163e7398465cc32ecb0ffb8b
show more ...
|
| 4eb6d288 | 22-Sep-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2547 hzhang@harley.mcs.anl.gov|ChangeSet|20040922003104|21593 ChangeSet 1.2547 04/09/21 19:31:04 hzhang@harley.mcs.anl.gov +4 -0 bug fix for MatMultAdd_ when using compressedrow fo
bk-changeset-1.2547 hzhang@harley.mcs.anl.gov|ChangeSet|20040922003104|21593 ChangeSet 1.2547 04/09/21 19:31:04 hzhang@harley.mcs.anl.gov +4 -0 bug fix for MatMultAdd_ when using compressedrow format enable compressedrow format for mpisbaij matrices.
src/mat/utils/multequal.c 1.3 04/09/21 19:31:02 hzhang@harley.mcs.anl.gov +5 -5 optimize
src/mat/impls/sbaij/mpi/mpisbaij.c 1.108 04/09/21 19:31:02 hzhang@harley.mcs.anl.gov +1 -2 enable compressedrow format for mpisbaij matrices
src/mat/impls/baij/seq/baij2.c 1.28 04/09/21 19:31:02 hzhang@harley.mcs.anl.gov +30 -13 bug fix for MatMultAdd_ when using compressedrow format
src/mat/impls/aij/seq/aij.c 1.187 04/09/21 19:31:02 hzhang@harley.mcs.anl.gov +6 -9 bug fix for MatMultAdd_ when using compressedrow format
Hg-commit: 71ba82f7d96079ae6190804b084233485b589e2e
show more ...
|
| 455d26f5 | 21-Sep-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2544 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040921205658|27734 ChangeSet 1.2544 04/09/21 15:56:58 barrysmith@barrysmith-57.mcs.anl.gov +3 -0 Merge bk://petsc@petsc.bkbits
bk-changeset-1.2544 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040921205658|27734 ChangeSet 1.2544 04/09/21 15:56:58 barrysmith@barrysmith-57.mcs.anl.gov +3 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barrysmith-57.mcs.anl.gov:/Users/barrysmith/petsc-dev
src/mat/impls/sbaij/mpi/mpisbaij.c 1.107 04/09/21 15:56:58 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Auto merged
src/mat/impls/baij/seq/baij.c 1.104 04/09/21 15:56:57 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Auto merged
src/mat/impls/aij/seq/aij.c 1.186 04/09/21 15:56:57 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Auto merged
Hg-commit: 800a8ee289a48532029b243941353100ce1a53cc
show more ...
|
| abc0a331 | 21-Sep-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2539.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040921205550|19135 ChangeSet 1.2539.1.1 04/09/21 15:55:50 barrysmith@barrysmith-57.mcs.anl.gov +56 -0 no == PETSC_TRUE, FA
bk-changeset-1.2539.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040921205550|19135 ChangeSet 1.2539.1.1 04/09/21 15:55:50 barrysmith@barrysmith-57.mcs.anl.gov +56 -0 no == PETSC_TRUE, FALSE NULL crap
src/vec/utils/vinv.c 1.36 04/09/21 15:55:48 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 no == PETSC_TRUE, FALSE NULL crap
src/vec/is/examples/tests/ex1.c 1.8 04/09/21 15:55:48 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 no == PETSC_TRUE, FALSE NULL crap
src/vec/interface/vector.c 1.106 04/09/21 15:55:48 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 no == PETSC_TRUE, FALSE NULL crap
src/vec/interface/vecreg.c 1.29 04/09/21 15:55:48 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 no == PETSC_TRUE, FALSE NULL crap
src/vec/interface/mapreg.c 1.21 04/09/21 15:55:48 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 no == PETSC_TRUE, FALSE NULL crap
src/vec/interface/map.c 1.19 04/09/21 15:55:47 barrysmith@barrysmith-57.mcs.anl.gov +7 -7 no == PETSC_TRUE, FALSE NULL crap
src/vec/interface/dlregis.c 1.23 04/09/21 15:55:47 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 no == PETSC_TRUE, FALSE NULL crap
src/ts/interface/tsreg.c 1.23 04/09/21 15:55:47 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 no == PETSC_TRUE, FALSE NULL crap
src/ts/interface/ts.c 1.39 04/09/21 15:55:47 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 no == PETSC_TRUE, FALSE NULL crap
src/ts/interface/dlregis.c 1.18 04/09/21 15:55:47 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 no == PETSC_TRUE, FALSE NULL crap
src/sys/src/viewer/interface/dlregispetsc.c 1.19 04/09/21 15:55:47 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 no == PETSC_TRUE, FALSE NULL crap
src/sys/src/viewer/impls/vu/petscvu.c 1.14 04/09/21 15:55:47 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 no == PETSC_TRUE, FALSE NULL crap
src/sys/src/viewer/impls/mathematica/runtime.c 1.3 04/09/21 15:55:47 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 no == PETSC_TRUE, FALSE NULL crap
src/sys/src/viewer/impls/mathematica/mathematica.c 1.36 04/09/21 15:55:47 barrysmith@barrysmith-57.mcs.anl.gov +19 -19 no == PETSC_TRUE, FALSE NULL crap
src/sys/src/utils/random.c 1.15 04/09/21 15:55:47 barrysmith@barrysmith-57.mcs.anl.gov +13 -13 no == PETSC_TRUE, FALSE NULL crap
src/sys/src/plog/stageLog.c 1.23 04/09/21 15:55:47 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 no == PETSC_TRUE, FALSE NULL crap
src/sys/src/plog/ploginfo.c 1.25 04/09/21 15:55:47 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 no == PETSC_TRUE, FALSE NULL crap
src/sys/src/plog/plog.c 1.55 04/09/21 15:55:46 barrysmith@barrysmith-57.mcs.anl.gov +13 -13 no == PETSC_TRUE, FALSE NULL crap
src/sys/src/plog/eventLog.c 1.32 04/09/21 15:55:46 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 no == PETSC_TRUE, FALSE NULL crap
src/sys/src/objects/pinit.c 1.52 04/09/21 15:55:46 barrysmith@barrysmith-57.mcs.anl.gov +20 -1 no == PETSC_TRUE, FALSE NULL crap
src/sys/src/objects/init.c 1.48 04/09/21 15:55:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 no == PETSC_TRUE, FALSE NULL crap
src/sys/src/objects/ams/aoptions.c 1.30 04/09/21 15:55:46 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 no == PETSC_TRUE, FALSE NULL crap
src/sys/src/mpiuni/mpi.c 1.15 04/09/21 15:55:46 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 no == PETSC_TRUE, FALSE NULL crap
src/sys/src/draw/utils/hists.c 1.20 04/09/21 15:55:46 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 no == PETSC_TRUE, FALSE NULL crap
src/snes/mf/snesmfj.c 1.45 04/09/21 15:55:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 no == PETSC_TRUE, FALSE NULL crap
src/snes/interface/snes.c 1.57 04/09/21 15:55:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 no == PETSC_TRUE, FALSE NULL crap
src/snes/interface/dlregis.c 1.19 04/09/21 15:55:46 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 no == PETSC_TRUE, FALSE NULL crap
src/snes/impls/ls/ls.c 1.44 04/09/21 15:55:46 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 no == PETSC_TRUE, FALSE NULL crap
src/mat/interface/dlregis.c 1.27 04/09/21 15:55:46 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 no == PETSC_TRUE, FALSE NULL crap
src/mat/impls/sbaij/seq/sbaij2.c 1.32 04/09/21 15:55:46 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 no == PETSC_TRUE, FALSE NULL crap
src/mat/impls/sbaij/seq/sbaij.c 1.119 04/09/21 15:55:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 no == PETSC_TRUE, FALSE NULL crap
src/mat/impls/sbaij/mpi/mpisbaij.c 1.105.1.1 04/09/21 15:55:46 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 no == PETSC_TRUE, FALSE NULL crap
src/mat/impls/rowbs/mpi/mpirowbs.c 1.61 04/09/21 15:55:45 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 no == PETSC_TRUE, FALSE NULL crap
src/mat/impls/dense/seq/dense.c 1.67 04/09/21 15:55:45 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 no == PETSC_TRUE, FALSE NULL crap
src/mat/impls/baij/seq/baij2.c 1.27 04/09/21 15:55:45 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 no == PETSC_TRUE, FALSE NULL crap
src/mat/impls/baij/seq/baij.c 1.100.1.3 04/09/21 15:55:45 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 no == PETSC_TRUE, FALSE NULL crap
src/mat/impls/baij/mpi/mpibaij.c 1.78 04/09/21 15:55:45 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 no == PETSC_TRUE, FALSE NULL crap
src/mat/impls/baij/mpi/baijov.c 1.25 04/09/21 15:55:45 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 no == PETSC_TRUE, FALSE NULL crap
src/mat/impls/aij/seq/aijnode.c 1.32 04/09/21 15:55:45 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 no == PETSC_TRUE, FALSE NULL crap
src/mat/impls/aij/seq/aij.c 1.183.1.1 04/09/21 15:55:45 barrysmith@barrysmith-57.mcs.anl.gov +4 -3 no == PETSC_TRUE, FALSE NULL crap
src/mat/impls/aij/mpi/mpiov.c 1.28 04/09/21 15:55:45 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 no == PETSC_TRUE, FALSE NULL crap
src/mat/impls/aij/mpi/mpiaij.c 1.213 04/09/21 15:55:45 barrysmith@barrysmith-57.mcs.anl.gov +11 -9 no == PETSC_TRUE, FALSE NULL crap
src/mat/examples/tests/ex32.c 1.13 04/09/21 15:55:45 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 no == PETSC_TRUE, FALSE NULL crap
src/ksp/pc/impls/ilu/ilu.c 1.43 04/09/21 15:55:45 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 no == PETSC_TRUE, FALSE NULL crap
src/ksp/ksp/interface/itfunc.c 1.56 04/09/21 15:55:45 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 no == PETSC_TRUE, FALSE NULL crap
src/ksp/ksp/interface/dlregis.c 1.21 04/09/21 15:55:45 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 no == PETSC_TRUE, FALSE NULL crap
src/dm/ao/interface/dlregis.c 1.22 04/09/21 15:55:44 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 no == PETSC_TRUE, FALSE NULL crap
src/dm/ao/interface/aodata.c 1.16 04/09/21 15:55:44 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 no == PETSC_TRUE, FALSE NULL crap
src/dm/ao/impls/mapping/aomapping.c 1.24 04/09/21 15:55:44 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 no == PETSC_TRUE, FALSE NULL crap
python/PETSc/Configure.py 1.280 04/09/21 15:55:44 barrysmith@barrysmith-57.mcs.anl.gov +2 -1 need empty FC if not defined
makefile 1.131 04/09/21 15:55:44 barrysmith@barrysmith-57.mcs.anl.gov +7 -7 configure fix
include/petsc.h 1.97 04/09/21 15:55:44 barrysmith@barrysmith-57.mcs.anl.gov +2 -0 tell if finalized
include/mpiuni/mpi.h 1.20 04/09/21 15:55:44 barrysmith@barrysmith-57.mcs.anl.gov +7 -10 no error message for silly blocksolve spai extern C for MPIUNI
config/macosx-ibm.py 1.32 04/09/21 15:55:44 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 outdate install of MPICH
todo 1.83 04/09/18 17:08:59 barrysmith@barry-smiths-computer.local +3 -3 *** empty log message ***
todo 1.82 04/09/18 17:07:59 barrysmith@barry-smiths-computer.local +2 -2 *** empty log message ***
src/sys/src/utils/mpiu.c 1.11 04/09/18 17:07:52 barrysmith@barry-smiths-computer.local +4 -0 make clear 0 tag is ok
Hg-commit: 66f72acf998300ac4731f20b4f3da4dce6b12310
show more ...
|
| cb5d8e9e | 21-Sep-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2543 hzhang@harley.mcs.anl.gov|ChangeSet|20040921163745|29009 ChangeSet 1.2543 04/09/21 11:37:45 hzhang@harley.mcs.anl.gov +6 -0 minor improve the codes.
src/mat/utils/multequal
bk-changeset-1.2543 hzhang@harley.mcs.anl.gov|ChangeSet|20040921163745|29009 ChangeSet 1.2543 04/09/21 11:37:45 hzhang@harley.mcs.anl.gov +6 -0 minor improve the codes.
src/mat/utils/multequal.c 1.2 04/09/21 11:37:43 hzhang@harley.mcs.anl.gov +11 -6 polish MatMultEqual() and MatMultEqualAdd()
src/mat/utils/makefile 1.8 04/09/21 11:37:43 hzhang@harley.mcs.anl.gov +2 -2 add file multequal.c
src/mat/impls/sbaij/mpi/mpisbaij.c 1.106 04/09/21 11:37:43 hzhang@harley.mcs.anl.gov +2 -0 add comments
src/mat/impls/baij/seq/baij.c 1.103 04/09/21 11:37:43 hzhang@harley.mcs.anl.gov +1 -1 revise the comments
src/mat/impls/aij/seq/aij.c 1.185 04/09/21 11:37:43 hzhang@harley.mcs.anl.gov +1 -1 revise the comments
src/ksp/pc/impls/ml/ml.c 1.7 04/09/21 11:37:43 hzhang@harley.mcs.anl.gov +1 -43 trivial polish the code
Hg-commit: c2312df6a5406510cc99d652725f2de312229005
show more ...
|
| 2b5b5c92 | 15-Sep-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2531.1.5 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040915162135|13163 ChangeSet 1.2531.1.5 04/09/15 11:21:35 barrysmith@barrysmith-57.mcs.anl.gov +7 -0 external direct solve
bk-changeset-1.2531.1.5 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040915162135|13163 ChangeSet 1.2531.1.5 04/09/15 11:21:35 barrysmith@barrysmith-57.mcs.anl.gov +7 -0 external direct solvers support complex!!
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.58 04/09/15 11:21:33 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 external direct solvers support complex!!
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.46 04/09/15 11:21:33 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 external direct solvers support complex!!
src/mat/impls/aij/seq/superlu/superlu.c 1.70 04/09/15 11:21:33 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 external direct solvers support complex!!
src/mat/impls/aij/seq/spooles/spooles.c 1.101 04/09/15 11:21:33 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 external direct solvers support complex!!
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.99 04/09/15 11:21:33 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 external direct solvers support complex!!
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.70 04/09/15 11:21:33 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 external direct solvers support complex!!
src/mat/impls/aij/mpi/mumps/mumps.c 1.80 04/09/15 11:21:33 barrysmith@barrysmith-57.mcs.anl.gov +0 -2 external direct solvers support complex!!
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.57 04/09/15 10:49:26 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 *** empty log message ***
Hg-commit: 5a523fcf837b158525b00f5c88173645e208c75b
show more ...
|
| 71044d3c | 13-Sep-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2527 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040913202651|61226 ChangeSet 1.2527 04/09/13 15:26:51 barrysmith@barrysmith-57.mcs.anl.gov +64 -0 PetscNew() now zeros memory
bk-changeset-1.2527 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040913202651|61226 ChangeSet 1.2527 04/09/13 15:26:51 barrysmith@barrysmith-57.mcs.anl.gov +64 -0 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/vec/utils/vpscat.c 1.34 04/09/13 15:26:48 barrysmith@barrysmith-57.mcs.anl.gov +0 -8 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/aij/seq/aij.c 1.183 04/09/13 15:26:48 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/pc/impls/ilu/ilu.c 1.42 04/09/13 15:26:48 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/vec/impls/seq/bvec2.c 1.57 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +2 -3 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/vec/impls/seq/bvec1.c 1.10 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/vec/impls/mpi/pvec2.c 1.15 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/vec/impls/mpi/pbvec.c 1.30 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ts/impls/implicit/pvode/petscpvode.c 1.28 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ts/impls/implicit/cn/cn.c 1.19 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ts/impls/implicit/beuler/beuler.c 1.21 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ts/impls/explicit/euler/euler.c 1.11 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/sys/src/utils/pdisplay.c 1.20 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/sys/src/utils/memc.c 1.22 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/sys/src/error/stack.c 1.13 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/sys/src/draw/impls/x/xops.c 1.23 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -2 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/sys/src/draw/impls/x/text.c 1.9 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/snes/interface/noise/snesnoise.c 1.14 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/snes/interface/noise/snesmfj2.c 1.22 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/shell/shell.c 1.24 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/sbaij/seq/sbaij2.c 1.31 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/sbaij/seq/sbaij.c 1.118 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +1 -2 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/sbaij/mpi/mpisbaij.c 1.105 04/09/13 15:26:47 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/maij/maij.c 1.24 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/is/matis.c 1.19 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/feti/feti.c 1.3 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/dense/seq/dense.c 1.66 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +21 -22 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/dense/mpi/mpidense.c 1.51 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/bdiag/seq/bdiag.c 1.44 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +2 -3 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/baij/seq/baij2.c 1.26 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/baij/seq/baij.c 1.100.1.2 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -2 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/baij/mpi/mpibaij.c 1.77 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.64 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/aij/seq/spooles/spooles.c 1.100 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/aij/mpi/mpiptap.c 1.12 04/09/13 15:26:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -2 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/aij/mpi/mpimatmatmult.c 1.4 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/aij/mpi/mpiaij.c 1.212 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +2 -3 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/adj/mpi/mpiadj.c 1.39 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/adic/matadic.c 1.29 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/utils/damg.c 1.41 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/pc/impls/tfs/xyt.c 1.15 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/pc/impls/tfs/xxt.c 1.15 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/pc/impls/tfs/gs.c 1.20 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/pc/impls/redundant/redundant.c 1.21 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/pc/impls/ml/ml.c 1.6 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -3 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/pc/impls/mg/mg.c 1.39 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/pc/impls/is/feti/fetipc.c 1.3 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/pc/impls/hypre/hyppilut.c 1.59 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.15 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/pc/impls/asm/asm.c 1.39 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/ksp/interface/eige.c 1.21 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/ksp/impls/lgmres/lgmres.c 1.32 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/ksp/impls/gmres/gmres.c 1.50 04/09/13 15:26:45 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/ksp/impls/gmres/gmreig.c 1.15 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/ksp/impls/fgmres/fgmres.c 1.37 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/ksp/impls/cgne/cgne.c 1.21 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/ksp/impls/cg/cg.c 1.29 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/ksp/ksp/impls/bcgsl/bcgsl.c 1.17 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +13 -14 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/inline/ilu.h 1.14 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +10 -10 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/inline/dot.h 1.13 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/inline/axpy.h 1.14 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
maint/generateetags.py 1.4 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
include/petschead.h 1.41 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +0 -3 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
include/petscblaslapack.h 1.12 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +241 -242 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
include/petsc.h 1.96 04/09/13 15:26:44 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 PetscNew() now zeros memory Blas Lapack routines preappended with BLAS or LAPACK
src/mat/impls/aij/seq/aij.c 1.182 04/09/13 14:58:56 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 *** empty log message ***
src/ksp/pc/impls/ilu/ilu.c 1.41 04/09/13 14:56:52 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 *** empty log message ***
Hg-commit: 03fb4ae0a31fea3f887c926814d30cec68df1938
show more ...
|
| 2515c552 | 08-Sep-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2503.1.4 barrysmith@barry-smiths-computer.local|ChangeSet|20040908032214|14773 ChangeSet 1.2503.1.4 04/09/07 22:22:14 barrysmith@barry-smiths-computer.local +52 -0 BOPT_g ->DEBUG a
bk-changeset-1.2503.1.4 barrysmith@barry-smiths-computer.local|ChangeSet|20040908032214|14773 ChangeSet 1.2503.1.4 04/09/07 22:22:14 barrysmith@barry-smiths-computer.local +52 -0 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/vec/utils/vscat.c 1.27 04/09/07 22:22:11 barrysmith@barry-smiths-computer.local +9 -9 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/vec/utils/vinv.c 1.35 04/09/07 22:22:11 barrysmith@barry-smiths-computer.local +1 -1 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/vec/utils/gcreatev.c 1.12 04/09/07 22:22:11 barrysmith@barry-smiths-computer.local +1 -1 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/vec/pf/interface/pfall.c 1.9 04/09/07 22:22:11 barrysmith@barry-smiths-computer.local +2 -2 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/vec/interface/vector.c 1.104 04/09/07 22:22:11 barrysmith@barry-smiths-computer.local +2 -2 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/vec/impls/seq/bvec2.c 1.56 04/09/07 22:22:11 barrysmith@barry-smiths-computer.local +9 -9 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/vec/impls/mpi/pdvec.c 1.40 04/09/07 22:22:11 barrysmith@barry-smiths-computer.local +8 -8 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/vec/impls/mpi/pbvec.c 1.29 04/09/07 22:22:11 barrysmith@barry-smiths-computer.local +1 -1 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/ts/interface/tsregall.c 1.12 04/09/07 22:22:11 barrysmith@barry-smiths-computer.local +1 -1 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/ts/impls/implicit/pvode/petscpvode.h 1.10 04/09/07 22:22:11 barrysmith@barry-smiths-computer.local +1 -1 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/ts/examples/tests/ex4.c 1.11 04/09/07 22:22:10 barrysmith@barry-smiths-computer.local +3 -3 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/sys/src/viewer/interface/viewregall.c 1.15 04/09/07 22:22:10 barrysmith@barry-smiths-computer.local +2 -2 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/sys/src/viewer/impls/hdf4/hdf4v.c 1.12 04/09/07 22:22:10 barrysmith@barry-smiths-computer.local +1 -1 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/sys/src/utils/psplit.c 1.15 04/09/07 22:22:10 barrysmith@barry-smiths-computer.local +1 -1 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/sys/src/utils/ctable.c 1.15 04/09/07 22:22:10 barrysmith@barry-smiths-computer.local +1 -1 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/sys/src/plog/stageLog.c 1.22 04/09/07 22:22:10 barrysmith@barry-smiths-computer.local +1 -1 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/sys/src/plog/plog.c 1.52 04/09/07 22:22:10 barrysmith@barry-smiths-computer.local +1 -1 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/sys/src/objects/tagm.c 1.20 04/09/07 22:22:10 barrysmith@barry-smiths-computer.local +1 -1 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/sys/src/objects/pinit.c 1.50 04/09/07 22:22:10 barrysmith@barry-smiths-computer.local +1 -1 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/sys/src/objects/init.c 1.45 04/09/07 22:22:10 barrysmith@barry-smiths-computer.local +2 -2 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/sys/src/error/signal.c 1.29 04/09/07 22:22:09 barrysmith@barry-smiths-computer.local +1 -1 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/snes/utils/damgsnes.c 1.49 04/09/07 22:22:09 barrysmith@barry-smiths-computer.local +9 -9 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/snes/examples/tutorials/ex5f.F 1.16 04/09/07 22:22:09 barrysmith@barry-smiths-computer.local +4 -4 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/snes/examples/tutorials/ex5.c 1.19 04/09/07 22:22:09 barrysmith@barry-smiths-computer.local +4 -4 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/snes/examples/tutorials/ex30.c 1.49 04/09/07 22:22:09 barrysmith@barry-smiths-computer.local +2 -2 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/snes/examples/tutorials/ex26.c 1.20 04/09/07 22:22:09 barrysmith@barry-smiths-computer.local +1 -1 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/mat/partition/impls/pmetis/pmetis.c 1.18 04/09/07 22:22:09 barrysmith@barry-smiths-computer.local +1 -1 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/mat/interface/matrix.c 1.141 04/09/07 22:22:09 barrysmith@barry-smiths-computer.local +5 -5 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/mat/interface/matregis.c 1.39 04/09/07 22:22:09 barrysmith@barry-smiths-computer.local +19 -19 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/mat/impls/sbaij/seq/sbaij.c 1.117 04/09/07 22:22:09 barrysmith@barry-smiths-computer.local +4 -4 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/mat/impls/sbaij/mpi/mpisbaij.c 1.104 04/09/07 22:22:09 barrysmith@barry-smiths-computer.local +5 -5 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/mat/impls/dense/seq/dense.c 1.65 04/09/07 22:22:09 barrysmith@barry-smiths-computer.local +8 -8 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/mat/impls/baij/seq/baij.c 1.100.1.1 04/09/07 22:22:09 barrysmith@barry-smiths-computer.local +4 -4 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/mat/impls/baij/mpi/mpibaij.c 1.76 04/09/07 22:22:09 barrysmith@barry-smiths-computer.local +20 -20 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/mat/impls/aij/seq/aij.c 1.181 04/09/07 22:22:08 barrysmith@barry-smiths-computer.local +4 -4 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/mat/impls/aij/mpi/mpiaij.c 1.211 04/09/07 22:22:08 barrysmith@barry-smiths-computer.local +2 -2 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/mat/impls/adj/mpi/mpiadj.c 1.38 04/09/07 22:22:08 barrysmith@barry-smiths-computer.local +2 -2 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/ksp/pc/interface/pcregis.c 1.33 04/09/07 22:22:08 barrysmith@barry-smiths-computer.local +8 -8 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/inline/gccsse.h 1.8 04/09/07 22:22:08 barrysmith@barry-smiths-computer.local +3 -3 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/fortran/custom/zviewer.c 1.9 04/09/07 22:22:08 barrysmith@barry-smiths-computer.local +1 -1 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/fortran/custom/zts.c 1.19 04/09/07 22:22:08 barrysmith@barry-smiths-computer.local +1 -1 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/fortran/custom/zsys.c 1.27 04/09/07 22:22:08 barrysmith@barry-smiths-computer.local +1 -1 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/fortran/custom/zsnes.c 1.26 04/09/07 22:22:08 barrysmith@barry-smiths-computer.local +1 -1 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/fortran/custom/zmat.c 1.40 04/09/07 22:22:07 barrysmith@barry-smiths-computer.local +2 -2 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/dm/da/src/daview.c 1.25 04/09/07 22:22:07 barrysmith@barry-smiths-computer.local +4 -4 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/dm/da/src/dalocal.c 1.26 04/09/07 22:22:07 barrysmith@barry-smiths-computer.local +3 -3 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/dm/da/examples/tutorials/ex1.c 1.10 04/09/07 22:22:07 barrysmith@barry-smiths-computer.local +4 -4 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
src/dm/ao/impls/mapping/aomapping.c 1.23 04/09/07 22:22:07 barrysmith@barry-smiths-computer.local +1 -1 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
python/PETSc/utilities/libraryOptions.py 1.5 04/09/07 22:22:07 barrysmith@barry-smiths-computer.local +12 -12 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
include/vecimpl.h 1.31 04/09/07 22:22:07 barrysmith@barry-smiths-computer.local +1 -1 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
include/petscda.h 1.42 04/09/07 22:22:07 barrysmith@barry-smiths-computer.local +6 -6 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
include/petsc.h 1.94 04/09/07 22:22:07 barrysmith@barry-smiths-computer.local +10 -10 BOPT_g ->DEBUG and no silly && !defined(COMPl... crap with packages, cause configure won't allow
Hg-commit: 3d72d6a215bbf7b9812e03b861518ed367dd6e04
show more ...
|
| dcf5cc72 | 07-Sep-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2500.2.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040907215024|63383 ChangeSet 1.2500.2.1 04/09/07 16:50:24 barrysmith@barry-smiths-computer.local +12 -0 fixes for when a
bk-changeset-1.2500.2.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040907215024|63383 ChangeSet 1.2500.2.1 04/09/07 16:50:24 barrysmith@barry-smiths-computer.local +12 -0 fixes for when all error checking is off (many no returns on functions etc
src/sys/src/viewer/impls/silo/vsilo.c 1.18 04/09/07 16:50:21 barrysmith@barry-smiths-computer.local +0 -40 fixes for when all error checking is off (many no returns on functions etc
src/vec/utils/vecio.c 1.39 04/09/07 16:50:20 barrysmith@barry-smiths-computer.local +38 -23 fixes for when all error checking is off (many no returns on functions etc
src/sys/src/viewer/impls/silo/vsilo.h 1.7 04/09/07 16:50:20 barrysmith@barry-smiths-computer.local +2 -10 fixes for when all error checking is off (many no returns on functions etc
src/sys/src/viewer/impls/silo/makefile 1.6 04/09/07 16:50:20 barrysmith@barry-smiths-computer.local +2 -0 fixes for when all error checking is off (many no returns on functions etc
src/sys/src/fileio/ftest.c 1.30 04/09/07 16:50:20 barrysmith@barry-smiths-computer.local +1 -1 fixes for when all error checking is off (many no returns on functions etc
src/mat/impls/sbaij/seq/sbaij.c 1.116 04/09/07 16:50:20 barrysmith@barry-smiths-computer.local +1 -8 fixes for when all error checking is off (many no returns on functions etc
src/mat/impls/sbaij/mpi/mpisbaij.c 1.103 04/09/07 16:50:20 barrysmith@barry-smiths-computer.local +4 -96 fixes for when all error checking is off (many no returns on functions etc
src/mat/impls/baij/seq/baij2.c 1.25 04/09/07 16:50:20 barrysmith@barry-smiths-computer.local +16 -16 fixes for when all error checking is off (many no returns on functions etc
src/mat/impls/aij/seq/aij.c 1.180 04/09/07 16:50:20 barrysmith@barry-smiths-computer.local +5 -12 fixes for when all error checking is off (many no returns on functions etc
src/mat/impls/aij/mpi/mpiaij.c 1.210 04/09/07 16:50:20 barrysmith@barry-smiths-computer.local +7 -1 fixes for when all error checking is off (many no returns on functions etc
python/PETSc/utilities/libraryOptions.py 1.4 04/09/07 16:50:20 barrysmith@barry-smiths-computer.local +4 -0 more argument checking
include/petschead.h 1.40 04/09/07 16:50:20 barrysmith@barry-smiths-computer.local +21 -1 turn off PetscValid checks for debug code
src/sys/src/viewer/impls/silo/vsilo.c 1.17 04/09/06 20:21:45 barrysmith@barry-smiths-computer.local +1 -2 *** empty log message ***
Hg-commit: b61e5ae82e17d24f73cb2e5949a2f27866d2544b
show more ...
|
| 49a6f317 | 29-Jul-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2363.1.40 barrysmith@barry-smiths-computer.local|ChangeSet|20040729020202|62791 ChangeSet 1.2363.1.40 04/07/28 21:02:02 barrysmith@barry-smiths-computer.local +8 -0 clarify when nz
bk-changeset-1.2363.1.40 barrysmith@barry-smiths-computer.local|ChangeSet|20040729020202|62791 ChangeSet 1.2363.1.40 04/07/28 21:02:02 barrysmith@barry-smiths-computer.local +8 -0 clarify when nz and nnz arguments work -xlic_lib=sunperf for configure
src/mat/impls/sbaij/seq/sbaij.c 1.115 04/07/28 21:02:00 barrysmith@barry-smiths-computer.local +5 -0 clarify when nz and nnz arguments work
src/mat/impls/sbaij/mpi/mpisbaij.c 1.102 04/07/28 21:02:00 barrysmith@barry-smiths-computer.local +4 -0 clarify when nz and nnz arguments work
src/mat/impls/baij/seq/baij.c 1.96 04/07/28 21:02:00 barrysmith@barry-smiths-computer.local +4 -0 clarify when nz and nnz arguments work
src/mat/impls/baij/mpi/mpibaij.c 1.70 04/07/28 21:02:00 barrysmith@barry-smiths-computer.local +3 -2 clarify when nz and nnz arguments work
src/mat/impls/aij/seq/aij.c 1.168 04/07/28 21:02:00 barrysmith@barry-smiths-computer.local +2 -0 clarify when nz and nnz arguments work
src/mat/impls/aij/mpi/mpiaij.c 1.201 04/07/28 21:01:59 barrysmith@barry-smiths-computer.local +4 -0 clarify when nz and nnz arguments work
python/PETSc/packages/BlasLapack.py 1.70 04/07/28 21:00:49 barrysmith@barry-smiths-computer.local +3 -2 [PETSC #11426] Problem installing PETSc on Solaris try crazy link time flag for sunperf
src/mat/impls/aij/seq/aij.c 1.167 04/07/28 16:19:46 barrysmith@barrysmith-57.mcs.anl.gov +3 -1 *** empty log message ***
src/sys/src/error/adebug.c 1.33 04/07/28 16:09:23 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 know if it is using xterm or not on error
Hg-commit: 499ef73fb8e7ef1aa76552f0fbb050eaeaffa121
show more ...
|
| a7cc72af | 26-Jul-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2363.8.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040726040509|22485 ChangeSet 1.2363.8.1 04/07/25 23:05:09 barrysmith@barry-smiths-computer.local +134 -0 PetscInt
src
bk-changeset-1.2363.8.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040726040509|22485 ChangeSet 1.2363.8.1 04/07/25 23:05:09 barrysmith@barry-smiths-computer.local +134 -0 PetscInt
src/vec/is/utils/iscoloring.c 1.26 04/07/25 23:05:05 barrysmith@barry-smiths-computer.local +3 -3 PetscInt
src/ts/tsimpl.h 1.14 04/07/25 23:05:05 barrysmith@barry-smiths-computer.local +15 -15 PetscInt
src/ts/interface/tsreg.c 1.22 04/07/25 23:05:05 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/ts/interface/tsfd.c 1.9 04/07/25 23:05:05 barrysmith@barry-smiths-computer.local +10 -10 PetscInt
src/ts/interface/tscreate.c 1.14 04/07/25 23:05:05 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/ts/interface/ts.c 1.37 04/07/25 23:05:05 barrysmith@barry-smiths-computer.local +44 -42 PetscInt
src/ts/interface/dlregis.c 1.17 04/07/25 23:05:05 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/ts/impls/pseudo/posindep.c 1.20 04/07/25 23:05:05 barrysmith@barry-smiths-computer.local +20 -19 PetscInt
src/ts/impls/implicit/cn/cn.c 1.16 04/07/25 23:05:05 barrysmith@barry-smiths-computer.local +32 -32 PetscInt
src/ts/impls/implicit/beuler/beuler.c 1.17 04/07/25 23:05:04 barrysmith@barry-smiths-computer.local +28 -30 PetscInt
src/ts/impls/explicit/rk/rk.c 1.16 04/07/25 23:05:04 barrysmith@barry-smiths-computer.local +43 -55 PetscInt
src/ts/impls/explicit/euler/euler.c 1.10 04/07/25 23:05:04 barrysmith@barry-smiths-computer.local +8 -8 PetscInt
src/ts/examples/tutorials/ex3.c 1.8 04/07/25 23:05:04 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/sys/src/viewer/examples/tests/makefile 1.6 04/07/25 23:05:04 barrysmith@barry-smiths-computer.local +4 -1 PetscInt
src/sys/src/draw/examples/tests/makefile 1.6 04/07/25 23:05:04 barrysmith@barry-smiths-computer.local +3 -1 PetscInt
src/sys/src/draw/examples/tests/ex9.c 1.7 04/07/25 23:05:04 barrysmith@barry-smiths-computer.local +7 -5 PetscInt
src/sys/src/draw/examples/tests/ex4.c 1.6 04/07/25 23:05:04 barrysmith@barry-smiths-computer.local +5 -3 PetscInt
src/sys/src/draw/examples/tests/ex2.c 1.6 04/07/25 23:05:04 barrysmith@barry-smiths-computer.local +3 -3 PetscInt
src/sys/src/draw/examples/tests/ex10.c 1.5 04/07/25 23:05:04 barrysmith@barry-smiths-computer.local +3 -2 PetscInt
src/sys/src/draw/examples/tests/ex1.c 1.6 04/07/25 23:05:04 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/sys/examples/tests/ex13.c 1.5 04/07/25 23:05:04 barrysmith@barry-smiths-computer.local +4 -3 PetscInt
src/snes/utils/damgsnes.c 1.47 04/07/25 23:05:04 barrysmith@barry-smiths-computer.local +2 -1 PetscInt
src/snes/mf/wp.c 1.13 04/07/25 23:05:04 barrysmith@barry-smiths-computer.local +6 -6 PetscInt
src/snes/mf/snesmfjdef.c 1.14 04/07/25 23:05:04 barrysmith@barry-smiths-computer.local +4 -4 PetscInt
src/snes/mf/snesmfj.h 1.10 04/07/25 23:05:04 barrysmith@barry-smiths-computer.local +4 -4 PetscInt
src/snes/mf/snesmfj.c 1.42 04/07/25 23:05:04 barrysmith@barry-smiths-computer.local +34 -34 PetscInt
src/snes/interface/snesut.c 1.15 04/07/25 23:05:04 barrysmith@barry-smiths-computer.local +4 -4 PetscInt
src/snes/interface/snes.c 1.54 04/07/25 23:05:04 barrysmith@barry-smiths-computer.local +6 -6 PetscInt
src/snes/interface/noise/snesnoise.c 1.13 04/07/25 23:05:04 barrysmith@barry-smiths-computer.local +41 -41 PetscInt
src/snes/interface/noise/snesmfj2.c 1.19 04/07/25 23:05:04 barrysmith@barry-smiths-computer.local +22 -22 PetscInt
src/snes/interface/noise/snesdnest.c 1.5 04/07/25 23:05:03 barrysmith@barry-smiths-computer.local +12 -12 PetscInt
src/snes/interface/dlregis.c 1.18 04/07/25 23:05:03 barrysmith@barry-smiths-computer.local +2 -3 PetscInt
src/snes/impls/tr/tr.h 1.6 04/07/25 23:05:03 barrysmith@barry-smiths-computer.local +10 -10 PetscInt
src/snes/impls/tr/tr.c 1.22 04/07/25 23:05:03 barrysmith@barry-smiths-computer.local +5 -5 PetscInt
src/snes/impls/test/snestest.c 1.14 04/07/25 23:05:03 barrysmith@barry-smiths-computer.local +9 -9 PetscInt
src/snes/impls/ls/ls.h 1.9 04/07/25 23:05:03 barrysmith@barry-smiths-computer.local +6 -6 PetscInt
src/snes/impls/ls/ls.c 1.43 04/07/25 23:05:03 barrysmith@barry-smiths-computer.local +32 -32 PetscInt
src/snes/examples/tutorials/ex6.c 1.15 04/07/25 23:05:03 barrysmith@barry-smiths-computer.local +26 -22 PetscInt
src/snes/examples/tutorials/ex5.c 1.18 04/07/25 23:05:03 barrysmith@barry-smiths-computer.local +27 -23 PetscInt
src/snes/examples/tutorials/ex30.c 1.46 04/07/25 23:05:03 barrysmith@barry-smiths-computer.local +121 -117 PetscInt
src/snes/examples/tutorials/ex3.c 1.11 04/07/25 23:05:03 barrysmith@barry-smiths-computer.local +28 -24 PetscInt
src/snes/examples/tutorials/ex29.c 1.71 04/07/25 23:05:02 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/snes/examples/tutorials/ex27.c 1.11 04/07/25 23:05:02 barrysmith@barry-smiths-computer.local +57 -61 PetscInt
src/snes/examples/tutorials/ex26.c 1.19 04/07/25 23:05:02 barrysmith@barry-smiths-computer.local +25 -25 PetscInt
src/snes/examples/tutorials/ex25.c 1.18 04/07/25 23:05:02 barrysmith@barry-smiths-computer.local +18 -16 PetscInt
src/snes/examples/tutorials/ex24.c 1.15 04/07/25 23:05:02 barrysmith@barry-smiths-computer.local +31 -29 PetscInt
src/snes/examples/tutorials/ex23.c 1.7 04/07/25 23:05:02 barrysmith@barry-smiths-computer.local +15 -14 PetscInt
src/snes/examples/tutorials/ex22.c 1.9 04/07/25 23:05:02 barrysmith@barry-smiths-computer.local +35 -33 PetscInt
src/snes/examples/tutorials/ex21.c 1.8 04/07/25 23:05:02 barrysmith@barry-smiths-computer.local +19 -17 PetscInt
src/snes/examples/tutorials/ex20.c 1.9 04/07/25 23:05:02 barrysmith@barry-smiths-computer.local +40 -36 PetscInt
src/snes/examples/tutorials/ex2.c 1.11 04/07/25 23:05:02 barrysmith@barry-smiths-computer.local +29 -25 PetscInt
src/snes/examples/tutorials/ex19.c 1.14 04/07/25 23:05:02 barrysmith@barry-smiths-computer.local +26 -25 PetscInt
src/snes/examples/tutorials/ex18.c 1.8 04/07/25 23:05:02 barrysmith@barry-smiths-computer.local +39 -35 PetscInt
src/snes/examples/tutorials/ex14.c 1.13 04/07/25 23:05:02 barrysmith@barry-smiths-computer.local +25 -22 PetscInt
src/snes/examples/tutorials/ex10d/ex10.c 1.13 04/07/25 23:05:02 barrysmith@barry-smiths-computer.local +105 -102 PetscInt
src/snes/examples/tutorials/ex1.c 1.10 04/07/25 23:05:02 barrysmith@barry-smiths-computer.local +28 -24 PetscInt
src/snes/examples/tests/ex9.c 1.11 04/07/25 23:05:02 barrysmith@barry-smiths-computer.local +26 -25 PetscInt
src/snes/examples/tests/ex7.c 1.11 04/07/25 23:05:02 barrysmith@barry-smiths-computer.local +26 -23 PetscInt
src/snes/examples/tests/ex5.c 1.9 04/07/25 23:05:01 barrysmith@barry-smiths-computer.local +39 -35 PetscInt
src/snes/examples/tests/ex4.c 1.11 04/07/25 23:05:01 barrysmith@barry-smiths-computer.local +59 -52 PetscInt
src/snes/examples/tests/ex13.c 1.10 04/07/25 23:05:01 barrysmith@barry-smiths-computer.local +27 -23 PetscInt
src/snes/examples/tests/ex11.c 1.13 04/07/25 23:05:01 barrysmith@barry-smiths-computer.local +53 -51 PetscInt
src/snes/examples/tests/ex1.c 1.13 04/07/25 23:05:01 barrysmith@barry-smiths-computer.local +22 -18 PetscInt
src/mat/impls/sbaij/mpi/sbaijov.c 1.39 04/07/25 23:05:01 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/mat/impls/sbaij/mpi/mpisbaij.c 1.101 04/07/25 23:05:01 barrysmith@barry-smiths-computer.local +10 -10 PetscInt
src/mat/impls/bdiag/mpi/mpibdiag.c 1.43 04/07/25 23:05:01 barrysmith@barry-smiths-computer.local +4 -3 PetscInt
src/mat/impls/bdiag/mpi/mmbdiag.c 1.8 04/07/25 23:05:01 barrysmith@barry-smiths-computer.local +3 -3 PetscInt
src/mat/examples/tests/makefile 1.33 04/07/25 23:05:01 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/mat/examples/tests/ex94.c 1.16 04/07/25 23:05:01 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/mat/examples/tests/ex78.c 1.10 04/07/25 23:05:01 barrysmith@barry-smiths-computer.local +3 -2 PetscInt
src/mat/examples/tests/ex76.c 1.12 04/07/25 23:05:00 barrysmith@barry-smiths-computer.local +3 -2 PetscInt
src/ksp/pc/impls/bjacobi/bjacobi.c 1.34 04/07/25 23:05:00 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/ksp/ksp/interface/iterativ.c 1.21 04/07/25 23:05:00 barrysmith@barry-smiths-computer.local +7 -7 PetscInt
src/ksp/examples/tutorials/makefile 1.53 04/07/25 23:05:00 barrysmith@barry-smiths-computer.local +2 -8 PetscInt
src/ksp/examples/tutorials/ex9.c 1.17 04/07/25 23:05:00 barrysmith@barry-smiths-computer.local +20 -18 PetscInt
src/ksp/examples/tutorials/ex8.c 1.13 04/07/25 23:05:00 barrysmith@barry-smiths-computer.local +17 -15 PetscInt
src/ksp/examples/tutorials/ex7.c 1.14 04/07/25 23:05:00 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/ksp/examples/tutorials/ex5.c 1.14 04/07/25 23:05:00 barrysmith@barry-smiths-computer.local +3 -2 PetscInt
src/ksp/examples/tutorials/ex4.c 1.11 04/07/25 23:05:00 barrysmith@barry-smiths-computer.local +10 -9 PetscInt
src/ksp/examples/tutorials/ex3.c 1.14 04/07/25 23:05:00 barrysmith@barry-smiths-computer.local +5 -5 PetscInt
src/ksp/examples/tutorials/ex29.c 1.9 04/07/25 23:04:59 barrysmith@barry-smiths-computer.local +6 -5 PetscInt
src/ksp/examples/tutorials/ex28.c 1.10 04/07/25 23:04:59 barrysmith@barry-smiths-computer.local +25 -27 PetscInt
src/ksp/examples/tutorials/ex27.c 1.13 04/07/25 23:04:59 barrysmith@barry-smiths-computer.local +4 -3 PetscInt
src/ksp/examples/tutorials/ex25.c 1.10 04/07/25 23:04:59 barrysmith@barry-smiths-computer.local +20 -18 PetscInt
src/ksp/examples/tutorials/ex23.c 1.12 04/07/25 23:04:59 barrysmith@barry-smiths-computer.local +8 -7 PetscInt
src/ksp/examples/tutorials/ex22.c 1.7 04/07/25 23:04:59 barrysmith@barry-smiths-computer.local +17 -15 PetscInt
src/ksp/examples/tutorials/ex16.c 1.11 04/07/25 23:04:59 barrysmith@barry-smiths-computer.local +9 -8 PetscInt
src/ksp/examples/tutorials/ex15.c 1.13 04/07/25 23:04:59 barrysmith@barry-smiths-computer.local +23 -22 PetscInt
src/ksp/examples/tutorials/ex13.c 1.12 04/07/25 23:04:59 barrysmith@barry-smiths-computer.local +23 -20 PetscInt
src/ksp/examples/tutorials/ex10.c 1.43 04/07/25 23:04:59 barrysmith@barry-smiths-computer.local +11 -10 PetscInt
src/ksp/examples/tests/ex7.c 1.17 04/07/25 23:04:59 barrysmith@barry-smiths-computer.local +3 -3 PetscInt
src/ksp/examples/tests/ex6.c 1.20 04/07/25 23:04:59 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/ksp/examples/tests/ex4.c 1.10 04/07/25 23:04:59 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/ksp/examples/tests/ex3.c 1.11 04/07/25 23:04:59 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/ksp/examples/tests/ex24.c 1.11 04/07/25 23:04:58 barrysmith@barry-smiths-computer.local +11 -9 PetscInt
src/ksp/examples/tests/ex18.c 1.16 04/07/25 23:04:58 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/docs/tex/petscapp.bib 1.127 04/07/25 23:04:58 barrysmith@barry-smiths-computer.local +10 -0 heart app
src/dm/da/src/dainterp.c 1.23 04/07/25 23:04:58 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/dm/da/examples/tutorials/ex5.c 1.11 04/07/25 23:04:58 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/dm/da/examples/tutorials/ex3.c 1.7 04/07/25 23:04:58 barrysmith@barry-smiths-computer.local +20 -16 PetscInt
src/dm/da/examples/tutorials/ex2.c 1.6 04/07/25 23:04:58 barrysmith@barry-smiths-computer.local +3 -1 PetscInt
src/dm/da/examples/tests/ex9.c 1.6 04/07/25 23:04:58 barrysmith@barry-smiths-computer.local +6 -6 PetscInt
src/dm/da/examples/tests/ex8.c 1.6 04/07/25 23:04:58 barrysmith@barry-smiths-computer.local +13 -13 PetscInt
src/dm/da/examples/tests/ex7.c 1.7 04/07/25 23:04:58 barrysmith@barry-smiths-computer.local +7 -5 PetscInt
src/dm/da/examples/tests/ex6.c 1.8 04/07/25 23:04:58 barrysmith@barry-smiths-computer.local +10 -9 PetscInt
src/dm/da/examples/tests/ex5.c 1.6 04/07/25 23:04:58 barrysmith@barry-smiths-computer.local +9 -8 PetscInt
src/dm/da/examples/tests/ex4.c 1.7 04/07/25 23:04:57 barrysmith@barry-smiths-computer.local +9 -7 PetscInt
src/dm/da/examples/tests/ex3.c 1.6 04/07/25 23:04:57 barrysmith@barry-smiths-computer.local +11 -10 PetscInt
src/dm/da/examples/tests/ex23.c 1.8 04/07/25 23:04:57 barrysmith@barry-smiths-computer.local +7 -4 PetscInt
src/dm/da/examples/tests/ex22.c 1.4 04/07/25 23:04:57 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/dm/da/examples/tests/ex20.c 1.6 04/07/25 23:04:57 barrysmith@barry-smiths-computer.local +8 -5 PetscInt
src/dm/da/examples/tests/ex2.c 1.6 04/07/25 23:04:57 barrysmith@barry-smiths-computer.local +9 -7 PetscInt
src/dm/da/examples/tests/ex19.c 1.5 04/07/25 23:04:57 barrysmith@barry-smiths-computer.local +9 -8 PetscInt
src/dm/da/examples/tests/ex18.c 1.6 04/07/25 23:04:57 barrysmith@barry-smiths-computer.local +7 -5 PetscInt
src/dm/da/examples/tests/ex17.c 1.6 04/07/25 23:04:57 barrysmith@barry-smiths-computer.local +6 -5 PetscInt
src/dm/da/examples/tests/ex16.c 1.6 04/07/25 23:04:57 barrysmith@barry-smiths-computer.local +9 -7 PetscInt
src/dm/da/examples/tests/ex15.c 1.6 04/07/25 23:04:57 barrysmith@barry-smiths-computer.local +2 -1 PetscInt
src/dm/da/examples/tests/ex14.c 1.7 04/07/25 23:04:57 barrysmith@barry-smiths-computer.local +7 -6 PetscInt
src/dm/da/examples/tests/ex13.c 1.8 04/07/25 23:04:57 barrysmith@barry-smiths-computer.local +4 -4 PetscInt
src/dm/da/examples/tests/ex12.c 1.6 04/07/25 23:04:57 barrysmith@barry-smiths-computer.local +8 -7 PetscInt
src/dm/da/examples/tests/ex11.c 1.7 04/07/25 23:04:57 barrysmith@barry-smiths-computer.local +8 -7 PetscInt
src/dm/da/examples/tests/ex10.c 1.7 04/07/25 23:04:57 barrysmith@barry-smiths-computer.local +8 -7 PetscInt
src/dm/da/examples/tests/ex1.c 1.6 04/07/25 23:04:57 barrysmith@barry-smiths-computer.local +7 -5 PetscInt
src/dm/ao/impls/basic/aodatabasic.c 1.24 04/07/25 23:04:56 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/dm/ao/impls/basic/aobasic.c 1.26 04/07/25 23:04:56 barrysmith@barry-smiths-computer.local +3 -3 PetscInt
python/PETSc/packages/X11.py 1.14 04/07/25 23:04:56 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
include/petscts.h 1.27 04/07/25 23:04:56 barrysmith@barry-smiths-computer.local +3 -3 PetscInt
include/petscsnes.h 1.33 04/07/25 23:04:56 barrysmith@barry-smiths-computer.local +5 -5 PetscInt
include/petscis.h 1.23 04/07/25 23:04:56 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
include/petscerror.h 1.34 04/07/25 23:04:56 barrysmith@barry-smiths-computer.local +6 -6 PetscInt
include/petscda.h 1.40 04/07/25 23:04:56 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
BitKeeper/deleted/.del-ex28.c~a4928c94b24a7e17 1.3 04/07/25 22:07:22 barrysmith@barry-smiths-computer.local +81 -86 Delete: src/snes/examples/tutorials/ex28.c
src/snes/examples/tests/output/ex4_1.out 1.1 04/07/23 22:21:10 barrysmith@barry-smiths-computer.local +2 -0
src/snes/examples/tests/output/ex4_1.out 1.0 04/07/23 22:21:10 barrysmith@barry-smiths-computer.local +0 -0 BitKeeper file /Users/barrysmith/petsc-dev/src/snes/examples/tests/output/ex4_1.out
BitKeeper/deleted/.del-ex26.c~d3baa5268694279d 1.11 04/07/23 13:19:35 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Delete: src/ksp/examples/tutorials/ex26.c
Hg-commit: f3987d4b037460cdfd71041cec469ebed2f5a621
show more ...
|
| 13f74950 | 20-Jul-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2363.2.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040720143505|15087 ChangeSet 1.2363.2.1 04/07/20 09:35:05 barrysmith@barry-smiths-computer.local +165 -0 PetscInt
tod
bk-changeset-1.2363.2.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040720143505|15087 ChangeSet 1.2363.2.1 04/07/20 09:35:05 barrysmith@barry-smiths-computer.local +165 -0 PetscInt
todo 1.72 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +5 -2 PetscInt
src/vec/is/utils/isdiff.c 1.15 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +3 -2 PetscInt
src/sys/src/viewer/interface/viewreg.c 1.15 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +0 -1 PetscInt
src/sys/src/viewer/impls/string/stringv.c 1.17 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/sys/src/viewer/impls/ascii/vcreatea.c 1.11 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +3 -3 PetscInt
src/sys/src/viewer/impls/ascii/filev.c 1.31 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +8 -8 PetscInt
src/sys/src/utils/memc.c 1.21 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +3 -3 PetscInt
src/sys/src/plog/classLog.c 1.17 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +0 -2 PetscInt
src/sys/src/objects/ptype.c 1.11 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/sys/src/objects/inherit.c 1.26 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +3 -3 PetscInt
src/sys/src/objects/gtype.c 1.8 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +3 -0 PetscInt
src/sys/src/f90/f90_win32.c 1.8 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +5 -5 PetscInt
src/sys/src/f90/f90_t3e.c 1.8 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +5 -5 PetscInt
src/sys/src/f90/f90_solaris_old.c 1.8 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +5 -5 PetscInt
src/sys/src/f90/f90_solaris.c 1.8 04/07/20 09:35:00 barrysmith@barry-smiths-computer.local +4 -4 PetscInt
src/sys/src/f90/f90_rs6000.c 1.8 04/07/20 09:34:59 barrysmith@barry-smiths-computer.local +5 -5 PetscInt
src/sys/src/f90/f90_nag.c 1.8 04/07/20 09:34:59 barrysmith@barry-smiths-computer.local +4 -4 PetscInt
src/sys/src/f90/f90_intel8.c 1.6 04/07/20 09:34:59 barrysmith@barry-smiths-computer.local +4 -4 PetscInt
src/sys/src/f90/f90_intel.c 1.8 04/07/20 09:34:59 barrysmith@barry-smiths-computer.local +4 -4 PetscInt
src/sys/src/f90/f90_hpux.c 1.8 04/07/20 09:34:59 barrysmith@barry-smiths-computer.local +4 -4 PetscInt
src/sys/src/f90/f90_alpha.c 1.9 04/07/20 09:34:59 barrysmith@barry-smiths-computer.local +5 -5 PetscInt
src/sys/src/f90/f90_absoft.c 1.8 04/07/20 09:34:59 barrysmith@barry-smiths-computer.local +5 -5 PetscInt
src/sys/src/f90/f90_IRIX.c 1.8 04/07/20 09:34:59 barrysmith@barry-smiths-computer.local +5 -5 PetscInt
src/sys/src/draw/interface/drawreg.c 1.24 04/07/20 09:34:59 barrysmith@barry-smiths-computer.local +0 -1 PetscInt
src/sys/ctable.h 1.7 04/07/20 09:34:59 barrysmith@barry-smiths-computer.local +12 -12 PetscInt
src/snes/interface/snes.c 1.53 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/mat/interface/matregis.c 1.38 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +0 -12 PetscInt
src/mat/impls/sbaij/seq/sro.c 1.10 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +11 -11 PetscInt
src/mat/impls/sbaij/seq/sbaijfact9.c 1.7 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +12 -12 PetscInt
src/mat/impls/sbaij/seq/sbaijfact8.c 1.6 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +7 -8 PetscInt
src/mat/impls/sbaij/seq/sbaijfact7.c 1.7 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +10 -10 PetscInt
src/mat/impls/sbaij/seq/sbaijfact6.c 1.8 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +11 -11 PetscInt
src/mat/impls/sbaij/seq/sbaijfact5.c 1.7 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +8 -8 PetscInt
src/mat/impls/sbaij/seq/sbaijfact4.c 1.6 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +7 -7 PetscInt
src/mat/impls/sbaij/seq/sbaijfact3.c 1.7 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +10 -10 PetscInt
src/mat/impls/sbaij/seq/sbaijfact2.c 1.42 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +119 -120 PetscInt
src/mat/impls/sbaij/seq/sbaijfact12.c 1.6 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +10 -11 PetscInt
src/mat/impls/sbaij/seq/sbaijfact11.c 1.7 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +13 -13 PetscInt
src/mat/impls/sbaij/seq/sbaijfact10.c 1.6 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +15 -16 PetscInt
src/mat/impls/sbaij/seq/sbaijfact.c 1.64 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +89 -94 PetscInt
src/mat/impls/sbaij/seq/sbaij2.c 1.30 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +104 -104 PetscInt
src/mat/impls/sbaij/seq/sbaij.h 1.33 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +6 -6 PetscInt
src/mat/impls/sbaij/seq/sbaij.c 1.114 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +120 -116 PetscInt
src/mat/impls/sbaij/seq/aijsbaij.c 1.21 04/07/20 09:34:58 barrysmith@barry-smiths-computer.local +22 -25 PetscInt
src/mat/impls/sbaij/mpi/sbaijov.c 1.38 04/07/20 09:34:57 barrysmith@barry-smiths-computer.local +48 -48 PetscInt
src/mat/impls/sbaij/mpi/mpisbaij.c 1.100 04/07/20 09:34:57 barrysmith@barry-smiths-computer.local +8 -6 PetscInt
src/mat/impls/sbaij/mpi/mmsbaij.c 1.30 04/07/20 09:34:57 barrysmith@barry-smiths-computer.local +37 -37 PetscInt
src/mat/impls/sbaij/makefile 1.7 04/07/20 09:34:57 barrysmith@barry-smiths-computer.local +0 -1 PetscInt
src/mat/impls/is/matis.c 1.18 04/07/20 09:34:57 barrysmith@barry-smiths-computer.local +18 -19 PetscInt
src/mat/impls/is/makefile 1.8 04/07/20 09:34:57 barrysmith@barry-smiths-computer.local +0 -1 PetscInt
src/mat/impls/dense/seq/dense.h 1.9 04/07/20 09:34:57 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/mat/impls/dense/seq/dense.c 1.64 04/07/20 09:34:57 barrysmith@barry-smiths-computer.local +86 -83 PetscInt
src/mat/impls/dense/mpi/mpidense.h 1.8 04/07/20 09:34:57 barrysmith@barry-smiths-computer.local +24 -24 PetscInt
src/mat/impls/dense/mpi/mpidense.c 1.47 04/07/20 09:34:57 barrysmith@barry-smiths-computer.local +78 -75 PetscInt
src/mat/impls/dense/mpi/mmdense.c 1.14 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +36 -36 PetscInt
src/mat/impls/dense/makefile 1.7 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +0 -2 PetscInt
src/mat/impls/bdiag/seq/bdiag3.c 1.23 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +34 -33 PetscInt
src/mat/impls/bdiag/seq/bdiag2.c 1.20 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +105 -105 PetscInt
src/mat/impls/bdiag/seq/bdiag.h 1.13 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +24 -24 PetscInt
src/mat/impls/bdiag/seq/bdiag.c 1.43 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +57 -55 PetscInt
src/mat/impls/bdiag/seq/bdfact.c 1.14 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +54 -54 PetscInt
src/mat/impls/bdiag/mpi/mpibdiag.h 1.9 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +10 -10 PetscInt
src/mat/impls/bdiag/mpi/mpibdiag.c 1.42 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +103 -98 PetscInt
src/mat/impls/bdiag/makefile 1.7 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +0 -1 PetscInt
src/mat/impls/aij/mpi/mpiptap.c 1.9 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +2 -1 PetscInt
src/mat/impls/aij/mpi/mpiaij.c 1.197 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +6 -5 PetscInt
src/ksp/utils/damg.c 1.40 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +2 -1 PetscInt
src/ksp/pc/pcimpl.h 1.12 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +11 -11 PetscInt
src/ksp/pc/interface/precon.c 1.53 04/07/20 09:34:56 barrysmith@barry-smiths-computer.local +7 -7 PetscInt
src/ksp/pc/interface/pcset.c 1.23 04/07/20 09:34:55 barrysmith@barry-smiths-computer.local +8 -8 PetscInt
src/ksp/pc/impls/tfs/makefile 1.11 04/07/20 09:34:55 barrysmith@barry-smiths-computer.local +1 -0 PetscInt
src/ksp/pc/impls/shell/shellpc.c 1.22 04/07/20 09:34:55 barrysmith@barry-smiths-computer.local +21 -21 PetscInt
src/ksp/pc/impls/redundant/redundant.c 1.20 04/07/20 09:34:55 barrysmith@barry-smiths-computer.local +11 -10 PetscInt
src/ksp/pc/impls/mg/mg.c 1.37 04/07/20 09:34:55 barrysmith@barry-smiths-computer.local +3 -3 PetscInt
src/ksp/pc/impls/lu/lu.c 1.32 04/07/20 09:34:55 barrysmith@barry-smiths-computer.local +13 -13 PetscInt
src/ksp/pc/impls/ksp/pcksp.c 1.20 04/07/20 09:34:55 barrysmith@barry-smiths-computer.local +16 -15 PetscInt
src/ksp/pc/impls/jacobi/jacobi.c 1.13 04/07/20 09:34:55 barrysmith@barry-smiths-computer.local +10 -15 PetscInt
src/ksp/pc/impls/is/pcis.h 1.10 04/07/20 09:34:55 barrysmith@barry-smiths-computer.local +12 -12 PetscInt
src/ksp/pc/impls/is/pcis.c 1.23 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +17 -29 PetscInt
src/ksp/pc/impls/is/nn/nn.h 1.10 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +4 -4 PetscInt
src/ksp/pc/impls/is/nn/nn.c 1.24 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +23 -36 PetscInt
src/ksp/pc/impls/is/makefile 1.7 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +1 -0 PetscInt
src/ksp/pc/impls/ilu/ilu.h 1.8 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/ksp/pc/impls/ilu/ilu.c 1.38 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.14 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +3 -3 PetscInt
src/ksp/pc/impls/eisens/eisen.c 1.21 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +14 -14 PetscInt
src/ksp/pc/impls/composite/composite.c 1.23 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +3 -3 PetscInt
src/ksp/pc/impls/bjacobi/bjacobi.h 1.7 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +6 -6 PetscInt
src/ksp/pc/impls/bjacobi/bjacobi.c 1.33 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +2 -3 PetscInt
src/ksp/pc/impls/asm/asm.c 1.36 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +59 -56 PetscInt
src/ksp/ksp/kspimpl.h 1.23 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +13 -13 PetscInt
src/ksp/ksp/interface/xmon.c 1.9 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +14 -14 PetscInt
src/ksp/ksp/interface/itfunc.c 1.53 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +19 -15 PetscInt
src/ksp/ksp/interface/itcreate.c 1.55 04/07/20 09:34:54 barrysmith@barry-smiths-computer.local +8 -9 PetscInt
src/ksp/ksp/interface/itcl.c 1.14 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/ksp/ksp/interface/eige.c 1.20 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +20 -18 PetscInt
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.16 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +4 -4 PetscInt
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.16 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +4 -4 PetscInt
src/ksp/ksp/impls/symmlq/symmlq.c 1.15 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +11 -13 PetscInt
src/ksp/ksp/impls/rich/rich.c 1.18 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +8 -8 PetscInt
src/ksp/ksp/impls/qcg/qcg.c 1.19 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +18 -18 PetscInt
src/ksp/ksp/impls/preonly/preonly.c 1.13 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +2 -3 PetscInt
src/ksp/ksp/impls/minres/minres.c 1.16 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +10 -11 PetscInt
src/ksp/ksp/impls/lgmres/lgmresp.h 1.8 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +39 -40 PetscInt
src/ksp/ksp/impls/lgmres/lgmres.c 1.29.1.1 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +59 -66 PetscInt
src/ksp/ksp/impls/gmres/gmresp.h 1.13 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +12 -11 PetscInt
src/ksp/ksp/impls/gmres/gmres2.c 1.21 04/07/20 09:34:53 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/ksp/ksp/impls/gmres/gmres.c 1.49 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +47 -47 PetscInt
src/ksp/ksp/impls/gmres/gmreig.c 1.14 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +14 -14 PetscInt
src/ksp/ksp/impls/gmres/borthog2.c 1.16 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +6 -6 PetscInt
src/ksp/ksp/impls/gmres/borthog.c 1.12 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +3 -3 PetscInt
src/ksp/ksp/impls/fgmres/modpcf.c 1.15 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +9 -10 PetscInt
src/ksp/ksp/impls/fgmres/fgmresp.h 1.13 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +31 -31 PetscInt
src/ksp/ksp/impls/fgmres/fgmres.c 1.36 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +53 -53 PetscInt
src/ksp/ksp/impls/cr/cr.c 1.26 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +7 -8 PetscInt
src/ksp/ksp/impls/cheby/cheby.c 1.19 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +12 -12 PetscInt
src/ksp/ksp/impls/cgs/cgs.c 1.21 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +6 -6 PetscInt
src/ksp/ksp/impls/cgne/cgne.c 1.18 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +16 -18 PetscInt
src/ksp/ksp/impls/cg/cgeig.c 1.9 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +13 -13 PetscInt
src/ksp/ksp/impls/bicg/bicg.c 1.16 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +7 -8 PetscInt
src/ksp/ksp/impls/bcgsl/bcgsl.h 1.4 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +3 -3 PetscInt
src/ksp/ksp/impls/bcgsl/bcgsl.c 1.15 04/07/20 09:34:52 barrysmith@barry-smiths-computer.local +82 -124 PetscInt
src/ksp/ksp/impls/bcgs/bcgs.c 1.17 04/07/20 09:34:51 barrysmith@barry-smiths-computer.local +4 -4 PetscInt
src/dm/da/utils/sda2.c 1.17 04/07/20 09:34:51 barrysmith@barry-smiths-computer.local +22 -22 PetscInt
src/dm/da/utils/pack.c 1.15 04/07/20 09:34:51 barrysmith@barry-smiths-computer.local +46 -46 PetscInt
src/dm/da/utils/fdda.c 1.41 04/07/20 09:34:51 barrysmith@barry-smiths-computer.local +72 -74 PetscInt
src/dm/da/src/gr2.c 1.28 04/07/20 09:34:51 barrysmith@barry-smiths-computer.local +12 -11 PetscInt
src/dm/da/src/gr1.c 1.14 04/07/20 09:34:51 barrysmith@barry-smiths-computer.local +3 -3 PetscInt
src/dm/da/src/daview.c 1.24 04/07/20 09:34:51 barrysmith@barry-smiths-computer.local +5 -5 PetscInt
src/dm/da/src/dasub.c 1.10 04/07/20 09:34:51 barrysmith@barry-smiths-computer.local +7 -7 PetscInt
src/dm/da/src/daltol.c 1.14 04/07/20 09:34:51 barrysmith@barry-smiths-computer.local +4 -4 PetscInt
src/dm/da/src/dalocal.c 1.25 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +14 -14 PetscInt
src/dm/da/src/daload.c 1.12 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +7 -6 PetscInt
src/dm/da/src/dainterp.c 1.22 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/dm/da/src/daindex.c 1.13 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +5 -5 PetscInt
src/dm/da/src/dagtona.c 1.13 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +4 -4 PetscInt
src/dm/da/src/dagtol.c 1.16 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/dm/da/src/daghost.c 1.8 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/dm/da/src/dagetarray.c 1.13 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/dm/da/src/dadist.c 1.15 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/dm/da/src/dacorn.c 1.16 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +20 -20 PetscInt
src/dm/da/src/da3.c 1.27 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +44 -44 PetscInt
src/dm/da/src/da2.c 1.52 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/dm/da/src/da1.c 1.27 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +17 -17 PetscInt
src/dm/da/examples/tutorials/ex1.c 1.9 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +3 -1 PetscInt
src/dm/ao/utils/aosetlocal.c 1.9 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/dm/ao/interface/aodata.c 1.15 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +54 -53 PetscInt
src/dm/ao/interface/ao.c 1.16 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +10 -10 PetscInt
src/dm/ao/impls/mapping/aomapping.c 1.22 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +58 -57 PetscInt
src/dm/ao/impls/basic/aoreduced.c 1.8 04/07/20 09:34:50 barrysmith@barry-smiths-computer.local +9 -9 PetscInt
src/dm/ao/impls/basic/aodatabasic.c 1.23 04/07/20 09:34:49 barrysmith@barry-smiths-computer.local +93 -89 PetscInt
src/dm/ao/impls/basic/aobasic.c 1.25 04/07/20 09:34:49 barrysmith@barry-smiths-computer.local +58 -56 PetscInt
src/dm/ao/aoimpl.h 1.14 04/07/20 09:34:49 barrysmith@barry-smiths-computer.local +30 -30 PetscInt
include/petscviewer.h 1.44 04/07/20 09:34:49 barrysmith@barry-smiths-computer.local +3 -3 PetscInt
include/petscpc.h 1.55 04/07/20 09:34:49 barrysmith@barry-smiths-computer.local +21 -20 PetscInt
include/petscmg.h 1.10 04/07/20 09:34:49 barrysmith@barry-smiths-computer.local +15 -15 PetscInt
include/petscksp.h 1.51 04/07/20 09:34:49 barrysmith@barry-smiths-computer.local +29 -29 PetscInt
include/petschead.h 1.38 04/07/20 09:34:49 barrysmith@barry-smiths-computer.local +15 -15 PetscInt
include/petscao.h 1.16 04/07/20 09:34:49 barrysmith@barry-smiths-computer.local +28 -28 PetscInt
include/petsc.h 1.90 04/07/20 09:34:48 barrysmith@barry-smiths-computer.local +3 -3 PetscInt
src/docs/tex/petscapp.bib 1.126 04/07/19 10:15:19 barrysmith@barrysmith-57.mcs.anl.gov +7 -7 fix bad ~ in url = keys
src/docs/website/index.html 1.21 04/07/19 10:14:58 barrysmith@barrysmith-57.mcs.anl.gov +2 -0 add Mark Adams Prometheus as pack that uses PETSc
src/docs/tex/manual/developers.tex 1.8 04/07/17 18:22:13 barrysmith@barry-smiths-computer.local +6 -10 more formatting rules
todo 1.71 04/07/16 15:29:47 barrysmith@barrysmith-57.mcs.anl.gov +2 -0 *** empty log message ***
BitKeeper/deleted/.del-gmcnv.c~46d445a0bb33ee5c 1.5 04/07/16 12:13:39 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Delete: src/ksp/ksp/impls/gmres/gmcnv.c
src/fortran/custom/zpc.c 1.25 04/07/16 11:49:53 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 buggy code!! Damn you Barry
Hg-commit: 03cb6e710a570207e5c59d82384a05ee7940766c
show more ...
|
| 79416396 | 15-Jul-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2360.1.2 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040715185254|65418 ChangeSet 1.2360.1.2 04/07/15 13:52:54 barrysmith@barrysmith-57.mcs.anl.gov +9 -0 PetscInt, [PETSC #112
bk-changeset-1.2360.1.2 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040715185254|65418 ChangeSet 1.2360.1.2 04/07/15 13:52:54 barrysmith@barrysmith-57.mcs.anl.gov +9 -0 PetscInt, [PETSC #11228] a loop in cholesky? add/multi for fieldsplit PC
src/mat/impls/sbaij/seq/aijsbaij.c 1.20 04/07/15 13:52:51 barrysmith@barrysmith-57.mcs.anl.gov +5 -6 formating PetscInt
src/mat/impls/aij/seq/aijfact.c 1.61 04/07/15 13:52:51 barrysmith@barrysmith-57.mcs.anl.gov +5 -2 [PETSC #11228] a loop in cholesky?
src/ksp/pc/impls/mg/smg.c 1.12 04/07/15 13:52:51 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 PetscInt
src/ksp/pc/impls/mg/mgfunc.c 1.12 04/07/15 13:52:51 barrysmith@barrysmith-57.mcs.anl.gov +12 -12 PetscInt
src/ksp/pc/impls/mg/mg.c 1.35 04/07/15 13:52:51 barrysmith@barrysmith-57.mcs.anl.gov +47 -46 PetscInt
src/ksp/pc/impls/mg/fmg.c 1.12 04/07/15 13:52:51 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 PetscInt
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.10 04/07/15 13:52:51 barrysmith@barrysmith-57.mcs.anl.gov +134 -36 set type additive or multiplicate for fieldsplit PC
src/ksp/pc/impls/composite/composite.c 1.22 04/07/15 13:52:51 barrysmith@barrysmith-57.mcs.anl.gov +14 -14 formating and PetscInt
include/petscpc.h 1.54 04/07/15 13:52:51 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 set type additive or multiplicate for fieldsplit PC
Hg-commit: 8800afd7312d0ca25cc6495f47973fa120c0bcf0
show more ...
|
| 3d30b1ff | 12-Jul-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2346.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040712024231|60661 ChangeSet 1.2346.1.1 04/07/11 21:42:31 barrysmith@barry-smiths-computer.local +9 -0 add FieldSplit PC
bk-changeset-1.2346.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040712024231|60661 ChangeSet 1.2346.1.1 04/07/11 21:42:31 barrysmith@barry-smiths-computer.local +9 -0 add FieldSplit PC add katz ref bug in mapnameslatex
src/ksp/pc/interface/pcregis.c 1.27 04/07/11 21:42:29 barrysmith@barry-smiths-computer.local +2 -0 add FieldSplit PC
src/ksp/pc/impls/makefile 1.19 04/07/11 21:42:29 barrysmith@barry-smiths-computer.local +1 -1 add FieldSplit PC
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.6 04/07/11 21:42:29 barrysmith@barry-smiths-computer.local +2 -3 add FieldSplit PC
src/dm/da/utils/fdda.c 1.40 04/07/11 21:42:29 barrysmith@barry-smiths-computer.local +5 -4 add FieldSplit PC
include/petscpc.h 1.52 04/07/11 21:42:29 barrysmith@barry-smiths-computer.local +3 -0 add FieldSplit PC
maint/mapnameslatex.py 1.10 04/07/11 21:25:02 barrysmith@barry-smiths-computer.local +1 -1 hmm need to have - in the reg expression for page location, e.g. petsc-2 :-)
src/docs/tex/petscapp.bib 1.124 04/07/11 20:18:58 barrysmith@barry-smiths-computer.local +11 -4 added Katz pub and updated norris,smith,hovland
src/snes/utils/damgsnes.c 1.43 04/07/11 10:47:28 barrysmith@barry-smiths-computer.local +4 -3 nightly build fix
src/mat/impls/sbaij/mpi/mmsbaij.c 1.29 04/07/11 10:46:34 barrysmith@barry-smiths-computer.local +1 -1 missed moving bs to mat struct from private data structure
Hg-commit: fa89dc850d7d071b0d581dd2729361cddf812975
show more ...
|
| 521d7252 | 11-Jul-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2345 barrysmith@barry-smiths-computer.local|ChangeSet|20040711030250|59162 ChangeSet 1.2345 04/07/10 22:02:50 barrysmith@barry-smiths-computer.local +56 -0 Make bs a data item in a
bk-changeset-1.2345 barrysmith@barry-smiths-computer.local|ChangeSet|20040711030250|59162 ChangeSet 1.2345 04/07/10 22:02:50 barrysmith@barry-smiths-computer.local +56 -0 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/utils/gcreate.c 1.24 04/07/10 22:02:47 barrysmith@barry-smiths-computer.local +6 -6 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/utils/convert.c 1.12 04/07/10 22:02:47 barrysmith@barry-smiths-computer.local +1 -1 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/baij/seq/aijbaij.c 1.13 04/07/10 22:02:47 barrysmith@barry-smiths-computer.local +6 -2 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/matimpl.h 1.52 04/07/10 22:02:46 barrysmith@barry-smiths-computer.local +2 -1 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/interface/matrix.c 1.135 04/07/10 22:02:46 barrysmith@barry-smiths-computer.local +38 -2 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/shell/shellcnv.c 1.12 04/07/10 22:02:46 barrysmith@barry-smiths-computer.local +2 -1 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/shell/shell.c 1.23 04/07/10 22:02:46 barrysmith@barry-smiths-computer.local +9 -1 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.56 04/07/10 22:02:46 barrysmith@barry-smiths-computer.local +2 -2 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/sbaij/seq/sbaijfact2.c 1.41 04/07/10 22:02:46 barrysmith@barry-smiths-computer.local +4 -4 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/sbaij/seq/sbaijfact.c 1.63 04/07/10 22:02:46 barrysmith@barry-smiths-computer.local +4 -4 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/sbaij/seq/sbaij2.c 1.29 04/07/10 22:02:46 barrysmith@barry-smiths-computer.local +18 -22 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/sbaij/seq/sbaij.c 1.113 04/07/10 22:02:46 barrysmith@barry-smiths-computer.local +27 -38 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/sbaij/seq/aijsbaij.c 1.19 04/07/10 22:02:46 barrysmith@barry-smiths-computer.local +5 -4 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.45 04/07/10 22:02:46 barrysmith@barry-smiths-computer.local +2 -1 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/sbaij/mpi/sbaijov.c 1.37 04/07/10 22:02:46 barrysmith@barry-smiths-computer.local +3 -4 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/sbaij/mpi/mpisbaij.c 1.99 04/07/10 22:02:46 barrysmith@barry-smiths-computer.local +23 -34 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/sbaij/mpi/mmsbaij.c 1.28 04/07/10 22:02:46 barrysmith@barry-smiths-computer.local +6 -6 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/dense/seq/dense.c 1.63 04/07/10 22:02:45 barrysmith@barry-smiths-computer.local +1 -10 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/dense/mpi/mpidense.c 1.46 04/07/10 22:02:45 barrysmith@barry-smiths-computer.local +1 -10 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/bdiag/seq/bdiag3.c 1.22 04/07/10 22:02:45 barrysmith@barry-smiths-computer.local +6 -6 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/bdiag/seq/bdiag2.c 1.19 04/07/10 22:02:45 barrysmith@barry-smiths-computer.local +7 -7 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/bdiag/seq/bdiag.h 1.12 04/07/10 22:02:45 barrysmith@barry-smiths-computer.local +0 -1 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/bdiag/seq/bdiag.c 1.42 04/07/10 22:02:45 barrysmith@barry-smiths-computer.local +11 -23 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/bdiag/seq/bdfact.c 1.13 04/07/10 22:02:45 barrysmith@barry-smiths-computer.local +2 -2 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/bdiag/mpi/mpibdiag.c 1.41 04/07/10 22:02:45 barrysmith@barry-smiths-computer.local +28 -42 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/bdiag/mpi/mmbdiag.c 1.7 04/07/10 22:02:45 barrysmith@barry-smiths-computer.local +7 -7 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/baij/seq/baijfact4.c 1.12 04/07/10 22:02:45 barrysmith@barry-smiths-computer.local +1 -1 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/baij/seq/baijfact3.c 1.16 04/07/10 22:02:45 barrysmith@barry-smiths-computer.local +1 -1 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/baij/seq/baijfact2.c 1.39 04/07/10 22:02:44 barrysmith@barry-smiths-computer.local +6 -8 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/baij/seq/baij2.c 1.21 04/07/10 22:02:44 barrysmith@barry-smiths-computer.local +13 -13 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/baij/seq/baij.h 1.23 04/07/10 22:02:44 barrysmith@barry-smiths-computer.local +1 -1 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/baij/seq/baij.c 1.95 04/07/10 22:02:44 barrysmith@barry-smiths-computer.local +26 -38 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/baij/mpi/mpibaij.h 1.17 04/07/10 22:02:44 barrysmith@barry-smiths-computer.local +1 -1 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/baij/mpi/mpibaij.c 1.68 04/07/10 22:02:44 barrysmith@barry-smiths-computer.local +24 -35 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/baij/mpi/mmbaij.c 1.24 04/07/10 22:02:44 barrysmith@barry-smiths-computer.local +5 -6 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.62 04/07/10 22:02:44 barrysmith@barry-smiths-computer.local +12 -10 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/baij/mpi/baijov.c 1.23 04/07/10 22:02:44 barrysmith@barry-smiths-computer.local +6 -7 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/aij/seq/superlu/superlu.c 1.69 04/07/10 22:02:44 barrysmith@barry-smiths-computer.local +4 -2 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.30 04/07/10 22:02:44 barrysmith@barry-smiths-computer.local +9 -7 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/aij/seq/lusol/lusol.c 1.32 04/07/10 22:02:43 barrysmith@barry-smiths-computer.local +9 -7 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/aij/seq/essl/essl.c 1.31 04/07/10 22:02:43 barrysmith@barry-smiths-computer.local +2 -2 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/aij/seq/aij.c 1.165 04/07/10 22:02:43 barrysmith@barry-smiths-computer.local +10 -10 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.98 04/07/10 22:02:43 barrysmith@barry-smiths-computer.local +7 -5 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.69 04/07/10 22:02:43 barrysmith@barry-smiths-computer.local +4 -3 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/aij/mpi/mumps/mumps.c 1.78 04/07/10 22:02:43 barrysmith@barry-smiths-computer.local +16 -15 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/aij/mpi/mpiaij.c 1.195 04/07/10 22:02:43 barrysmith@barry-smiths-computer.local +9 -4 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/mat/impls/adj/mpi/mpiadj.c 1.37 04/07/10 22:02:43 barrysmith@barry-smiths-computer.local +1 -11 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.16 04/07/10 22:02:43 barrysmith@barry-smiths-computer.local +3 -3 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.5 04/07/10 22:02:42 barrysmith@barry-smiths-computer.local +10 -0 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
src/fortran/custom/zpc.c 1.24 04/07/10 22:02:42 barrysmith@barry-smiths-computer.local +25 -1 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
include/petscmat.h 1.147 04/07/10 22:02:42 barrysmith@barry-smiths-computer.local +1 -0 Make bs a data item in all matrices and remove from individual matrix data structures. allow setting bs for shells and aij matrices
include/petscbt.h 1.14 04/07/10 22:02:42 barrysmith@barry-smiths-computer.local +2 -2 change to typedef so can declare multiple per line, not sure why was define
src/mat/impls/baij/seq/aijbaij.c 1.12 04/07/10 19:46:35 barrysmith@barry-smiths-computer.local +1 -1 *** empty log message ***
src/vec/is/impls/general/strgen.c 1.8 04/07/09 23:05:11 barrysmith@barry-smiths-computer.local +1 -0 need to indicate memory was allocated for indices inside general is created from stride
src/ksp/pc/impls/hypre/hyppilut.c 1.56 04/07/09 14:45:00 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 move fortran stub to custom
src/vec/impls/seq/dvec2.c 1.20 04/07/08 14:29:20 barrysmith@barrysmith-57.mcs.anl.gov +42 -43 formating
src/inline/setval.h 1.5 04/07/08 14:27:02 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscInt
Hg-commit: 7f824bafc4d9041ce9342c5ae5c5bac68df054e5
show more ...
|
| 418422e8 | 18-Jun-2004 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.2276.1.70 balay@asterix.mcs.anl.gov|ChangeSet|20040618222254|40820 ChangeSet 1.2276.1.70 04/06/18 17:22:54 balay@asterix.mcs.anl.gov +8 -0 some nightly build fixes
src/sys/src/o
bk-changeset-1.2276.1.70 balay@asterix.mcs.anl.gov|ChangeSet|20040618222254|40820 ChangeSet 1.2276.1.70 04/06/18 17:22:54 balay@asterix.mcs.anl.gov +8 -0 some nightly build fixes
src/sys/src/objects/init.c 1.39.1.2 04/06/18 17:22:54 balay@asterix.mcs.anl.gov +4 -4 basename -> bname
src/mat/impls/sbaij/seq/sbaijfact2.c 1.40 04/06/18 17:22:54 balay@asterix.mcs.anl.gov +7 -7 realloc -> reallocs
src/mat/impls/sbaij/seq/sbaijfact.c 1.62 04/06/18 17:22:54 balay@asterix.mcs.anl.gov +7 -7 realloc -> reallocs
src/mat/impls/baij/seq/baijfact3.c 1.15 04/06/18 17:22:54 balay@asterix.mcs.anl.gov +4 -4 realloc -> reallocs
src/mat/impls/aij/seq/matptap.c 1.71 04/06/18 17:22:53 balay@asterix.mcs.anl.gov +1 -2 realloc -> reallocs
src/mat/impls/aij/seq/aijfact.c 1.60 04/06/18 17:22:53 balay@asterix.mcs.anl.gov +8 -8 realloc -> reallocs
src/mat/examples/tutorials/makefile 1.13 04/06/18 17:22:53 balay@asterix.mcs.anl.gov +2 -2 no DATAFILE stuff for testexamples_1
src/docs/tex/petscapp.bib 1.118.1.1 04/06/18 17:22:53 balay@asterix.mcs.anl.gov +1 -1 fix syntax
Hg-commit: 28d8dde3a35ca78ee97c8f7c44e542500dc1c002
show more ...
|
| 77431f27 | 09-Jun-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2276.28.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040609211102|01886 ChangeSet 1.2276.28.1 04/06/09 16:11:02 barrysmith@barrysmith-57.mcs.anl.gov +235 -0 %D for PetscInt p
bk-changeset-1.2276.28.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040609211102|01886 ChangeSet 1.2276.28.1 04/06/09 16:11:02 barrysmith@barrysmith-57.mcs.anl.gov +235 -0 %D for PetscInt printing some PetscInt move some system calls from PetscErrorPrintfDefault
src/vec/utils/vscat.c 1.25 04/06/09 16:10:57 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/vec/utils/vpscat.c 1.24 04/06/09 16:10:57 barrysmith@barrysmith-57.mcs.anl.gov +18 -19 %D for PetscInt printing
src/vec/utils/vinv.c 1.31 04/06/09 16:10:57 barrysmith@barrysmith-57.mcs.anl.gov +36 -36 %D for PetscInt printing
src/vec/pf/interface/pf.c 1.24 04/06/09 16:10:57 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 %D for PetscInt printing
src/vec/pf/impls/constant/const.c 1.13 04/06/09 16:10:57 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 %D for PetscInt printing
src/vec/is/utils/iscoloring.c 1.24 04/06/09 16:10:57 barrysmith@barrysmith-57.mcs.anl.gov +5 -4 %D for PetscInt printing
src/fortran/custom/zstart.c 1.21 04/06/09 16:10:57 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/vec/is/impls/stride/stride.c 1.14 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 %D for PetscInt printing
src/vec/is/impls/general/general.c 1.15 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/vec/is/impls/block/block.c 1.16 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/vec/is/examples/tutorials/ex3.c 1.7 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/vec/is/examples/tutorials/ex2.c 1.7 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/vec/is/examples/tutorials/ex1.c 1.8 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/vec/interface/vector.c 1.97 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +59 -56 %D for PetscInt printing
src/vec/interface/dlregis.c 1.22 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +2 -0 %D for PetscInt printing
src/vec/impls/seq/bvec2.c 1.53 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +8 -8 %D for PetscInt printing
src/vec/impls/mpi/pdvec.c 1.38 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +12 -12 %D for PetscInt printing
src/vec/examples/tutorials/ex9.c 1.9 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/vec/examples/tutorials/ex6.c 1.9 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/vec/examples/tutorials/ex1e.c 1.7 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 %D for PetscInt printing
src/vec/examples/tutorials/ex1.c 1.9 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 %D for PetscInt printing
src/vec/examples/tests/ex28.c 1.7 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/vec/examples/tests/ex21.c 1.7 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/ts/interface/tsfd.c 1.8 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/ts/interface/ts.c 1.36 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 %D for PetscInt printing
src/ts/impls/pseudo/posindep.c 1.19 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ts/impls/implicit/pvode/petscpvode.c 1.27 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ts/impls/explicit/rk/rk.c 1.15 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/ts/examples/tutorials/ex7.c 1.9 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ts/examples/tutorials/ex6.c 1.12 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ts/examples/tutorials/ex5.c 1.8 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ts/examples/tutorials/ex4.c 1.7 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ts/examples/tutorials/ex2.c 1.6 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ts/examples/tutorials/ex1.c 1.6 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ts/examples/tests/ex1.c 1.9 04/06/09 16:10:54 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/sys/src/viewer/impls/socket/send.c 1.26.1.1 04/06/09 16:10:54 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/sys/src/utils/psplit.c 1.14 04/06/09 16:10:54 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/sys/src/objects/tagm.c 1.19 04/06/09 16:10:54 barrysmith@barrysmith-57.mcs.anl.gov +17 -17 %D for PetscInt printing
src/sys/src/objects/init.c 1.39.1.1 04/06/09 16:10:54 barrysmith@barrysmith-57.mcs.anl.gov +0 -2 %D for PetscInt printing
src/sys/src/memory/mtr.c 1.30 04/06/09 16:10:54 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/sys/src/memory/mal.c 1.24 04/06/09 16:10:54 barrysmith@barrysmith-57.mcs.anl.gov +7 -9 %D for PetscInt printing
src/sys/src/fileio/sysio.c 1.23.1.1 04/06/09 16:10:54 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/sys/src/error/errtrace.c 1.13 04/06/09 16:10:53 barrysmith@barrysmith-57.mcs.anl.gov +6 -5 %D for PetscInt printing
src/sys/src/error/errstop.c 1.10 04/06/09 16:10:53 barrysmith@barrysmith-57.mcs.anl.gov +7 -6 %D for PetscInt printing
src/sys/src/error/err.c 1.34 04/06/09 16:10:53 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/sys/src/draw/utils/lg.c 1.14 04/06/09 16:10:53 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/sys/examples/tests/ex16.c 1.6 04/06/09 16:10:53 barrysmith@barrysmith-57.mcs.anl.gov +4 -3 %D for PetscInt printing
src/sys/examples/tests/ex11.c 1.5 04/06/09 16:10:53 barrysmith@barrysmith-57.mcs.anl.gov +2 -1 %D for PetscInt printing
src/snes/utils/damgsnes.c 1.37 04/06/09 16:10:53 barrysmith@barrysmith-57.mcs.anl.gov +9 -9 %D for PetscInt printing
src/snes/mf/snesmfj.c 1.41 04/06/09 16:10:53 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/snes/interface/snesut.c 1.13 04/06/09 16:10:53 barrysmith@barrysmith-57.mcs.anl.gov +29 -30 %D for PetscInt printing
src/snes/interface/snesj2.c 1.11 04/06/09 16:10:53 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 %D for PetscInt printing
src/snes/interface/snes.c 1.50 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +32 -34 %D for PetscInt printing
src/snes/interface/noise/snesnoise.c 1.12 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +10 -10 %D for PetscInt printing
src/snes/interface/noise/snesmfj2.c 1.18 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +10 -10 %D for PetscInt printing
src/snes/impls/tr/tr.c 1.20 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +7 -7 %D for PetscInt printing
src/snes/impls/ls/ls.c 1.41 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +12 -12 %D for PetscInt printing
src/snes/examples/tutorials/ex6.c 1.13 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/snes/examples/tutorials/ex5s.c 1.9 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/snes/examples/tutorials/ex5.c 1.17 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/snes/examples/tutorials/ex30.c 1.41 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/snes/examples/tutorials/ex3.c 1.9 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 %D for PetscInt printing
src/snes/examples/tutorials/ex29.c 1.69 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 %D for PetscInt printing
src/snes/examples/tutorials/ex27.c 1.9 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/snes/examples/tutorials/ex26.c 1.18 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/snes/examples/tutorials/ex25.c 1.17 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/snes/examples/tutorials/ex20.c 1.7 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/snes/examples/tutorials/ex2.c 1.9 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/snes/examples/tutorials/ex19.c 1.12 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/snes/examples/tutorials/ex18.c 1.6 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/snes/examples/tutorials/ex14.c 1.12 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/snes/examples/tutorials/ex1.c 1.9 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/snes/examples/tests/ex9.c 1.10 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/snes/examples/tests/ex7.c 1.9 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/snes/examples/tests/ex5.c 1.8 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/snes/examples/tests/ex4.c 1.10 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/snes/examples/tests/ex13.c 1.9 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/snes/examples/tests/ex11.c 1.12 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +5 -6 %D for PetscInt printing
src/snes/examples/tests/ex1.c 1.12 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/utils/getcolv.c 1.10 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/mat/utils/gcreate.c 1.23 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/utils/axpy.c 1.20 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/mat/matfd/fdmatrix.c 1.26 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 %D for PetscInt printing
src/mat/interface/matrix.c 1.128.1.1 04/06/09 16:10:50 barrysmith@barrysmith-57.mcs.anl.gov +66 -66 %D for PetscInt printing
src/mat/interface/matnull.c 1.16 04/06/09 16:10:50 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.55 04/06/09 16:10:50 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/impls/sbaij/seq/sbaijfact2.c 1.39 04/06/09 16:10:50 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/sbaij/seq/sbaijfact.c 1.61 04/06/09 16:10:50 barrysmith@barrysmith-57.mcs.anl.gov +8 -8 %D for PetscInt printing
src/mat/impls/sbaij/seq/sbaij2.c 1.28 04/06/09 16:10:50 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 %D for PetscInt printing
src/mat/impls/sbaij/seq/sbaij.c 1.112 04/06/09 16:10:50 barrysmith@barrysmith-57.mcs.anl.gov +35 -37 %D for PetscInt printing
src/mat/impls/sbaij/seq/aijsbaij.c 1.18 04/06/09 16:10:50 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.44 04/06/09 16:10:50 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/impls/sbaij/mpi/sbaijov.c 1.36 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +1 -9 %D for PetscInt printing
src/mat/impls/sbaij/mpi/mpisbaij.c 1.98 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +29 -65 %D for PetscInt printing
src/mat/impls/maij/maij.c 1.19 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/impls/dense/seq/dense.c 1.61 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +18 -18 %D for PetscInt printing
src/mat/impls/dense/mpi/mpidense.c 1.45 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/mat/impls/bdiag/seq/bdiag3.c 1.21 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +26 -26 %D for PetscInt printing
src/mat/impls/bdiag/seq/bdiag2.c 1.18 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +10 -10 %D for PetscInt printing
src/mat/impls/bdiag/seq/bdiag.c 1.40 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/bdiag/mpi/mpibdiag.c 1.40 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 %D for PetscInt printing
src/mat/impls/baij/seq/dgefa7.c 1.11 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/baij/seq/dgefa6.c 1.10 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/baij/seq/dgefa5.c 1.10 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/baij/seq/dgefa4.c 1.10 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/baij/seq/dgefa3.c 1.10 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/baij/seq/dgefa2.c 1.10 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/baij/seq/dgefa.c 1.12 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/baij/seq/baijfact3.c 1.14 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/impls/baij/seq/baijfact2.c 1.38 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/mat/impls/baij/seq/baij.c 1.94 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +38 -38 %D for PetscInt printing
src/mat/impls/baij/mpi/mpibaij.c 1.66 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +34 -34 %D for PetscInt printing
src/mat/impls/baij/mpi/mmbaij.c 1.23 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/baij/mpi/baijov.c 1.22 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/impls/aij/seq/superlu/superlu.c 1.68 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +16 -16 %D for PetscInt printing
src/mat/impls/aij/seq/spooles/spoolesOptions.c 1.29 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +9 -9 %D for PetscInt printing
src/mat/impls/aij/seq/spooles/spooles.c 1.98 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/impls/aij/seq/matptap.c 1.62.1.1 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +8 -9 %D for PetscInt printing
src/mat/impls/aij/seq/matpapt.c 1.43 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 %D for PetscInt printing
src/mat/impls/aij/seq/matmatmult.c 1.80 04/06/09 16:10:47 barrysmith@barrysmith-57.mcs.anl.gov +9 -9 %D for PetscInt printing
src/mat/impls/aij/seq/aijnode.c 1.30 04/06/09 16:10:47 barrysmith@barrysmith-57.mcs.anl.gov +12 -12 %D for PetscInt printing
src/mat/impls/aij/seq/aijfact.c 1.59 04/06/09 16:10:47 barrysmith@barrysmith-57.mcs.anl.gov +11 -11 %D for PetscInt printing
src/mat/impls/aij/seq/aij.c 1.163 04/06/09 16:10:47 barrysmith@barrysmith-57.mcs.anl.gov +43 -47 %D for PetscInt printing
src/mat/impls/aij/mpi/mpiov.c 1.23 04/06/09 16:10:47 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/mat/impls/aij/mpi/mpiaij.c 1.179 04/06/09 16:10:47 barrysmith@barrysmith-57.mcs.anl.gov +36 -36 %D for PetscInt printing
src/mat/impls/aij/mpi/mmaij.c 1.19 04/06/09 16:10:47 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/adj/mpi/mpiadj.c 1.35 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 %D for PetscInt printing
src/mat/impls/adic/nladic.c 1.8 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -2 %D for PetscInt printing
src/mat/impls/adic/matadic.c 1.28 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/examples/tutorials/ex4.c 1.6 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/mat/examples/tutorials/ex2.c 1.5 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +6 -5 %D for PetscInt printing
src/mat/examples/tests/ex96.c 1.5 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -10 %D for PetscInt printing
src/mat/examples/tests/ex92.c 1.8 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/examples/tests/ex9.c 1.6 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/examples/tests/ex8.c 1.5 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/examples/tests/ex76.c 1.9 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/examples/tests/ex74.c 1.20 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/examples/tests/ex7.c 1.8 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/examples/tests/ex54.c 1.6 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/examples/tests/ex53.c 1.9 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +7 -7 %D for PetscInt printing
src/mat/examples/tests/ex51.c 1.6 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/examples/tests/ex49.c 1.6 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +8 -8 %D for PetscInt printing
src/mat/examples/tests/ex48.c 1.10 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +11 -11 %D for PetscInt printing
src/mat/examples/tests/ex42.c 1.10 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/examples/tests/ex41.c 1.9 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/examples/tests/ex40.c 1.10 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/examples/tests/ex4.c 1.6 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +6 -5 %D for PetscInt printing
src/mat/examples/tests/ex21.c 1.7 04/06/09 16:10:45 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/mat/examples/tests/ex19.c 1.7 04/06/09 16:10:45 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/mat/examples/tests/ex14.c 1.8 04/06/09 16:10:45 barrysmith@barrysmith-57.mcs.anl.gov +2 -3 %D for PetscInt printing
src/mat/examples/tests/ex1.c 1.14 04/06/09 16:10:45 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/color/color.c 1.20 04/06/09 16:10:45 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ksp/utils/damg.c 1.35 04/06/09 16:10:45 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/ksp/pc/impls/tfs/gs.c 1.15 04/06/09 16:10:45 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ksp/pc/impls/tfs/comm.c 1.21 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +13 -13 %D for PetscInt printing
src/ksp/pc/impls/tfs/bss_malloc.c 1.10 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +20 -20 %D for PetscInt printing
src/ksp/pc/impls/tfs/bit_mask.c 1.9 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ksp/pc/impls/sor/sor.c 1.23 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.15 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ksp/pc/impls/mg/mg.c 1.33 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +13 -13 %D for PetscInt printing
src/ksp/pc/impls/ilu/ilu.c 1.35 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/ksp/pc/impls/icc/icc.c 1.30 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/ksp/pc/impls/bjacobi/bjacobi.c 1.31 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 %D for PetscInt printing
src/ksp/pc/impls/asm/asm.c 1.35 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/ksp/pc/examples/tutorials/ex2.c 1.12 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +3 -2 %D for PetscInt printing
src/ksp/pc/examples/tutorials/ex1.c 1.12 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +3 -2 %D for PetscInt printing
src/ksp/pc/examples/tests/ex6.c 1.8 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +8 -7 %D for PetscInt printing
src/ksp/pc/examples/tests/ex5.c 1.15 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +14 -14 %D for PetscInt printing
src/ksp/pc/examples/tests/ex3.c 1.9 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +10 -9 %D for PetscInt printing
src/ksp/pc/examples/tests/ex2.c 1.10 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +10 -10 %D for PetscInt printing
src/ksp/ksp/interface/itres.c 1.11 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ksp/ksp/interface/iterativ.c 1.19 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/ksp/ksp/interface/itcreate.c 1.53 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/ksp/ksp/interface/eige.c 1.19 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ksp/ksp/impls/lgmres/lgmres.c 1.29 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +13 -13 %D for PetscInt printing
src/ksp/ksp/impls/gmres/gmres.c 1.48 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +9 -9 %D for PetscInt printing
src/ksp/ksp/impls/bcgsl/bcgsl.c 1.10.1.2 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/ksp/examples/tutorials/ex9.c 1.16 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +8 -8 %D for PetscInt printing
src/ksp/examples/tutorials/ex7.c 1.13 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +14 -12 %D for PetscInt printing
src/ksp/examples/tutorials/ex5.c 1.13 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +12 -11 %D for PetscInt printing
src/ksp/examples/tutorials/ex3.c 1.13 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +17 -16 %D for PetscInt printing
src/ksp/examples/tutorials/ex23.c 1.11 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ksp/examples/tutorials/ex2.c 1.11 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +10 -9 %D for PetscInt printing
src/ksp/examples/tutorials/ex16.c 1.10 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ksp/examples/tutorials/ex15.c 1.12 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ksp/examples/tutorials/ex12.c 1.12 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +9 -8 %D for PetscInt printing
src/ksp/examples/tutorials/ex11.c 1.11 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +12 -11 %D for PetscInt printing
src/ksp/examples/tutorials/ex10.c 1.41 04/06/09 16:10:42 barrysmith@barrysmith-57.mcs.anl.gov +8 -7 %D for PetscInt printing
src/ksp/examples/tutorials/ex1.c 1.13 04/06/09 16:10:42 barrysmith@barrysmith-57.mcs.anl.gov +10 -8 %D for PetscInt printing
src/ksp/examples/tests/ex4.c 1.9 04/06/09 16:10:42 barrysmith@barrysmith-57.mcs.anl.gov +9 -8 %D for PetscInt printing
src/ksp/examples/tests/ex3.c 1.10 04/06/09 16:10:42 barrysmith@barrysmith-57.mcs.anl.gov +11 -9 %D for PetscInt printing
src/ksp/examples/tests/ex2.c 1.12 04/06/09 16:10:42 barrysmith@barrysmith-57.mcs.anl.gov +9 -8 %D for PetscInt printing
src/ksp/examples/tests/ex19.c 1.10 04/06/09 16:10:42 barrysmith@barrysmith-57.mcs.anl.gov +15 -13 %D for PetscInt printing
src/ksp/examples/tests/ex17.c 1.11 04/06/09 16:10:42 barrysmith@barrysmith-57.mcs.anl.gov +15 -13 %D for PetscInt printing
src/ksp/examples/tests/ex15.c 1.12 04/06/09 16:10:42 barrysmith@barrysmith-57.mcs.anl.gov +9 -8 %D for PetscInt printing
src/ksp/examples/tests/ex14.c 1.9 04/06/09 16:10:41 barrysmith@barrysmith-57.mcs.anl.gov +27 -26 %D for PetscInt printing
src/ksp/examples/tests/ex10.c 1.11 04/06/09 16:10:41 barrysmith@barrysmith-57.mcs.anl.gov +17 -14 %D for PetscInt printing
src/fortran/f90/tests/ex1.c 1.5 04/06/09 16:10:41 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/dm/usg/utils/inpututils.c 1.9 04/06/09 16:10:41 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/dm/da/utils/fdda.c 1.39 04/06/09 16:10:41 barrysmith@barrysmith-57.mcs.anl.gov +7 -7 %D for PetscInt printing
src/dm/da/src/gr2.c 1.26 04/06/09 16:10:41 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/dm/da/src/gr1.c 1.13 04/06/09 16:10:41 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/dm/da/src/daview.c 1.23 04/06/09 16:10:41 barrysmith@barrysmith-57.mcs.anl.gov +7 -7 %D for PetscInt printing
src/dm/da/src/dasub.c 1.9 04/06/09 16:10:41 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/dm/da/src/daltol.c 1.13 04/06/09 16:10:41 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/dm/da/src/dalocal.c 1.24 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/dm/da/src/daload.c 1.11 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/dm/da/src/dainterp.c 1.21 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +33 -37 %D for PetscInt printing
src/dm/da/src/dagtol.c 1.15 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/dm/da/src/dagetarray.c 1.12 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/dm/da/src/dacorn.c 1.15 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/dm/da/src/da3.c 1.26 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +24 -24 %D for PetscInt printing
src/dm/da/src/da2.c 1.50 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +21 -20 %D for PetscInt printing
src/dm/da/src/da1.c 1.26 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +8 -8 %D for PetscInt printing
src/dm/da/examples/tests/ex6.c 1.6 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/dm/da/examples/tests/ex4.c 1.6 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/dm/da/examples/tests/ex23.c 1.6 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/dm/da/examples/tests/ex20.c 1.5 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/dm/da/examples/tests/ex11.c 1.6 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/dm/da/examples/tests/ex10.c 1.6 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/dm/ao/impls/mapping/aomapping.c 1.21 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/dm/ao/impls/basic/aodatabasic.c 1.22 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +11 -11 %D for PetscInt printing
src/dm/ao/impls/basic/aobasic.c 1.23 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/dm/ao/examples/tests/ex4.c 1.7 04/06/09 16:10:39 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/dm/ao/examples/tests/ex1.c 1.7 04/06/09 16:10:39 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
include/petscis.h 1.20 04/06/09 16:10:39 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
include/petscbt.h 1.12 04/06/09 16:10:39 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 PetscInt
include/petsc.h 1.81 04/06/09 16:10:39 barrysmith@barrysmith-57.mcs.anl.gov +12 -9 cannot checking formating of PetscPrintf and friends
bmake/common/variables 1.65 04/06/09 16:10:39 barrysmith@barrysmith-57.mcs.anl.gov +3 -2 put here so can be overwritten in configure generated variables file
bmake/common/test 1.13 04/06/09 16:10:39 barrysmith@barrysmith-57.mcs.anl.gov +0 -4 put here so can be overwritten in configure generated variables file
include/petscsys.h 1.28 04/06/09 10:17:54 barrysmith@barrysmith-57.mcs.anl.gov +0 -2 removed PetscGetInitialDate() and instead provided a PetscErrorPrintfInitialize() that sets up all the arch,host,user,date information in case it is needed in the error handler print code. This is related to Re: [PETSC #10355] petsc - mumps where the error handler crahses in a system call trying to get getpwd().
include/petscerror.h 1.33 04/06/09 10:17:37 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 removed PetscGetInitialDate() and instead provided a PetscErrorPrintfInitialize() that sets up all the arch,host,user,date information in case it is needed in the error handler print code. This is related to Re: [PETSC #10355] petsc - mumps where the error handler crahses in a system call trying to get getpwd().
src/fortran/custom/zstart.c 1.20 04/06/09 10:17:29 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 removed PetscGetInitialDate() and instead provided a PetscErrorPrintfInitialize() that sets up all the arch,host,user,date information in case it is needed in the error handler print code. This is related to Re: [PETSC #10355] petsc - mumps where the error handler crahses in a system call trying to get getpwd().
src/sys/src/time/fdate.c 1.12.1.1 04/06/09 10:17:18 barrysmith@barrysmith-57.mcs.anl.gov +1 -47 removed PetscGetInitialDate() and instead provided a PetscErrorPrintfInitialize() that sets up all the arch,host,user,date information in case it is needed in the error handler print code. This is related to Re: [PETSC #10355] petsc - mumps where the error handler crahses in a system call trying to get getpwd().
src/sys/src/objects/pinit.c 1.48 04/06/09 10:17:05 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 removed PetscGetInitialDate() and instead provided a PetscErrorPrintfInitialize() that sets up all the arch,host,user,date information in case it is needed in the error handler print code. This is related to Re: [PETSC #10355] petsc - mumps where the error handler crahses in a system call trying to get getpwd().
src/sys/src/fileio/mprint.c 1.26.1.1 04/06/09 10:16:58 barrysmith@barrysmith-57.mcs.anl.gov +64 -12 removed PetscGetInitialDate() and instead provided a PetscErrorPrintfInitialize() that sets up all the arch,host,user,date information in case it is needed in the error handler print code. This is related to Re: [PETSC #10355] petsc - mumps where the error handler crahses in a system call trying to get getpwd().
Hg-commit: e54b14db2411373248eb465112e9cebad45331cf
show more ...
|
| c1d196ec | 08-Jun-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2276.25.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040608163332|30767 ChangeSet 1.2276.25.1 04/06/08 11:33:32 barrysmith@barry-smiths-computer.local +10 -0 bug in name of
bk-changeset-1.2276.25.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040608163332|30767 ChangeSet 1.2276.25.1 04/06/08 11:33:32 barrysmith@barry-smiths-computer.local +10 -0 bug in name of 32BIT INT
src/mat/interface/matregis.c 1.37 04/06/08 11:33:30 barrysmith@barry-smiths-computer.local +4 -4 bug in name of 32BIT INT
src/mat/impls/sbaij/makefile 1.6 04/06/08 11:33:30 barrysmith@barry-smiths-computer.local +1 -1 bug in name of 32BIT INT
src/mat/impls/is/makefile 1.7 04/06/08 11:33:30 barrysmith@barry-smiths-computer.local +1 -1 bug in name of 32BIT INT
src/mat/impls/dense/makefile 1.6 04/06/08 11:33:30 barrysmith@barry-smiths-computer.local +1 -1 bug in name of 32BIT INT
src/mat/impls/bdiag/makefile 1.6 04/06/08 11:33:30 barrysmith@barry-smiths-computer.local +1 -1 bug in name of 32BIT INT
src/mat/examples/tutorials/makefile 1.10 04/06/08 11:33:30 barrysmith@barry-smiths-computer.local +2 -2 bugs with library list
src/mat/examples/tutorials/ex4.c 1.5 04/06/08 11:33:30 barrysmith@barry-smiths-computer.local +8 -7 PetscInt
src/mat/examples/tests/ex2.c 1.11 04/06/08 11:33:30 barrysmith@barry-smiths-computer.local +7 -5 PetscInt
src/mat/examples/tests/ex1.c 1.13 04/06/08 11:33:30 barrysmith@barry-smiths-computer.local +8 -8 PetscInt
python/PETSc/packages/MPI.py 1.106 04/06/08 11:32:33 barrysmith@barry-smiths-computer.local +4 -1 more useful messages on progress to help debug
Hg-commit: 67a722e374872b7586adda9390addfa4a61b9053
show more ...
|
| b24ad042 | 07-Jun-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2276.24.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040607042735|18255 ChangeSet 1.2276.24.1 04/06/06 23:27:35 barrysmith@barry-smiths-computer.local +30 -0 PetscInt + mor
bk-changeset-1.2276.24.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040607042735|18255 ChangeSet 1.2276.24.1 04/06/06 23:27:35 barrysmith@barry-smiths-computer.local +30 -0 PetscInt + more configure support for it
src/sys/src/objects/inherit.c 1.25 04/06/06 23:27:33 barrysmith@barry-smiths-computer.local +3 -3 PetscInt
src/mat/utils/axpy.c 1.19 04/06/06 23:27:32 barrysmith@barry-smiths-computer.local +2 -0 PetscInt
src/mat/interface/matregis.c 1.36 04/06/06 23:27:32 barrysmith@barry-smiths-computer.local +8 -0 PetscInt
src/mat/impls/shell/shellcnv.c 1.11 04/06/06 23:27:32 barrysmith@barry-smiths-computer.local +5 -5 PetscInt
src/mat/impls/shell/shell.c 1.22 04/06/06 23:27:32 barrysmith@barry-smiths-computer.local +15 -13 PetscInt
src/mat/impls/sbaij/makefile 1.5 04/06/06 23:27:32 barrysmith@barry-smiths-computer.local +2 -0 PetscInt
src/mat/impls/normal/normm.c 1.7 04/06/06 23:27:32 barrysmith@barry-smiths-computer.local +7 -7 PetscInt
src/mat/impls/maij/maij.h 1.2 04/06/06 23:27:32 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/mat/impls/maij/maij.c 1.18 04/06/06 23:27:32 barrysmith@barry-smiths-computer.local +169 -166 PetscInt
src/mat/impls/is/makefile 1.6 04/06/06 23:27:32 barrysmith@barry-smiths-computer.local +2 -0 PetscInt
src/mat/impls/feti/makefile 1.2 04/06/06 23:27:32 barrysmith@barry-smiths-computer.local +2 -1 PetscInt
src/mat/impls/dense/makefile 1.5 04/06/06 23:27:32 barrysmith@barry-smiths-computer.local +2 -0 PetscInt
src/mat/impls/bdiag/makefile 1.5 04/06/06 23:27:32 barrysmith@barry-smiths-computer.local +2 -0 PetscInt
src/mat/impls/baij/seq/baijfact4.c 1.10 04/06/06 23:27:32 barrysmith@barry-smiths-computer.local +4 -3 PetscInt
src/mat/impls/baij/seq/baijfact2.c 1.37 04/06/06 23:27:32 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/mat/impls/baij/seq/baij.c 1.93 04/06/06 23:27:32 barrysmith@barry-smiths-computer.local +8 -3 PetscInt
src/mat/impls/baij/mpi/mpibaij.h 1.16 04/06/06 23:27:31 barrysmith@barry-smiths-computer.local +21 -21 PetscInt
src/mat/impls/baij/mpi/mpibaij.c 1.65 04/06/06 23:27:31 barrysmith@barry-smiths-computer.local +263 -257 PetscInt
src/mat/impls/baij/mpi/mmbaij.c 1.22 04/06/06 23:27:31 barrysmith@barry-smiths-computer.local +46 -46 PetscInt
src/mat/impls/baij/mpi/baijov.c 1.21 04/06/06 23:27:31 barrysmith@barry-smiths-computer.local +171 -165 PetscInt
src/mat/impls/aij/seq/aij.c 1.162 04/06/06 23:27:31 barrysmith@barry-smiths-computer.local +2 -0 PetscInt
src/mat/impls/aij/mpi/mpiaij.c 1.176.1.1 04/06/06 23:27:31 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/mat/impls/adj/mpi/mpiadj.h 1.6 04/06/06 23:27:31 barrysmith@barry-smiths-computer.local +7 -7 PetscInt
src/mat/impls/adj/mpi/mpiadj.c 1.34 04/06/06 23:27:31 barrysmith@barry-smiths-computer.local +40 -38 PetscInt
src/mat/examples/tutorials/makefile 1.9 04/06/06 23:27:30 barrysmith@barry-smiths-computer.local +4 -1 missing test
src/mat/examples/tutorials/ex1.c 1.9 04/06/06 23:27:30 barrysmith@barry-smiths-computer.local +1 -1 PetscErrorCode
python/PETSc/packages/update.py 1.63 04/06/06 23:27:30 barrysmith@barry-smiths-computer.local +20 -2 auto detection of DATAFILESPATH
bmake/config/variables.in 1.46 04/06/06 23:27:30 barrysmith@barry-smiths-computer.local +1 -0 auto detection of DATAFILESPATH
python/PETSc/Configure.py 1.220.1.1 04/06/06 23:07:11 barrysmith@barry-smiths-computer.local +3 -1 flag for 32bit ints since makefile requires needs a variable, not a missing variable :-(
src/mat/impls/aij/seq/aijfact.c 1.58 04/06/06 18:58:00 barrysmith@barry-smiths-computer.local +1 -4 don't want direct reference to SBAIJ factorization code form AIJ code creates dependency in library I'd like to avoid.
Hg-commit: b57ad02326bdb2418a76a9ef153b85012c01f1c6
show more ...
|
| 79a5c55e | 03-Jun-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2276.18.5 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040603211843|60663 ChangeSet 1.2276.18.5 04/06/03 16:18:43 barrysmith@barrysmith-57.mcs.anl.gov +104 -0 proper error code
bk-changeset-1.2276.18.5 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040603211843|60663 ChangeSet 1.2276.18.5 04/06/03 16:18:43 barrysmith@barrysmith-57.mcs.anl.gov +104 -0 proper error codes for seterrq fix for installation guide, run make test after make install
src/vec/utils/vscat.c 1.24 04/06/03 16:18:39 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 proper error codes for seterrq
src/vec/utils/vinv.c 1.30 04/06/03 16:18:39 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 proper error codes for seterrq
src/vec/pf/interface/pf.c 1.23 04/06/03 16:18:39 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/vec/pf/impls/constant/const.c 1.12 04/06/03 16:18:39 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/vec/interface/vector.c 1.96 04/06/03 16:18:39 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 proper error codes for seterrq
src/ksp/ksp/impls/cheby/cheby.c 1.18 04/06/03 16:18:39 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 proper error codes for seterrq
src/vec/impls/mpi/pdvec.c 1.37 04/06/03 16:18:38 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/ts/impls/implicit/pvode/petscpvode.c 1.26 04/06/03 16:18:38 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/sys/src/viewer/impls/binary/binv.c 1.33 04/06/03 16:18:38 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/sys/src/viewer/impls/ascii/filev.c 1.30 04/06/03 16:18:38 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/sys/src/utils/psplit.c 1.13 04/06/03 16:18:38 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/sys/src/objects/ams/aoptions.c 1.26 04/06/03 16:18:38 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/sys/src/matlabengine/matlab.c 1.33 04/06/03 16:18:38 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/sys/src/draw/interface/dviewp.c 1.9 04/06/03 16:18:38 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/sys/src/dll/dl.c 1.23.1.2 04/06/03 16:18:38 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 proper error codes for seterrq
src/snes/mf/wp.c 1.12 04/06/03 16:18:38 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/snes/mf/snesmfjdef.c 1.13 04/06/03 16:18:38 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 proper error codes for seterrq
src/snes/mf/snesmfj.c 1.40 04/06/03 16:18:38 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/snes/interface/noise/snesmfj2.c 1.17 04/06/03 16:18:37 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/snes/impls/tr/tr.c 1.19 04/06/03 16:18:37 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/snes/impls/ls/ls.c 1.40 04/06/03 16:18:37 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/mat/utils/getcolv.c 1.9 04/06/03 16:18:37 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 proper error codes for seterrq
src/mat/partition/partition.c 1.25 04/06/03 16:18:37 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/mat/partition/impls/scotch/scotch.c 1.12 04/06/03 16:18:37 barrysmith@barrysmith-57.mcs.anl.gov +18 -21 proper error codes for seterrq
src/mat/partition/impls/pmetis/pmetis.c 1.15 04/06/03 16:18:37 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 proper error codes for seterrq
src/mat/partition/impls/party/party.c 1.9 04/06/03 16:18:37 barrysmith@barrysmith-57.mcs.anl.gov +14 -18 proper error codes for seterrq
src/mat/partition/impls/jostle/jostle.c 1.8 04/06/03 16:18:37 barrysmith@barrysmith-57.mcs.anl.gov +14 -20 proper error codes for seterrq
src/mat/partition/impls/chaco/chaco.c 1.11 04/06/03 16:18:37 barrysmith@barrysmith-57.mcs.anl.gov +4 -5 proper error codes for seterrq
src/mat/matfd/fdmatrix.c 1.25 04/06/03 16:18:37 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.54 04/06/03 16:18:37 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/mat/impls/sbaij/seq/sbaij.c 1.111 04/06/03 16:18:37 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/mat/impls/sbaij/seq/aijsbaij.c 1.17 04/06/03 16:18:37 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 proper error codes for seterrq
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.43 04/06/03 16:18:36 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/mat/impls/rowbs/mpi/mpirowbs.c 1.60 04/06/03 16:18:36 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/mat/impls/maij/maij.c 1.17 04/06/03 16:18:36 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/mat/impls/bdiag/seq/bdiag3.c 1.20 04/06/03 16:18:36 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/mat/impls/bdiag/mpi/mpibdiag.c 1.39 04/06/03 16:18:36 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/mat/impls/baij/mpi/mpibaij.c 1.64 04/06/03 16:18:36 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 proper error codes for seterrq
src/mat/impls/baij/mpi/mmbaij.c 1.21 04/06/03 16:18:36 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 proper error codes for seterrq
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.61 04/06/03 16:18:36 barrysmith@barrysmith-57.mcs.anl.gov +4 -5 proper error codes for seterrq
src/mat/impls/aij/seq/superlu/superlu.c 1.67 04/06/03 16:18:36 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 proper error codes for seterrq
src/mat/impls/aij/seq/aij.c 1.161 04/06/03 16:18:35 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 proper error codes for seterrq
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.97 04/06/03 16:18:35 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 proper error codes for seterrq
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.68 04/06/03 16:18:35 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 proper error codes for seterrq
src/mat/impls/aij/mpi/mumps/mumps.c 1.77 04/06/03 16:18:35 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 proper error codes for seterrq
src/mat/impls/aij/mpi/mpiov.c 1.22 04/06/03 16:18:35 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 proper error codes for seterrq
src/mat/impls/aij/mpi/mpiaij.c 1.174 04/06/03 16:18:35 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 proper error codes for seterrq
src/mat/impls/aij/mpi/mmaij.c 1.18 04/06/03 16:18:35 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 proper error codes for seterrq
src/mat/impls/adj/mpi/mpiadj.c 1.33 04/06/03 16:18:35 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 proper error codes for seterrq
src/ksp/pc/interface/precon.c 1.50 04/06/03 16:18:35 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/ksp/pc/impls/sor/sor.c 1.22 04/06/03 16:18:35 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/ksp/pc/impls/samg/samgpetsctools.c 1.12 04/06/03 16:18:35 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/ksp/pc/impls/redundant/redundant.c 1.19 04/06/03 16:18:35 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/ksp/pc/impls/ramg/ramgpetsc.c 1.18 04/06/03 16:18:35 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.14 04/06/03 16:18:35 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/ksp/pc/impls/mg/mg.c 1.32 04/06/03 16:18:34 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/ksp/pc/impls/lu/lu.c 1.30 04/06/03 16:18:34 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 proper error codes for seterrq
src/ksp/pc/impls/ksp/pcksp.c 1.19 04/06/03 16:18:34 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/ksp/pc/impls/ilu/ilu.c 1.34 04/06/03 16:18:34 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/ksp/pc/impls/icc/icc.c 1.29 04/06/03 16:18:34 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/ksp/pc/impls/hypre/hyppilut.c 1.55 04/06/03 16:18:34 barrysmith@barrysmith-57.mcs.anl.gov +11 -11 proper error codes for seterrq
src/ksp/pc/impls/eisens/eisen.c 1.20 04/06/03 16:18:34 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/ksp/pc/impls/composite/composite.c 1.21 04/06/03 16:18:34 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/ksp/pc/impls/cholesky/cholesky.c 1.28 04/06/03 16:18:34 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/ksp/pc/impls/bjacobi/bjacobi.c 1.30 04/06/03 16:18:34 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/ksp/pc/impls/asm/asm.c 1.34 04/06/03 16:18:34 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/ksp/ksp/impls/symmlq/symmlq.c 1.14 04/06/03 16:18:34 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/ksp/ksp/impls/rich/rich.c 1.16 04/06/03 16:18:34 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 proper error codes for seterrq
src/ksp/ksp/impls/qcg/qcg.c 1.18 04/06/03 16:18:34 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/ksp/ksp/impls/preonly/preonly.c 1.12 04/06/03 16:18:34 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/ksp/ksp/impls/minres/minres.c 1.15 04/06/03 16:18:34 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/ksp/ksp/impls/lsqr/lsqr.c 1.17 04/06/03 16:18:34 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/ksp/ksp/impls/lgmres/lgmres.c 1.28 04/06/03 16:18:34 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 proper error codes for seterrq
src/ksp/ksp/impls/gmres/gmres.c 1.47 04/06/03 16:18:34 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 proper error codes for seterrq
src/ksp/ksp/impls/fgmres/fgmres.c 1.35 04/06/03 16:18:33 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/ksp/ksp/impls/cr/cr.c 1.25 04/06/03 16:18:33 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/ksp/ksp/impls/cgs/cgs.c 1.20 04/06/03 16:18:33 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/ksp/ksp/impls/cgne/cgne.c 1.17 04/06/03 16:18:33 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 proper error codes for seterrq
src/ksp/ksp/impls/cg/cg.c 1.26 04/06/03 16:18:33 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 proper error codes for seterrq
src/ksp/ksp/impls/bicg/bicg.c 1.15 04/06/03 16:18:33 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/ksp/ksp/impls/bcgsl/bcgsl.c 1.10.1.1 04/06/03 16:18:33 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/fortran/custom/zoptions.c 1.12 04/06/03 16:18:33 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 proper error codes for seterrq
src/dm/usg/utils/inpututils.c 1.8 04/06/03 16:18:33 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 proper error codes for seterrq
src/dm/da/utils/pack.c 1.13 04/06/03 16:18:33 barrysmith@barrysmith-57.mcs.anl.gov +21 -21 proper error codes for seterrq
src/dm/da/utils/fdda.c 1.38 04/06/03 16:18:32 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 proper error codes for seterrq
src/dm/da/src/gr2.c 1.25 04/06/03 16:18:32 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 proper error codes for seterrq
src/dm/da/src/gr1.c 1.12 04/06/03 16:18:32 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 proper error codes for seterrq
src/dm/da/src/daview.c 1.22 04/06/03 16:18:32 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/dm/da/src/daltol.c 1.12 04/06/03 16:18:32 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/dm/da/src/dalocal.c 1.23 04/06/03 16:18:32 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 proper error codes for seterrq
src/dm/da/src/daload.c 1.10 04/06/03 16:18:32 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/dm/da/src/dainterp.c 1.20 04/06/03 16:18:32 barrysmith@barrysmith-57.mcs.anl.gov +27 -33 proper error codes for seterrq
src/dm/da/src/dagtol.c 1.14 04/06/03 16:18:32 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/dm/da/src/dagetarray.c 1.11 04/06/03 16:18:32 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 proper error codes for seterrq
src/dm/da/src/da3.c 1.25 04/06/03 16:18:32 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/dm/da/src/da2.c 1.49 04/06/03 16:18:32 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 proper error codes for seterrq
src/dm/da/src/da1.c 1.25 04/06/03 16:18:32 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/dm/ao/interface/aodata.c 1.13 04/06/03 16:18:32 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/dm/ao/impls/basic/aodatabasic.c 1.21 04/06/03 16:18:32 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/dm/ao/impls/basic/aobasic.c 1.22 04/06/03 16:18:32 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
src/contrib/oberman/laplacian_q1/finput.c 1.7 04/06/03 16:18:31 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 proper error codes for seterrq
include/petsc.h 1.80 04/06/03 16:18:31 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 proper error codes for seterrq
include/adic/ad_grad.h 1.5 04/06/03 16:18:31 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 proper error codes for seterrq
src/ksp/ksp/impls/cheby/cheby.c 1.17 04/06/03 15:36:44 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 *** empty log message ***
src/docs/website/documentation/installation.html 1.33 04/06/03 15:26:20 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 run the test after the install since test tries to use installed libraries
Hg-commit: 6921fce401aac0058f102b5869613a7d1339c39c
show more ...
|