| #
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 ...
|
| #
b2bc0cf5
|
| 11-Feb-2003 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.988.3.3 balay@harley.mcs.anl.gov|ChangeSet|20030211214426|14019 ChangeSet 1.988.3.3 03/02/11 15:44:26 balay@harley.mcs.anl.gov +10 -0 add in Complex Spooles interface
src/mat/im
bk-changeset-1.988.3.3 balay@harley.mcs.anl.gov|ChangeSet|20030211214426|14019 ChangeSet 1.988.3.3 03/02/11 15:44:26 balay@harley.mcs.anl.gov +10 -0 add in Complex Spooles interface
src/mat/impls/sbaij/seq/sbaijspooles.c 1.17.1.1 03/02/11 15:44:25 balay@harley.mcs.anl.gov +2 -2 add in Complex Spooles interface
src/mat/impls/sbaij/mpi/mpisbaijspooles.c 1.7.1.1 03/02/11 15:44:25 balay@harley.mcs.anl.gov +3 -3 add in Complex Spooles interface
src/mat/impls/aij/seq/spoolesOptions.c 1.11.1.1 03/02/11 15:44:25 balay@harley.mcs.anl.gov +12 -3 add in Complex Spooles interface
src/mat/impls/aij/seq/spooles.c 1.49.1.1 03/02/11 15:44:25 balay@harley.mcs.anl.gov +80 -29 add in Complex Spooles interface
src/mat/impls/aij/seq/aijspooles.c 1.12.1.1 03/02/11 15:44:25 balay@harley.mcs.anl.gov +1 -1 add in Complex Spooles interface
src/mat/impls/aij/seq/aij.c 1.55.1.1 03/02/11 15:44:25 balay@harley.mcs.anl.gov +3 -3 add in Complex Spooles interface
src/mat/impls/aij/mpi/mpispooles.c 1.28.1.1 03/02/11 15:44:25 balay@harley.mcs.anl.gov +81 -44 add in Complex Spooles interface
src/mat/impls/aij/mpi/mpiaijspooles.c 1.14.1.1 03/02/11 15:44:25 balay@harley.mcs.anl.gov +1 -1 add in Complex Spooles interface
src/mat/impls/aij/mpi/mpiaij.c 1.47.1.1 03/02/11 15:44:25 balay@harley.mcs.anl.gov +1 -1 add in Complex Spooles interface
include/petscversion.h 1.70 03/02/11 15:44:25 balay@harley.mcs.anl.gov +1 -1 update patch level
Hg-commit: 54de31a0079fb14a35f1fe19235f42b6389e5cba
show more ...
|
| #
6ea74821
|
| 10-Feb-2003 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.996 hzhang@compbio.mcs.anl.gov|ChangeSet|20030210171427|16274 ChangeSet 1.996 03/02/10 11:14:27 hzhang@compbio.mcs.anl.gov +9 -0 add complex support to spooles interface for sbaij
bk-changeset-1.996 hzhang@compbio.mcs.anl.gov|ChangeSet|20030210171427|16274 ChangeSet 1.996 03/02/10 11:14:27 hzhang@compbio.mcs.anl.gov +9 -0 add complex support to spooles interface for sbaij mat.
src/mat/impls/aij/seq/spoolesOptions.c 1.14 03/02/10 11:13:14 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/impls/aij/mpi/mpiaij.c 1.48 03/02/10 11:06:52 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/impls/sbaij/mpi/mpisbaijspooles.c 1.10 03/02/10 10:59:41 hzhang@compbio.mcs.anl.gov +1 -7 *** empty log message ***
src/mat/impls/aij/mpi/mpiaijspooles.c 1.16 03/02/10 10:55:32 hzhang@compbio.mcs.anl.gov +0 -5 *** empty log message ***
src/mat/impls/aij/mpi/mpispooles.c 1.30 03/02/10 10:54:28 hzhang@compbio.mcs.anl.gov +26 -25 *** empty log message ***
src/mat/impls/aij/seq/spooles.c 1.53 03/02/10 10:50:08 hzhang@compbio.mcs.anl.gov +1 -0 *** empty log message ***
src/mat/impls/aij/seq/spooles.c 1.52 03/02/10 10:45:11 hzhang@compbio.mcs.anl.gov +21 -19 *** empty log message ***
src/mat/impls/aij/seq/spoolesOptions.c 1.13 03/02/10 10:42:46 hzhang@compbio.mcs.anl.gov +10 -1 *** empty log message ***
src/mat/impls/aij/seq/aij.c 1.57 03/02/10 10:36:59 hzhang@compbio.mcs.anl.gov +3 -3 *** empty log message ***
src/mat/impls/aij/seq/aijspooles.c 1.14 03/02/10 10:13:04 hzhang@compbio.mcs.anl.gov +0 -5 *** empty log message ***
src/mat/impls/sbaij/seq/sbaijspooles.c 1.20 03/02/10 10:12:35 hzhang@compbio.mcs.anl.gov +1 -7 *** empty log message ***
Hg-commit: 1e2532df7002c2eadb57b107740766350f247764
show more ...
|
| #
123145df
|
| 09-Jan-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.926 Kris@buschel2000.|ChangeSet|20030109205253|05259 ChangeSet 1.926 03/01/09 12:52:53 Kris@buschel2000. +19 -0 Single precision solves are default when available (matsingle builds
bk-changeset-1.926 Kris@buschel2000.|ChangeSet|20030109205253|05259 ChangeSet 1.926 03/01/09 12:52:53 Kris@buschel2000. +19 -0 Single precision solves are default when available (matsingle builds, baij_4).
src/sles/pc/impls/ilu/ilu.h 1.4 03/01/09 12:52:48 Kris@buschel2000. +0 -1 Single precision solves are default when available (matsingle builds, baij_4).
src/sles/pc/impls/ilu/ilu.c 1.10 03/01/09 12:52:48 Kris@buschel2000. +0 -58 Single precision solves are default when available (matsingle builds, baij_4).
src/mat/impls/sbaij/seq/sbaij.c 1.49.1.1 03/01/09 12:52:48 Kris@buschel2000. +0 -1 Single precision solves are default when available (matsingle builds, baij_4).
src/mat/impls/sbaij/mpi/mpisbaij.c 1.43 03/01/09 12:52:48 Kris@buschel2000. +0 -1 Single precision solves are default when available (matsingle builds, baij_4).
src/mat/impls/rowbs/mpi/mpirowbs.c 1.10 03/01/09 12:52:48 Kris@buschel2000. +0 -1 Single precision solves are default when available (matsingle builds, baij_4).
src/mat/impls/dense/seq/dense.c 1.14 03/01/09 12:52:47 Kris@buschel2000. +0 -1 Single precision solves are default when available (matsingle builds, baij_4).
src/mat/impls/dense/mpi/mpidense.c 1.13 03/01/09 12:52:47 Kris@buschel2000. +0 -1 Single precision solves are default when available (matsingle builds, baij_4).
src/mat/impls/bdiag/seq/bdiag.c 1.10 03/01/09 12:52:47 Kris@buschel2000. +0 -1 Single precision solves are default when available (matsingle builds, baij_4).
src/mat/impls/bdiag/mpi/mpibdiag.c 1.11 03/01/09 12:52:47 Kris@buschel2000. +0 -1 Single precision solves are default when available (matsingle builds, baij_4).
src/mat/impls/baij/seq/baijfact2.c 1.10 03/01/09 12:52:47 Kris@buschel2000. +28 -47 Single precision solves are default when available (matsingle builds, baij_4). Perhaps this should be cleaned up a bit....
src/mat/impls/baij/seq/baij.h 1.8 03/01/09 12:52:46 Kris@buschel2000. +0 -1 Single precision solves are default when available (matsingle builds, baij_4).
src/mat/impls/baij/seq/baij.c 1.36 03/01/09 12:52:46 Kris@buschel2000. +0 -10 Single precision solves are default when available (matsingle builds, baij_4).
src/mat/impls/baij/mpi/mpibaij.c 1.17 03/01/09 12:52:46 Kris@buschel2000. +0 -1 Single precision solves are default when available (matsingle builds, baij_4).
src/mat/impls/aij/seq/aij.c 1.52.1.1 03/01/09 12:52:46 Kris@buschel2000. +0 -1 Single precision solves are default when available (matsingle builds, baij_4).
src/mat/impls/aij/mpi/mpiaij.c 1.47 03/01/09 12:52:46 Kris@buschel2000. +0 -1 Single precision solves are default when available (matsingle builds, baij_4).
src/mat/impls/adj/mpi/mpiadj.c 1.8 03/01/09 12:52:45 Kris@buschel2000. +0 -1 Single precision solves are default when available (matsingle builds, baij_4).
include/petscpc.h 1.22 03/01/09 12:52:45 Kris@buschel2000. +0 -1 Single precision solves are default when available (matsingle builds, baij_4).
include/petscmat.h 1.42 03/01/09 12:52:45 Kris@buschel2000. +1 -1 Single precision solves are default when available (matsingle builds, baij_4).
include/finclude/petscmat.h 1.9 03/01/09 12:52:45 Kris@buschel2000. +0 -2 Single precision solves are default when available (matsingle builds, baij_4).
Hg-commit: 2dbf10a44c0f0c6c38ccad4e8ad9190dc47c84df
show more ...
|
| #
b5567652
|
| 29-Dec-2002 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.904 hzhang@compbio.mcs.anl.gov|ChangeSet|20021229222046|35084 ChangeSet 1.904 02/12/29 16:20:46 hzhang@compbio.mcs.anl.gov +3 -0 update superlu and superlu_dist interface
src/ma
bk-changeset-1.904 hzhang@compbio.mcs.anl.gov|ChangeSet|20021229222046|35084 ChangeSet 1.904 02/12/29 16:20:46 hzhang@compbio.mcs.anl.gov +3 -0 update superlu and superlu_dist interface
src/mat/impls/aij/mpi/superlu_dist.c 1.30 02/12/29 16:16:20 hzhang@compbio.mcs.anl.gov +2 -2 *** empty log message ***
src/mat/impls/aij/mpi/mpiaij.c 1.46 02/12/29 16:15:43 hzhang@compbio.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/impls/aij/seq/superlu.c 1.20 02/12/29 14:43:55 hzhang@compbio.mcs.anl.gov +8 -8 *** empty log message ***
Hg-commit: 605520574d31a1d94252433fffe3ad4429ef2674
show more ...
|
| #
9f91447f
|
| 12-Dec-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.894 bsmith@terra.mcs.anl.gov|ChangeSet|20021212193143|34350 ChangeSet 1.894 02/12/12 13:31:43 bsmith@terra.mcs.anl.gov +1 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into terr
bk-changeset-1.894 bsmith@terra.mcs.anl.gov|ChangeSet|20021212193143|34350 ChangeSet 1.894 02/12/12 13:31:43 bsmith@terra.mcs.anl.gov +1 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into terra.mcs.anl.gov:/sandbox/bsmith/petsc
docs/tex/petscapp.bib 1.55 02/12/12 13:31:42 bsmith@terra.mcs.anl.gov +0 -0 Auto merged
Hg-commit: 4e11cdda7b1962b4a9696f6264cc59f9ce6f52a5
show more ...
|
| #
b021249f
|
| 12-Dec-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.890.1.1 bsmith@terra.mcs.anl.gov|ChangeSet|20021212193133|34191 ChangeSet 1.890.1.1 02/12/12 13:31:33 bsmith@terra.mcs.anl.gov +5 -0 typo fixes, docs fixes
src/snes/examples/tut
bk-changeset-1.890.1.1 bsmith@terra.mcs.anl.gov|ChangeSet|20021212193133|34191 ChangeSet 1.890.1.1 02/12/12 13:31:33 bsmith@terra.mcs.anl.gov +5 -0 typo fixes, docs fixes
src/snes/examples/tutorials/ex29.c 1.10 02/12/07 15:11:59 bsmith@terra.mcs.anl.gov +1 -1 *** empty log message ***
src/snes/examples/tutorials/ex29.c 1.9 02/12/06 12:00:08 bsmith@terra.mcs.anl.gov +4 -4 fixed bug for more than one processor, vecgetarray indexing always starts at 0
src/mat/impls/aij/mpi/mpiaij.c 1.45 02/12/05 10:00:42 bsmith@terra.mcs.anl.gov +9 -9 fixed bug in parallel saving of binary matrix
src/sys/src/viewer/impls/binary/binv.c 1.16 02/12/03 12:46:44 bsmith@terra.mcs.anl.gov +1 -1 fixed that wronly appends and doesn't start at beginning
docs/tex/petscapp.bib 1.54 02/12/03 12:20:23 bsmith@terra.mcs.anl.gov +3 -1 *** empty log message ***
src/fortran/custom/zda.c 1.7 02/12/01 20:10:11 bsmith@terra.mcs.anl.gov +7 -0 *** empty log message ***
Hg-commit: 3e10d7adb0758ff84c525d2c3bb3dcbb5b32abd3
show more ...
|
| #
a15ac5e4
|
| 27-Nov-2002 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.889 hzhang@harley.mcs.anl.gov|ChangeSet|20021127234029|33826 ChangeSet 1.889 02/11/27 17:40:29 hzhang@harley.mcs.anl.gov +3 -0 nightly build fix.
BitKeeper/etc/logging_ok 1.
bk-changeset-1.889 hzhang@harley.mcs.anl.gov|ChangeSet|20021127234029|33826 ChangeSet 1.889 02/11/27 17:40:29 hzhang@harley.mcs.anl.gov +3 -0 nightly build fix.
BitKeeper/etc/logging_ok 1.36 02/11/27 17:40:27 hzhang@harley.mcs.anl.gov +1 -0 Logging to logging@openlogging.org accepted
src/mat/impls/sbaij/seq/sbaij.c 1.46 02/11/27 17:30:06 hzhang@harley.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/impls/aij/mpi/mpiaij.c 1.44 02/11/27 17:27:32 hzhang@harley.mcs.anl.gov +1 -1 *** empty log message ***
Hg-commit: 185903fd768aa067c3d0482cf267a272672c5759
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 ...
|
| #
1c394229
|
| 20-Nov-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.881 bsmith@terra.mcs.anl.gov|ChangeSet|20021120210808|57086 ChangeSet 1.881 02/11/20 15:08:08 bsmith@terra.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into terr
bk-changeset-1.881 bsmith@terra.mcs.anl.gov|ChangeSet|20021120210808|57086 ChangeSet 1.881 02/11/20 15:08:08 bsmith@terra.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into terra.mcs.anl.gov:/sandbox/bsmith/petsc
Hg-commit: 00b092f1ac3edd79ee6db61373f688bedf4763e2
show more ...
|
| #
8e2fed03
|
| 20-Nov-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.873.1.1 bsmith@terra.mcs.anl.gov|ChangeSet|20021120210800|45013 ChangeSet 1.873.1.1 02/11/20 15:08:00 bsmith@terra.mcs.anl.gov +1 -0 added scalable parallel viewer for mpiaij matri
bk-changeset-1.873.1.1 bsmith@terra.mcs.anl.gov|ChangeSet|20021120210800|45013 ChangeSet 1.873.1.1 02/11/20 15:08:00 bsmith@terra.mcs.anl.gov +1 -0 added scalable parallel viewer for mpiaij matrix
src/mat/impls/aij/mpi/mpiaij.c 1.42 02/11/20 15:06:21 bsmith@terra.mcs.anl.gov +4 -5 added scalable parallel viewer for mpiaij matrix
src/mat/impls/aij/mpi/mpiaij.c 1.41 02/11/20 14:47:23 bsmith@terra.mcs.anl.gov +136 -3 *** empty log message ***
Hg-commit: 8198e34c5ef8b78ce764daf8ec3a6455861e1dc5
show more ...
|
| #
92c3bf5a
|
| 18-Nov-2002 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.869 knepley@khan.mcs.anl.gov|ChangeSet|20021118150243|45019 ChangeSet 1.869 02/11/18 09:02:43 knepley@khan.mcs.anl.gov +1 -0 Merge
src/mat/impls/aij/seq/aijmatlab.c 1.10 02/
bk-changeset-1.869 knepley@khan.mcs.anl.gov|ChangeSet|20021118150243|45019 ChangeSet 1.869 02/11/18 09:02:43 knepley@khan.mcs.anl.gov +1 -0 Merge
src/mat/impls/aij/seq/aijmatlab.c 1.10 02/11/18 09:02:41 knepley@khan.mcs.anl.gov +0 -2 Merge
Hg-commit: ba34a23ddff88c8c0d669ea62fd7e847382bebe9
show more ...
|
| #
3cea93ca
|
| 07-Nov-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.866.1.19 bsmith@terra.mcs.anl.gov|ChangeSet|20021107232635|44367 ChangeSet 1.866.1.19 02/11/07 17:26:35 bsmith@terra.mcs.anl.gov +19 -0 manual page additions and fixes per Mark Van
bk-changeset-1.866.1.19 bsmith@terra.mcs.anl.gov|ChangeSet|20021107232635|44367 ChangeSet 1.866.1.19 02/11/07 17:26:35 bsmith@terra.mcs.anl.gov +19 -0 manual page additions and fixes per Mark Van something
src/vec/interface/vecregall.c 1.12 02/11/07 17:26:34 bsmith@terra.mcs.anl.gov +1 -1 manual page additions and fixes per Mark Van something
src/vec/interface/vecreg.c 1.15 02/11/07 17:26:34 bsmith@terra.mcs.anl.gov +11 -6 manual page additions and fixes per Mark Van something
src/ts/interface/tsregall.c 1.5 02/11/07 17:26:34 bsmith@terra.mcs.anl.gov +1 -1 manual page additions and fixes per Mark Van something
src/ts/interface/tsreg.c 1.9 02/11/07 17:26:34 bsmith@terra.mcs.anl.gov +14 -8 manual page additions and fixes per Mark Van something
src/sys/src/viewer/impls/socket/send.c 1.12 02/11/07 17:26:34 bsmith@terra.mcs.anl.gov +12 -0 manual page additions and fixes per Mark Van something
src/sys/src/viewer/impls/draw/drawv.c 1.12 02/11/07 17:26:34 bsmith@terra.mcs.anl.gov +17 -5 manual page additions and fixes per Mark Van something
src/sys/src/viewer/impls/binary/binv.c 1.14 02/11/07 17:26:33 bsmith@terra.mcs.anl.gov +20 -7 manual page additions and fixes per Mark Van something
src/sys/src/viewer/impls/ascii/vcreatea.c 1.5 02/11/07 17:26:33 bsmith@terra.mcs.anl.gov +24 -12 manual page additions and fixes per Mark Van something
src/sys/src/viewer/impls/ascii/filev.c 1.15 02/11/07 17:26:33 bsmith@terra.mcs.anl.gov +1 -1 manual page additions and fixes per Mark Van something
src/sys/src/viewer/impls/ams/ams.c 1.11 02/11/07 17:26:33 bsmith@terra.mcs.anl.gov +10 -10 manual page additions and fixes per Mark Van something
src/sys/src/objects/ptype.c 1.6 02/11/07 17:26:33 bsmith@terra.mcs.anl.gov +45 -0 manual page additions and fixes per Mark Van something
src/snes/interface/snes.c 1.25 02/11/07 17:26:33 bsmith@terra.mcs.anl.gov +6 -0 manual page additions and fixes per Mark Van something
src/sles/pc/interface/precon.c 1.16 02/11/07 17:26:33 bsmith@terra.mcs.anl.gov +8 -3 manual page additions and fixes per Mark Van something
src/sles/ksp/interface/itcreate.c 1.18 02/11/07 17:26:33 bsmith@terra.mcs.anl.gov +8 -3 manual page additions and fixes per Mark Van something
src/mat/interface/matreg.c 1.6 02/11/07 17:26:33 bsmith@terra.mcs.anl.gov +10 -5 manual page additions and fixes per Mark Van something
src/dm/da/src/daltol.c 1.7 02/11/07 17:26:33 bsmith@terra.mcs.anl.gov +2 -2 manual page additions and fixes per Mark Van something
src/dm/da/src/daindex.c 1.7 02/11/07 17:26:33 bsmith@terra.mcs.anl.gov +3 -3 manual page additions and fixes per Mark Van something
src/dm/da/examples/tests/ex7.c 1.5 02/11/07 17:26:33 bsmith@terra.mcs.anl.gov +1 -1 function doesn't exist
src/mat/impls/aij/mpi/mpiaij.c 1.40 02/11/07 17:19:30 bsmith@terra.mcs.anl.gov +2 -2 *** empty log message ***
Hg-commit: e0cad4f89fbe7ca0499dc40f178fc6a050dae149
show more ...
|
| #
c1dc657d
|
| 06-Nov-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.866.1.14 bsmith@terra.mcs.anl.gov|ChangeSet|20021106213528|45496 ChangeSet 1.866.1.14 02/11/06 15:35:28 bsmith@terra.mcs.anl.gov +10 -0 fix for bug reported by Sun with PetscMaxSum
bk-changeset-1.866.1.14 bsmith@terra.mcs.anl.gov|ChangeSet|20021106213528|45496 ChangeSet 1.866.1.14 02/11/06 15:35:28 bsmith@terra.mcs.anl.gov +10 -0 fix for bug reported by Sun with PetscMaxSum_Op
src/vec/utils/vecstash.c 1.4 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +17 -22 fix for bug reported by Sun with PetscMaxSum_Op
src/sles/pc/impls/asm/asm.c 1.9 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +1 -1 fix for bug reported by Sun with PetscMaxSum_Op
src/mat/utils/matstash.c 1.4 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +19 -24 fix for bug reported by Sun with PetscMaxSum_Op
src/mat/impls/rowbs/mpi/mpirowbs.c 1.9 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +25 -38 fix for bug reported by Sun with PetscMaxSum_Op
src/mat/impls/dense/mpi/mpidense.c 1.12 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +8 -13 fix for bug reported by Sun with PetscMaxSum_Op
src/mat/impls/dense/mpi/mmdense.c 1.5 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +17 -25 fix for bug reported by Sun with PetscMaxSum_Op
src/mat/impls/bdiag/mpi/mpibdiag.c 1.10 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +8 -13 fix for bug reported by Sun with PetscMaxSum_Op
src/mat/impls/baij/mpi/mpibaij.c 1.15 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +8 -13 fix for bug reported by Sun with PetscMaxSum_Op
src/mat/impls/aij/mpi/mpiaij.c 1.39 02/11/06 15:35:27 bsmith@terra.mcs.anl.gov +8 -13 fix for bug reported by Sun with PetscMaxSum_Op
src/vec/utils/vpscat.c 1.9 02/11/06 14:15:33 bsmith@terra.mcs.anl.gov +34 -49 fix for snum Sun bug reoport
Hg-commit: 4e6fe8ed77a35fa038c1facef4856ed5733e9695
show more ...
|
| #
7fed1a6c
|
| 15-Oct-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.830 bsmith@terra.mcs.anl.gov|ChangeSet|20021015150854|07361 ChangeSet 1.830 02/10/15 10:08:54 bsmith@terra.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into terr
bk-changeset-1.830 bsmith@terra.mcs.anl.gov|ChangeSet|20021015150854|07361 ChangeSet 1.830 02/10/15 10:08:54 bsmith@terra.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into terra.mcs.anl.gov:/sandbox/bsmith/petsc
Hg-commit: 433c85b9b773deb79f8eb717ec234dbfc1791633
show more ...
|
| #
ab50ec6b
|
| 15-Oct-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.828.1.1 bsmith@terra.mcs.anl.gov|ChangeSet|20021015150843|07370 ChangeSet 1.828.1.1 02/10/15 10:08:43 bsmith@terra.mcs.anl.gov +4 -0 bug fix for nonsquare matrices and getsubmatrix
bk-changeset-1.828.1.1 bsmith@terra.mcs.anl.gov|ChangeSet|20021015150843|07370 ChangeSet 1.828.1.1 02/10/15 10:08:43 bsmith@terra.mcs.anl.gov +4 -0 bug fix for nonsquare matrices and getsubmatrix mpiaij and better manual pages
src/mat/impls/aij/mpi/mpiaij.c 1.38 02/10/15 10:05:26 bsmith@terra.mcs.anl.gov +7 -2 for nonsqaure matrices compute local columns using formula
src/sys/src/objects/pinit.c 1.20 02/10/13 13:24:11 bsmith@terra.mcs.anl.gov +47 -0 manual pages for petscfunctionbegin/end
src/mat/impls/shell/shell.c 1.7 02/10/12 22:38:20 bsmith@terra.mcs.anl.gov +4 -4 links to set context for shell matrix
src/sles/pc/impls/hypre/hyppilut.c 1.30 02/10/10 15:23:37 bsmith@terra.mcs.anl.gov +1 -1 handle error code of one only if hypre
Hg-commit: 9a54ba0d073ebe78f2afaaa461b0dae49339d979
show more ...
|
| #
99292e63
|
| 30-Sep-2002 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.812 Kris@buschel2000.|ChangeSet|20020930062052|11720 ChangeSet 1.812 02/09/29 23:20:52 Kris@buschel2000. +0 -0 Merge buschelm@shakey.mcs.anl.gov:/home/petsc/petsc-bk/petsc into b
bk-changeset-1.812 Kris@buschel2000.|ChangeSet|20020930062052|11720 ChangeSet 1.812 02/09/29 23:20:52 Kris@buschel2000. +0 -0 Merge buschelm@shakey.mcs.anl.gov:/home/petsc/petsc-bk/petsc into buschel2000.:E:/Kris/petsc
Hg-commit: 4d8076088eaf4d7ed62fc8b310efd78ae6f6be99
show more ...
|
| #
036a7618
|
| 26-Sep-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.796.17.8 bsmith@terra.mcs.anl.gov|ChangeSet|20020926034213|02335 ChangeSet 1.796.17.8 02/09/25 22:42:13 bsmith@terra.mcs.anl.gov +0 -0 Merge terra.mcs.anl.gov:/nfs/mcs-homes07/pets
bk-changeset-1.796.17.8 bsmith@terra.mcs.anl.gov|ChangeSet|20020926034213|02335 ChangeSet 1.796.17.8 02/09/25 22:42:13 bsmith@terra.mcs.anl.gov +0 -0 Merge terra.mcs.anl.gov:/nfs/mcs-homes07/petsc/petsc-bk/petsc into terra.mcs.anl.gov:/sandbox/bsmith/petsc
Hg-commit: edc0fb286eb7428453162afcb36658840f467324
show more ...
|
| #
b131e638
|
| 23-Sep-2002 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.810 Kris@buschel2000.|ChangeSet|20020923194059|01149 ChangeSet 1.810 02/09/23 12:40:59 Kris@buschel2000. +0 -0 Merge buschelm@shakey.mcs.anl.gov:/home/petsc/petsc-bk/petsc into b
bk-changeset-1.810 Kris@buschel2000.|ChangeSet|20020923194059|01149 ChangeSet 1.810 02/09/23 12:40:59 Kris@buschel2000. +0 -0 Merge buschelm@shakey.mcs.anl.gov:/home/petsc/petsc-bk/petsc into buschel2000.:E:/Kris/petsc
Hg-commit: 007072df164c40ec5cfbd211fa0db52af9e9970e
show more ...
|
| #
e2c4fdda
|
| 23-Sep-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.796.19.1 bsmith@terra.mcs.anl.gov|ChangeSet|20020923183244|02752 ChangeSet 1.796.19.1 02/09/23 13:32:44 bsmith@terra.mcs.anl.gov +1 -0 default column partitioning is set to row par
bk-changeset-1.796.19.1 bsmith@terra.mcs.anl.gov|ChangeSet|20020923183244|02752 ChangeSet 1.796.19.1 02/09/23 13:32:44 bsmith@terra.mcs.anl.gov +1 -0 default column partitioning is set to row partitioning.
src/mat/impls/aij/mpi/mpiaij.c 1.37 02/09/23 13:32:13 bsmith@terra.mcs.anl.gov +1 -1 default column partitioning is set to row partitioning.
Hg-commit: dc4c25bfe0176e0f7b5e9e6fc55e873ecc0dbc12
show more ...
|
| #
7e25d530
|
| 19-Sep-2002 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.796.17.3 balay@asterix.mcs.anl.gov|ChangeSet|20020919201736|02833 ChangeSet 1.796.17.3 02/09/19 15:17:36 balay@asterix.mcs.anl.gov +4 -0 doc fix; update mac osx 10.2 to work with g
bk-changeset-1.796.17.3 balay@asterix.mcs.anl.gov|ChangeSet|20020919201736|02833 ChangeSet 1.796.17.3 02/09/19 15:17:36 balay@asterix.mcs.anl.gov +4 -0 doc fix; update mac osx 10.2 to work with g77
src/sys/src/viewer/impls/socket/send.c 1.11 02/09/19 15:17:34 balay@asterix.mcs.anl.gov +2 -0 doc fix
src/sys/src/error/adebug.c 1.13 02/09/19 15:17:34 balay@asterix.mcs.anl.gov +4 -0 doc fix
src/mat/impls/aij/mpi/mpiaij.c 1.36 02/09/19 15:17:33 balay@asterix.mcs.anl.gov +2 -0 doc fix
bmake/macx/variables 1.10 02/09/19 15:17:33 balay@asterix.mcs.anl.gov +2 -2 Mac OSX 10.2 has the gcc-2.95.2 libs tucked away ... fix to get f77 working
Hg-commit: 26649db5eabb9dcd6327280cae0ab37f9e0dd9d4
show more ...
|
| #
788b9a6c
|
| 01-Sep-2002 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.803 Kris@buschel2000.attbi.com|ChangeSet|20020901080155|41151 ChangeSet 1.803 02/09/01 01:01:55 Kris@buschel2000.attbi.com +1 -0 Merge buschelm@shakey.mcs.anl.gov:/home/petsc/petsc
bk-changeset-1.803 Kris@buschel2000.attbi.com|ChangeSet|20020901080155|41151 ChangeSet 1.803 02/09/01 01:01:55 Kris@buschel2000.attbi.com +1 -0 Merge buschelm@shakey.mcs.anl.gov:/home/petsc/petsc-bk/petsc into buschel2000.attbi.com:E:/Kris/petsc
src/mat/impls/baij/seq/baij.c 1.32 02/09/01 01:01:53 Kris@buschel2000.attbi.com +0 -0 Auto merged
Hg-commit: 482734d9d96d7559a0a188ab6d8c27fdddf7ae17
show more ...
|
| #
456192e2
|
| 01-Sep-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.796.1.24 bsmith@terra.mcs.anl.gov|ChangeSet|20020901035649|41173 ChangeSet 1.796.1.24 02/08/31 22:56:49 bsmith@terra.mcs.anl.gov +21 -0 general cleanup and matrix help messages
bk-changeset-1.796.1.24 bsmith@terra.mcs.anl.gov|ChangeSet|20020901035649|41173 ChangeSet 1.796.1.24 02/08/31 22:56:49 bsmith@terra.mcs.anl.gov +21 -0 general cleanup and matrix help messages
src/vec/interface/vector.c 1.31 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +1 -12 general cleanup and matrix help messages
src/sys/src/viewer/interface/viewa.c 1.5 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +2 -2 general cleanup and matrix help messages
src/sys/src/viewer/impls/binary/binv.c 1.12 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +1 -1 general cleanup and matrix help messages
src/sys/src/objects/pinit.c 1.18 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +1 -1 general cleanup and matrix help messages
src/sys/src/objects/init.c 1.19 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +3 -5 general cleanup and matrix help messages
src/snes/examples/tutorials/makefile 1.13 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +1 -1 general cleanup and matrix help messages
src/mat/interface/matrix.c 1.36 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +73 -54 general cleanup and matrix help messages
src/mat/impls/sbaij/seq/sbaij.c 1.36 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +1 -1 general cleanup and matrix help messages
src/mat/impls/sbaij/mpi/mpisbaij.c 1.36 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +1 -1 general cleanup and matrix help messages
src/mat/impls/rowbs/mpi/mpirowbs.c 1.7 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +1 -1 general cleanup and matrix help messages
src/mat/impls/dense/seq/dense.c 1.13 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +1 -1 general cleanup and matrix help messages
src/mat/impls/dense/mpi/mpidense.c 1.11 02/08/31 22:56:47 bsmith@terra.mcs.anl.gov +1 -1 general cleanup and matrix help messages
src/mat/impls/bdiag/seq/bdiag3.c 1.10 02/08/31 22:56:46 bsmith@terra.mcs.anl.gov +1 -1 general cleanup and matrix help messages
src/mat/impls/bdiag/mpi/mpibdiag.c 1.9 02/08/31 22:56:46 bsmith@terra.mcs.anl.gov +2 -2 general cleanup and matrix help messages
src/mat/impls/baij/seq/baij.c 1.30.1.1 02/08/31 22:56:46 bsmith@terra.mcs.anl.gov +1 -1 general cleanup and matrix help messages
src/mat/impls/baij/mpi/mpibaij.c 1.13 02/08/31 22:56:46 bsmith@terra.mcs.anl.gov +1 -1 general cleanup and matrix help messages
src/mat/impls/aij/seq/aij.c 1.44 02/08/31 22:56:46 bsmith@terra.mcs.anl.gov +1 -1 general cleanup and matrix help messages
src/mat/impls/aij/mpi/mpiaij.c 1.35 02/08/31 22:56:46 bsmith@terra.mcs.anl.gov +1 -1 general cleanup and matrix help messages
include/petscviewer.h 1.24 02/08/31 22:56:46 bsmith@terra.mcs.anl.gov +1 -1 general cleanup and matrix help messages
include/finclude/petscviewer.h 1.5 02/08/31 22:56:46 bsmith@terra.mcs.anl.gov +2 -2 general cleanup and matrix help messages
src/sys/src/dll/reg.c 1.12 02/08/31 22:51:55 bsmith@terra.mcs.anl.gov +1 -1 silly no other one has a see manual page
Hg-commit: cbb9d9af325bd303785be46ee0a84a99f91127b9
show more ...
|
| #
3b2db978
|
| 29-Aug-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.796.1.20 bsmith@terra.mcs.anl.gov|ChangeSet|20020829214640|30957 ChangeSet 1.796.1.20 02/08/29 16:46:40 bsmith@terra.mcs.anl.gov +0 -0 Merge terra.mcs.anl.gov:/nfs/mcs-homes07/pets
bk-changeset-1.796.1.20 bsmith@terra.mcs.anl.gov|ChangeSet|20020829214640|30957 ChangeSet 1.796.1.20 02/08/29 16:46:40 bsmith@terra.mcs.anl.gov +0 -0 Merge terra.mcs.anl.gov:/nfs/mcs-homes07/petsc/petsc-bk/petsc into terra.mcs.anl.gov:/sandbox/bsmith/petsc
Hg-commit: 05e972af09f87ea05f45c53cc4b60a335e7a3ac2
show more ...
|
| #
e82a3eee
|
| 29-Aug-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.796.3.1 bsmith@terra.mcs.anl.gov|ChangeSet|20020829214618|50339 ChangeSet 1.796.3.1 02/08/29 16:46:18 bsmith@terra.mcs.anl.gov +10 -0 make MatUse public and handle matrix prefix pr
bk-changeset-1.796.3.1 bsmith@terra.mcs.anl.gov|ChangeSet|20020829214618|50339 ChangeSet 1.796.3.1 02/08/29 16:46:18 bsmith@terra.mcs.anl.gov +10 -0 make MatUse public and handle matrix prefix properly for -mat_use...
src/vec/interface/map.c 1.7 02/08/29 16:46:17 bsmith@terra.mcs.anl.gov +1 -1 bad default, it didn't exist
include/petscmat.h 1.32 02/08/29 16:46:17 bsmith@terra.mcs.anl.gov +13 -0 allow users to call these things
bmake/common/rules 1.37 02/08/29 16:46:17 bsmith@terra.mcs.anl.gov +3 -0 give include dirs to users
src/mat/impls/sbaij/mpi/mpisbaij.c 1.35 02/08/29 16:40:47 bsmith@terra.mcs.anl.gov +4 -5 *** empty log message ***
src/mat/impls/sbaij/seq/sbaij.c 1.35 02/08/29 16:38:46 bsmith@terra.mcs.anl.gov +3 -6 *** empty log message ***
src/mat/impls/aij/mpi/mpiaij.c 1.34 02/08/29 16:37:19 bsmith@terra.mcs.anl.gov +2 -4 *** empty log message ***
src/mat/impls/aij/seq/aij.c 1.43 02/08/29 16:36:04 bsmith@terra.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/impls/aij/seq/aij.c 1.42 02/08/29 16:34:29 bsmith@terra.mcs.anl.gov +11 -20 *** empty log message ***
src/sys/src/error/errabort.c 1.8 02/08/21 12:40:08 bsmith@terra.mcs.anl.gov +3 -1 *** empty log message ***
src/sys/src/utils/fhost.c 1.9 02/08/20 23:02:49 bsmith@terra.mcs.anl.gov +22 -18 *** empty log message ***
docs/tex/petscapp.bib 1.42 02/08/20 09:48:06 bsmith@terra.mcs.anl.gov +10 -0 *** empty log message ***
Hg-commit: bcb525794a79ffe1842a13b48fc85edfd0ab0b83
show more ...
|