| 88e51ccd | 07-Sep-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2468.1.47 hzhang@dirac.mcs.anl.gov|ChangeSet|20040907233152|10075 ChangeSet 1.2468.1.47 04/09/07 19:31:52 hzhang@dirac.mcs.anl.gov +3 -0 use mat->same_nonzero for checking compress
bk-changeset-1.2468.1.47 hzhang@dirac.mcs.anl.gov|ChangeSet|20040907233152|10075 ChangeSet 1.2468.1.47 04/09/07 19:31:52 hzhang@dirac.mcs.anl.gov +3 -0 use mat->same_nonzero for checking compressed row format
src/mat/utils/compressedrow.c 1.6 04/09/07 19:31:26 hzhang@dirac.mcs.anl.gov +6 -0 add additional checks.
src/mat/impls/baij/seq/baij.c 1.101 04/09/07 19:31:26 hzhang@dirac.mcs.anl.gov +24 -8 use mat->same_nonzero for checking compressed row format
src/mat/impls/aij/seq/aij.c 1.179.1.1 04/09/07 19:31:26 hzhang@dirac.mcs.anl.gov +9 -10 use mat->same_nonzero for checking compressed row format
Hg-commit: 5ad837722c30f35c3b975a86c3a4cd6e9a63206d
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 ...
|
| 27ea64f8 | 02-Sep-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2468.18.3 hzhang@harley.mcs.anl.gov|ChangeSet|20040902221038|11596 ChangeSet 1.2468.18.3 04/09/02 17:10:38 hzhang@harley.mcs.anl.gov +4 -0 bug fix on using compressed row format:
bk-changeset-1.2468.18.3 hzhang@harley.mcs.anl.gov|ChangeSet|20040902221038|11596 ChangeSet 1.2468.18.3 04/09/02 17:10:38 hzhang@harley.mcs.anl.gov +4 -0 bug fix on using compressed row format: when mat structure changes, do not use compressed row format util a a better flag on changing mat structure is introduced
src/mat/impls/baij/seq/baij.c 1.100 04/09/02 17:10:37 hzhang@harley.mcs.anl.gov +7 -1 bug fix on using compressed row format: when mat structure changes, do not use compressed row format util a a better flag on changing mat structure is introduced
src/mat/impls/baij/mpi/mpibaij.c 1.75 04/09/02 17:10:36 hzhang@harley.mcs.anl.gov +0 -1 bug fix on using compressed row format: when mat structure changes, do not use compressed row format util a a better flag on changing mat structure is introduced
src/mat/impls/aij/seq/aij.c 1.178 04/09/02 17:10:36 hzhang@harley.mcs.anl.gov +16 -3 bug fix on using compressed row format: when mat structure changes, do not use compressed row format util a a better flag on changing mat structure is introduced
src/mat/impls/aij/mpi/mpiaij.c 1.209 04/09/02 17:10:36 hzhang@harley.mcs.anl.gov +0 -1 bug fix on using compressed row format: when mat structure changes, do not use compressed row format util a a better flag on changing mat structure is introduced
Hg-commit: c805ad93d9a80d36ebc2ff0acbeb75c9673cddcf
show more ...
|
| 6ad4291f | 02-Sep-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2468.18.1 hzhang@harley.mcs.anl.gov|ChangeSet|20040902191039|14126 ChangeSet 1.2468.18.1 04/09/02 14:10:39 hzhang@harley.mcs.anl.gov +3 -0 bug fix on using compressed row. make M
bk-changeset-1.2468.18.1 hzhang@harley.mcs.anl.gov|ChangeSet|20040902191039|14126 ChangeSet 1.2468.18.1 04/09/02 14:10:39 hzhang@harley.mcs.anl.gov +3 -0 bug fix on using compressed row. make MatConvert_SeqAIJ() more consistent with MatCreate_SeqAIJ()
src/mat/impls/baij/mpi/mpibaij.c 1.74 04/09/02 14:10:37 hzhang@harley.mcs.anl.gov +2 -1 bug fix on using compressed row. make MatConvert_SeqAIJ() more consistent with MatCreate_SeqAIJ()
src/mat/impls/aij/seq/aij.c 1.177 04/09/02 14:10:37 hzhang@harley.mcs.anl.gov +32 -18 bug fix on using compressed row. make MatConvert_SeqAIJ() more consistent with MatCreate_SeqAIJ()
src/mat/impls/aij/mpi/mpiaij.c 1.208 04/09/02 14:10:37 hzhang@harley.mcs.anl.gov +4 -2 bug fix on using compressed row
Hg-commit: f315cfeb2fb6f10ccce2ab54d707d7db59d40bcd
show more ...
|
| 7b2bb3b9 | 31-Aug-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2468.1.38 hzhang@harley.mcs.anl.gov|ChangeSet|20040831142557|18046 ChangeSet 1.2468.1.38 04/08/31 09:25:57 hzhang@harley.mcs.anl.gov +4 -0 rename 'rindex' as 'ridx' because 'rindex
bk-changeset-1.2468.1.38 hzhang@harley.mcs.anl.gov|ChangeSet|20040831142557|18046 ChangeSet 1.2468.1.38 04/08/31 09:25:57 hzhang@harley.mcs.anl.gov +4 -0 rename 'rindex' as 'ridx' because 'rindex' shadows a global variable
src/mat/utils/compressedrow.c 1.5 04/08/31 09:25:56 hzhang@harley.mcs.anl.gov +5 -5 rename 'rindex' as 'ridx' because 'rindex' shadows a global variable
src/mat/impls/baij/seq/baij2.c 1.24 04/08/31 09:25:56 hzhang@harley.mcs.anl.gov +99 -99 rename 'rindex' as 'ridx' because 'rindex' shadows a global variable
src/mat/impls/aij/seq/aij.c 1.176 04/08/31 09:25:56 hzhang@harley.mcs.anl.gov +16 -16 rename 'rindex' as 'ridx' because 'rindex' shadows a global variable
src/mat/examples/tests/ex53.c 1.13 04/08/31 09:25:56 hzhang@harley.mcs.anl.gov +1 -2 only matconvert() needs to be called with mattype = MATSEQAIJ or MATMPIAIJ.
Hg-commit: c9011c2005664e23d1943ce378a637eb134e7682
show more ...
|
| 3447b6ef | 30-Aug-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2468.1.35 hzhang@harley.mcs.anl.gov|ChangeSet|20040830180834|16928 ChangeSet 1.2468.1.35 04/08/30 13:08:34 hzhang@harley.mcs.anl.gov +4 -0 enable MatMultTranspose() and MatMultTran
bk-changeset-1.2468.1.35 hzhang@harley.mcs.anl.gov|ChangeSet|20040830180834|16928 ChangeSet 1.2468.1.35 04/08/30 13:08:34 hzhang@harley.mcs.anl.gov +4 -0 enable MatMultTranspose() and MatMultTransposeAdd() to use compressedrow format
src/mat/impls/baij/seq/baij2.c 1.23 04/08/30 13:08:32 hzhang@harley.mcs.anl.gov +50 -186 enable MatMultTranspose() and MatMultTransposeAdd() to use compressedrow format
src/mat/impls/baij/seq/baij.c 1.99 04/08/30 13:08:32 hzhang@harley.mcs.anl.gov +1 -1 update matassemblyend() for using compressedrow format
src/mat/impls/aij/seq/aij.c 1.175 04/08/30 13:08:32 hzhang@harley.mcs.anl.gov +20 -8 enable MatMultTranspose() and MatMultTransposeAdd() to use compressedrow format
src/mat/examples/tests/ex53.c 1.12 04/08/30 09:53:07 hzhang@harley.mcs.anl.gov +9 -3 replace mataij and matbaij by if (size == 1) { ... MATSEQAIJ } else { ... MATMPIAIJ } in MatLoad() and MatConvert(). MatConvert needs to be fixed for using MATAIJ.
Hg-commit: 72f56b1b478615f604f014677520426e87e18814
show more ...
|
| 26e093fc | 28-Aug-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2468.1.33 hzhang@harley.mcs.anl.gov|ChangeSet|20040828213450|14475 ChangeSet 1.2468.1.33 04/08/28 16:34:50 hzhang@harley.mcs.anl.gov +6 -0 add implementations of use "compressed ro
bk-changeset-1.2468.1.33 hzhang@harley.mcs.anl.gov|ChangeSet|20040828213450|14475 ChangeSet 1.2468.1.33 04/08/28 16:34:50 hzhang@harley.mcs.anl.gov +6 -0 add implementations of use "compressed row format" into MatMult_SeqBAIJ_x() and MatMultAdd_SeqBAIJ_x()
src/mat/utils/compressedrow.c 1.4 04/08/28 16:34:48 hzhang@harley.mcs.anl.gov +5 -4 update for BAIJ matrix.
src/mat/impls/baij/seq/baij2.c 1.22 04/08/28 16:34:47 hzhang@harley.mcs.anl.gov +361 -155 add implementations of use "compressed row format" into MatMult_SeqBAIJ_x() and MatMultAdd_SeqBAIJ_x()
src/mat/impls/baij/seq/baij.c 1.98 04/08/28 16:34:47 hzhang@harley.mcs.anl.gov +4 -6 minor update on use of Mat_CheckCompressedRow
src/mat/impls/aij/seq/aij.c 1.174 04/08/28 16:34:47 hzhang@harley.mcs.anl.gov +3 -2 minor update on use of Mat_CheckCompressedRow
src/mat/examples/tests/ex53.c 1.11 04/08/28 16:34:47 hzhang@harley.mcs.anl.gov +16 -18 improve the error checking.
src/mat/examples/tests/ex48.c 1.13 04/08/28 16:34:47 hzhang@harley.mcs.anl.gov +1 -1 add more details into help menu.
Hg-commit: 2e5e5d5a6c6683b72bf1a8496fe19c6cd507ea10
show more ...
|
| 73e7a558 | 26-Aug-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2468.1.28 hzhang@harley.mcs.anl.gov|ChangeSet|20040826204223|16107 ChangeSet 1.2468.1.28 04/08/26 15:42:23 hzhang@harley.mcs.anl.gov +11 -0 continue work on compressed row format
bk-changeset-1.2468.1.28 hzhang@harley.mcs.anl.gov|ChangeSet|20040826204223|16107 ChangeSet 1.2468.1.28 04/08/26 15:42:23 hzhang@harley.mcs.anl.gov +11 -0 continue work on compressed row format
src/mat/utils/makefile 1.7 04/08/26 15:42:21 hzhang@harley.mcs.anl.gov +2 -2 mv file aijcprow.c to mat/uitl for other mat types
src/mat/utils/compressedrow.c 1.3 04/08/26 15:42:21 hzhang@harley.mcs.anl.gov +36 -109 mv file aijcprow.c to mat/uitl for other mat types
src/mat/matimpl.h 1.53 04/08/26 15:42:21 hzhang@harley.mcs.anl.gov +10 -0 mv struct Mat_CompressedRow to matimpl.h so other mat types can use it
src/mat/impls/baij/seq/baij.h 1.24 04/08/26 15:42:21 hzhang@harley.mcs.anl.gov +2 -1 extend mat compressed row format to baij mat.
src/mat/impls/baij/seq/baij.c 1.97 04/08/26 15:42:21 hzhang@harley.mcs.anl.gov +12 -1 extend mat compressed row format to baij mat.
src/mat/impls/baij/mpi/mpibaij.c 1.73 04/08/26 15:42:21 hzhang@harley.mcs.anl.gov +1 -0 extend mat compressed row format to baij mat.
src/mat/impls/aij/seq/makefile 1.29 04/08/26 15:42:21 hzhang@harley.mcs.anl.gov +2 -2 mv file aijcprow.c to mat/uitl for other mat types
src/mat/impls/aij/seq/aijnode.c 1.31 04/08/26 15:42:21 hzhang@harley.mcs.anl.gov +1 -0 add the statement that is needed before calling Mat_CheckCompressedRow()
src/mat/impls/aij/seq/aij.h 1.39 04/08/26 15:42:21 hzhang@harley.mcs.anl.gov +7 -14 mv struct Mat_CompressedRow to matimpl.h so other mat types can use it
src/mat/impls/aij/seq/aij.c 1.173 04/08/26 15:42:21 hzhang@harley.mcs.anl.gov +88 -10 continue work on mat compressedrow format
src/mat/impls/aij/mpi/mpiaij.c 1.207 04/08/26 15:42:20 hzhang@harley.mcs.anl.gov +3 -3 continue work on mat compressedrow format
src/mat/utils/compressedrow.c 1.2 04/08/26 14:45:56 hzhang@harley.mcs.anl.gov +0 -0 Rename: src/mat/impls/aij/seq/aijcprow.c -> src/mat/utils/compressedrow.c
Hg-commit: afc299f9062cb9a17f99764eb1559a81ae173132
show more ...
|
| 8a8e0b3a | 03-Aug-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2371.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040803215240|03783 ChangeSet 1.2371.1.1 04/08/03 16:52:40 barrysmith@barrysmith-57.mcs.anl.gov +14 -0 nightly builds
sr
bk-changeset-1.2371.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040803215240|03783 ChangeSet 1.2371.1.1 04/08/03 16:52:40 barrysmith@barrysmith-57.mcs.anl.gov +14 -0 nightly builds
src/vec/is/utils/isltog.c 1.29 04/08/03 16:52:38 barrysmith@barrysmith-57.mcs.anl.gov +6 -7 nightly builds
src/vec/examples/tests/ex32f.F 1.6 04/08/03 16:52:38 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 nightly builds
src/ts/examples/tutorials/ex2f.F 1.8 04/08/03 16:52:37 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 nightly builds
src/snes/utils/damgsnes.c 1.48 04/08/03 16:52:37 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 nightly builds
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.31 04/08/03 16:52:37 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 nightly builds
src/mat/examples/tests/makefile 1.37 04/08/03 16:52:37 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 nightly builds
src/ksp/examples/tests/ex12f.F 1.18 04/08/03 16:52:37 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 nightly builds
src/docs/tex/petscapp.bib 1.129 04/08/03 16:52:37 barrysmith@barrysmith-57.mcs.anl.gov +15 -3 nightly builds
include/finclude/petscdraw.h 1.7 04/08/03 16:52:37 barrysmith@barrysmith-57.mcs.anl.gov +20 -12 nightly builds
src/vec/examples/tests/makefile 1.20 04/08/03 16:12:43 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 FLINKER for fortran
src/mat/impls/aij/mpi/mpiaij.c 1.203 04/08/03 14:29:58 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 Barry you silly bunt, maxnz is needed for values on 0th processor
src/mat/impls/baij/mpi/mpibaij.c 1.72 04/08/03 14:29:51 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 Barry you silly bunt, maxnz is needed for values on 0th processor
makefile 1.122 04/08/03 14:02:13 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 removed no longer exisiting files
maint/fixtags.py 1.3 04/08/03 13:59:49 barrysmith@barrysmith-57.mcs.anl.gov +8 -2 remove painful #define blah_ blah in fortran interface files
Hg-commit: 2e4b43444eabea04a87c95e49ea1d0055880c6e9
show more ...
|
| cdc0ba36 | 30-Jul-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2363.13.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040730200428|37113 ChangeSet 1.2363.13.1 04/07/30 15:04:28 barrysmith@barrysmith-57.mcs.anl.gov +8 -0 petsc-maint fixes
bk-changeset-1.2363.13.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040730200428|37113 ChangeSet 1.2363.13.1 04/07/30 15:04:28 barrysmith@barrysmith-57.mcs.anl.gov +8 -0 petsc-maint fixes
src/sys/src/memory/mtr.c 1.32 04/07/30 15:04:16 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 use regular fprintf() so all processors print and since this can be called in PetscFinalize() we don't want so much PETSc object use
src/mat/impls/aij/seq/aij.c 1.170 04/07/30 15:04:16 barrysmith@barrysmith-57.mcs.anl.gov +2 -1 use faster _SeqAIJ code directly
src/mat/impls/aij/mpi/mpiov.c 1.27 04/07/30 15:04:16 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 this are int, not PetscInt
python/PETSc/packages/MPI.py 1.114.1.1 04/07/30 15:04:16 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 screwed up imports
BitKeeper/etc/ignore 1.71 04/07/30 15:04:16 barrysmith@barrysmith-57.mcs.anl.gov +106 -0 Added .jobs joe matt_config.h src/contrib/dvr/.gdb_history src/contrib/dvr/dvr src/dm/da/examples/tests/ex23 src/dm/da/examples/tests/ex7 src/dm/da/examples/tests/temp src/dm/da/examples/tests/temp.info src/dm/da/examples/tutorials/.gdb_history src/dm/da/examples/tutorials/tmp.mat src/docs/tex/exampleconcepts src/docs/tex/manconcepts src/docs/tex/manual/htmlmap src/docs/tex/manual/part1tmp.tex src/ksp/examples/tests/.gdb_history src/ksp/examples/tests/PI26228 src/ksp/examples/tests/ex12f src/ksp/examples/tests/ex16f src/ksp/examples/tests/ex5f src/ksp/examples/tutorials/.gdb_history src/ksp/examples/tutorials/binaryoutput src/ksp/examples/tutorials/binaryoutput.info src/ksp/examples/tutorials/ex11f src/ksp/examples/tutorials/ex13 src/ksp/examples/tutorials/ex14f src/ksp/examples/tutorials/ex21f src/ksp/examples/tutorials/ex22f src/ksp/examples/tutorials/ex2f src/ksp/examples/tutorials/results src/ksp/examples/tutorials/spo.asc src/ksp/examples/tutorials/test2 src/ksp/pc/examples/tests/.gdb_history src/ksp /pc/examples/tests/ex2 src/ksp/pc/examples/tests/ex8f src/ksp/pc/impls/tfs/comm.c.changed src/mat/examples/tests/.gdb_history src/mat/examples/tests/.jobs src/mat/examples/tests/ex1 src/mat/examples/tests/ex15 src/mat/examples/tests/ex36f src/mat/examples/tests/ex58f src/mat/examples/tests/ex63f src/mat/examples/tests/ex67f src/mat/examples/tests/ex75 src/mat/examples/tests/ex76 src/mat/examples/tests/ex77 src/mat/examples/tests/ex78 src/mat/examples/tests/ex85f src/mat/examples/tests/ex94 src/mat/examples/tests/ex95 src/mat/examples/tests/ex96 src/mat/examples/tests/fort.7 src/mat/examples/tests/trashz src/mat/examples/tutorials/.gdb_history src/mat/impls/bdiag/mpi/n src/snes/examples/tests/.gdb_history src/snes/examples/tests/ex12f src/snes/examples/tests/ex1f src/snes/examples/tutorials/.gdb_history src/snes/examples/tutorials/.jobs src/snes/examples/tutorials/PI1215 src/snes/examples/tutorials/PI3181 src/snes/examples/tutorials/PI4517 src/snes/examples/tutorials/ex1f src/snes/examples/tutorials/ex29.r esult src/snes/examples/tutorials/ex40.c src/snes/examples/tutorials/ex40.result src/snes/examples/tutorials/ex40.result.mpi src/snes/examples/tutorials/fmat src/snes/examples/tutorials/kspnull src/snes/examples/tutorials/mat src/snes/examples/tutorials/new src/snes/examples/tutorials/newer src/snes/examples/tutorials/nonull src/snes/examples/tutorials/old src/snes/examples/tutorials/pcnull src/sys/examples/tests/ex13f src/sys/examples/tests/ex17f src/sys/examples/tests/ex1f src/sys/examples/tests/ex5f src/sys/examples/tests/ex6f src/sys/examples/tests/ex7f src/sys/examples/tests/testfile src/sys/examples/tutorials/ex3f src/sys/src/draw/examples/tests/ex1 src/sys/src/draw/examples/tests/ex2 src/sys/src/draw/examples/tests/ex3 src/sys/src/draw/examples/tests/ex4 src/sys/src/draw/examples/tests/ex4f src/sys/src/draw/examples/tests/ex5f src/sys/src/error/examples/tests/.gdb_history src/sys/src/error/examples/tests/ex1 src/sys/src/viewer/examples/tests/ex3 src/ts/examples/tests/.jobs src/ts/examples/tests/ex1 src/ts/examples/tests/ex1f src/ts/examples/tutorials/ex1f src/ts/examples/tutorials/ex2f src/vec/.jobs src/vec/examples/tests/.gdb_history src/vec/examples/tests/PI29116 src/vec/examples/tests/ex17f src/vec/examples/tests/ex32f src/vec/examples/tests/testfile src/vec/examples/tutorials/.gdb_history to the ignore list
src/mat/impls/baij/mpi/mpibaij.c 1.71 04/07/30 14:06:36 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 don't need max on process 0 since that data is read directly
src/mat/impls/aij/mpi/mpiaij.c 1.202 04/07/30 14:05:42 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 read process zero data directly
src/vec/utils/vecio.c 1.38 04/07/30 14:04:38 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 same bug
src/vec/utils/vecio.c 1.37 04/07/30 14:02:53 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 [PETSC #11466] PETSc Questions File src/vec/utils/vecio.c: line 373 n = 1; for (i=1; i<size; i++) { n = PetscMax(n,range[i] - range[i-1]); } This snippet is supposed to count the max number of rows on a processor in the vector, but it doesn't count the last processor and does count the first processor (which already has its values).
Hg-commit: 4c58df8baeacb29aef13c93f774b349bf8774759
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 ...
|
| d2a8917b | 23-Jul-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2363.1.22 hzhang@harley.mcs.anl.gov|ChangeSet|20040723183731|21829 ChangeSet 1.2363.1.22 04/07/23 13:37:31 hzhang@harley.mcs.anl.gov +5 -0 test config and interface of dscpack, mum
bk-changeset-1.2363.1.22 hzhang@harley.mcs.anl.gov|ChangeSet|20040723183731|21829 ChangeSet 1.2363.1.22 04/07/23 13:37:31 hzhang@harley.mcs.anl.gov +5 -0 test config and interface of dscpack, mumps, spooles and superlu
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.63 04/07/23 13:37:29 hzhang@harley.mcs.anl.gov +45 -49 replace 'int' with 'PetscInt'
src/mat/impls/aij/seq/spooles/spooles.h 1.51 04/07/23 13:37:29 hzhang@harley.mcs.anl.gov +8 -8 replace 'int' with 'PetscInt'
src/mat/impls/aij/seq/spooles/spooles.c 1.99 04/07/23 13:37:29 hzhang@harley.mcs.anl.gov +16 -19 bug fix.
python/PETSc/packages/Dscpack.py 1.6 04/07/23 13:37:29 hzhang@harley.mcs.anl.gov +31 -28 make it work '--with-cc=gcc'
config/linux-gnu-superlu.py 1.2 04/07/23 13:37:29 hzhang@harley.mcs.anl.gov +12 -4 add more external packages into this script for config tests.
Hg-commit: d2f0206b595481b96d8b288c1e799f7ce9eed4c0
show more ...
|
| 9405f653 | 22-Jul-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2363.5.1 barrysmith@barrysmith-11.mcs.anl.gov|ChangeSet|20040722214310|33764 ChangeSet 1.2363.5.1 04/07/22 16:43:10 barrysmith@barrysmith-11.mcs.anl.gov +56 -0 PetscInt
src/sys/
bk-changeset-1.2363.5.1 barrysmith@barrysmith-11.mcs.anl.gov|ChangeSet|20040722214310|33764 ChangeSet 1.2363.5.1 04/07/22 16:43:10 barrysmith@barrysmith-11.mcs.anl.gov +56 -0 PetscInt
src/sys/src/draw/examples/tests/ex3.c 1.9 04/07/22 16:43:07 barrysmith@barrysmith-11.mcs.anl.gov +1 -1 PetscInt
src/mat/impls/baij/mpi/baijov.c 1.24 04/07/22 16:43:07 barrysmith@barrysmith-11.mcs.anl.gov +2 -2 PetscInt
src/mat/examples/tests/ex98.c 1.9 04/07/22 16:43:07 barrysmith@barrysmith-11.mcs.anl.gov +2 -2 PetscInt
src/mat/examples/tests/ex96.c 1.8 04/07/22 16:43:07 barrysmith@barrysmith-11.mcs.anl.gov +14 -13 PetscInt
src/mat/examples/tests/ex95.c 1.8 04/07/22 16:43:07 barrysmith@barrysmith-11.mcs.anl.gov +7 -5 PetscInt
src/mat/examples/tests/ex94.c 1.15 04/07/22 16:43:06 barrysmith@barrysmith-11.mcs.anl.gov +15 -13 PetscInt
src/mat/examples/tests/ex93.c 1.7 04/07/22 16:43:06 barrysmith@barrysmith-11.mcs.anl.gov +1 -1 PetscInt
src/mat/examples/tests/ex92.c 1.9 04/07/22 16:43:06 barrysmith@barrysmith-11.mcs.anl.gov +18 -18 PetscInt
src/mat/examples/tests/ex91.c 1.4 04/07/22 16:43:06 barrysmith@barrysmith-11.mcs.anl.gov +12 -10 PetscInt
src/mat/examples/tests/ex87.c 1.8 04/07/22 16:43:06 barrysmith@barrysmith-11.mcs.anl.gov +8 -6 PetscInt
src/mat/examples/tests/ex86.c 1.7 04/07/22 16:43:06 barrysmith@barrysmith-11.mcs.anl.gov +4 -4 PetscInt
src/mat/examples/tests/ex81.c 1.8 04/07/22 16:43:06 barrysmith@barrysmith-11.mcs.anl.gov +13 -10 PetscInt
src/mat/examples/tests/ex80.c 1.7 04/07/22 16:43:06 barrysmith@barrysmith-11.mcs.anl.gov +5 -3 PetscInt
src/mat/examples/tests/ex78.c 1.9 04/07/22 16:43:06 barrysmith@barrysmith-11.mcs.anl.gov +15 -15 PetscInt
src/mat/examples/tests/ex77.c 1.7 04/07/22 16:43:06 barrysmith@barrysmith-11.mcs.anl.gov +12 -14 PetscInt
src/mat/examples/tests/ex76.c 1.11 04/07/22 16:43:06 barrysmith@barrysmith-11.mcs.anl.gov +11 -11 PetscInt
src/mat/examples/tests/ex75.c 1.14 04/07/22 16:43:06 barrysmith@barrysmith-11.mcs.anl.gov +5 -6 PetscInt
src/mat/examples/tests/ex74.c 1.22 04/07/22 16:43:05 barrysmith@barrysmith-11.mcs.anl.gov +3 -3 PetscInt
src/mat/examples/tests/ex73.c 1.9 04/07/22 16:43:05 barrysmith@barrysmith-11.mcs.anl.gov +4 -3 PetscInt
src/mat/examples/tests/ex72.c 1.10 04/07/22 16:43:05 barrysmith@barrysmith-11.mcs.anl.gov +10 -8 PetscInt
src/mat/examples/tests/ex71.c 1.6 04/07/22 16:43:05 barrysmith@barrysmith-11.mcs.anl.gov +6 -5 PetscInt
src/mat/examples/tests/ex70.c 1.5 04/07/22 16:43:05 barrysmith@barrysmith-11.mcs.anl.gov +5 -4 PetscInt
src/mat/examples/tests/ex68.c 1.5 04/07/22 16:43:05 barrysmith@barrysmith-11.mcs.anl.gov +5 -4 PetscInt
src/mat/examples/tests/ex66.c 1.6 04/07/22 16:43:05 barrysmith@barrysmith-11.mcs.anl.gov +3 -3 PetscInt
src/mat/examples/tests/ex65.c 1.6 04/07/22 16:43:05 barrysmith@barrysmith-11.mcs.anl.gov +5 -4 PetscInt
src/mat/examples/tests/ex64.c 1.6 04/07/22 16:43:05 barrysmith@barrysmith-11.mcs.anl.gov +7 -5 PetscInt
src/mat/examples/tests/ex62.c 1.8 04/07/22 16:43:05 barrysmith@barrysmith-11.mcs.anl.gov +10 -10 PetscInt
src/mat/examples/tests/ex61.c 1.5 04/07/22 16:43:05 barrysmith@barrysmith-11.mcs.anl.gov +5 -4 PetscInt
src/mat/examples/tests/ex60.c 1.6 04/07/22 16:43:05 barrysmith@barrysmith-11.mcs.anl.gov +6 -4 PetscInt
src/mat/examples/tests/ex59.c 1.5 04/07/22 16:43:05 barrysmith@barrysmith-11.mcs.anl.gov +8 -6 PetscInt
src/mat/examples/tests/ex58.c 1.6 04/07/22 16:43:05 barrysmith@barrysmith-11.mcs.anl.gov +6 -5 PetscInt
src/mat/examples/tests/ex57.c 1.8 04/07/22 16:43:05 barrysmith@barrysmith-11.mcs.anl.gov +10 -8 PetscInt
src/mat/examples/tests/ex56.c 1.6 04/07/22 16:43:05 barrysmith@barrysmith-11.mcs.anl.gov +7 -6 PetscInt
src/mat/examples/tests/ex55.c 1.11 04/07/22 16:43:05 barrysmith@barrysmith-11.mcs.anl.gov +9 -8 PetscInt
src/mat/examples/tests/ex54.c 1.8 04/07/22 16:43:05 barrysmith@barrysmith-11.mcs.anl.gov +12 -11 PetscInt
src/mat/examples/tests/ex53.c 1.10 04/07/22 16:43:05 barrysmith@barrysmith-11.mcs.anl.gov +4 -3 PetscInt
src/mat/examples/tests/ex52.c 1.5 04/07/22 16:43:04 barrysmith@barrysmith-11.mcs.anl.gov +5 -3 PetscInt
src/mat/examples/tests/ex32.c 1.12 04/07/22 16:43:04 barrysmith@barrysmith-11.mcs.anl.gov +3 -3 PetscInt
src/mat/examples/tests/ex19.c 1.9 04/07/22 16:43:04 barrysmith@barrysmith-11.mcs.anl.gov +2 -2 PetscInt
src/ksp/pc/interface/precon.c 1.54 04/07/22 16:43:04 barrysmith@barrysmith-11.mcs.anl.gov +2 -0 PetscInt
src/ksp/pc/examples/tutorials/ex2.c 1.14 04/07/22 16:43:04 barrysmith@barrysmith-11.mcs.anl.gov +20 -15 PetscInt
src/ksp/pc/examples/tests/ex7.c 1.7 04/07/22 16:43:04 barrysmith@barrysmith-11.mcs.anl.gov +6 -6 PetscInt
src/ksp/pc/examples/tests/ex6.c 1.9 04/07/22 16:43:04 barrysmith@barrysmith-11.mcs.anl.gov +5 -6 PetscInt
src/ksp/pc/examples/tests/ex5.c 1.17 04/07/22 16:43:04 barrysmith@barrysmith-11.mcs.anl.gov +52 -43 PetscInt
src/ksp/pc/examples/tests/ex4.c 1.9 04/07/22 16:43:04 barrysmith@barrysmith-11.mcs.anl.gov +5 -4 PetscInt
src/ksp/pc/examples/tests/ex1.c 1.8 04/07/22 16:43:03 barrysmith@barrysmith-11.mcs.anl.gov +4 -3 PetscInt
src/ksp/examples/tests/ex7.c 1.16 04/07/22 16:43:03 barrysmith@barrysmith-11.mcs.anl.gov +10 -9 PetscInt
src/ksp/examples/tests/ex6.c 1.19 04/07/22 16:43:03 barrysmith@barrysmith-11.mcs.anl.gov +2 -1 PetscInt
src/ksp/examples/tests/ex19.c 1.12 04/07/22 16:43:03 barrysmith@barrysmith-11.mcs.anl.gov +3 -3 PetscInt
src/ksp/examples/tests/ex18.c 1.15 04/07/22 16:43:03 barrysmith@barrysmith-11.mcs.anl.gov +2 -1 PetscInt
src/ksp/examples/tests/ex17.c 1.12 04/07/22 16:43:03 barrysmith@barrysmith-11.mcs.anl.gov +2 -2 PetscInt
src/ksp/examples/tests/ex14.c 1.10 04/07/22 16:43:03 barrysmith@barrysmith-11.mcs.anl.gov +18 -17 PetscInt
src/ksp/examples/tests/ex10.c 1.12 04/07/22 16:43:03 barrysmith@barrysmith-11.mcs.anl.gov +19 -18 PetscInt
src/ksp/examples/tests/ex1.c 1.9 04/07/22 16:43:03 barrysmith@barrysmith-11.mcs.anl.gov +7 -6 PetscInt
src/dm/usg/utils/inpututils.c 1.10 04/07/22 16:43:03 barrysmith@barrysmith-11.mcs.anl.gov +23 -23 PetscInt
src/docs/website/index.html 1.22 04/07/21 15:07:43 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 *** empty log message ***
Hg-commit: 0e649fb4ed4cd4c4e37a78e0b46f1fd645d065d4
show more ...
|
| dc231df0 | 20-Jul-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2363.1.7 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040720200017|13377 ChangeSet 1.2363.1.7 04/07/20 15:00:17 barrysmith@barrysmith-57.mcs.anl.gov +6 -0 made matload_mpiaij a
bk-changeset-1.2363.1.7 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040720200017|13377 ChangeSet 1.2363.1.7 04/07/20 15:00:17 barrysmith@barrysmith-57.mcs.anl.gov +6 -0 made matload_mpiaij and matload_mpibaij scalable
src/ksp/pc/impls/eisens/eisen.c 1.23 04/07/20 15:00:16 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 bad naming of subclasses
src/mat/impls/aij/mpi/mmaij.c 1.20 04/07/20 15:00:15 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 outdated comment
src/ksp/ksp/interface/itfunc.c 1.54 04/07/20 15:00:15 barrysmith@barrysmith-57.mcs.anl.gov +4 -3 presolves were in the wrong place
src/ksp/examples/tutorials/ex10.c 1.42 04/07/20 15:00:15 barrysmith@barrysmith-57.mcs.anl.gov +2 -1 it didn't get the iteration counts for transpose solves!
src/mat/impls/baij/mpi/mpibaij.c 1.69 04/07/20 14:49:16 barrysmith@barrysmith-57.mcs.anl.gov +41 -41 made loading matrices scalable, now no processor needs to store anything as long as an entire vector [PETSC #11285] Large Matrix Operations
src/mat/impls/aij/mpi/mpiaij.c 1.198 04/07/20 13:03:42 barrysmith@barrysmith-57.mcs.anl.gov +23 -28 make scalabe by not loading all row lengths at the same time
src/ksp/pc/impls/eisens/eisen.c 1.22 04/07/20 12:51:11 barrysmith@barrysmith-57.mcs.anl.gov +2 -4 *** empty log message ***
Hg-commit: cc893a1457f92dff3d58aef2c4045d4e75387f8f
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 ...
|
| aac34f13 | 23-Jun-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2299.5.2 barrysmith@barry-smiths-computer.local|ChangeSet|20040623025922|43577 ChangeSet 1.2299.5.2 04/06/22 21:59:22 barrysmith@barry-smiths-computer.local +3 -0 CSR preallocation
bk-changeset-1.2299.5.2 barrysmith@barry-smiths-computer.local|ChangeSet|20040623025922|43577 ChangeSet 1.2299.5.2 04/06/22 21:59:22 barrysmith@barry-smiths-computer.local +3 -0 CSR preallocation for BAIJ copied from AIJ
src/mat/impls/baij/mpi/mpibaij.c 1.67 04/06/22 21:59:20 barrysmith@barry-smiths-computer.local +102 -4 CSR preallocation for BAIJ copied from AIJ
src/docs/website/documentation/changes/221.html 1.16 04/06/22 21:59:20 barrysmith@barry-smiths-computer.local +1 -0 addition of CSR preallocation
include/petscmat.h 1.145 04/06/22 21:59:20 barrysmith@barry-smiths-computer.local +1 -1 CSR preallocation for BAIJ copied from AIJ
include/petscmat.h 1.144 04/06/22 21:43:07 barrysmith@barry-smiths-computer.local +1 -0 adding CSR preallocation for BAIJ
Hg-commit: 3cbf9872c0934839bc262eac22c4aa195a4c1104
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 ...
|
| d7d82daa | 12-Jun-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2276.32.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040612172153|27288 ChangeSet 1.2276.32.1 04/06/12 12:21:53 barrysmith@barry-smiths-computer.local +69 -0 PetscInt
sr
bk-changeset-1.2276.32.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040612172153|27288 ChangeSet 1.2276.32.1 04/06/12 12:21:53 barrysmith@barry-smiths-computer.local +69 -0 PetscInt
src/vec/is/utils/iscomp.c 1.13 04/06/12 12:21:49 barrysmith@barry-smiths-computer.local +4 -4 PetscInt
src/mat/utils/matstash.c 1.12 04/06/12 12:21:49 barrysmith@barry-smiths-computer.local +5 -8 PetscInt
src/mat/order/spinver.c 1.5 04/06/12 12:21:49 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/mat/order/rootls.c 1.7 04/06/12 12:21:49 barrysmith@barry-smiths-computer.local +4 -4 PetscInt
src/mat/order/rcm.c 1.8 04/06/12 12:21:49 barrysmith@barry-smiths-computer.local +7 -7 PetscInt
src/mat/order/qmdupd.c 1.7 04/06/12 12:21:49 barrysmith@barry-smiths-computer.local +10 -10 PetscInt
src/mat/order/qmdrch.c 1.7 04/06/12 12:21:49 barrysmith@barry-smiths-computer.local +5 -5 PetscInt
src/mat/order/qmdqt.c 1.6 04/06/12 12:21:49 barrysmith@barry-smiths-computer.local +4 -4 PetscInt
src/mat/order/qmdmrg.c 1.7 04/06/12 12:21:49 barrysmith@barry-smiths-computer.local +6 -6 PetscInt
src/mat/order/genrcm.c 1.8 04/06/12 12:21:49 barrysmith@barry-smiths-computer.local +6 -6 PetscInt
src/mat/order/genqmd.c 1.7 04/06/12 12:21:49 barrysmith@barry-smiths-computer.local +12 -12 PetscInt
src/mat/order/gennd.c 1.8 04/06/12 12:21:49 barrysmith@barry-smiths-computer.local +8 -8 PetscInt
src/mat/order/gen1wd.c 1.8 04/06/12 12:21:49 barrysmith@barry-smiths-computer.local +9 -11 PetscInt
src/mat/order/fnroot.c 1.7 04/06/12 12:21:49 barrysmith@barry-smiths-computer.local +6 -7 PetscInt
src/mat/order/fndsep.c 1.7 04/06/12 12:21:49 barrysmith@barry-smiths-computer.local +7 -9 PetscInt
src/mat/order/fn1wd.c 1.7 04/06/12 12:21:49 barrysmith@barry-smiths-computer.local +20 -21 PetscInt
src/mat/order/degree.c 1.7 04/06/12 12:21:49 barrysmith@barry-smiths-computer.local +4 -5 PetscInt
src/mat/interface/matrix.c 1.131 04/06/12 12:21:49 barrysmith@barry-smiths-computer.local +29 -0 PetscInt
src/mat/impls/baij/seq/baijfact4.c 1.11 04/06/12 12:21:48 barrysmith@barry-smiths-computer.local +3 -4 PetscInt
src/mat/impls/aij/mpi/mpiov.c 1.24 04/06/12 12:21:48 barrysmith@barry-smiths-computer.local +5 -1 PetscInt
src/mat/impls/aij/mpi/mpiaij.c 1.179.1.1 04/06/12 12:21:47 barrysmith@barry-smiths-computer.local +3 -3 PetscInt
src/mat/examples/tests/makefile 1.29 04/06/12 12:21:47 barrysmith@barry-smiths-computer.local +1 -1 PetscInt
src/mat/examples/tests/ex9.c 1.7 04/06/12 12:21:47 barrysmith@barry-smiths-computer.local +10 -8 PetscInt
src/mat/examples/tests/ex8.c 1.6 04/06/12 12:21:47 barrysmith@barry-smiths-computer.local +5 -4 PetscInt
src/mat/examples/tests/ex7.c 1.9 04/06/12 12:21:47 barrysmith@barry-smiths-computer.local +9 -8 PetscInt
src/mat/examples/tests/ex6.c 1.6 04/06/12 12:21:47 barrysmith@barry-smiths-computer.local +5 -4 PetscInt
src/mat/examples/tests/ex5.c 1.8 04/06/12 12:21:47 barrysmith@barry-smiths-computer.local +6 -6 PetscInt
src/mat/examples/tests/ex48.c 1.11 04/06/12 12:21:47 barrysmith@barry-smiths-computer.local +20 -18 PetscInt
src/mat/examples/tests/ex47.c 1.8 04/06/12 12:21:47 barrysmith@barry-smiths-computer.local +4 -3 PetscInt
src/mat/examples/tests/ex46.c 1.6 04/06/12 12:21:47 barrysmith@barry-smiths-computer.local +5 -4 PetscInt
src/mat/examples/tests/ex44.c 1.6 04/06/12 12:21:47 barrysmith@barry-smiths-computer.local +5 -6 PetscInt
src/mat/examples/tests/ex43.c 1.6 04/06/12 12:21:47 barrysmith@barry-smiths-computer.local +6 -4 PetscInt
src/mat/examples/tests/ex42.c 1.11 04/06/12 12:21:47 barrysmith@barry-smiths-computer.local +17 -15 PetscInt
src/mat/examples/tests/ex41.c 1.10 04/06/12 12:21:47 barrysmith@barry-smiths-computer.local +18 -16 PetscInt
src/mat/examples/tests/ex40.c 1.11 04/06/12 12:21:47 barrysmith@barry-smiths-computer.local +23 -18 PetscInt
src/mat/examples/tests/ex38.c 1.6 04/06/12 12:21:47 barrysmith@barry-smiths-computer.local +5 -4 PetscInt
src/mat/examples/tests/ex37.c 1.7 04/06/12 12:21:47 barrysmith@barry-smiths-computer.local +5 -4 PetscInt
src/mat/examples/tests/ex35.c 1.6 04/06/12 12:21:47 barrysmith@barry-smiths-computer.local +5 -4 PetscInt
src/mat/examples/tests/ex33.c 1.11 04/06/12 12:21:46 barrysmith@barry-smiths-computer.local +7 -6 PetscInt
src/mat/examples/tests/ex32.c 1.10 04/06/12 12:21:46 barrysmith@barry-smiths-computer.local +10 -8 PetscInt
src/mat/examples/tests/ex31.c 1.10 04/06/12 12:21:46 barrysmith@barry-smiths-computer.local +7 -5 PetscInt
src/mat/examples/tests/ex30.c 1.10 04/06/12 12:21:46 barrysmith@barry-smiths-computer.local +7 -6 PetscInt
src/mat/examples/tests/ex3.c 1.8 04/06/12 12:21:46 barrysmith@barry-smiths-computer.local +6 -5 PetscInt
src/mat/examples/tests/ex28.c 1.7 04/06/12 12:21:46 barrysmith@barry-smiths-computer.local +6 -5 PetscInt
src/mat/examples/tests/ex27.c 1.7 04/06/12 12:21:46 barrysmith@barry-smiths-computer.local +6 -4 PetscInt
src/mat/examples/tests/ex25.c 1.6 04/06/12 12:21:46 barrysmith@barry-smiths-computer.local +5 -3 PetscInt
src/mat/examples/tests/ex24.c 1.6 04/06/12 12:21:46 barrysmith@barry-smiths-computer.local +4 -3 PetscInt
src/mat/examples/tests/ex22.c 1.6 04/06/12 12:21:46 barrysmith@barry-smiths-computer.local +5 -4 PetscInt
src/mat/examples/tests/ex21.c 1.8 04/06/12 12:21:46 barrysmith@barry-smiths-computer.local +4 -2 PetscInt
src/mat/examples/tests/ex20.c 1.6 04/06/12 12:21:46 barrysmith@barry-smiths-computer.local +6 -4 PetscInt
src/mat/examples/tests/ex19.c 1.8 04/06/12 12:21:46 barrysmith@barry-smiths-computer.local +9 -7 PetscInt
src/mat/examples/tests/ex17.c 1.6 04/06/12 12:21:46 barrysmith@barry-smiths-computer.local +10 -7 PetscInt
src/mat/examples/tests/ex16.c 1.5 04/06/12 12:21:46 barrysmith@barry-smiths-computer.local +4 -3 PetscInt
src/mat/examples/tests/ex15.c 1.9 04/06/12 12:21:45 barrysmith@barry-smiths-computer.local +9 -8 PetscInt
src/mat/examples/tests/ex14.c 1.9 04/06/12 12:21:45 barrysmith@barry-smiths-computer.local +4 -2 PetscInt
src/mat/examples/tests/ex13.c 1.6 04/06/12 12:21:45 barrysmith@barry-smiths-computer.local +5 -4 PetscInt
src/mat/examples/tests/ex12.c 1.9 04/06/12 12:21:45 barrysmith@barry-smiths-computer.local +9 -7 PetscInt
src/mat/examples/tests/ex11.c 1.6 04/06/12 12:21:45 barrysmith@barry-smiths-computer.local +6 -5 PetscInt
src/mat/examples/tests/ex10.c 1.6 04/06/12 12:21:45 barrysmith@barry-smiths-computer.local +5 -3 PetscInt
src/ksp/pc/impls/lu/lu.c 1.31 04/06/12 12:21:45 barrysmith@barry-smiths-computer.local +16 -15 PetscInt
src/ksp/pc/impls/ilu/ilu.c 1.36 04/06/12 12:21:45 barrysmith@barry-smiths-computer.local +28 -27 PetscInt
src/ksp/pc/impls/icc/icc.c 1.31 04/06/12 12:21:45 barrysmith@barry-smiths-computer.local +18 -17 PetscInt
src/ksp/pc/impls/cholesky/cholesky.c 1.29 04/06/12 12:21:45 barrysmith@barry-smiths-computer.local +16 -16 PetscInt
src/inline/ilu.h 1.13 04/06/12 12:21:45 barrysmith@barry-smiths-computer.local +9 -9 PetscInt
src/inline/dot.h 1.11 04/06/12 12:21:45 barrysmith@barry-smiths-computer.local +24 -24 PetscInt
src/inline/axpy.h 1.12 04/06/12 12:21:44 barrysmith@barry-smiths-computer.local +19 -19 PetscInt
include/petscpc.h 1.48 04/06/12 12:21:44 barrysmith@barry-smiths-computer.local +6 -6 PetscInt
include/petscmat.h 1.140.1.1 04/06/12 12:21:44 barrysmith@barry-smiths-computer.local +3 -1 Allows initializing MatFactorInfo, else can contain crap
src/ksp/pc/impls/mg/mgfunc.c 1.11 04/06/10 11:28:15 barrysmith@barrysmith-57.mcs.anl.gov +4 -5 Re: [PETSC #10482] PCMG on Petsc-2.2.0 > 1) I set smoothdown=1 and smoothup=1 but PCView returns 1 and 10000 > respectively. > > 2) I use MGGetSmoother to set, through KSPSetFromOptions, the same KSP for > both down and up smoothers but PCView returns the correct settings for the > down smoother and "not yet set" for the up smoother. > > 3) This might not be a problem: PCGetOptionsPrefix is returning > "mg_levels_mg_levels_" and "mg_coarse_mg_levels_". So my makefile has MG > options with such prefixes
Hg-commit: 001b0e3293c4c086554f15168a793216a01ae2d5
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 ...
|
| 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 ...
|
| 690b6cdd | 04-Jun-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2276.21.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040604034137|62037 ChangeSet 1.2276.21.1 04/06/03 22:41:37 barrysmith@barry-smiths-computer.local +26 -0 PetscInt
sr
bk-changeset-1.2276.21.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040604034137|62037 ChangeSet 1.2276.21.1 04/06/03 22:41:37 barrysmith@barry-smiths-computer.local +26 -0 PetscInt
src/mat/impls/baij/seq/dgefa7.c 1.10 04/06/03 22:41:35 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/mat/impls/baij/seq/dgefa6.c 1.9 04/06/03 22:41:35 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/mat/impls/baij/seq/dgefa5.c 1.9 04/06/03 22:41:35 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/mat/impls/baij/seq/dgefa4.c 1.9 04/06/03 22:41:35 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/mat/impls/baij/seq/dgefa3.c 1.9 04/06/03 22:41:35 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/mat/impls/baij/seq/dgefa2.c 1.9 04/06/03 22:41:35 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/mat/impls/baij/seq/dgefa.c 1.11 04/06/03 22:41:35 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/mat/impls/baij/seq/dgedi.c 1.6 04/06/03 22:41:35 barrysmith@barry-smiths-computer.local +2 -2 PetscInt
src/mat/impls/baij/seq/baijfact9.c 1.8 04/06/03 22:41:34 barrysmith@barry-smiths-computer.local +13 -13 PetscInt
src/mat/impls/baij/seq/baijfact8.c 1.7 04/06/03 22:41:34 barrysmith@barry-smiths-computer.local +16 -16 PetscInt
src/mat/impls/baij/seq/baijfact7.c 1.8 04/06/03 22:41:34 barrysmith@barry-smiths-computer.local +16 -16 PetscInt
src/mat/impls/baij/seq/baijfact6.c 1.7 04/06/03 22:41:34 barrysmith@barry-smiths-computer.local +19 -19 PetscInt
src/mat/impls/baij/seq/baijfact5.c 1.8 04/06/03 22:41:34 barrysmith@barry-smiths-computer.local +19 -19 PetscInt
src/mat/impls/baij/seq/baijfact4.c 1.9 04/06/03 22:41:34 barrysmith@barry-smiths-computer.local +9 -9 PetscInt
src/mat/impls/baij/seq/baijfact3.c 1.13 04/06/03 22:41:34 barrysmith@barry-smiths-computer.local +15 -15 PetscInt
src/mat/impls/baij/seq/baijfact2.c 1.36 04/06/03 22:41:34 barrysmith@barry-smiths-computer.local +233 -231 PetscInt
src/mat/impls/baij/seq/baijfact14.c 1.7 04/06/03 22:41:34 barrysmith@barry-smiths-computer.local +9 -9 PetscInt
src/mat/impls/baij/seq/baijfact13.c 1.8 04/06/03 22:41:34 barrysmith@barry-smiths-computer.local +10 -10 PetscInt
src/mat/impls/baij/seq/baijfact12.c 1.20 04/06/03 22:41:33 barrysmith@barry-smiths-computer.local +12 -12 PetscInt
src/mat/impls/baij/seq/baijfact11.c 1.9 04/06/03 22:41:33 barrysmith@barry-smiths-computer.local +13 -13 PetscInt
src/mat/impls/baij/seq/baijfact10.c 1.7 04/06/03 22:41:33 barrysmith@barry-smiths-computer.local +13 -13 PetscInt
src/mat/impls/baij/seq/baijfact.c 1.11 04/06/03 22:41:33 barrysmith@barry-smiths-computer.local +26 -26 PetscInt
src/mat/impls/baij/seq/baij2.c 1.20 04/06/03 22:41:33 barrysmith@barry-smiths-computer.local +127 -127 PetscInt
src/mat/impls/baij/seq/baij.h 1.22 04/06/03 22:41:33 barrysmith@barry-smiths-computer.local +15 -15 PetscInt
src/mat/impls/baij/seq/baij.c 1.92 04/06/03 22:41:33 barrysmith@barry-smiths-computer.local +120 -120 PetscInt
src/mat/impls/baij/seq/aijbaij.c 1.11 04/06/03 22:41:33 barrysmith@barry-smiths-computer.local +9 -9 PetscInt
Hg-commit: 8c25f1e82de3e9a429890a57bb872a8caae1c325
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 ...
|
| e005ede5 | 02-Jun-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2276.14.2 barrysmith@barry-smiths-computer.local|ChangeSet|20040602032435|27658 ChangeSet 1.2276.14.2 04/06/01 22:24:35 barrysmith@barry-smiths-computer.local +25 -0 proper error c
bk-changeset-1.2276.14.2 barrysmith@barry-smiths-computer.local|ChangeSet|20040602032435|27658 ChangeSet 1.2276.14.2 04/06/01 22:24:35 barrysmith@barry-smiths-computer.local +25 -0 proper error codes for seterrq, remove transpose stubs for sbaij matrices, just use non transpose for solve and mult
todo 1.67 04/06/01 22:24:33 barrysmith@barry-smiths-computer.local +0 -2 did manual pagers for DMMGGet macros
src/mat/impls/sbaij/seq/sbaij.c 1.110 04/06/01 22:24:33 barrysmith@barry-smiths-computer.local +9 -11 proper error codes in seterrq
src/mat/impls/aij/seq/aijfact.c 1.57 04/06/01 22:24:33 barrysmith@barry-smiths-computer.local +9 -9 proper error codes in seterrq
src/vec/pf/interface/pf.c 1.22 04/06/01 22:24:32 barrysmith@barry-smiths-computer.local +2 -2 proper error codes in seterrq
src/vec/pf/impls/matlab/cmatlab.c 1.11 04/06/01 22:24:32 barrysmith@barry-smiths-computer.local +1 -1 proper error codes in seterrq
src/mat/impls/shell/shell.c 1.21 04/06/01 22:24:32 barrysmith@barry-smiths-computer.local +1 -1 proper error codes in seterrq
src/mat/impls/sbaij/seq/sbaijfact2.c 1.37 04/06/01 22:24:32 barrysmith@barry-smiths-computer.local +8 -112 use MatSolve and MatMult for transpose versions, no dummy transpose routines
src/mat/impls/sbaij/seq/sbaijfact.c 1.60 04/06/01 22:24:32 barrysmith@barry-smiths-computer.local +3 -2 use MatSolve and MatMult for transpose versions, no dummy transpose routines
src/mat/impls/sbaij/seq/sbaij2.c 1.27 04/06/01 22:24:32 barrysmith@barry-smiths-computer.local +3 -26 use MatSolve and MatMult for transpose versions, no dummy transpose routines
src/mat/impls/sbaij/seq/sbaij.h 1.32 04/06/01 22:24:32 barrysmith@barry-smiths-computer.local +0 -7 use MatSolve and MatMult for transpose versions, no dummy transpose routines
src/mat/impls/rowbs/mpi/mpirowbs.c 1.59 04/06/01 22:24:32 barrysmith@barry-smiths-computer.local +2 -2 use proper error code in seterrq
src/mat/impls/bdiag/seq/bdiag.c 1.39 04/06/01 22:24:31 barrysmith@barry-smiths-computer.local +1 -1 use proper error code in seterrq
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.60 04/06/01 22:24:31 barrysmith@barry-smiths-computer.local +6 -6 use proper error code in seterrq
src/mat/impls/baij/mpi/baijov.c 1.20 04/06/01 22:24:31 barrysmith@barry-smiths-computer.local +11 -13 use proper error code in seterrq
src/mat/impls/aij/seq/umfpack/umfpack.c 1.37 04/06/01 22:24:31 barrysmith@barry-smiths-computer.local +3 -3 use proper error code in seterrq
src/mat/impls/aij/seq/spooles/spooles.c 1.97 04/06/01 22:24:31 barrysmith@barry-smiths-computer.local +1 -1 use proper error code in seterrq
src/mat/impls/aij/seq/lusol/lusol.c 1.31 04/06/01 22:24:31 barrysmith@barry-smiths-computer.local +3 -3 use proper error code in seterrq
src/mat/impls/aij/seq/aijnode.c 1.29 04/06/01 22:24:31 barrysmith@barry-smiths-computer.local +2 -2 use proper error code in seterrq
src/mat/impls/aij/seq/aij.c 1.160 04/06/01 22:24:31 barrysmith@barry-smiths-computer.local +3 -3 use proper error code in seterrq
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.96 04/06/01 22:24:31 barrysmith@barry-smiths-computer.local +2 -2 use proper error code in seterrq
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.67 04/06/01 22:24:31 barrysmith@barry-smiths-computer.local +1 -1 use proper error code in seterrq
src/mat/impls/aij/mpi/mpiov.c 1.21 04/06/01 22:24:31 barrysmith@barry-smiths-computer.local +2 -2 use proper error code in seterrq
src/mat/impls/aij/mpi/mpiaij.c 1.169.1.1 04/06/01 22:24:31 barrysmith@barry-smiths-computer.local +1 -1 use proper error code in seterrq
src/mat/impls/adj/mpi/mpiadj.c 1.32 04/06/01 22:24:31 barrysmith@barry-smiths-computer.local +2 -2 use proper error code in seterrq
src/mat/impls/sbaij/seq/sbaij.c 1.109 04/06/01 22:17:38 barrysmith@barry-smiths-computer.local +4 -20 *** empty log message ***
src/mat/impls/aij/seq/aijfact.c 1.56 04/06/01 16:25:47 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 *** empty log message ***
include/petscda.h 1.35 04/06/01 16:00:50 barrysmith@barrysmith-57.mcs.anl.gov +185 -3 manual pages for all the DMMGGet macros
Hg-commit: 695766e3d2faeeb001a9dedce6bc1fc87f1af3a8
show more ...
|
| c1ac3661 | 24-May-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2270 barrysmith@barry-smiths-computer.local|ChangeSet|20040524033436|00798 ChangeSet 1.2270 04/05/23 22:34:36 barrysmith@barry-smiths-computer.local +19 -0 PetscInt for matrices an
bk-changeset-1.2270 barrysmith@barry-smiths-computer.local|ChangeSet|20040524033436|00798 ChangeSet 1.2270 04/05/23 22:34:36 barrysmith@barry-smiths-computer.local +19 -0 PetscInt for matrices and vec examples
src/vec/examples/tests/ex34.c 1.6 04/05/23 22:34:34 barrysmith@barry-smiths-computer.local +24 -24 PetscInt for matrices and vec examples
src/vec/examples/tests/ex33.c 1.9 04/05/23 22:34:34 barrysmith@barry-smiths-computer.local +1 -1 PetscInt for matrices and vec examples
src/mat/utils/matstash.c 1.11 04/05/23 22:34:34 barrysmith@barry-smiths-computer.local +41 -40 PetscInt for matrices and vec examples
src/mat/utils/convert.c 1.11 04/05/23 22:34:34 barrysmith@barry-smiths-computer.local +3 -3 PetscInt for matrices and vec examples
src/mat/utils/axpy.c 1.17 04/05/23 22:34:34 barrysmith@barry-smiths-computer.local +1 -1 PetscInt for matrices and vec examples
src/mat/matimpl.h 1.50 04/05/23 22:34:34 barrysmith@barry-smiths-computer.local +147 -147 PetscInt for matrices and vec examples
src/mat/interface/matrix.c 1.125 04/05/23 22:34:34 barrysmith@barry-smiths-computer.local +96 -96 PetscInt for matrices and vec examples
src/mat/interface/matnull.c 1.15 04/05/23 22:34:34 barrysmith@barry-smiths-computer.local +12 -12 PetscInt for matrices and vec examples
src/mat/interface/dlregis.c 1.25 04/05/23 22:34:34 barrysmith@barry-smiths-computer.local +2 -2 PetscInt for matrices and vec examples
src/mat/impls/baij/seq/baij.c 1.91 04/05/23 22:34:33 barrysmith@barry-smiths-computer.local +127 -127 PetscInt for matrices and vec examples
src/ksp/pc/impls/sor/sor.c 1.21 04/05/23 22:34:33 barrysmith@barry-smiths-computer.local +17 -17 PetscInt for matrices and vec examples
src/ksp/ksp/interface/itfunc.c 1.49 04/05/23 22:34:33 barrysmith@barry-smiths-computer.local +5 -5 PetscInt for matrices and vec examples
src/fortran/custom/zpc.c 1.22 04/05/23 22:34:33 barrysmith@barry-smiths-computer.local +1 -1 PetscInt for matrices and vec examples
include/petscmat.h 1.135 04/05/23 22:34:33 barrysmith@barry-smiths-computer.local +118 -118 PetscInt for matrices and vec examples
src/vec/examples/tests/output/ex33_1.out 1.7 04/05/23 21:49:21 barrysmith@barry-smiths-computer.local +0 -1 *** empty log message ***
todo 1.59 04/05/22 23:32:57 barrysmith@barry-smiths-computer.local +2 -0 *** empty log message ***
todo 1.58 04/05/22 23:04:52 barrysmith@barry-smiths-computer.local +2 -0 *** empty log message ***
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.12 04/05/22 22:44:28 barrysmith@barry-smiths-computer.local +20 -20 PetscInt
src/ksp/pc/interface/pcregis.c 1.25 04/05/22 22:44:16 barrysmith@barry-smiths-computer.local +1 -1 typo
src/snes/examples/tutorials/ex29.c 1.65 04/05/22 09:38:29 barrysmith@barry-smiths-computer.local +1 -3 removed unused func in user context
Hg-commit: 165d4b272b292e1e191f40b5769f055060b37d73
show more ...
|
| d1390fe9 | 14-May-2004 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.2240.1.1 balay@asterix.mcs.anl.gov|ChangeSet|20040514192721|02353 ChangeSet 1.2240.1.1 04/05/14 14:27:21 balay@asterix.mcs.anl.gov +3 -0 fix missing typecast for PetscObjectCompose
bk-changeset-1.2240.1.1 balay@asterix.mcs.anl.gov|ChangeSet|20040514192721|02353 ChangeSet 1.2240.1.1 04/05/14 14:27:21 balay@asterix.mcs.anl.gov +3 -0 fix missing typecast for PetscObjectComposeFunction
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.59 04/05/14 14:27:20 balay@asterix.mcs.anl.gov +1 -1 fix missing typecast for PetscObjectComposeFunction
src/mat/impls/aij/seq/spooles/spooles.c 1.95 04/05/14 14:27:20 balay@asterix.mcs.anl.gov +1 -1 fix missing typecast for PetscObjectComposeFunction
src/mat/impls/aij/mpi/mumps/mumps.c 1.75 04/05/14 14:27:20 balay@asterix.mcs.anl.gov +1 -1 fix missing typecast for PetscObjectComposeFunction
Hg-commit: 005900aa89881a0e412664e8f24d5b906f6c41f0
show more ...
|