| 2cf3bf83 | 20-Jun-2003 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.1304 balay@smash.mcs.anl.gov|ChangeSet|20030620170658|59700 ChangeSet 1.1304 03/06/20 12:06:58 balay@smash.mcs.anl.gov +19 -0 processor -> process fix in outout files due to change
bk-changeset-1.1304 balay@smash.mcs.anl.gov|ChangeSet|20030620170658|59700 ChangeSet 1.1304 03/06/20 12:06:58 balay@smash.mcs.anl.gov +19 -0 processor -> process fix in outout files due to change in VecView()
src/vec/examples/tests/output/ex9_1.out 1.4 03/06/20 12:06:57 balay@smash.mcs.anl.gov +2 -2 processor -> process
src/vec/examples/tests/output/ex5_1.out 1.4 03/06/20 12:06:57 balay@smash.mcs.anl.gov +2 -2 processor -> process
src/vec/examples/tests/output/ex3_1.out 1.4 03/06/20 12:06:57 balay@smash.mcs.anl.gov +2 -2 processor -> process
src/vec/examples/tests/output/ex33_1.out 1.5 03/06/20 12:06:57 balay@smash.mcs.anl.gov +12 -12 processor -> process
src/vec/examples/tests/output/ex30f_1.out 1.4 03/06/20 12:06:57 balay@smash.mcs.anl.gov +8 -8 processor -> process
src/vec/examples/tests/output/ex29_1.out 1.4 03/06/20 12:06:57 balay@smash.mcs.anl.gov +6 -6 processor -> process
src/vec/examples/tests/output/ex25_1.out 1.4 03/06/20 12:06:57 balay@smash.mcs.anl.gov +3 -3 processor -> process
src/vec/examples/tests/output/ex24_1.out 1.4 03/06/20 12:06:57 balay@smash.mcs.anl.gov +3 -3 processor -> process
src/vec/examples/tests/output/ex22_1.out 1.4 03/06/20 12:06:57 balay@smash.mcs.anl.gov +4 -4 processor -> process
src/vec/examples/tests/output/ex17f_1.out 1.4 03/06/20 12:06:56 balay@smash.mcs.anl.gov +3 -3 processor -> process
src/vec/examples/tests/output/ex17_1.out 1.4 03/06/20 12:06:56 balay@smash.mcs.anl.gov +2 -2 processor -> process
src/vec/examples/tests/output/ex16_1.out 1.4 03/06/20 12:06:56 balay@smash.mcs.anl.gov +2 -2 processor -> process
src/vec/examples/tests/output/ex14_1.out 1.4 03/06/20 12:06:56 balay@smash.mcs.anl.gov +2 -2 processor -> process
src/vec/examples/tests/output/ex13_1.out 1.4 03/06/20 12:06:56 balay@smash.mcs.anl.gov +2 -2 processor -> process
src/vec/examples/tests/output/ex12_1.out 1.4 03/06/20 12:06:56 balay@smash.mcs.anl.gov +2 -2 processor -> process
src/vec/examples/tests/output/ex11_1.out 1.4 03/06/20 12:06:56 balay@smash.mcs.anl.gov +2 -2 processor -> process
src/vec/examples/tests/output/ex10_1.out 1.4 03/06/20 12:06:56 balay@smash.mcs.anl.gov +4 -4 processor -> process
src/mat/examples/tests/output/ex9_1.out 1.5 03/06/20 12:06:56 balay@smash.mcs.anl.gov +4 -4 processor -> process
src/mat/examples/tests/output/ex60_1.out 1.5 03/06/20 12:06:56 balay@smash.mcs.anl.gov +3 -3 processor -> process
Hg-commit: b99368aea8424d7bbd49dc4b8ea2998963589e96
show more ...
|
| ca01db9b | 20-Jun-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1299.1.1 bsmith@harley.mcs.anl.gov|ChangeSet|20030620162139|64822 ChangeSet 1.1299.1.1 03/06/20 11:21:39 bsmith@harley.mcs.anl.gov +14 -0 added const and changed * to [] for input
bk-changeset-1.1299.1.1 bsmith@harley.mcs.anl.gov|ChangeSet|20030620162139|64822 ChangeSet 1.1299.1.1 03/06/20 11:21:39 bsmith@harley.mcs.anl.gov +14 -0 added const and changed * to [] for input arrays for various matrix constructors, per Bill's obsession :-)
src/vec/is/utils/isltog.c 1.11 03/06/20 11:21:38 bsmith@harley.mcs.anl.gov +2 -2 added const and changed * to [] for input arrays for various matrix constructors, per Bill's obsession :-)
src/vec/impls/mpi/pdvec.c 1.6 03/06/20 11:21:38 bsmith@harley.mcs.anl.gov +2 -2 added const and changed * to [] for input arrays for various matrix constructors, per Bill's obsession :-)
src/mat/impls/sbaij/seq/sbaij.c 1.63 03/06/20 11:21:38 bsmith@harley.mcs.anl.gov +3 -3 added const and changed * to [] for input arrays for various matrix constructors, per Bill's obsession :-)
src/mat/impls/sbaij/mpi/mpisbaij.c 1.52 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +3 -3 added const and changed * to [] for input arrays for various matrix constructors, per Bill's obsession :-)
src/mat/impls/dense/seq/dense.c 1.25 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +2 -2 added const and changed * to [] for input arrays for various matrix constructors, per Bill's obsession :-)
src/mat/impls/bdiag/seq/bdiag.c 1.13 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +3 -3 added const and changed * to [] for input arrays for various matrix constructors, per Bill's obsession :-)
src/mat/impls/bdiag/mpi/mpibdiag.c 1.13 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +3 -3 added const and changed * to [] for input arrays for various matrix constructors, per Bill's obsession :-)
src/mat/impls/baij/seq/baij.c 1.49 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +3 -3 added const and changed * to [] for input arrays for various matrix constructors, per Bill's obsession :-)
src/mat/impls/baij/mpi/mpibaij.c 1.25 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +3 -3 added const and changed * to [] for input arrays for various matrix constructors, per Bill's obsession :-)
src/mat/impls/aij/seq/aij.c 1.97 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +3 -3 added const and changed * to [] for input arrays for various matrix constructors, per Bill's obsession :-)
src/mat/impls/aij/mpi/mpiaij.c 1.76.1.1 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +3 -3 added const and changed * to [] for input arrays for various matrix constructors, per Bill's obsession :-)
include/petscmat.h 1.68 03/06/20 11:21:37 bsmith@harley.mcs.anl.gov +31 -31 added const and changed * to [] for input arrays for various matrix constructors, per Bill's obsession :-)
include/petscis.h 1.9 03/06/20 09:04:50 bsmith@harley.mcs.anl.gov +4 -4 changed args to [] from * per Bill's instructions
src/vec/is/utils/iscoloring.c 1.11 03/06/20 09:04:44 bsmith@harley.mcs.anl.gov +3 -3 changed args to [] from * per Bill's instructions
Hg-commit: bddfebace3026471a98fed3099248602b4cd13cf
show more ...
|
| 590ac198 | 19-Jun-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1294 bsmith@harley.mcs.anl.gov|ChangeSet|20030619183433|30531 ChangeSet 1.1294 03/06/19 13:34:33 bsmith@harley.mcs.anl.gov +11 -0 fixed printing of max col or row for matrix entry
bk-changeset-1.1294 bsmith@harley.mcs.anl.gov|ChangeSet|20030619183433|30531 ChangeSet 1.1294 03/06/19 13:34:33 bsmith@harley.mcs.anl.gov +11 -0 fixed printing of max col or row for matrix entry insertion per From: William Gropp <gropp@mcs.anl.gov> To: petsc-maint@mcs.anl.gov Cc: petsc-maint@mcs.anl.gov Subject: [PETSC #7203] Bug in error message I recently got the following message: [0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c [0]PETSC ERROR: Argument out of range! [0]PETSC ERROR: Column too large: col 844 max 844! The error is correctly detected, but the last line should be ... Column too large: col 844 max 843 Alternately, the message could be ... Column too large: col 844 must be less than 844 also added doc to -error_output_stderr
src/vec/is/utils/isltog.c 1.10 03/06/19 13:34:32 bsmith@harley.mcs.anl.gov +1 -1 fixed printing of max col or row for matrix entry insertion per From: William Gropp <gropp@mcs.anl.gov> To: petsc-maint@mcs.anl.gov Cc: petsc-maint@mcs.anl.gov Subject: [PETSC #7203] Bug in error message I recently got the following message: [0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c [0]PETSC ERROR: Argument out of range! [0]PETSC ERROR: Column too large: col 844 max 844! The error is correctly detected, but the last line should be ... Column too large: col 844 max 843 Alternately, the message could be ... Column too large: col 844 must be less than 844
src/mat/impls/sbaij/seq/sbaij.c 1.62 03/06/19 13:34:32 bsmith@harley.mcs.anl.gov +8 -8 fixed printing of max col or row for matrix entry insertion per From: William Gropp <gropp@mcs.anl.gov> To: petsc-maint@mcs.anl.gov Cc: petsc-maint@mcs.anl.gov Subject: [PETSC #7203] Bug in error message I recently got the following message: [0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c [0]PETSC ERROR: Argument out of range! [0]PETSC ERROR: Column too large: col 844 max 844! The error is correctly detected, but the last line should be ... Column too large: col 844 max 843 Alternately, the message could be ... Column too large: col 844 must be less than 844
src/mat/impls/sbaij/mpi/mpisbaij.c 1.51 03/06/19 13:34:32 bsmith@harley.mcs.anl.gov +8 -8 fixed printing of max col or row for matrix entry insertion per From: William Gropp <gropp@mcs.anl.gov> To: petsc-maint@mcs.anl.gov Cc: petsc-maint@mcs.anl.gov Subject: [PETSC #7203] Bug in error message I recently got the following message: [0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c [0]PETSC ERROR: Argument out of range! [0]PETSC ERROR: Column too large: col 844 max 844! The error is correctly detected, but the last line should be ... Column too large: col 844 max 843 Alternately, the message could be ... Column too large: col 844 must be less than 844
src/mat/impls/rowbs/mpi/mpirowbs.c 1.21 03/06/19 13:34:32 bsmith@harley.mcs.anl.gov +2 -2 fixed printing of max col or row for matrix entry insertion per From: William Gropp <gropp@mcs.anl.gov> To: petsc-maint@mcs.anl.gov Cc: petsc-maint@mcs.anl.gov Subject: [PETSC #7203] Bug in error message I recently got the following message: [0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c [0]PETSC ERROR: Argument out of range! [0]PETSC ERROR: Column too large: col 844 max 844! The error is correctly detected, but the last line should be ... Column too large: col 844 max 843 Alternately, the message could be ... Column too large: col 844 must be less than 844
src/mat/impls/dense/seq/dense.c 1.24 03/06/19 13:34:32 bsmith@harley.mcs.anl.gov +8 -8 fixed printing of max col or row for matrix entry insertion per From: William Gropp <gropp@mcs.anl.gov> To: petsc-maint@mcs.anl.gov Cc: petsc-maint@mcs.anl.gov Subject: [PETSC #7203] Bug in error message I recently got the following message: [0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c [0]PETSC ERROR: Argument out of range! [0]PETSC ERROR: Column too large: col 844 max 844! The error is correctly detected, but the last line should be ... Column too large: col 844 max 843 Alternately, the message could be ... Column too large: col 844 must be less than 844
src/mat/impls/bdiag/seq/bdiag2.c 1.10 03/06/19 13:34:32 bsmith@harley.mcs.anl.gov +4 -4 fixed printing of max col or row for matrix entry insertion per From: William Gropp <gropp@mcs.anl.gov> To: petsc-maint@mcs.anl.gov Cc: petsc-maint@mcs.anl.gov Subject: [PETSC #7203] Bug in error message I recently got the following message: [0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c [0]PETSC ERROR: Argument out of range! [0]PETSC ERROR: Column too large: col 844 max 844! The error is correctly detected, but the last line should be ... Column too large: col 844 max 843 Alternately, the message could be ... Column too large: col 844 must be less than 844
src/mat/impls/baij/seq/baij.c 1.48 03/06/19 13:34:31 bsmith@harley.mcs.anl.gov +4 -4 fixed printing of max col or row for matrix entry insertion per From: William Gropp <gropp@mcs.anl.gov> To: petsc-maint@mcs.anl.gov Cc: petsc-maint@mcs.anl.gov Subject: [PETSC #7203] Bug in error message I recently got the following message: [0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c [0]PETSC ERROR: Argument out of range! [0]PETSC ERROR: Column too large: col 844 max 844! The error is correctly detected, but the last line should be ... Column too large: col 844 max 843 Alternately, the message could be ... Column too large: col 844 must be less than 844
src/mat/impls/baij/mpi/mpibaij.c 1.24 03/06/19 13:34:31 bsmith@harley.mcs.anl.gov +11 -11 fixed printing of max col or row for matrix entry insertion per From: William Gropp <gropp@mcs.anl.gov> To: petsc-maint@mcs.anl.gov Cc: petsc-maint@mcs.anl.gov Subject: [PETSC #7203] Bug in error message I recently got the following message: [0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c [0]PETSC ERROR: Argument out of range! [0]PETSC ERROR: Column too large: col 844 max 844! The error is correctly detected, but the last line should be ... Column too large: col 844 max 843 Alternately, the message could be ... Column too large: col 844 must be less than 844
src/mat/impls/aij/seq/aij.c 1.96 03/06/19 13:34:31 bsmith@harley.mcs.anl.gov +4 -4 fixed printing of max col or row for matrix entry insertion per From: William Gropp <gropp@mcs.anl.gov> To: petsc-maint@mcs.anl.gov Cc: petsc-maint@mcs.anl.gov Subject: [PETSC #7203] Bug in error message I recently got the following message: [0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c [0]PETSC ERROR: Argument out of range! [0]PETSC ERROR: Column too large: col 844 max 844! The error is correctly detected, but the last line should be ... Column too large: col 844 max 843 Alternately, the message could be ... Column too large: col 844 must be less than 844
src/mat/impls/aij/mpi/mpiaij.c 1.76 03/06/19 13:34:31 bsmith@harley.mcs.anl.gov +6 -6 fixed printing of max col or row for matrix entry insertion per From: William Gropp <gropp@mcs.anl.gov> To: petsc-maint@mcs.anl.gov Cc: petsc-maint@mcs.anl.gov Subject: [PETSC #7203] Bug in error message I recently got the following message: [0]PETSC ERROR: MatSetValues_SeqAIJ() line 148 in src/mat/impls/aij/seq/aij.c [0]PETSC ERROR: Argument out of range! [0]PETSC ERROR: Column too large: col 844 max 844! The error is correctly detected, but the last line should be ... Column too large: col 844 max 843 Alternately, the message could be ... Column too large: col 844 must be less than 844
include/petsc.h 1.33 03/06/19 13:33:04 bsmith@harley.mcs.anl.gov +5 -0 added options database key to send error messages to stderr instead of stdout per Date: Mon, 16 Jun 2003 07:50:52 -0500 From: William Gropp <gropp@mcs.anl.gov> To: petsc-developers@mcs.anl.gov Subject: stderr versus stdout Is there a reason that error messages go to stdout instead of stderr? Is this something that we should revisit for PETSc 3?
src/mat/impls/rowbs/mpi/mpirowbs.c 1.20 03/06/19 13:08:02 bsmith@harley.mcs.anl.gov +4 -4 :
Hg-commit: 679bb2e5aaabf74fa633901cce74fb911a11035f
show more ...
|
| 30de9b25 | 13-Jun-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1264.1.1 bsmith@harley.mcs.anl.gov|ChangeSet|20030613011757|00371 ChangeSet 1.1264.1.1 03/06/12 20:17:57 bsmith@harley.mcs.anl.gov +43 -0 moved many of the /*M manual pages to the
bk-changeset-1.1264.1.1 bsmith@harley.mcs.anl.gov|ChangeSet|20030613011757|00371 ChangeSet 1.1264.1.1 03/06/12 20:17:57 bsmith@harley.mcs.anl.gov +43 -0 moved many of the /*M manual pages to the include file they belong with
src/vec/interface/vector.c 1.45 03/06/12 20:17:55 bsmith@harley.mcs.anl.gov +0 -31 moved many of the /*M manual pages to the include file they belong with
src/vec/interface/vecreg.c 1.17 03/06/12 20:17:55 bsmith@harley.mcs.anl.gov +0 -84 moved many of the /*M manual pages to the include file they belong with
src/ts/interface/tsreg.c 1.11 03/06/12 20:17:55 bsmith@harley.mcs.anl.gov +0 -43 moved many of the /*M manual pages to the include file they belong with
src/sys/src/viewer/interface/viewreg.c 1.7 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -38 moved many of the /*M manual pages to the include file they belong with
src/sys/src/viewer/impls/socket/send.c 1.15 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -11 moved many of the /*M manual pages to the include file they belong with
src/sys/src/viewer/impls/draw/drawv.c 1.14 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -12 moved many of the /*M manual pages to the include file they belong with
src/sys/src/viewer/impls/binary/binv.c 1.18 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -13 moved many of the /*M manual pages to the include file they belong with
src/sys/src/viewer/impls/ascii/vcreatea.c 1.7 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -11 moved many of the /*M manual pages to the include file they belong with
src/sys/src/objects/pinit.c 1.25 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -46 moved many of the /*M manual pages to the include file they belong with
src/sys/src/objects/inherit.c 1.10 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -33 moved many of the /*M manual pages to the include file they belong with
src/sys/src/objects/ams/makefile 1.5 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +1 -1 moved many of the /*M manual pages to the include file they belong with
src/sys/src/objects/ams/aoptions.c 1.12 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -73 moved many of the /*M manual pages to the include file they belong with
src/sys/src/matlabengine/matlab.c 1.16 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -11 moved many of the /*M manual pages to the include file they belong with
src/sys/src/matlabengine/makefile 1.5 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +1 -1 moved many of the /*M manual pages to the include file they belong with
src/sys/src/fileio/mprint.c 1.13 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -43 moved many of the /*M manual pages to the include file they belong with
src/sys/src/error/makefile 1.5 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +1 -1 moved many of the /*M manual pages to the include file they belong with
src/sys/src/error/err.c 1.12 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -157 moved many of the /*M manual pages to the include file they belong with
src/sys/src/draw/interface/drawreg.c 1.9 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -39 moved many of the /*M manual pages to the include file they belong with
src/snes/utils/damgsnes.c 1.15 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -1 moved many of the /*M manual pages to the include file they belong with
src/snes/mf/snesmfj.c 1.16 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -37 moved many of the /*M manual pages to the include file they belong with
src/snes/interface/snes.c 1.27 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -43 moved many of the /*M manual pages to the include file they belong with
src/sles/pc/interface/precon.c 1.18 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -42 moved many of the /*M manual pages to the include file they belong with
src/sles/ksp/interface/itcreate.c 1.20 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -43 moved many of the /*M manual pages to the include file they belong with
src/mat/partition/partition.c 1.9 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -37 moved many of the /*M manual pages to the include file they belong with
src/mat/order/sorder.c 1.9 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -39 moved many of the /*M manual pages to the include file they belong with
src/mat/interface/matrix.c 1.62 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -27 moved many of the /*M manual pages to the include file they belong with
src/mat/interface/matreg.c 1.8 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +0 -41 moved many of the /*M manual pages to the include file they belong with
src/mat/color/color.c 1.8 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +0 -38 moved many of the /*M manual pages to the include file they belong with
src/dm/da/src/da2.c 1.30 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +0 -19 moved many of the /*M manual pages to the include file they belong with
include/petscviewer.h 1.25 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +91 -3 moved many of the /*M manual pages to the include file they belong with
include/petscvec.h 1.30 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +117 -0 moved many of the /*M manual pages to the include file they belong with
include/petscts.h 1.14 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +44 -0 moved many of the /*M manual pages to the include file they belong with
include/petscsnes.h 1.16 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +83 -0 moved many of the /*M manual pages to the include file they belong with
include/petscpc.h 1.27 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +42 -0 moved many of the /*M manual pages to the include file they belong with
include/petscoptions.h 1.7 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +77 -0 moved many of the /*M manual pages to the include file they belong with
include/petscmat.h 1.67 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +194 -1 moved many of the /*M manual pages to the include file they belong with
include/petscksp.h 1.14 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +44 -0 moved many of the /*M manual pages to the include file they belong with
include/petscerror.h 1.18 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +209 -0 moved many of the /*M manual pages to the include file they belong with
include/petscengine.h 1.7 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +13 -1 moved many of the /*M manual pages to the include file they belong with
include/petscdraw.h 1.12 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +40 -0 moved many of the /*M manual pages to the include file they belong with
include/petscda.h 1.18 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +21 -0 moved many of the /*M manual pages to the include file they belong with
include/petsc.h 1.32 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +80 -0 moved many of the /*M manual pages to the include file they belong with
include/makefile 1.5 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +3 -3 moved many of the /*M manual pages to the include file they belong with
Hg-commit: b9d4cd9e24ec7fe59e3cad8e6273f9074d88f8ec
show more ...
|
| 311835f5 | 11-Jun-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1253 bsmith@harley.mcs.anl.gov|ChangeSet|20030611030346|63118 ChangeSet 1.1253 03/06/10 22:03:46 bsmith@harley.mcs.anl.gov +19 -0 final argument of DAVecGatArray RestoreArray now v
bk-changeset-1.1253 bsmith@harley.mcs.anl.gov|ChangeSet|20030611030346|63118 ChangeSet 1.1253 03/06/10 22:03:46 bsmith@harley.mcs.anl.gov +19 -0 final argument of DAVecGatArray RestoreArray now void *
src/vec/interface/vector.c 1.44 03/06/10 22:03:45 bsmith@harley.mcs.anl.gov +7 -7 final argument of DAVecGatArray RestoreArray now void *
src/ts/examples/tutorials/ex7.c 1.5 03/06/10 22:03:45 bsmith@harley.mcs.anl.gov +6 -6 final argument of DAVecGatArray RestoreArray now void *
src/snes/examples/tutorials/ex5.c 1.9 03/06/10 22:03:45 bsmith@harley.mcs.anl.gov +2 -2 final argument of DAVecGatArray RestoreArray now void *
src/snes/examples/tutorials/ex3.c 1.5 03/06/10 22:03:45 bsmith@harley.mcs.anl.gov +16 -16 final argument of DAVecGatArray RestoreArray now void *
src/snes/examples/tutorials/ex29.c 1.47 03/06/10 22:03:45 bsmith@harley.mcs.anl.gov +16 -16 final argument of DAVecGatArray RestoreArray now void *
src/snes/examples/tutorials/ex27.c 1.5 03/06/10 22:03:45 bsmith@harley.mcs.anl.gov +4 -4 final argument of DAVecGatArray RestoreArray now void *
src/snes/examples/tutorials/ex26.c 1.7 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +4 -4 final argument of DAVecGatArray RestoreArray now void *
src/snes/examples/tutorials/ex25.c 1.15 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +4 -4 final argument of DAVecGatArray RestoreArray now void *
src/snes/examples/tutorials/ex24.c 1.7 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +8 -8 final argument of DAVecGatArray RestoreArray now void *
src/snes/examples/tutorials/ex23.c 1.5 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +4 -4 final argument of DAVecGatArray RestoreArray now void *
src/snes/examples/tutorials/ex22.c 1.7 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +4 -4 final argument of DAVecGatArray RestoreArray now void *
src/snes/examples/tutorials/ex21.c 1.5 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +8 -8 final argument of DAVecGatArray RestoreArray now void *
src/snes/examples/tutorials/ex20.c 1.5 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +8 -8 final argument of DAVecGatArray RestoreArray now void *
src/snes/examples/tutorials/ex19.c 1.9 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +2 -2 final argument of DAVecGatArray RestoreArray now void *
src/snes/examples/tutorials/ex18.c 1.4 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +8 -8 final argument of DAVecGatArray RestoreArray now void *
src/snes/examples/tutorials/ex14.c 1.5 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +8 -8 final argument of DAVecGatArray RestoreArray now void *
src/dm/da/src/dagetarray.c 1.7 03/06/10 22:03:44 bsmith@harley.mcs.anl.gov +2 -2 final argument of DAVecGatArray RestoreArray now void *
src/dm/da/src/da2.c 1.29 03/06/10 22:03:43 bsmith@harley.mcs.anl.gov +6 -6 final argument of DAVecGatArray RestoreArray now void *
include/petscda.h 1.17 03/06/10 21:46:34 bsmith@harley.mcs.anl.gov +2 -140 droped dimensional davecgetarray and changed prototype to have void * instead of void **
Hg-commit: d1c2b4268f998f625487087cd2c69c62504c4214
show more ...
|
| 063ae132 | 08-Jun-2003 |
victorle <victorle@tibook500ve.cs.utk.edu> |
bk-changeset-1.1244.6.1 victorle@tibook500ve.cs.utk.edu|ChangeSet|20030608030211|02357 ChangeSet 1.1244.6.1 03/06/07 23:02:11 victorle@tibook500ve.cs.utk.edu +2 -0 ParMetis_V3 functionality in IS
bk-changeset-1.1244.6.1 victorle@tibook500ve.cs.utk.edu|ChangeSet|20030608030211|02357 ChangeSet 1.1244.6.1 03/06/07 23:02:11 victorle@tibook500ve.cs.utk.edu +2 -0 ParMetis_V3 functionality in ISPartitionCount; man pages updated for SPAI routines and PCSPAI
src/vec/is/utils/iscoloring.c 1.10 03/06/07 23:02:07 victorle@tibook500ve.cs.utk.edu +19 -7 ISPartitioningCount can now handle the ParMetis_V3 case of more partitions than processors.
src/sles/pc/impls/spai/src/ispai.c 1.12 03/06/07 23:02:07 victorle@tibook500ve.cs.utk.edu +164 -0 man pages for spai routines, and for PCSPAI
Hg-commit: c6f8aa9fe7de6093096a02efac9b0d52f8155ec0
show more ...
|
| e670eb2a | 29-May-2003 |
victorle <victorle@tibook500ve.cs.utk.edu> |
bk-changeset-1.1244.1.3 victorle@tibook500ve.cs.utk.edu|ChangeSet|20030529165930|34219 ChangeSet 1.1244.1.3 03/05/29 12:59:30 victorle@tibook500ve.cs.utk.edu +3 -0 ParMetis version 3 functionalit
bk-changeset-1.1244.1.3 victorle@tibook500ve.cs.utk.edu|ChangeSet|20030529165930|34219 ChangeSet 1.1244.1.3 03/05/29 12:59:30 victorle@tibook500ve.cs.utk.edu +3 -0 ParMetis version 3 functionality added: there can now be more partitions than processors. This is accessed with the MatPartitionSetNParts call; the old functionality is still the default behaviour.
src/vec/is/utils/iscoloring.c 1.9 03/05/29 12:59:25 victorle@tibook500ve.cs.utk.edu +12 -13 IsPartitioningToNumbering generalized to handle case of more partitions than processors (ParMetis version 3)
src/mat/partition/partition.c 1.8 03/05/29 12:59:24 victorle@tibook500ve.cs.utk.edu +28 -0 MatPartitionSetNParts added; this only works with ParMetis version3.
src/mat/partition/impls/pmetis/pmetis.c 1.5 03/05/29 12:59:24 victorle@tibook500ve.cs.utk.edu +23 -1 Call to ParMetis_V3_PartKway which can handle more partitions than processors
Hg-commit: 16e40d480fb5a1d4f6ed6c79326bee2b3535ae0a
show more ...
|
| efb16452 | 22-May-2003 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.1234 hzhang@compbio.mcs.anl.gov|ChangeSet|20030522195639|12150 ChangeSet 1.1234 03/05/22 14:56:39 hzhang@compbio.mcs.anl.gov +3 -0 remove indexshift
src/mat/impls/aij/seq/dxml.c
bk-changeset-1.1234 hzhang@compbio.mcs.anl.gov|ChangeSet|20030522195639|12150 ChangeSet 1.1234 03/05/22 14:56:39 hzhang@compbio.mcs.anl.gov +3 -0 remove indexshift
src/mat/impls/aij/seq/dxml.c 1.4 03/05/22 14:52:32 hzhang@compbio.mcs.anl.gov +3 -1 *** empty log message ***
src/mat/impls/aij/seq/aij.c 1.86 03/05/22 14:48:12 hzhang@compbio.mcs.anl.gov +1 -2 *** empty log message ***
src/mat/impls/aij/seq/aij.c 1.85 03/05/22 09:37:25 hzhang@compbio.mcs.anl.gov +4 -4 *** empty log message ***
src/vec/interface/vector.c 1.43 03/05/22 09:33:14 hzhang@compbio.mcs.anl.gov +0 -2 *** empty log message ***
Hg-commit: 720c5355b53c7f2919499a36ec15aee97bc30a22
show more ...
|
| 147746d1 | 22-May-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1232 bsmith@harley.mcs.anl.gov|ChangeSet|20030522044329|12381 ChangeSet 1.1232 03/05/21 23:43:29 bsmith@harley.mcs.anl.gov +6 -0 add VecStrideScatter/GatherAll with bs > 1 on both
bk-changeset-1.1232 bsmith@harley.mcs.anl.gov|ChangeSet|20030522044329|12381 ChangeSet 1.1232 03/05/21 23:43:29 bsmith@harley.mcs.anl.gov +6 -0 add VecStrideScatter/GatherAll with bs > 1 on both vectors
src/vec/utils/vinv.c 1.16 03/05/21 23:43:28 bsmith@harley.mcs.anl.gov +70 -30 add VecStrideScatter/GatherAll with bs > 1 on both vectors
src/vec/interface/vector.c 1.42 03/05/21 23:43:28 bsmith@harley.mcs.anl.gov +0 -1 bug fix, don't actually determine sizes until bs is set and matrix type is decided
src/vec/impls/seq/bvec2.c 1.17 03/05/21 23:43:28 bsmith@harley.mcs.anl.gov +0 -1 bug fix. bs may already be set so don't mess with it
src/vec/examples/tutorials/ex16.c 1.2 03/05/21 23:43:28 bsmith@harley.mcs.anl.gov +21 -14 add tests for VecStrideScatter/GatherAll with bs > 1 on both vectors
src/vec/examples/tutorials/makefile 1.7 03/05/21 23:43:27 bsmith@harley.mcs.anl.gov +5 -1 add tests for VecStrideScatter/GatherAll with bs > 1 on both vectors
src/vec/examples/tutorials/ex16.c 1.1 03/05/21 21:02:15 bsmith@harley.mcs.anl.gov +75 -0
src/vec/examples/tutorials/ex16.c 1.0 03/05/21 21:02:15 bsmith@harley.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/src/vec/examples/tutorials/ex16.c
src/vec/utils/vinv.c 1.15 03/05/21 18:17:32 bsmith@harley.mcs.anl.gov +12 -12 changed the names from Block to Stride All to match those for the stride gather scatter
include/petscvec.h 1.29 03/05/21 18:17:25 bsmith@harley.mcs.anl.gov +4 -4 changed the names from Block to Stride All to match those for the stride gather scatter
Hg-commit: 41bf731f7cbcd150a0e64abe897419ff6a86cb4f
show more ...
|
| 4a560884 | 21-May-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1226 bsmith@harley.mcs.anl.gov|ChangeSet|20030521192812|65251 ChangeSet 1.1226 03/05/21 14:28:12 bsmith@harley.mcs.anl.gov +2 -0 added block versions of VecStride.. functions per K
bk-changeset-1.1226 bsmith@harley.mcs.anl.gov|ChangeSet|20030521192812|65251 ChangeSet 1.1226 03/05/21 14:28:12 bsmith@harley.mcs.anl.gov +2 -0 added block versions of VecStride.. functions per Kai's request
include/petscvec.h 1.28 03/05/21 14:27:50 bsmith@harley.mcs.anl.gov +5 -0 added block versions of VecStride.. functions per Kai's request
src/vec/utils/vinv.c 1.14 03/05/21 14:27:43 bsmith@harley.mcs.anl.gov +299 -0 added block versions of VecStride.. functions per Kai's request
src/vec/utils/vinv.c 1.13 03/05/21 14:01:36 bsmith@harley.mcs.anl.gov +87 -36 new method suggessted by Kai
include/petscvec.h 1.27 03/05/21 14:01:30 bsmith@harley.mcs.anl.gov +3 -2 new method suggessted by Kai
Hg-commit: 9ab4917a205db875b65b67e48331214b9192a7d7
show more ...
|
| 6f19db18 | 30-Apr-2003 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.1168 balay@smash.mcs.anl.gov|ChangeSet|20030430134039|38390 ChangeSet 1.1168 03/04/30 08:40:39 balay@smash.mcs.anl.gov +1 -0 fix logging bug with VecLoad()
src/vec/utils/vecio.c
bk-changeset-1.1168 balay@smash.mcs.anl.gov|ChangeSet|20030430134039|38390 ChangeSet 1.1168 03/04/30 08:40:39 balay@smash.mcs.anl.gov +1 -0 fix logging bug with VecLoad()
src/vec/utils/vecio.c 1.13 03/04/30 08:40:38 balay@smash.mcs.anl.gov +5 -0 fix logging bug with VecLoad()
Hg-commit: bf6a0829a102306b986ff3e67dde147c5ef9b96d
show more ...
|
| a0c71783 | 11-Apr-2003 |
victorle <victorle@tibook500ve.cs.utk.edu> |
bk-changeset-1.1149 victorle@tibook500ve.cs.utk.edu|ChangeSet|20030411220053|65013 ChangeSet 1.1149 03/04/11 18:00:53 victorle@tibook500ve.cs.utk.edu +2 -0 Fixed bunch of typos in {Mat,IS}Partiti
bk-changeset-1.1149 victorle@tibook500ve.cs.utk.edu|ChangeSet|20030411220053|65013 ChangeSet 1.1149 03/04/11 18:00:53 victorle@tibook500ve.cs.utk.edu +2 -0 Fixed bunch of typos in {Mat,IS}Partitioning man pages. The word "partitioning" must be really hard to type.
src/vec/is/utils/iscoloring.c 1.8 03/04/11 18:00:49 victorle@tibook500ve.cs.utk.edu +1 -1 fixed typos in man pages
src/mat/partition/partition.c 1.7 03/04/11 18:00:49 victorle@tibook500ve.cs.utk.edu +3 -3 fixed typos in man pages
Hg-commit: d2a0b9a7095ac0a4d18776efe8aa04e4889f9e4d
show more ...
|
| a26fe2d0 | 28-Mar-2003 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.1126.1.1 balay@smash.mcs.anl.gov|ChangeSet|20030328220845|51560 ChangeSet 1.1126.1.1 03/03/28 16:08:45 balay@smash.mcs.anl.gov +2 -0 fix normvalid flag
src/vec/vecimpl.h 1.1
bk-changeset-1.1126.1.1 balay@smash.mcs.anl.gov|ChangeSet|20030328220845|51560 ChangeSet 1.1126.1.1 03/03/28 16:08:45 balay@smash.mcs.anl.gov +2 -0 fix normvalid flag
src/vec/vecimpl.h 1.12 03/03/28 16:08:44 balay@smash.mcs.anl.gov +1 -1 fix normvalid flag
src/vec/interface/vector.c 1.41 03/03/28 16:08:44 balay@smash.mcs.anl.gov +4 -1 fix normvalid flag
Hg-commit: e83f6ba7bbd2440940a9d34db49746f1f1061ec0
show more ...
|
| 80a2d2e1 | 26-Mar-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1118 bsmith@harley.mcs.anl.gov|ChangeSet|20030326200706|32767 ChangeSet 1.1118 03/03/26 14:07:06 bsmith@harley.mcs.anl.gov +2 -0 vecnormalize fixes including logging problem
src
bk-changeset-1.1118 bsmith@harley.mcs.anl.gov|ChangeSet|20030326200706|32767 ChangeSet 1.1118 03/03/26 14:07:06 bsmith@harley.mcs.anl.gov +2 -0 vecnormalize fixes including logging problem
src/vec/interface/vector.c 1.40 03/03/26 14:06:28 bsmith@harley.mcs.anl.gov +3 -6 cosmetic change plus fix that on 0.0 norm it returned without closing logging
src/vec/interface/dlregis.c 1.15 03/03/26 14:06:01 bsmith@harley.mcs.anl.gov +1 -0 register vecnormalize logging
Hg-commit: 9e394862b4cd95a815edfe2f9bfbbea0f1d0fc10
show more ...
|
| 1d886444 | 25-Mar-2003 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.1108.1.1 balay@smash.mcs.anl.gov|ChangeSet|20030325201332|32696 ChangeSet 1.1108.1.1 03/03/25 14:13:32 balay@smash.mcs.anl.gov +2 -0 fix etags DIRS and make targets
src/vec/exam
bk-changeset-1.1108.1.1 balay@smash.mcs.anl.gov|ChangeSet|20030325201332|32696 ChangeSet 1.1108.1.1 03/03/25 14:13:32 balay@smash.mcs.anl.gov +2 -0 fix etags DIRS and make targets
src/vec/examples/tutorials/makefile 1.6 03/03/25 14:13:31 balay@smash.mcs.anl.gov +2 -2 fix etags DIRS and make targets
src/sys/src/viewer/impls/mathematica/makefile 1.7 03/03/25 14:13:31 balay@smash.mcs.anl.gov +2 -2 fix etags DIRS and make targets
Hg-commit: 4688a57bfdb5025c848aec950954596553d07dac
show more ...
|
| 5eb338c2 | 20-Mar-2003 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.1099 balay@smash.mcs.anl.gov|ChangeSet|20030320205013|34901 ChangeSet 1.1099 03/03/20 14:50:13 balay@smash.mcs.anl.gov +1 -0 more formatted comment fixes
src/vec/utils/pipeline.
bk-changeset-1.1099 balay@smash.mcs.anl.gov|ChangeSet|20030320205013|34901 ChangeSet 1.1099 03/03/20 14:50:13 balay@smash.mcs.anl.gov +1 -0 more formatted comment fixes
src/vec/utils/pipeline.c 1.6 03/03/20 14:50:13 balay@smash.mcs.anl.gov +2 -2 more formatted comment fixes
Hg-commit: d0c590fbcc2d50c5ea4a86d79f2a700728ba1767
show more ...
|
| b1893862 | 20-Mar-2003 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.1098 balay@smash.mcs.anl.gov|ChangeSet|20030320204644|34898 ChangeSet 1.1098 03/03/20 14:46:44 balay@smash.mcs.anl.gov +3 -0 fix formatted comments
src/vec/utils/pipeline.c
bk-changeset-1.1098 balay@smash.mcs.anl.gov|ChangeSet|20030320204644|34898 ChangeSet 1.1098 03/03/20 14:46:44 balay@smash.mcs.anl.gov +3 -0 fix formatted comments
src/vec/utils/pipeline.c 1.5 03/03/20 14:46:43 balay@smash.mcs.anl.gov +1 -1 fix formatted comments
src/sles/pc/impls/esi/pesi.c 1.14 03/03/20 14:46:43 balay@smash.mcs.anl.gov +1 -1 fix formatted comments
src/mat/impls/aij/seq/aijnode.c 1.11 03/03/20 14:46:43 balay@smash.mcs.anl.gov +3 -3 fix formatted comments
Hg-commit: a2577a989b7484393b01a8274807ab3496084f52
show more ...
|
| d4e9f3b6 | 09-Mar-2003 |
Dinesh Kaushik <kaushik@mcs.anl.gov> |
bk-changeset-1.1073 kaushik@manu.mcs.anl.gov|ChangeSet|20030309055935|00773 ChangeSet 1.1073 03/03/08 23:59:35 kaushik@manu.mcs.anl.gov +1 -0 Fixed PetscAbs
src/vec/interface/vector.c 1.39
bk-changeset-1.1073 kaushik@manu.mcs.anl.gov|ChangeSet|20030309055935|00773 ChangeSet 1.1073 03/03/08 23:59:35 kaushik@manu.mcs.anl.gov +1 -0 Fixed PetscAbs
src/vec/interface/vector.c 1.39 03/03/08 23:59:31 kaushik@manu.mcs.anl.gov +1 -1 Fixed PetscAbs
Hg-commit: 62d8ee9ee07db119902865018c236a0d068e70ce
show more ...
|
| 7bdeda15 | 04-Mar-2003 |
Dinesh Kaushik <kaushik@mcs.anl.gov> |
bk-changeset-1.1040.3.1 kaushik@manu.mcs.anl.gov|ChangeSet|20030304062301|40881 ChangeSet 1.1040.3.1 03/03/04 00:23:01 kaushik@manu.mcs.anl.gov +4 -0 VecNorm() caches 2-norm
src/vec/utils/comb
bk-changeset-1.1040.3.1 kaushik@manu.mcs.anl.gov|ChangeSet|20030304062301|40881 ChangeSet 1.1040.3.1 03/03/04 00:23:01 kaushik@manu.mcs.anl.gov +4 -0 VecNorm() caches 2-norm
src/vec/utils/comb.c 1.7 03/03/04 00:22:57 kaushik@manu.mcs.anl.gov +4 -0 VecNorm() caches 2-norm
src/vec/interface/vector.c 1.38 03/03/04 00:22:57 kaushik@manu.mcs.anl.gov +69 -6 VecNorm() caches 2-norm
src/sles/ksp/impls/gmres/gmres.c 1.12 03/03/04 00:22:57 kaushik@manu.mcs.anl.gov +3 -8 Employs VecNormalize in GmresCycle()
include/petscvec.h 1.26 03/03/04 00:22:57 kaushik@manu.mcs.anl.gov +2 -1 Added VecNormalize
Hg-commit: e5e6cfd78e8d823b795d10c1f303abf7a717d998
show more ...
|
| bae98175 | 27-Feb-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1031.6.1 bsmith@harley.mcs.anl.gov|ChangeSet|20030227185050|38877 ChangeSet 1.1031.6.1 03/02/27 12:50:50 bsmith@harley.mcs.anl.gov +10 -0 lgmres to correct place. Comment out use
bk-changeset-1.1031.6.1 bsmith@harley.mcs.anl.gov|ChangeSet|20030227185050|38877 ChangeSet 1.1031.6.1 03/02/27 12:50:50 bsmith@harley.mcs.anl.gov +10 -0 lgmres to correct place. Comment out use of vecnorm caching till rest is finished
src/vec/interface/vector.c 1.37 03/02/27 12:50:49 bsmith@harley.mcs.anl.gov +3 -3 comment out code that scews up
src/sles/ksp/interface/itregis.c 1.5 03/02/27 12:50:49 bsmith@harley.mcs.anl.gov +1 -2 register lgmres properly
src/sles/ksp/impls/lgmres/makefile 1.3 03/02/27 12:50:49 bsmith@harley.mcs.anl.gov +2 -2 proper location and manual pages
src/contrib/adic/Gradient/ad_grad.c 1.5 03/02/27 12:50:49 bsmith@harley.mcs.anl.gov +2 -2 bring variables out of extern c
include/petscksp.h 1.13 03/02/27 12:50:49 bsmith@harley.mcs.anl.gov +1 -0 adding lgmres and put in proper place
bmake/linux_intel/variables 1.11 03/02/27 12:50:48 bsmith@harley.mcs.anl.gov +1 -1 changed to use while loops by default
bmake/linux_intel/petscconf.h 1.20 03/02/27 12:50:48 bsmith@harley.mcs.anl.gov +1 -0 use dynamic
src/sles/ksp/impls/lgmres/lgmresp.h 1.2 03/02/27 11:17:35 bsmith@harley.mcs.anl.gov +0 -0 Rename: src/contrib/lgmres/lgmresp.h -> src/sles/ksp/impls/lgmres/lgmresp.h
src/sles/ksp/impls/lgmres/lgmres.c 1.4 03/02/27 11:17:35 bsmith@harley.mcs.anl.gov +0 -0 Rename: src/contrib/lgmres/lgmres.c -> src/sles/ksp/impls/lgmres/lgmres.c
src/sles/ksp/impls/lgmres/makefile 1.2 03/02/27 11:17:27 bsmith@harley.mcs.anl.gov +0 -0 Rename: src/contrib/lgmres/makefile -> src/sles/ksp/impls/lgmres/makefile
src/sles/ksp/impls/lgmres/readme 1.2 03/02/27 11:17:14 bsmith@harley.mcs.anl.gov +0 -0 Rename: src/contrib/lgmres/README -> src/sles/ksp/impls/lgmres/readme
Hg-commit: ce3769be390924b54111ec1a945fa477ee6a3825
show more ...
|
| ecc4ab6d | 26-Feb-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1031.1.6 bsmith@harley.mcs.anl.gov|ChangeSet|20030226201510|35771 ChangeSet 1.1031.1.6 03/02/26 14:15:10 bsmith@harley.mcs.anl.gov +4 -0 partial
src/vec/vecimpl.h 1.11 03/02
bk-changeset-1.1031.1.6 bsmith@harley.mcs.anl.gov|ChangeSet|20030226201510|35771 ChangeSet 1.1031.1.6 03/02/26 14:15:10 bsmith@harley.mcs.anl.gov +4 -0 partial
src/vec/vecimpl.h 1.11 03/02/26 14:14:30 bsmith@harley.mcs.anl.gov +2 -0 started caching of vecnorm
src/vec/interface/vector.c 1.36 03/02/26 14:12:26 bsmith@harley.mcs.anl.gov +5 -0 starting putting in caching of norm value
src/vec/interface/vector.c 1.35 03/02/26 14:10:26 bsmith@harley.mcs.anl.gov +22 -3 partial
src/mat/impls/sbaij/seq/sbaij.c 1.53 03/02/26 12:58:36 bsmith@harley.mcs.anl.gov +7 -0 support -mat_sbaij_spooles with MatLoad()
src/mat/impls/baij/seq/baij.c 1.40 03/02/26 12:58:12 bsmith@harley.mcs.anl.gov +8 -0 support -mat_baij_spooles with MatLoad()
Hg-commit: 4c5937b15975aa312c1d36ded138e95567b33473
show more ...
|
| 08b6dcc0 | 25-Feb-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1028.1.1 bsmith@harley.mcs.anl.gov|ChangeSet|20030225023512|44317 ChangeSet 1.1028.1.1 03/02/24 20:35:12 bsmith@harley.mcs.anl.gov +15 -0 changed arrays of colors to use unsigned c
bk-changeset-1.1028.1.1 bsmith@harley.mcs.anl.gov|ChangeSet|20030225023512|44317 ChangeSet 1.1028.1.1 03/02/24 20:35:12 bsmith@harley.mcs.anl.gov +15 -0 changed arrays of colors to use unsigned character to reduce memory usage and faster performance (didn't actually help on a P4 :-)
src/vec/is/utils/iscoloring.c 1.7 03/02/24 20:35:11 bsmith@harley.mcs.anl.gov +58 -8 changed arrays of colors to use unsigned character to reduce memory usage and faster performance (didn't actually help on a P4 :-)
src/mat/matimpl.h 1.19 03/02/24 20:35:11 bsmith@harley.mcs.anl.gov +1 -1 changed arrays of colors to use unsigned character to reduce memory usage and faster performance (didn't actually help on a P4 :-)
src/mat/interface/matrix.c 1.51 03/02/24 20:35:10 bsmith@harley.mcs.anl.gov +1 -1 changed arrays of colors to use unsigned character to reduce memory usage and faster performance (didn't actually help on a P4 :-)
src/mat/impls/aij/seq/fdaij.c 1.4 03/02/24 20:35:10 bsmith@harley.mcs.anl.gov +5 -4 changed arrays of colors to use unsigned character to reduce memory usage and faster performance (didn't actually help on a P4 :-)
src/mat/impls/aij/seq/aijnode.c 1.10 03/02/24 20:35:10 bsmith@harley.mcs.anl.gov +1 -1 changed arrays of colors to use unsigned character to reduce memory usage and faster performance (didn't actually help on a P4 :-)
src/mat/impls/aij/seq/aij.c 1.61 03/02/24 20:35:10 bsmith@harley.mcs.anl.gov +12 -9 changed arrays of colors to use unsigned character to reduce memory usage and faster performance (didn't actually help on a P4 :-)
src/mat/impls/aij/mpi/mpiaij.c 1.50 03/02/24 20:35:10 bsmith@harley.mcs.anl.gov +10 -9 changed arrays of colors to use unsigned character to reduce memory usage and faster performance (didn't actually help on a P4 :-)
src/mat/color/color.c 1.7 03/02/24 20:35:10 bsmith@harley.mcs.anl.gov +30 -11 changed arrays of colors to use unsigned character to reduce memory usage and faster performance (didn't actually help on a P4 :-)
src/dm/da/utils/fdda.c 1.20 03/02/24 20:35:10 bsmith@harley.mcs.anl.gov +16 -12 changed arrays of colors to use unsigned character to reduce memory usage and faster performance (didn't actually help on a P4 :-)
src/dm/da/src/da2.c 1.24 03/02/24 20:35:10 bsmith@harley.mcs.anl.gov +7 -8 changed arrays of colors to use unsigned character to reduce memory usage and faster performance (didn't actually help on a P4 :-)
src/contrib/adic/Gradient/ad_utils.c 1.8 03/02/24 20:35:10 bsmith@harley.mcs.anl.gov +3 -1 changed arrays of colors to use unsigned character to reduce memory usage and faster performance (didn't actually help on a P4 :-)
include/petscmat.h 1.45 03/02/24 20:35:10 bsmith@harley.mcs.anl.gov +1 -1 changed arrays of colors to use unsigned character to reduce memory usage and faster performance (didn't actually help on a P4 :-)
include/petscis.h 1.8 03/02/24 20:35:09 bsmith@harley.mcs.anl.gov +12 -8 changed arrays of colors to use unsigned character to reduce memory usage and faster performance (didn't actually help on a P4 :-)
include/adic/ad_utils.h 1.6 03/02/24 20:35:09 bsmith@harley.mcs.anl.gov +1 -1 changed arrays of colors to use unsigned character to reduce memory usage and faster performance (didn't actually help on a P4 :-)
src/fortran/custom/zis.c 1.9 03/02/23 22:59:53 bsmith@harley.mcs.anl.gov +8 -1 better error handling for basing in bad colors
src/fortran/custom/zis.c 1.8 03/02/23 22:57:19 bsmith@harley.mcs.anl.gov +8 -3 change to ISColoringCreate for Fortran to handle new shorter storage of colors
Hg-commit: ca16ac12e20a3e4927f8f322ba15d18b2282297b
show more ...
|
| 7f6c08e0 | 16-Jan-2003 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.933.2.1 knepley@khan.mcs.anl.gov|ChangeSet|20030116183851|02763 ChangeSet 1.933.2.1 03/01/16 12:38:51 knepley@khan.mcs.anl.gov +12 -0 Added level comments
src/vec/interface/vecr
bk-changeset-1.933.2.1 knepley@khan.mcs.anl.gov|ChangeSet|20030116183851|02763 ChangeSet 1.933.2.1 03/01/16 12:38:51 knepley@khan.mcs.anl.gov +12 -0 Added level comments
src/vec/interface/vecreg.c 1.16 03/01/16 12:38:43 knepley@khan.mcs.anl.gov +2 -1 Added level comments
src/ts/interface/tsreg.c 1.10 03/01/16 12:38:43 knepley@khan.mcs.anl.gov +2 -1 Added level comments
src/sys/src/viewer/impls/socket/send.c 1.14 03/01/16 12:38:43 knepley@khan.mcs.anl.gov +4 -4 Added level comments
src/sys/src/viewer/impls/draw/drawv.c 1.13 03/01/16 12:38:43 knepley@khan.mcs.anl.gov +4 -4 Added level comments
src/sys/src/viewer/impls/binary/binv.c 1.17 03/01/16 12:38:43 knepley@khan.mcs.anl.gov +4 -4 Added level comments
src/sys/src/viewer/impls/ascii/vcreatea.c 1.6 03/01/16 12:38:43 knepley@khan.mcs.anl.gov +4 -4 Added level comments
src/sys/src/matlabengine/matlab.c 1.15 03/01/16 12:38:43 knepley@khan.mcs.anl.gov +6 -2 Added level comments
src/snes/interface/snes.c 1.26 03/01/16 12:38:43 knepley@khan.mcs.anl.gov +2 -1 Added level comments
src/sles/pc/interface/precon.c 1.17 03/01/16 12:38:43 knepley@khan.mcs.anl.gov +2 -1 Added level comments
src/sles/ksp/interface/itcreate.c 1.19 03/01/16 12:38:42 knepley@khan.mcs.anl.gov +2 -1 Added level comments
src/mat/interface/matreg.c 1.7 03/01/16 12:38:42 knepley@khan.mcs.anl.gov +2 -1 Added level comments
src/contrib/sda/src/sda2.c 1.10.1.1 03/01/16 12:38:42 knepley@khan.mcs.anl.gov +17 -1 Added level comments
Hg-commit: 5a32aa126ee285920e89eef7da89ad6aa2596a13
show more ...
|
| f7a9e4ce | 16-Dec-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.896 bsmith@terra.mcs.anl.gov|ChangeSet|20021216201805|34245 ChangeSet 1.896 02/12/16 14:18:05 bsmith@terra.mcs.anl.gov +12 -0 docs and bugs
src/vec/interface/vector.c 1.34 0
bk-changeset-1.896 bsmith@terra.mcs.anl.gov|ChangeSet|20021216201805|34245 ChangeSet 1.896 02/12/16 14:18:05 bsmith@terra.mcs.anl.gov +12 -0 docs and bugs
src/vec/interface/vector.c 1.34 02/12/16 14:18:03 bsmith@terra.mcs.anl.gov +1 -1 docs fix
src/sys/src/viewer/impls/socket/senddense.c 1.7 02/12/16 14:18:03 bsmith@terra.mcs.anl.gov +4 -4 docs fix
src/sys/src/viewer/impls/socket/send.c 1.13 02/12/16 14:18:03 bsmith@terra.mcs.anl.gov +2 -1 docs fix
src/mat/interface/matnull.c 1.7 02/12/16 14:18:03 bsmith@terra.mcs.anl.gov +2 -1 docs fix
src/mat/impls/aij/mpi/pxxt.c 1.7 02/12/16 14:15:50 bsmith@terra.mcs.anl.gov +1 -1 fix bug introduced when code was changed to stash private information into A->spptr so A must be passed in here instead of A->data; This should have been found by testing, it we did any testing
src/sles/ksp/impls/cg/cg.c 1.9 02/12/13 15:42:19 bsmith@terra.mcs.anl.gov +4 -1 don't generate error on nonsymmetric set converged reaspon flag
src/snes/examples/tutorials/ex29.c 1.11 02/12/13 13:29:18 bsmith@terra.mcs.anl.gov +3 -2 finished removing memory leaks
bmake/linux/rules 1.6 02/12/13 11:25:54 bsmith@terra.mcs.anl.gov +1 -1 don't print out commands that make shared libraries
bmake/common/rules 1.45 02/12/13 11:25:36 bsmith@terra.mcs.anl.gov +8 -8 don't print out commands that make shared libraries
src/mat/interface/matnull.c 1.6 02/12/12 14:24:25 bsmith@terra.mcs.anl.gov +14 -3 proper destruction of vectors passed in as null space for MatNullSpace
src/sys/src/objects/init.c 1.21 02/12/12 14:10:36 bsmith@terra.mcs.anl.gov +1 -0 Make sure that trmalloc is on when asking for debugging. (Note it is always on for g)
src/sys/src/memory/mal.c 1.13 02/12/12 14:09:05 bsmith@terra.mcs.anl.gov +1 -1 allow calling a second time with the same arguements as the first
include/petscmat.h 1.39 02/12/12 13:32:30 bsmith@terra.mcs.anl.gov +1 -1 *** empty log message ***
Hg-commit: 32454c582867d95231e138bd0c4dda2bd4130bd2
show more ...
|
| 51dd7536 | 26-Nov-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.883 bsmith@terra.mcs.anl.gov|ChangeSet|20021126223855|18679 ChangeSet 1.883 02/11/26 16:38:55 bsmith@terra.mcs.anl.gov +7 -0 better MatMerge
src/mat/examples/tests/ex86.c 1.
bk-changeset-1.883 bsmith@terra.mcs.anl.gov|ChangeSet|20021126223855|18679 ChangeSet 1.883 02/11/26 16:38:55 bsmith@terra.mcs.anl.gov +7 -0 better MatMerge
src/mat/examples/tests/ex86.c 1.3 02/11/26 16:38:54 bsmith@terra.mcs.anl.gov +16 -2 better MatMerge
include/petscmat.h 1.38 02/11/26 16:38:54 bsmith@terra.mcs.anl.gov +1 -1 better MatMerge
docs/tex/petscconsult.bib 1.2 02/11/26 16:38:54 bsmith@terra.mcs.anl.gov +31 -1180 more petsc ap references
src/mat/impls/aij/mpi/mpiaij.c 1.43 02/11/26 16:26:27 bsmith@terra.mcs.anl.gov +42 -37 *** empty log message ***
src/vec/interface/mapreg.c 1.10 02/11/26 15:58:38 bsmith@terra.mcs.anl.gov +1 -1 *** empty log message ***
docs/tex/petscapp.bib 1.52 02/11/26 12:34:08 bsmith@terra.mcs.anl.gov +21 -0 added new app publications
docs/tex/petscapp.bib 1.51 02/11/21 22:13:45 bsmith@terra.mcs.anl.gov +21 -13 added two more and removed consulting one to petscconsult.bib
docs/tex/petscconsult.bib 1.1 02/11/21 22:12:59 bsmith@terra.mcs.anl.gov +1189 -0
docs/tex/petscconsult.bib 1.0 02/11/21 22:12:58 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/docs/tex/petscconsult.bib
bin/matlab/PetscBinary.m 1.2 02/11/20 16:41:08 bsmith@terra.mcs.anl.gov +45 -3 first cut; seems to read in correctly
bin/matlab/PetscBinary.m 1.1 02/11/20 15:26:27 bsmith@terra.mcs.anl.gov +5 -0
bin/matlab/PetscBinary.m 1.0 02/11/20 15:26:27 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/bin/matlab/PetscBinary.m
Hg-commit: 86346485ca865b15c9a35f6b352d0454f6db8d7b
show more ...
|