| f248c16b | 29-Nov-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1728 barrysmith@barry-smiths-computer.local|ChangeSet|20031129180338|31678 ChangeSet 1.1728 03/11/29 12:03:38 barrysmith@barry-smiths-computer.local +12 -0 fixed some const
src/
bk-changeset-1.1728 barrysmith@barry-smiths-computer.local|ChangeSet|20031129180338|31678 ChangeSet 1.1728 03/11/29 12:03:38 barrysmith@barry-smiths-computer.local +12 -0 fixed some const
src/mat/impls/shell/shell.c 1.12 03/11/29 12:03:36 barrysmith@barry-smiths-computer.local +1 -1 fixed some const
src/mat/impls/sbaij/seq/sbaij.h 1.25 03/11/29 12:03:36 barrysmith@barry-smiths-computer.local +1 -1 fixed some const
src/mat/impls/sbaij/mpi/mpisbaij.h 1.11 03/11/29 12:03:36 barrysmith@barry-smiths-computer.local +1 -1 fixed some const
src/mat/impls/bdiag/seq/bdiag.h 1.5 03/11/29 12:03:36 barrysmith@barry-smiths-computer.local +1 -1 fixed some const
src/mat/impls/bdiag/mpi/mpibdiag.h 1.5 03/11/29 12:03:36 barrysmith@barry-smiths-computer.local +1 -1 fixed some const
src/mat/impls/baij/seq/baij.h 1.14 03/11/29 12:03:36 barrysmith@barry-smiths-computer.local +1 -1 fixed some const
src/mat/impls/baij/seq/baij.c 1.63 03/11/29 12:03:36 barrysmith@barry-smiths-computer.local +1 -1 fixed some const
src/mat/impls/aij/seq/aij.h 1.22 03/11/29 12:03:36 barrysmith@barry-smiths-computer.local +3 -3 fixed some const
src/mat/impls/aij/mpi/mpiaij.h 1.7 03/11/29 12:03:35 barrysmith@barry-smiths-computer.local +1 -1 fixed some const
src/mat/impls/dense/mpi/mpidense.h 1.5 03/11/29 10:49:17 barrysmith@barry-smiths-computer.local +1 -1 missing const
include/petscoptions.h 1.13 03/11/29 10:48:04 barrysmith@barry-smiths-computer.local +1 -1 const that did not belong added by mistake when making const char[]
src/sys/src/memory/mal.c 1.17 03/11/29 10:46:23 barrysmith@barry-smiths-computer.local +2 -2 missed some const char * in a function declaration
Hg-commit: 52ac0650543c51ec494293d5b599cd67270d6891
show more ...
|
| 8e9aea5c | 28-Nov-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1726 barrysmith@barry-smiths-computer.local|ChangeSet|20031128212907|03824 ChangeSet 1.1726 03/11/28 15:29:07 barrysmith@barry-smiths-computer.local +32 -0 added const to MatType a
bk-changeset-1.1726 barrysmith@barry-smiths-computer.local|ChangeSet|20031128212907|03824 ChangeSet 1.1726 03/11/28 15:29:07 barrysmith@barry-smiths-computer.local +32 -0 added const to MatType arguments when appropriate
src/mat/utils/matio.c 1.17 03/11/28 15:29:05 barrysmith@barry-smiths-computer.local +2 -2 added const to MatType arguments when appropriate
src/mat/utils/convert.c 1.7 03/11/28 15:29:05 barrysmith@barry-smiths-computer.local +1 -1 added const to MatType arguments when appropriate
src/mat/matimpl.h 1.31 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +3 -3 added const to MatType arguments when appropriate
src/mat/interface/matrix.c 1.88 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +2 -2 added const to MatType arguments when appropriate
src/mat/impls/shell/shellcnv.c 1.7 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1 added const to MatType arguments when appropriate
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.41 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1 added const to MatType arguments when appropriate
src/mat/impls/sbaij/seq/sbaij.c 1.81 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1 added const to MatType arguments when appropriate
src/mat/impls/sbaij/seq/aijsbaij.c 1.6 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1 added const to MatType arguments when appropriate
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.29 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1 added const to MatType arguments when appropriate
src/mat/impls/sbaij/mpi/mpisbaij.c 1.67 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1 added const to MatType arguments when appropriate
src/mat/impls/rowbs/mpi/mpirowbs.c 1.40 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1 added const to MatType arguments when appropriate
src/mat/impls/esi/mesi.c 1.33 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1 added const to MatType arguments when appropriate
src/mat/impls/dense/seq/dense.c 1.40 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1 added const to MatType arguments when appropriate
src/mat/impls/dense/mpi/mpidense.c 1.28 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1 added const to MatType arguments when appropriate
src/mat/impls/bdiag/seq/bdiag.c 1.22 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1 added const to MatType arguments when appropriate
src/mat/impls/bdiag/mpi/mpibdiag.c 1.24 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1 added const to MatType arguments when appropriate
src/mat/impls/baij/seq/baij.c 1.62 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1 added const to MatType arguments when appropriate
src/mat/impls/baij/seq/aijbaij.c 1.7 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +2 -2 added const to MatType arguments when appropriate
src/mat/impls/baij/mpi/mpibaij.c 1.39 03/11/28 15:29:04 barrysmith@barry-smiths-computer.local +1 -1 added const to MatType arguments when appropriate
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.45 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +2 -2 added const to MatType arguments when appropriate
src/mat/impls/aij/seq/umfpack/umfpack.c 1.25 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +2 -2 added const to MatType arguments when appropriate
src/mat/impls/aij/seq/superlu/superlu.c 1.53 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +2 -2 added const to MatType arguments when appropriate
src/mat/impls/aij/seq/spooles/spooles.c 1.80 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +2 -2 added const to MatType arguments when appropriate
src/mat/impls/aij/seq/lusol/lusol.c 1.23 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +2 -2 added const to MatType arguments when appropriate
src/mat/impls/aij/seq/essl/essl.c 1.23 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +2 -2 added const to MatType arguments when appropriate
src/mat/impls/aij/seq/aij.c 1.118 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +1 -1 added const to MatType arguments when appropriate
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.81 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +2 -2 added const to MatType arguments when appropriate
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.54 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +1 -1 added const to MatType arguments when appropriate
src/mat/impls/aij/mpi/mumps/mumps.c 1.51 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +3 -3 added const to MatType arguments when appropriate
src/mat/impls/aij/mpi/mpiaij.c 1.99 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +1 -1 added const to MatType arguments when appropriate
include/petscmat.h 1.93 03/11/28 15:29:03 barrysmith@barry-smiths-computer.local +2 -2 added const to MatType arguments when appropriate
bmake/common/rules.fortran.nocpp 1.72 03/11/27 13:34:21 barrysmith@barry-smiths-computer.local +8 -8 ibm f90 does not like .f so try .F here and hope works everywhere
Hg-commit: ae3ecde9c090fe1a4553b4b7e27744f6fa92f433
show more ...
|
| 9a4540c5 | 15-Oct-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1553 barrysmith@float56040.mcs.anl-external.org|ChangeSet|20031015203601|29979 ChangeSet 1.1553 03/10/15 15:36:01 barrysmith@float56040.mcs.anl-external.org +20 -0 more MAT_SYMMETR
bk-changeset-1.1553 barrysmith@float56040.mcs.anl-external.org|ChangeSet|20031015203601|29979 ChangeSet 1.1553 03/10/15 15:36:01 barrysmith@float56040.mcs.anl-external.org +20 -0 more MAT_SYMMETRIC crap, making more general but potentially confusinjg
BitKeeper/etc/logging_ok 1.64 03/10/15 15:36:01 barrysmith@float56040.mcs.anl-external.org +1 -0 Logging to logging@openlogging.org accepted
src/sles/examples/tutorials/ex5.c 1.6 03/10/15 15:35:57 barrysmith@float56040.mcs.anl-external.org +1 -0 more MAT_SYMMETRIC crap, making more general but potentially confusinjg
src/mat/utils/matio.c 1.16 03/10/15 15:35:57 barrysmith@float56040.mcs.anl-external.org +1 -0 more MAT_SYMMETRIC crap, making more general but potentially confusinjg
src/mat/matimpl.h 1.30 03/10/15 15:35:57 barrysmith@float56040.mcs.anl-external.org +1 -0 more MAT_SYMMETRIC crap, making more general but potentially confusinjg
src/mat/interface/matrix.c 1.81 03/10/15 15:35:57 barrysmith@float56040.mcs.anl-external.org +19 -3 more MAT_SYMMETRIC crap, making more general but potentially confusinjg
src/mat/impls/sbaij/seq/sbaij.c 1.80 03/10/15 15:35:57 barrysmith@float56040.mcs.anl-external.org +7 -0 more MAT_SYMMETRIC crap, making more general but potentially confusinjg
src/mat/impls/sbaij/mpi/mpisbaij.c 1.66 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +7 -0 more MAT_SYMMETRIC crap, making more general but potentially confusinjg
src/mat/impls/rowbs/mpi/mpirowbs.c 1.37 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +7 -0 more MAT_SYMMETRIC crap, making more general but potentially confusinjg
src/mat/impls/dense/seq/dense.c 1.38 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +6 -0 more MAT_SYMMETRIC crap, making more general but potentially confusinjg
src/mat/impls/dense/mpi/mpidense.c 1.27 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +6 -0 more MAT_SYMMETRIC crap, making more general but potentially confusinjg
src/mat/impls/bdiag/seq/bdiag.c 1.21 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +6 -0 more MAT_SYMMETRIC crap, making more general but potentially confusinjg
src/mat/impls/bdiag/mpi/mpibdiag.c 1.23 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +6 -0 more MAT_SYMMETRIC crap, making more general but potentially confusinjg
src/mat/impls/baij/seq/baij.c 1.61 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +6 -0 more MAT_SYMMETRIC crap, making more general but potentially confusinjg
src/mat/impls/baij/mpi/mpibaij.c 1.38 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +6 -0 more MAT_SYMMETRIC crap, making more general but potentially confusinjg
src/mat/impls/aij/seq/aij.c 1.117 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +6 -0 more MAT_SYMMETRIC crap, making more general but potentially confusinjg
src/mat/impls/aij/mpi/mpiaij.c 1.98 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +6 -0 more MAT_SYMMETRIC crap, making more general but potentially confusinjg
src/mat/impls/adj/mpi/mpiadj.c 1.21 03/10/15 15:35:56 barrysmith@float56040.mcs.anl-external.org +9 -1 more MAT_SYMMETRIC crap, making more general but potentially confusinjg
src/mat/examples/tests/ex15.c 1.7 03/10/15 15:35:55 barrysmith@float56040.mcs.anl-external.org +1 -0 more MAT_SYMMETRIC crap, making more general but potentially confusinjg
include/petscmat.h 1.89 03/10/15 15:35:55 barrysmith@float56040.mcs.anl-external.org +2 -1 more MAT_SYMMETRIC crap, making more general but potentially confusinjg
include/finclude/petscmat.h 1.14 03/10/15 15:35:55 barrysmith@float56040.mcs.anl-external.org +2 -0 more MAT_SYMMETRIC crap, making more general but potentially confusinjg
Hg-commit: 7754bd34d04d6dfbdc419a74b3192b12ef7e75e2
show more ...
|
| 77e54ba9 | 27-Aug-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1513 Kris@p4buschel.|ChangeSet|20030827193045|03036 ChangeSet 1.1513 03/08/27 12:30:45 Kris@p4buschel. +17 -0 Configure fixes. BlockSolve icc bug fixes. MatSetOption bug fix.
bk-changeset-1.1513 Kris@p4buschel.|ChangeSet|20030827193045|03036 ChangeSet 1.1513 03/08/27 12:30:45 Kris@p4buschel. +17 -0 Configure fixes. BlockSolve icc bug fixes. MatSetOption bug fix.
config/configure_cygwin-ms.py 1.1 03/08/27 12:30:44 Kris@p4buschel. +29 -0
src/mat/interface/matrix.c 1.75 03/08/27 12:30:44 Kris@p4buschel. +3 -1 Pass ALL matrix options to MatSetOption implementations.
src/mat/impls/sbaij/seq/sbaij.c 1.78 03/08/27 12:30:44 Kris@p4buschel. +3 -0 Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls. Probably not the best way to deal with this....
src/mat/impls/sbaij/mpi/mpisbaij.c 1.65 03/08/27 12:30:44 Kris@p4buschel. +3 -0 Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls. Probably not the best way to deal with this....
src/mat/impls/rowbs/mpi/mpirowbs.h 1.7 03/08/27 12:30:44 Kris@p4buschel. +5 -5 BlockSolve icc bug fix.
src/mat/impls/rowbs/mpi/mpirowbs.c 1.36 03/08/27 12:30:44 Kris@p4buschel. +18 -5 Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls. Probably not the best way to deal with this.... Also, BlockSolve icc bug fixes.
src/mat/impls/dense/seq/dense.c 1.37 03/08/27 12:30:44 Kris@p4buschel. +3 -0 Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls. Probably not the best way to deal with this....
src/mat/impls/dense/mpi/mpidense.c 1.26 03/08/27 12:30:44 Kris@p4buschel. +3 -0 Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls. Probably not the best way to deal with this....
config/configure_cygwin-ms.py 1.0 03/08/27 12:30:44 Kris@p4buschel. +0 -0 BitKeeper file F:/Home/Kris/petsc/petsc-2/config/configure_cygwin-ms.py
src/mat/impls/bdiag/seq/bdiag.c 1.20 03/08/27 12:30:43 Kris@p4buschel. +3 -0 Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls. Probably not the best way to deal with this....
src/mat/impls/bdiag/mpi/mpibdiag.c 1.22 03/08/27 12:30:43 Kris@p4buschel. +3 -0 Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls. Probably not the best way to deal with this....
src/mat/impls/baij/seq/baij.c 1.60 03/08/27 12:30:43 Kris@p4buschel. +3 -0 Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls. Probably not the best way to deal with this....
src/mat/impls/baij/mpi/mpibaij.c 1.37 03/08/27 12:30:43 Kris@p4buschel. +3 -0 Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls. Probably not the best way to deal with this....
src/mat/impls/aij/seq/aij.c 1.114 03/08/27 12:30:43 Kris@p4buschel. +3 -0 Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls. Probably not the best way to deal with this....
src/mat/impls/aij/mpi/mpiaij.c 1.95 03/08/27 12:30:43 Kris@p4buschel. +3 -0 Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls. Probably not the best way to deal with this....
src/mat/impls/adj/mpi/mpiadj.c 1.20 03/08/27 12:30:43 Kris@p4buschel. +2 -0 Add cases for MAT_SYMMETRIC and MAT_STRUCTURALLY_SYMMETRIC without option ignored log for impls. Probably not the best way to deal with this....
python/PETSc/packages/MPI.py 1.30 03/08/27 12:30:43 Kris@p4buschel. +3 -1 On some systems MPI_Comm_create requires -lpmpich
python/PETSc/Configure.py 1.85 03/08/27 12:30:43 Kris@p4buschel. +1 -0 Compaq Fortran compiler cannot deal with /*comments*/
Hg-commit: 0037985fd6f4ff14f638c793b641fbb1f9b9a4d7
show more ...
|
| 002d173e | 23-Jul-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1413.1.9 Kris@p4buschel.|ChangeSet|20030723101132|58529 ChangeSet 1.1413.1.9 03/07/23 03:11:32 Kris@p4buschel. +5 -0 Update MatType manpages.
src/mat/impls/sbaij/mpi/mpisbaij.c
bk-changeset-1.1413.1.9 Kris@p4buschel.|ChangeSet|20030723101132|58529 ChangeSet 1.1413.1.9 03/07/23 03:11:32 Kris@p4buschel. +5 -0 Update MatType manpages.
src/mat/impls/sbaij/mpi/mpisbaij.c 1.62 03/07/23 03:11:31 Kris@p4buschel. +1 -1 Update MatType manpages.
src/mat/impls/dense/mpi/mpidense.c 1.25 03/07/23 03:11:31 Kris@p4buschel. +1 -1 Update MatType manpages.
src/mat/impls/bdiag/mpi/mpibdiag.c 1.21 03/07/23 03:11:31 Kris@p4buschel. +1 -1 Update MatType manpages.
src/mat/impls/baij/mpi/mpibaij.c 1.35 03/07/23 03:11:31 Kris@p4buschel. +1 -1 Update MatType manpages.
src/mat/impls/aij/mpi/mpiaij.c 1.93 03/07/23 03:11:31 Kris@p4buschel. +1 -1 Update MatType manpages.
Hg-commit: 3c156441398eb7567efeb68e24c293590eb6b78a
show more ...
|
| fafad747 | 23-Jul-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1413.1.8 Kris@p4buschel.|ChangeSet|20030723100524|58558 ChangeSet 1.1413.1.8 03/07/23 03:05:24 Kris@p4buschel. +29 -0 Update MatType manual pages.
src/snes/mf/snesmfj.c 1.22
bk-changeset-1.1413.1.8 Kris@p4buschel.|ChangeSet|20030723100524|58558 ChangeSet 1.1413.1.8 03/07/23 03:05:24 Kris@p4buschel. +29 -0 Update MatType manual pages.
src/snes/mf/snesmfj.c 1.22 03/07/23 03:05:23 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/shell/shell.c 1.11 03/07/23 03:05:23 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.38 03/07/23 03:05:23 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/sbaij/seq/sbaij.c 1.76 03/07/23 03:05:23 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.26 03/07/23 03:05:23 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/sbaij/mpi/mpisbaij.c 1.61 03/07/23 03:05:23 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/rowbs/mpi/mpirowbs.c 1.35 03/07/23 03:05:23 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/maij/maij.c 1.10 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/is/is.c 1.9 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/esi/mesi.c 1.31 03/07/23 03:05:22 Kris@p4buschel. +2 -2 Update MatType manual pages.
src/mat/impls/dense/seq/dense.c 1.35 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/dense/mpi/mpidense.c 1.24 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/bdiag/seq/bdiag.c 1.19 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/bdiag/mpi/mpibdiag.c 1.20 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/baij/seq/baij.c 1.58 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/baij/mpi/mpibaij.c 1.34 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.38 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/aij/seq/umfpack/umfpack.c 1.21 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/aij/seq/superlu/superlu.c 1.42 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/aij/seq/spooles/spooles.c 1.76 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/aij/seq/lusol/lusol.c 1.20 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/aij/seq/essl/essl.c 1.19 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/aij/seq/aij.c 1.112 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.72 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.50 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/aij/mpi/mumps/mumps.c 1.36 03/07/23 03:05:22 Kris@p4buschel. +2 -2 Update MatType manual pages.
src/mat/impls/aij/mpi/mpiaij.c 1.92 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/adj/mpi/mpiadj.c 1.19 03/07/23 03:05:22 Kris@p4buschel. +1 -1 Update MatType manual pages.
src/mat/impls/adic/matadic.c 1.19 03/07/23 03:05:21 Kris@p4buschel. +1 -1 Update MatType manual pages.
Hg-commit: a4488752d2a96ca7cfd014930c9f3aa69035c069
show more ...
|
| 209238af | 22-Jul-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1413.1.5 Kris@p4buschel.|ChangeSet|20030722182757|60502 ChangeSet 1.1413.1.5 03/07/22 11:27:57 Kris@p4buschel. +9 -0 New MatTypes which morph between Seq and MPI forms as appropria
bk-changeset-1.1413.1.5 Kris@p4buschel.|ChangeSet|20030722182757|60502 ChangeSet 1.1413.1.5 03/07/22 11:27:57 Kris@p4buschel. +9 -0 New MatTypes which morph between Seq and MPI forms as appropriate.
include/petscmat.h 1.85 03/07/22 11:27:56 Kris@p4buschel. +7 -1 New morphic MatTypes.
src/mat/interface/matregis.c 1.28 03/07/22 11:24:11 Kris@p4buschel. +11 -0 Register new morphic types.
src/mat/impls/sbaij/mpi/mpisbaij.c 1.60 03/07/22 11:24:11 Kris@p4buschel. +32 -0 New morphic type MATSBAIJ which inherits from either MATSEQSBAIJ or MATMPISBAIJ as is appropriate.
src/mat/impls/dense/mpi/mpidense.c 1.23 03/07/22 11:24:11 Kris@p4buschel. +32 -0 New morphic type MATDENSE which inherits from either MATSEQDENSE or MATMPIDENSE as is appropriate.
src/mat/impls/bdiag/mpi/mpibdiag.c 1.19 03/07/22 11:24:11 Kris@p4buschel. +32 -0 New morphic type MATBDIAG which inherits from either MATSEQBDIAG or MATMPIBDIAG as is appropriate.
src/mat/impls/baij/mpi/mpibaij.c 1.33 03/07/22 11:24:11 Kris@p4buschel. +32 -0 New morphic type MATBAIJ which inherits from either MATSEQBAIJ or MATMPIBAIJ as is appropriate.
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.71 03/07/22 11:24:11 Kris@p4buschel. +1 -1 Removed redundant CHKERRQ
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.49 03/07/22 11:24:11 Kris@p4buschel. +1 -1 Package is Spooles not MPIAIJSPOOLES
src/mat/impls/aij/mpi/mpiaij.c 1.91 03/07/22 11:24:11 Kris@p4buschel. +32 -0 New morphic type MATAIJ which inherits from either MATSEQAIJ or MATMPIAIJ as is appropriate.
Hg-commit: 2fd522d975f7a2efb07abd9f486a408d609fd1cf
show more ...
|
| be9f9ed3 | 14-Jul-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1395.1.1 Kris@p4buschel.|ChangeSet|20030714012629|22937 ChangeSet 1.1395.1.1 03/07/13 18:26:29 Kris@p4buschel. +12 -0 Remove EXTERN_C from MatLoad impls.
src/mat/impls/sbaij/seq
bk-changeset-1.1395.1.1 Kris@p4buschel.|ChangeSet|20030714012629|22937 ChangeSet 1.1395.1.1 03/07/13 18:26:29 Kris@p4buschel. +12 -0 Remove EXTERN_C from MatLoad impls.
src/mat/impls/sbaij/seq/sbaij.c 1.75 03/07/13 18:26:27 Kris@p4buschel. +0 -2 Remove EXTERN_C from MatLoad impls.
src/mat/impls/sbaij/mpi/mpisbaij.c 1.59 03/07/13 18:26:27 Kris@p4buschel. +0 -2 Remove EXTERN_C from MatLoad impls.
src/mat/impls/rowbs/mpi/mpirowbs.c 1.34 03/07/13 18:26:27 Kris@p4buschel. +0 -2 Remove EXTERN_C from MatLoad impls.
src/mat/impls/esi/mesi.c 1.30 03/07/13 18:26:27 Kris@p4buschel. +0 -2 Remove EXTERN_C from MatLoad impls.
src/mat/impls/dense/seq/dense.c 1.34 03/07/13 18:26:27 Kris@p4buschel. +0 -2 Remove EXTERN_C from MatLoad impls.
src/mat/impls/dense/mpi/mpidense.c 1.22 03/07/13 18:26:27 Kris@p4buschel. +0 -2 Remove EXTERN_C from MatLoad impls.
src/mat/impls/bdiag/seq/bdiag.c 1.18 03/07/13 18:26:27 Kris@p4buschel. +0 -2 Remove EXTERN_C from MatLoad impls.
src/mat/impls/bdiag/mpi/mpibdiag.c 1.18 03/07/13 18:26:27 Kris@p4buschel. +0 -2 Remove EXTERN_C from MatLoad impls.
src/mat/impls/baij/seq/baij.c 1.57 03/07/13 18:26:27 Kris@p4buschel. +0 -2 Remove EXTERN_C from MatLoad impls.
src/mat/impls/baij/mpi/mpibaij.c 1.32 03/07/13 18:26:27 Kris@p4buschel. +0 -2 Remove EXTERN_C from MatLoad impls.
src/mat/impls/aij/seq/aij.c 1.111 03/07/13 18:26:27 Kris@p4buschel. +0 -2 Remove EXTERN_C from MatLoad impls.
src/mat/impls/aij/mpi/mpiaij.c 1.88.1.1 03/07/13 18:26:27 Kris@p4buschel. +0 -2 Remove EXTERN_C from MatLoad impls.
Hg-commit: 78793dc36bc4b4ac50a8904cf52a0273c71472c6
show more ...
|
| 97304618 | 13-Jul-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1394 Kris@p4buschel.|ChangeSet|20030713215719|23003 ChangeSet 1.1394 03/07/13 14:57:19 Kris@p4buschel. +32 -0 MatLoad is now implemented within matrix class and accessed via creati
bk-changeset-1.1394 Kris@p4buschel.|ChangeSet|20030713215719|23003 ChangeSet 1.1394 03/07/13 14:57:19 Kris@p4buschel. +32 -0 MatLoad is now implemented within matrix class and accessed via creation of a temporary dummy factory class.
src/mat/utils/matioall.c 1.25 03/07/13 14:57:17 Kris@p4buschel. +0 -74 MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.
src/mat/utils/matio.c 1.13 03/07/13 14:57:17 Kris@p4buschel. +10 -6 MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.
src/mat/matimpl.h 1.28 03/07/13 14:57:17 Kris@p4buschel. +4 -3 MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.
src/mat/impls/shell/shell.c 1.10 03/07/13 14:57:17 Kris@p4buschel. +24 -9 MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.
src/mat/impls/sbaij/seq/sbaij.h 1.24 03/07/13 14:57:17 Kris@p4buschel. +35 -34 Use EXTERN instead of extern
src/mat/impls/sbaij/seq/sbaij.c 1.74 03/07/13 14:57:17 Kris@p4buschel. +19 -18 MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.
src/mat/impls/sbaij/mpi/mpisbaij.h 1.10 03/07/13 14:57:17 Kris@p4buschel. +1 -0 Added prototype.
src/mat/impls/sbaij/mpi/mpisbaij.c 1.58 03/07/13 14:57:17 Kris@p4buschel. +87 -71 MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.
src/mat/impls/rowbs/mpi/mpirowbs.h 1.6 03/07/13 14:57:17 Kris@p4buschel. +14 -1 Moved various prototypes from .c into .h
src/mat/impls/rowbs/mpi/mpirowbs.c 1.33 03/07/13 14:57:17 Kris@p4buschel. +36 -30 MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.
src/mat/impls/esi/mesi.c 1.29 03/07/13 14:57:17 Kris@p4buschel. +30 -5 MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.
src/mat/impls/dense/seq/dense.c 1.33 03/07/13 14:57:17 Kris@p4buschel. +35 -13 MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.
src/mat/impls/dense/mpi/mpidense.h 1.4 03/07/13 14:57:17 Kris@p4buschel. +4 -0 Moved various prototypes from .c into .h
src/mat/impls/dense/mpi/mpidense.c 1.21 03/07/13 14:57:17 Kris@p4buschel. +36 -16 MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.
src/mat/impls/bdiag/seq/bdiag3.c 1.11 03/07/13 14:57:17 Kris@p4buschel. +0 -24 Moved various prototypes from .c into .h
src/mat/impls/bdiag/seq/bdiag.h 1.4 03/07/13 14:57:17 Kris@p4buschel. +36 -0 Moved various prototypes from .c into .h
src/mat/impls/bdiag/seq/bdiag.c 1.17 03/07/13 14:57:17 Kris@p4buschel. +36 -53 MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.
src/mat/impls/bdiag/mpi/mpibdiag.h 1.4 03/07/13 14:57:17 Kris@p4buschel. +4 -0 Moved various prototypes from .c into .h
src/mat/impls/bdiag/mpi/mpibdiag.c 1.17 03/07/13 14:57:16 Kris@p4buschel. +36 -15 MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.
src/mat/impls/baij/seq/baij.h 1.13 03/07/13 14:57:16 Kris@p4buschel. +1 -0 Moved various prototypes from .c into .h
src/mat/impls/baij/seq/baij.c 1.56 03/07/13 14:57:16 Kris@p4buschel. +29 -14 MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.
src/mat/impls/baij/mpi/mpibaij.h 1.7 03/07/13 14:57:16 Kris@p4buschel. +1 -0 Moved various prototypes from .c into .h
src/mat/impls/baij/mpi/mpibaij.c 1.31 03/07/13 14:57:16 Kris@p4buschel. +87 -71 MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.37 03/07/13 14:57:16 Kris@p4buschel. +0 -20 MatLoad is now properly inherited from the appropriate class during MatCreate_DSCPACK.
src/mat/impls/aij/seq/aij.h 1.21 03/07/13 14:57:16 Kris@p4buschel. +21 -0 Moved various prototypes from .c into .h
src/mat/impls/aij/seq/aij.c 1.110 03/07/13 14:57:16 Kris@p4buschel. +26 -40 MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.69 03/07/13 14:57:16 Kris@p4buschel. +0 -19 MatLoad is now properly inherited from the appropriate class during MatCreate_SuperLU_DIST.
src/mat/impls/aij/mpi/mumps/mumps.c 1.35 03/07/13 14:57:16 Kris@p4buschel. +0 -40 MatLoad is now properly inherited from the appropriate class during MatCreate_AIJMUMPS or MatCreate_SBAIJMUMPS.
src/mat/impls/aij/mpi/mpiaij.h 1.6 03/07/13 14:57:16 Kris@p4buschel. +21 -0 Moved various prototypes from .c into .h
src/mat/impls/aij/mpi/mpiaij.c 1.88 03/07/13 14:57:16 Kris@p4buschel. +26 -38 MatLoad is now implemented within matrix class and accessed via creation of dummy factory class.
src/mat/impls/adj/mpi/mpiadj.c 1.17 03/07/13 14:57:16 Kris@p4buschel. +31 -8 Add comments to MatOps instance so it is easier to tell where ops belong.
src/mat/impls/adic/matadic.c 1.18 03/07/13 14:57:16 Kris@p4buschel. +19 -7 Add comments to MatOps instance so it is easier to tell where ops belong.
Hg-commit: c9cdd08be873eabc232c41f0a34627a15e706758
show more ...
|
| 0bad9183 | 11-Jul-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1390.1.1 Kris@p4buschel.|ChangeSet|20030711204809|35142 ChangeSet 1.1390.1.1 03/07/11 13:48:09 Kris@p4buschel. +29 -0 Matrix type documentation.
src/snes/mf/snesmfj.c 1.21 0
bk-changeset-1.1390.1.1 Kris@p4buschel.|ChangeSet|20030711204809|35142 ChangeSet 1.1390.1.1 03/07/11 13:48:09 Kris@p4buschel. +29 -0 Matrix type documentation.
src/snes/mf/snesmfj.c 1.21 03/07/11 13:48:08 Kris@p4buschel. +8 -0 Matrix type documentation.
src/mat/impls/shell/shell.c 1.9 03/07/11 13:48:08 Kris@p4buschel. +8 -0 Matrix type documentation.
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.37 03/07/11 13:48:08 Kris@p4buschel. +1 -1 Matrix type documentation.
src/mat/impls/sbaij/seq/sbaij.c 1.73 03/07/11 13:48:07 Kris@p4buschel. +12 -0 Matrix type documentation.
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.25 03/07/11 13:48:07 Kris@p4buschel. +0 -1 Matrix type documentation.
src/mat/impls/sbaij/mpi/mpisbaij.c 1.57 03/07/11 13:48:07 Kris@p4buschel. +12 -0 Matrix type documentation.
src/mat/impls/rowbs/mpi/mpirowbs.c 1.32 03/07/11 13:48:07 Kris@p4buschel. +14 -0 Matrix type documentation.
src/mat/impls/maij/maij.c 1.8 03/07/11 13:48:07 Kris@p4buschel. +31 -0 Matrix type documentation.
src/mat/impls/is/is.c 1.8 03/07/11 13:48:07 Kris@p4buschel. +17 -0 Matrix type documentation.
src/mat/impls/esi/mesi.c 1.28 03/07/11 13:48:07 Kris@p4buschel. +21 -0 Matrix type documentation.
src/mat/impls/dense/seq/dense.c 1.32 03/07/11 13:48:07 Kris@p4buschel. +11 -0 Matrix type documentation.
src/mat/impls/dense/mpi/mpidense.c 1.20 03/07/11 13:48:07 Kris@p4buschel. +11 -0 Matrix type documentation.
src/mat/impls/bdiag/seq/bdiag.c 1.16 03/07/11 13:48:07 Kris@p4buschel. +11 -0 Matrix type documentation.
src/mat/impls/bdiag/mpi/mpibdiag.c 1.16 03/07/11 13:48:07 Kris@p4buschel. +11 -0 Matrix type documentation.
src/mat/impls/baij/seq/baij.c 1.55 03/07/11 13:48:07 Kris@p4buschel. +12 -0 Matrix type documentation.
src/mat/impls/baij/mpi/mpibaij.c 1.30 03/07/11 13:48:07 Kris@p4buschel. +11 -0 Matrix type documentation.
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.36 03/07/11 13:48:07 Kris@p4buschel. +1 -1 Matrix type documentation.
src/mat/impls/aij/seq/umfpack/umfpack.c 1.20 03/07/11 13:48:07 Kris@p4buschel. +2 -2 Matrix type documentation.
src/mat/impls/aij/seq/superlu/superlu.c 1.41 03/07/11 13:48:07 Kris@p4buschel. +2 -2 Matrix type documentation.
src/mat/impls/aij/seq/spooles/spooles.c 1.74 03/07/11 13:48:07 Kris@p4buschel. +2 -2 Matrix type documentation.
src/mat/impls/aij/seq/lusol/lusol.c 1.19 03/07/11 13:48:07 Kris@p4buschel. +2 -2 Matrix type documentation.
src/mat/impls/aij/seq/essl/essl.c 1.18 03/07/11 13:48:07 Kris@p4buschel. +2 -2 Matrix type documentation.
src/mat/impls/aij/seq/aij.c 1.109 03/07/11 13:48:07 Kris@p4buschel. +12 -0 Matrix type documentation.
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.68 03/07/11 13:48:06 Kris@p4buschel. +2 -2 Matrix type documentation.
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.48 03/07/11 13:48:06 Kris@p4buschel. +2 -2 Matrix type documentation.
src/mat/impls/aij/mpi/mumps/mumps.c 1.34 03/07/11 13:48:06 Kris@p4buschel. +4 -4 Matrix type documentation.
src/mat/impls/aij/mpi/mpiaij.c 1.87 03/07/11 13:48:06 Kris@p4buschel. +11 -0 Matrix type documentation.
src/mat/impls/adj/mpi/mpiadj.c 1.16 03/07/11 13:48:06 Kris@p4buschel. +9 -0 Matrix type documentation.
src/mat/impls/adic/matadic.c 1.17 03/07/11 13:48:06 Kris@p4buschel. +9 -0 Matrix type documentation.
Hg-commit: 45fc210891cbc1e2f5ebf078620103988c24ada5
show more ...
|
| 4e7234bf | 21-Jun-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1316 bsmith@harley.mcs.anl.gov|ChangeSet|20030621180735|65311 ChangeSet 1.1316 03/06/21 13:07:35 bsmith@harley.mcs.anl.gov +15 -0 finished const [] conversion for matrices
src/
bk-changeset-1.1316 bsmith@harley.mcs.anl.gov|ChangeSet|20030621180735|65311 ChangeSet 1.1316 03/06/21 13:07:35 bsmith@harley.mcs.anl.gov +15 -0 finished const [] conversion for matrices
src/mat/partition/partition.c 1.11 03/06/21 13:07:34 bsmith@harley.mcs.anl.gov +4 -4 finished const [] conversion for matrices
src/mat/matimpl.h 1.27 03/06/21 13:07:34 bsmith@harley.mcs.anl.gov +5 -5 finished const [] conversion for matrices
src/mat/matfd/fdmatrix.c 1.10 03/06/21 13:07:34 bsmith@harley.mcs.anl.gov +1 -1 finished const [] conversion for matrices
src/mat/interface/matrix.c 1.70 03/06/21 13:07:34 bsmith@harley.mcs.anl.gov +7 -7 finished const [] conversion for matrices
src/mat/interface/matnull.c 1.8 03/06/21 13:07:34 bsmith@harley.mcs.anl.gov +6 -2 finished const [] conversion for matrices
src/mat/impls/sbaij/seq/sbaij.c 1.66 03/06/21 13:07:34 bsmith@harley.mcs.anl.gov +4 -4 finished const [] conversion for matrices
src/mat/impls/dense/seq/dense.c 1.29 03/06/21 13:07:34 bsmith@harley.mcs.anl.gov +2 -2 finished const [] conversion for matrices
src/mat/impls/dense/mpi/mpidense.c 1.19 03/06/21 13:07:33 bsmith@harley.mcs.anl.gov +2 -2 finished const [] conversion for matrices
src/mat/impls/baij/seq/baij.c 1.52 03/06/21 13:07:33 bsmith@harley.mcs.anl.gov +4 -4 finished const [] conversion for matrices
src/mat/impls/aij/seq/fdaij.c 1.5 03/06/21 13:07:33 bsmith@harley.mcs.anl.gov +1 -2 finished const [] conversion for matrices
src/mat/impls/aij/seq/aijnode.c 1.19 03/06/21 13:07:33 bsmith@harley.mcs.anl.gov +8 -8 finished const [] conversion for matrices
src/mat/impls/aij/seq/aij.c 1.100 03/06/21 13:07:33 bsmith@harley.mcs.anl.gov +6 -6 finished const [] conversion for matrices
src/mat/impls/adj/mpi/mpiadj.c 1.15 03/06/21 13:07:33 bsmith@harley.mcs.anl.gov +2 -2 finished const [] conversion for matrices
src/mat/color/color.c 1.9 03/06/21 13:07:33 bsmith@harley.mcs.anl.gov +3 -0 finished const [] conversion for matrices
include/petscmat.h 1.71 03/06/21 13:07:33 bsmith@harley.mcs.anl.gov +16 -44 finished const [] conversion for matrices
Hg-commit: 9d10fa0d64d85141a4b6bce188621f2ca34c4857
show more ...
|
| 268466fb | 21-Jun-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1315 bsmith@harley.mcs.anl.gov|ChangeSet|20030621052218|62951 ChangeSet 1.1315 03/06/21 00:22:18 bsmith@harley.mcs.anl.gov +25 -0 more additions of const and changes of * to [] in
bk-changeset-1.1315 bsmith@harley.mcs.anl.gov|ChangeSet|20030621052218|62951 ChangeSet 1.1315 03/06/21 00:22:18 bsmith@harley.mcs.anl.gov +25 -0 more additions of const and changes of * to [] in petscmat.h
src/snes/mf/snesmfj.c 1.17 03/06/21 00:22:17 bsmith@harley.mcs.anl.gov +2 -2 more additions of const and changes of * to [] in petscmat.h
src/mat/utils/axpy.c 1.9 03/06/21 00:22:17 bsmith@harley.mcs.anl.gov +4 -4 more additions of const and changes of * to [] in petscmat.h
src/mat/matimpl.h 1.26 03/06/21 00:22:17 bsmith@harley.mcs.anl.gov +8 -8 more additions of const and changes of * to [] in petscmat.h
src/mat/interface/matrix.c 1.69 03/06/21 00:22:17 bsmith@harley.mcs.anl.gov +9 -8 more additions of const and changes of * to [] in petscmat.h
src/mat/impls/shell/shell.c 1.8 03/06/21 00:22:17 bsmith@harley.mcs.anl.gov +2 -2 more additions of const and changes of * to [] in petscmat.h
src/mat/impls/sbaij/seq/sbaij2.c 1.10 03/06/21 00:22:17 bsmith@harley.mcs.anl.gov +4 -4 more additions of const and changes of * to [] in petscmat.h
src/mat/impls/sbaij/seq/sbaij.c 1.65 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +5 -5 more additions of const and changes of * to [] in petscmat.h
src/mat/impls/sbaij/mpi/mpisbaij.c 1.54 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +2 -2 more additions of const and changes of * to [] in petscmat.h
src/mat/impls/rowbs/mpi/mpirowbs.c 1.25 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +5 -5 more additions of const and changes of * to [] in petscmat.h
src/mat/impls/is/is.c 1.7 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +1 -1 more additions of const and changes of * to [] in petscmat.h
src/mat/impls/dense/seq/dense.c 1.28 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +8 -8 more additions of const and changes of * to [] in petscmat.h
src/mat/impls/dense/mpi/mpidense.c 1.18 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +4 -4 more additions of const and changes of * to [] in petscmat.h
src/mat/impls/dense/mpi/mmdense.c 1.6 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +3 -3 more additions of const and changes of * to [] in petscmat.h
src/mat/impls/bdiag/seq/bdiag.c 1.15 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +5 -5 more additions of const and changes of * to [] in petscmat.h
src/mat/impls/bdiag/mpi/mpibdiag.c 1.15 03/06/21 00:22:16 bsmith@harley.mcs.anl.gov +4 -4 more additions of const and changes of * to [] in petscmat.h
src/mat/impls/baij/seq/baij2.c 1.9 03/06/21 00:22:15 bsmith@harley.mcs.anl.gov +4 -4 more additions of const and changes of * to [] in petscmat.h
src/mat/impls/baij/seq/baij.h 1.12 03/06/21 00:22:15 bsmith@harley.mcs.anl.gov +2 -2 more additions of const and changes of * to [] in petscmat.h
src/mat/impls/baij/seq/baij.c 1.51 03/06/21 00:22:15 bsmith@harley.mcs.anl.gov +3 -3 more additions of const and changes of * to [] in petscmat.h
src/mat/impls/baij/mpi/mpibaij.c 1.28 03/06/21 00:22:15 bsmith@harley.mcs.anl.gov +8 -8 more additions of const and changes of * to [] in petscmat.h
src/mat/impls/baij/mpi/baijov.c 1.8 03/06/21 00:22:15 bsmith@harley.mcs.anl.gov +17 -16 more additions of const and changes of * to [] in petscmat.h
src/mat/impls/aij/seq/aij.c 1.99 03/06/21 00:22:15 bsmith@harley.mcs.anl.gov +7 -7 more additions of const and changes of * to [] in petscmat.h
src/mat/impls/aij/mpi/mpiov.c 1.11 03/06/21 00:22:15 bsmith@harley.mcs.anl.gov +6 -6 more additions of const and changes of * to [] in petscmat.h
src/mat/impls/aij/mpi/mpiaij.c 1.81 03/06/21 00:22:15 bsmith@harley.mcs.anl.gov +12 -16 more additions of const and changes of * to [] in petscmat.h
src/mat/examples/tests/ex12.c 1.5 03/06/21 00:22:14 bsmith@harley.mcs.anl.gov +2 -2 more additions of const and changes of * to [] in petscmat.h
include/petscmat.h 1.70 03/06/21 00:22:14 bsmith@harley.mcs.anl.gov +13 -13 more additions of const and changes of * to [] in petscmat.h
Hg-commit: 94c68a7999924e61646ed0fbf8a18b4797b9125a
show more ...
|
| f15d580a | 20-Jun-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1302.1.1 bsmith@harley.mcs.anl.gov|ChangeSet|20030620191857|64173 ChangeSet 1.1302.1.1 03/06/20 14:18:57 bsmith@harley.mcs.anl.gov +17 -0 const and [] instead of * due to pressure
bk-changeset-1.1302.1.1 bsmith@harley.mcs.anl.gov|ChangeSet|20030620191857|64173 ChangeSet 1.1302.1.1 03/06/20 14:18:57 bsmith@harley.mcs.anl.gov +17 -0 const and [] instead of * due to pressure from Bill
src/mat/utils/matstash.c 1.6 03/06/20 14:18:56 bsmith@harley.mcs.anl.gov +10 -8 const and [] instead of * due to pressure from Bill
src/mat/matimpl.h 1.25 03/06/20 14:18:56 bsmith@harley.mcs.anl.gov +10 -10 const and [] instead of * due to pressure from Bill
src/mat/interface/matrix.c 1.68 03/06/20 14:18:55 bsmith@harley.mcs.anl.gov +9 -9 const and [] instead of * due to pressure from Bill
src/mat/impls/sbaij/seq/sbaij.c 1.64 03/06/20 14:18:55 bsmith@harley.mcs.anl.gov +10 -9 const and [] instead of * due to pressure from Bill
src/mat/impls/sbaij/mpi/mpisbaij.c 1.53 03/06/20 14:18:55 bsmith@harley.mcs.anl.gov +26 -25 const and [] instead of * due to pressure from Bill
src/mat/impls/rowbs/mpi/mpirowbs.c 1.22.1.1 03/06/20 14:18:55 bsmith@harley.mcs.anl.gov +2 -2 const and [] instead of * due to pressure from Bill
src/mat/impls/esi/mesi.c 1.25 03/06/20 14:18:55 bsmith@harley.mcs.anl.gov +1 -1 const and [] instead of * due to pressure from Bill
src/mat/impls/dense/seq/dense.c 1.25.1.1 03/06/20 14:18:55 bsmith@harley.mcs.anl.gov +2 -3 const and [] instead of * due to pressure from Bill
src/mat/impls/dense/mpi/mpidense.c 1.17 03/06/20 14:18:55 bsmith@harley.mcs.anl.gov +2 -2 const and [] instead of * due to pressure from Bill
src/mat/impls/bdiag/seq/bdiag2.c 1.11 03/06/20 14:18:55 bsmith@harley.mcs.anl.gov +4 -4 const and [] instead of * due to pressure from Bill
src/mat/impls/bdiag/seq/bdiag.c 1.14 03/06/20 14:18:54 bsmith@harley.mcs.anl.gov +4 -4 const and [] instead of * due to pressure from Bill
src/mat/impls/bdiag/mpi/mpibdiag.c 1.14 03/06/20 14:18:54 bsmith@harley.mcs.anl.gov +2 -2 const and [] instead of * due to pressure from Bill
src/mat/impls/baij/seq/baij.c 1.50 03/06/20 14:18:54 bsmith@harley.mcs.anl.gov +20 -19 const and [] instead of * due to pressure from Bill
src/mat/impls/baij/mpi/mpibaij.c 1.26 03/06/20 14:18:54 bsmith@harley.mcs.anl.gov +31 -30 const and [] instead of * due to pressure from Bill
src/mat/impls/aij/seq/aij.c 1.98 03/06/20 14:18:54 bsmith@harley.mcs.anl.gov +2 -2 const and [] instead of * due to pressure from Bill
src/mat/impls/aij/mpi/mpiaij.c 1.78.1.1 03/06/20 14:18:54 bsmith@harley.mcs.anl.gov +2 -2 const and [] instead of * due to pressure from Bill
include/petscmat.h 1.69 03/06/20 14:18:54 bsmith@harley.mcs.anl.gov +10 -10 const and [] instead of * due to pressure from Bill
Hg-commit: 28f3adba971fb56367d21b7dfc7aafa68a90744b
show more ...
|
| 565567f0 | 16-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1282 Kris@p4buschel.|ChangeSet|20030616215200|46341 ChangeSet 1.1282 03/06/16 14:52:00 Kris@p4buschel. +1 -0 MPIDense nightly build fix.
src/mat/impls/dense/mpi/mpidense.c 1
bk-changeset-1.1282 Kris@p4buschel.|ChangeSet|20030616215200|46341 ChangeSet 1.1282 03/06/16 14:52:00 Kris@p4buschel. +1 -0 MPIDense nightly build fix.
src/mat/impls/dense/mpi/mpidense.c 1.16 03/06/16 14:52:00 Kris@p4buschel. +1 -1 Wrong string.
Hg-commit: d81f49458c5ca29d0e2ea05cad5155ebe6478066
show more ...
|
| a43ee2ec | 16-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1281 Kris@p4buschel.|ChangeSet|20030616213729|46346 ChangeSet 1.1281 03/06/16 14:37:29 Kris@p4buschel. +9 -0 Unused variables.
src/mat/utils/zerodiag.c 1.6 03/06/16 14:37:28
bk-changeset-1.1281 Kris@p4buschel.|ChangeSet|20030616213729|46346 ChangeSet 1.1281 03/06/16 14:37:29 Kris@p4buschel. +9 -0 Unused variables.
src/mat/utils/zerodiag.c 1.6 03/06/16 14:37:28 Kris@p4buschel. +0 -1 Unused variables.
src/mat/interface/matrix.c 1.66 03/06/16 14:37:28 Kris@p4buschel. +0 -1 Unused variables.
src/mat/impls/sbaij/mpi/mpisbaij.c 1.50 03/06/16 14:37:28 Kris@p4buschel. +0 -1 Unused variables.
src/mat/impls/dense/seq/dense.c 1.23 03/06/16 14:37:28 Kris@p4buschel. +1 -2 Unused variables.
src/mat/impls/dense/mpi/mpidense.c 1.15 03/06/16 14:37:28 Kris@p4buschel. +0 -1 Unused variables.
src/mat/impls/baij/mpi/mpibaij.c 1.23 03/06/16 14:37:28 Kris@p4buschel. +0 -3 Unused variables.
src/mat/impls/aij/seq/aijnode.c 1.16 03/06/16 14:37:27 Kris@p4buschel. +0 -1 Unused variables.
src/mat/impls/aij/seq/aij.c 1.95 03/06/16 14:37:27 Kris@p4buschel. +1 -1 Unused variables.
src/mat/impls/aij/mpi/mpiaij.c 1.75 03/06/16 14:37:27 Kris@p4buschel. +0 -1 Unused variables.
Hg-commit: 7ffbc17b674a7825fbf4413564a36b11f5da7d83
show more ...
|
| a23d5ece | 13-Jun-2003 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.1268 Kris@p4buschel.|ChangeSet|20030613085334|52355 ChangeSet 1.1268 03/06/13 01:53:34 Kris@p4buschel. +12 -0 Compose preallocation routines.
src/mat/impls/aij/seq/aij.c 1.8
bk-changeset-1.1268 Kris@p4buschel.|ChangeSet|20030613085334|52355 ChangeSet 1.1268 03/06/13 01:53:34 Kris@p4buschel. +12 -0 Compose preallocation routines.
src/mat/impls/aij/seq/aij.c 1.87 03/06/13 01:53:33 Kris@p4buschel. +19 -2 Compose preallocation routines.
src/mat/impls/baij/seq/baij.c 1.47 03/06/13 01:49:50 Kris@p4buschel. +133 -117 Compose preallocation routines.
src/mat/impls/bdiag/seq/bdiag.c 1.12 03/06/13 01:43:25 Kris@p4buschel. +20 -2 Compose preallocation routines.
src/mat/impls/dense/seq/dense.c 1.20 03/06/13 01:38:01 Kris@p4buschel. +19 -2 Compose preallocation routines.
src/mat/impls/aij/mpi/mpiaij.c 1.69 03/06/13 01:33:04 Kris@p4buschel. +43 -26 Compose preallocation routines.
src/mat/impls/baij/mpi/mpibaij.c 1.19 03/06/13 01:26:43 Kris@p4buschel. +83 -67 Compose preallocation routines.
src/mat/impls/bdiag/mpi/mpibdiag.c 1.12 03/06/13 01:20:37 Kris@p4buschel. +107 -90 Compose preallocation routines.
src/mat/impls/dense/mpi/mpidense.c 1.14 03/06/13 01:07:56 Kris@p4buschel. +29 -12 Compose preallocation routines.
src/mat/impls/rowbs/mpi/mpirowbs.c 1.18 03/06/13 01:04:17 Kris@p4buschel. +22 -8 Compose preallocation routines.
src/mat/impls/adj/mpi/mpiadj.c 1.13 03/06/13 01:04:17 Kris@p4buschel. +2 -2
src/mat/impls/sbaij/seq/sbaij.c 1.61 03/06/13 00:54:10 Kris@p4buschel. +111 -94 Compose preallocation routines.
src/mat/impls/sbaij/mpi/mpisbaij.c 1.48 03/06/13 00:54:10 Kris@p4buschel. +85 -70 Compose preallocation routines.
src/mat/impls/adj/mpi/mpiadj.c 1.12 03/06/13 00:54:10 Kris@p4buschel. +64 -31 Compose preallocation routines.
Hg-commit: a1c0174f5d32b73ab5d703eaf5e812e5f79378c1
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 ...
|
| 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 ...
|
| 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 ...
|
| 999d9058 | 16-Jul-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.756.1.1 bsmith@terra.mcs.anl.gov|ChangeSet|20020716183658|34562 ChangeSet 1.756.1.1 02/07/16 13:36:58 bsmith@terra.mcs.anl.gov +13 -0 index is now a reserved word according to some
bk-changeset-1.756.1.1 bsmith@terra.mcs.anl.gov|ChangeSet|20020716183658|34562 ChangeSet 1.756.1.1 02/07/16 13:36:58 bsmith@terra.mcs.anl.gov +13 -0 index is now a reserved word according to some compilers, started to remove its use from PETSc
src/contrib/libtfs/xxt.c 1.4 02/07/16 13:36:08 bsmith@terra.mcs.anl.gov +7 -7 *** empty log message ***
src/dm/ao/impls/mapping/aomapping.c 1.10 02/07/16 13:35:32 bsmith@terra.mcs.anl.gov +18 -18 *** empty log message ***
src/sles/pc/impls/is/is.c 1.5 02/07/16 13:34:20 bsmith@terra.mcs.anl.gov +8 -8 *** empty log message ***
src/mat/color/numsrt.c 1.4 02/07/16 13:33:28 bsmith@terra.mcs.anl.gov +3 -3 *** empty log message ***
src/mat/impls/baij/mpi/baijov.c 1.7 02/07/16 13:31:52 bsmith@terra.mcs.anl.gov +25 -25 *** empty log message ***
src/mat/impls/aij/mpi/mpiov.c 1.7 02/07/16 13:30:51 bsmith@terra.mcs.anl.gov +23 -23 *** empty log message ***
src/mat/impls/dense/mpi/mmdense.c 1.4 02/07/16 13:29:48 bsmith@terra.mcs.anl.gov +8 -8 *** empty log message ***
src/mat/impls/sbaij/mpi/mpisbaij.c 1.34 02/07/16 13:24:35 bsmith@terra.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/impls/sbaij/seq/sbaij.c 1.32 02/07/16 13:21:23 bsmith@terra.mcs.anl.gov +1 -1 *** empty log message ***
src/sys/src/memory/mtr.c 1.12 02/07/16 13:20:18 bsmith@terra.mcs.anl.gov +0 -4 *** empty log message ***
src/vec/utils/vinv.c 1.12 02/07/16 13:17:59 bsmith@terra.mcs.anl.gov +5 -5 *** empty log message ***
src/sys/src/plog/plogmpe.c 1.10 02/07/16 12:59:23 bsmith@terra.mcs.anl.gov +3 -3 *** empty log message ***
src/sys/src/utils/ctable.c 1.8 02/07/16 12:59:00 bsmith@terra.mcs.anl.gov +8 -8 *** empty log message ***
Hg-commit: 5bef97a1f4b47fa72c1398ed3da4763d8e09b384
show more ...
|
| 7f5ff6fd | 02-Jan-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.404.2.1 bsmith@terra.mcs.anl.gov|ChangeSet|20020102212041|58367 ChangeSet 1.404.2.1 02/01/02 15:20:41 bsmith@terra.mcs.anl.gov +10 -0 beats me what I changed
src/sys/src/viewer/
bk-changeset-1.404.2.1 bsmith@terra.mcs.anl.gov|ChangeSet|20020102212041|58367 ChangeSet 1.404.2.1 02/01/02 15:20:41 bsmith@terra.mcs.anl.gov +10 -0 beats me what I changed
src/sys/src/viewer/impls/ascii/filev.c 1.13 02/01/02 15:20:41 bsmith@terra.mcs.anl.gov +5 -1 add fortran support in manual pages
src/vec/utils/pipeline.c 1.4 02/01/02 15:08:04 bsmith@terra.mcs.anl.gov +0 -11 take out isprocyes() cause not used and did bad stuff comparing long and function pointers.
src/fortran/custom/zsys.c 1.6 02/01/02 13:06:56 bsmith@terra.mcs.anl.gov +51 -0 added some text io for PetscViewerASCII.. to Fortran interface
src/snes/examples/tutorials/ex25.c 1.9 01/12/20 16:24:58 bsmith@terra.mcs.anl.gov +83 -0 *** empty log message ***
src/sles/pc/impls/mat/pcmat.c 1.2 01/12/20 14:56:09 bsmith@terra.mcs.anl.gov +17 -372 new preconditioner based on using a matrix vector product
src/sles/pc/impls/mat/makefile 1.2 01/12/20 14:51:45 bsmith@terra.mcs.anl.gov +3 -3 *** empty log message ***
src/sles/pc/impls/makefile 1.6 01/12/20 14:51:16 bsmith@terra.mcs.anl.gov +1 -1 added mat directory for PC based on mat-vec product
src/sles/pc/interface/pcregis.c 1.10 01/12/20 14:50:50 bsmith@terra.mcs.anl.gov +2 -0 added registering PC based on matrix vector product
include/petscpc.h 1.12 01/12/20 14:49:49 bsmith@terra.mcs.anl.gov +1 -0 added a PC defined by a matrix vector product.
src/sles/pc/impls/mat/pcmat.c 1.1 01/12/20 14:48:58 bsmith@terra.mcs.anl.gov +410 -0
src/sles/pc/impls/mat/makefile 1.1 01/12/20 14:48:58 bsmith@terra.mcs.anl.gov +18 -0
src/sles/pc/impls/mat/pcmat.c 1.0 01/12/20 14:48:58 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/src/sles/pc/impls/mat/pcmat.c
src/sles/pc/impls/mat/makefile 1.0 01/12/20 14:48:58 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/src/sles/pc/impls/mat/makefile
src/mat/impls/dense/mpi/mpidense.c 1.10 01/12/20 12:51:08 bsmith@terra.mcs.anl.gov +2 -2 *** empty log message ***
src/mat/impls/dense/mpi/mpidense.c 1.9 01/12/19 22:34:08 bsmith@terra.mcs.anl.gov +2 -2 *** empty log message ***
Hg-commit: f8ca203d2604617c4582490ef901d0f7d6e10296
show more ...
|
| 7d0de275 | 13-Dec-2001 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.368.1.1 knepley@spinetta.mcs.anl.gov|ChangeSet|20011213181629|01716 ChangeSet 1.368.1.1 01/12/13 12:16:29 knepley@spinetta.mcs.anl.gov +9 -0 Removed superfluous break statements
bk-changeset-1.368.1.1 knepley@spinetta.mcs.anl.gov|ChangeSet|20011213181629|01716 ChangeSet 1.368.1.1 01/12/13 12:16:29 knepley@spinetta.mcs.anl.gov +9 -0 Removed superfluous break statements
src/mat/impls/sbaij/seq/sbaij.c 1.19 01/12/13 12:16:28 knepley@spinetta.mcs.anl.gov +0 -2 Removed superfluous break
src/mat/impls/sbaij/mpi/mpisbaij.c 1.21 01/12/13 12:16:28 knepley@spinetta.mcs.anl.gov +0 -2 Removed superfluous break
src/mat/impls/dense/mpi/mpidense.c 1.8 01/12/13 12:16:28 knepley@spinetta.mcs.anl.gov +0 -2 Removed superfluous break
src/mat/impls/bdiag/seq/bdiag.c 1.9 01/12/13 12:16:28 knepley@spinetta.mcs.anl.gov +0 -1 Removed superfluous break
src/mat/impls/bdiag/mpi/mpibdiag.c 1.8 01/12/13 12:16:28 knepley@spinetta.mcs.anl.gov +0 -1 Removed superfluous break
src/mat/impls/baij/seq/baij.c 1.11 01/12/13 12:16:28 knepley@spinetta.mcs.anl.gov +0 -1 Removed superfluous break
src/mat/impls/baij/mpi/mpibaij.c 1.9 01/12/13 12:16:28 knepley@spinetta.mcs.anl.gov +0 -2 Removed superfluous break
src/mat/impls/aij/seq/aij.c 1.18 01/12/13 12:16:28 knepley@spinetta.mcs.anl.gov +0 -2 Removed superfluous break
src/mat/impls/aij/mpi/mpiaij.c 1.20 01/12/13 12:16:28 knepley@spinetta.mcs.anl.gov +0 -2 Removed superfluous break
Hg-commit: d1fb03a8815c2f3ecb1e1dcc141450e26b2f0d10
show more ...
|
| 064f8208 | 30-Nov-2001 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.257.1.1 bsmith@terra.mcs.anl.gov|ChangeSet|20011130151924|09861 ChangeSet 1.257.1.1 01/11/30 09:19:24 bsmith@terra.mcs.anl.gov +57 -0 put esi into petsc. change norm to nrm to prev
bk-changeset-1.257.1.1 bsmith@terra.mcs.anl.gov|ChangeSet|20011130151924|09861 ChangeSet 1.257.1.1 01/11/30 09:19:24 bsmith@terra.mcs.anl.gov +57 -0 put esi into petsc. change norm to nrm to prevent shadowing
src/vec/interface/vector.c 1.19 01/11/30 09:19:24 bsmith@terra.mcs.anl.gov +1 -1
src/vec/interface/vecregall.c 1.8 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -1
src/vec/impls/esi/makefile 1.5 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -2
src/vec/esi/makefile 1.8 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -2
src/sys/src/esi/makefile 1.6 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -2
src/sys/src/dll/dl.c 1.10 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -1
src/sles/pc/interface/pcregis.c 1.6 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +0 -4
src/sles/pc/esi/makefile 1.5 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -2
src/mat/utils/matioall.c 1.5 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -1
src/mat/utils/gcreate.c 1.7 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -1
src/mat/interface/matregis.c 1.5 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +2 -2
src/mat/esi/makefile 1.7 01/11/30 09:19:23 bsmith@terra.mcs.anl.gov +1 -2
maint/builddist 1.15.1.1 01/11/30 09:19:22 bsmith@terra.mcs.anl.gov +0 -2
docs/tex/manual/part2.tex 1.8 01/11/30 09:19:22 bsmith@terra.mcs.anl.gov +52 -48
docs/tex/manual/part1.tex 1.7 01/11/30 09:19:22 bsmith@terra.mcs.anl.gov +0 -2
docs/tex/manual/acknowl.tex 1.5 01/11/30 09:19:22 bsmith@terra.mcs.anl.gov +3 -2
bmake/linux/packages 1.9 01/11/30 09:19:20 bsmith@terra.mcs.anl.gov +0 -4 remove have_esi
bmake/common/variables 1.16 01/11/30 09:19:20 bsmith@terra.mcs.anl.gov +2 -2 remove have_esi
src/snes/impls/test/snestest.c 1.4 01/11/30 09:13:52 bsmith@terra.mcs.anl.gov +3 -3 *** empty log message ***
src/snes/impls/tr/tr.c 1.5 01/11/30 09:13:18 bsmith@terra.mcs.anl.gov +15 -15 *** empty log message ***
src/snes/mf/snesmfjdef.c 1.6 01/11/30 09:11:17 bsmith@terra.mcs.anl.gov +6 -6 *** empty log message ***
src/snes/interface/snes.c 1.11 01/11/30 09:10:35 bsmith@terra.mcs.anl.gov +9 -10 *** empty log message ***
src/mat/impls/baij/mpi/mpibaij.c 1.8 01/11/30 09:08:25 bsmith@terra.mcs.anl.gov +4 -4 *** empty log message ***
src/mat/impls/bdiag/mpi/mpibdiag.c 1.7 01/11/30 09:07:35 bsmith@terra.mcs.anl.gov +6 -6 *** empty log message ***
src/mat/impls/bdiag/seq/bdiag3.c 1.7 01/11/30 09:07:02 bsmith@terra.mcs.anl.gov +6 -6 *** empty log message ***
src/mat/impls/aij/seq/aij.c 1.14 01/11/30 09:06:11 bsmith@terra.mcs.anl.gov +6 -6 *** empty log message ***
src/mat/impls/dense/mpi/mpidense.c 1.7 01/11/30 09:05:31 bsmith@terra.mcs.anl.gov +7 -7 *** empty log message ***
src/mat/impls/dense/seq/dense.c 1.9 01/11/30 09:04:55 bsmith@terra.mcs.anl.gov +6 -6 changed norm to nrm to prevoide name shadowing
src/mat/interface/matrix.c 1.19 01/11/30 09:03:54 bsmith@terra.mcs.anl.gov +4 -4 changed norm to nrm to provide shadowing with math.h beasty
src/vec/utils/vinv.c 1.9 01/11/30 09:02:49 bsmith@terra.mcs.anl.gov +11 -11 changed norm to nrm to deal with namespace problem on silly mandrake math.h
src/mat/impls/esi/makefile 1.7 01/11/30 00:30:35 bsmith@terra.mcs.anl.gov +1 -2 *** empty log message ***
src/mat/interface/matrix.c 1.18 01/11/30 00:12:09 bsmith@terra.mcs.anl.gov +1 -1 *** empty log message ***
bmake/common/rules 1.17 01/11/29 23:28:53 bsmith@terra.mcs.anl.gov +0 -28 *** empty log message ***
bmake/linux_gcc_pgf90/packages 1.12 01/11/29 22:44:33 bsmith@terra.mcs.anl.gov +2 -1 *** empty log message ***
include/esi/scalarTraits.h 1.1 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +154 -0
include/esi/ordinalTraits.h 1.1 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +35 -0
include/esi/basicTypes.h 1.1 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +165 -0
include/esi/VectorReplaceAccess.h 1.1 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +65 -0
include/esi/Vector.h 1.1 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +269 -0
include/esi/SolverIterative.h 1.1 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +51 -0
include/esi/Solver.h 1.1 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +41 -0
include/esi/scalarTraits.h 1.0 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/scalarTraits.h
include/esi/ordinalTraits.h 1.0 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/ordinalTraits.h
include/esi/basicTypes.h 1.0 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/basicTypes.h
include/esi/VectorReplaceAccess.h 1.0 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/VectorReplaceAccess.h
include/esi/Vector.h 1.0 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/Vector.h
include/esi/SolverIterative.h 1.0 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/SolverIterative.h
include/esi/Solver.h 1.0 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/Solver.h
include/esi/Properties.h 1.1 01/11/29 22:25:51 bsmith@terra.mcs.anl.gov +185 -0
include/esi/PreconditionerTranspose.h 1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +50 -0
include/esi/Preconditioner.h 1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +77 -0
include/esi/OperatorTranspose.h 1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +34 -0
include/esi/Operator.h 1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +36 -0
include/esi/Object.h 1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +232 -0
include/esi/MatrixRowWriteAccess.h 1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +177 -0
include/esi/MatrixRowReadAccess.h 1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +139 -0
include/esi/MatrixRowPointerAccess.h 1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +184 -0
include/esi/MatrixData.h 1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +48 -0
include/esi/MatrixColWriteAccess.h 1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +184 -0
include/esi/MatrixColReadAccess.h 1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +141 -0
include/esi/MatrixColPointerAccess.h 1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +182 -0
include/esi/MPI_traits.h 1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +57 -0
include/esi/IndexSpace.h 1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +221 -0
include/esi/ESI.h 1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +68 -0
include/esi/Properties.h 1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/Properties.h
include/esi/PreconditionerTranspose.h 1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/PreconditionerTranspose.h
include/esi/Preconditioner.h 1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/Preconditioner.h
include/esi/OperatorTranspose.h 1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/OperatorTranspose.h
include/esi/Operator.h 1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/Operator.h
include/esi/Object.h 1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/Object.h
include/esi/MatrixRowWriteAccess.h 1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/MatrixRowWriteAccess.h
include/esi/MatrixRowReadAccess.h 1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/MatrixRowReadAccess.h
include/esi/MatrixRowPointerAccess.h 1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/MatrixRowPointerAccess.h
include/esi/MatrixData.h 1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/MatrixData.h
include/esi/MatrixColWriteAccess.h 1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/MatrixColWriteAccess.h
include/esi/MatrixColReadAccess.h 1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/MatrixColReadAccess.h
include/esi/MatrixColPointerAccess.h 1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/MatrixColPointerAccess.h
include/esi/MPI_traits.h 1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/MPI_traits.h
include/esi/IndexSpace.h 1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/IndexSpace.h
include/esi/ESI.h 1.0 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/ESI.h
include/esi/Argv.h 1.1 01/11/29 22:25:50 bsmith@terra.mcs.anl.gov +61 -0
include/esi/Argv.h 1.0 01/11/29 22:25:49 bsmith@terra.mcs.anl.gov +0 -0 BitKeeper file /sandbox/bsmith/petsc/include/esi/Argv.h
Hg-commit: d9d6c6cefae516ab31281b22724992262a3bcb28
show more ...
|
| 552e946d | 25-Oct-2001 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.115 bsmith@terra.mcs.anl.gov|ChangeSet|20011025150428|49013 ChangeSet 1.115 01/10/25 10:04:28 bsmith@terra.mcs.anl.gov +20 -0 changed vec_cookie and mat_cookie to vec_file_cookie a
bk-changeset-1.115 bsmith@terra.mcs.anl.gov|ChangeSet|20011025150428|49013 ChangeSet 1.115 01/10/25 10:04:28 bsmith@terra.mcs.anl.gov +20 -0 changed vec_cookie and mat_cookie to vec_file_cookie and mat_file_cookie for vector and matrix binary io. With Matt's change to dynamic setting of **_COOKIE we have to hardwire the cookies for file writing back to their old values.
src/mat/impls/dense/seq/dense.c 1.6 01/10/25 10:02:31 bsmith@terra.mcs.anl.gov +3 -3 changed mat_cookie to mat_file_cookie for binary matrix io
src/mat/impls/dense/mpi/mpidense.c 1.6 01/10/25 10:02:23 bsmith@terra.mcs.anl.gov +1 -1 changed mat_cookie to mat_file_cookie for binary matrix io
src/mat/impls/aij/seq/aij.c 1.8 01/10/25 10:01:52 bsmith@terra.mcs.anl.gov +2 -2 /*$Id: mpiaij.c,v 1.344 2001/08/10 03:30:48 bsmith Exp $*/
src/mat/impls/aij/mpi/mpiaij.c 1.6 01/10/25 10:01:38 bsmith@terra.mcs.anl.gov +1 -1 changed mat_cookie to mat_file_cookie for binary matrix io
src/mat/impls/rowbs/mpi/mpirowbs.c 1.5 01/10/25 10:01:27 bsmith@terra.mcs.anl.gov +1 -1 changed mat_cookie to mat_file_cookie for binary matrix io
src/mat/impls/bdiag/seq/bdiag.c 1.6 01/10/25 10:01:20 bsmith@terra.mcs.anl.gov +1 -1 changed mat_cookie to mat_file_cookie for binary matrix io
src/mat/impls/bdiag/seq/bdiag3.c 1.5 01/10/25 10:01:15 bsmith@terra.mcs.anl.gov +1 -1 changed mat_cookie to mat_file_cookie for binary matrix io
src/mat/impls/bdiag/mpi/mpibdiag.c 1.6 01/10/25 10:01:09 bsmith@terra.mcs.anl.gov +1 -1 changed mat_cookie to mat_file_cookie for binary matrix io
src/mat/impls/baij/seq/baij.c 1.8 01/10/25 10:01:02 bsmith@terra.mcs.anl.gov +2 -2 changed mat_cookie to mat_file_cookie for binary matrix io
src/mat/impls/baij/mpi/mpibaij.c 1.7 01/10/25 10:00:55 bsmith@terra.mcs.anl.gov +1 -1 changed mat_cookie to mat_file_cookie for binary matrix io
src/mat/impls/sbaij/seq/sbaij.c 1.10 01/10/25 10:00:50 bsmith@terra.mcs.anl.gov +2 -2 changed mat_cookie to mat_file_cookie for binary matrix io
src/mat/impls/sbaij/mpi/mpisbaij.c 1.6 01/10/25 10:00:41 bsmith@terra.mcs.anl.gov +1 -1 changed mat_cookie to mat_file_cookie for binary matrix io
src/mat/impls/esi/mesi.c 1.9 01/10/25 10:00:15 bsmith@terra.mcs.anl.gov +1 -1 esi additions
src/mat/utils/matio.c 1.7 01/10/25 09:59:59 bsmith@terra.mcs.anl.gov +1 -1 changed mat_cookie to mat_file_cookie for binary matrix io
include/petscmat.h 1.14 01/10/25 09:59:31 bsmith@terra.mcs.anl.gov +1 -0 added mat_file_cookie
src/vec/utils/vecio.c 1.9 01/10/25 09:59:12 bsmith@terra.mcs.anl.gov +3 -3 changed vec_cookie to vec_file_cookie for binary vector io
src/vec/interface/vector.c 1.12 01/10/25 09:59:02 bsmith@terra.mcs.anl.gov +1 -1 changed vec_cookie to vec_file_cookie for binary vector io
src/vec/interface/veccreate.c 1.10 01/10/25 09:58:51 bsmith@terra.mcs.anl.gov +1 -1 changed vec_cookie to vec_file_cookie for binary vector io
src/sys/src/viewer/impls/socket/matlab/readinvecs.c 1.5 01/10/25 09:57:05 bsmith@terra.mcs.anl.gov +1 -1 changed vec_cookie to vec_file_cookie for binary vector io
include/petscvec.h 1.18 01/10/25 09:56:26 bsmith@terra.mcs.anl.gov +1 -0 added vec_file_cookie
Hg-commit: 72f241aba6cbdcc0bfc0a0660fb154fb13664823
show more ...
|
| d643ce63 | 18-Oct-2001 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.76 knepley@spinetta.mcs.anl.gov|ChangeSet|20011018193944|05511 ChangeSet 1.76 01/10/18 14:39:44 knepley@spinetta.mcs.anl.gov +14 -0 Reorganized matrix operations
src/mat/matimpl
bk-changeset-1.76 knepley@spinetta.mcs.anl.gov|ChangeSet|20011018193944|05511 ChangeSet 1.76 01/10/18 14:39:44 knepley@spinetta.mcs.anl.gov +14 -0 Reorganized matrix operations
src/mat/matimpl.h 1.5 01/10/18 14:39:43 knepley@spinetta.mcs.anl.gov +20 -21 Reorganized matrix operations
src/mat/impls/shell/shell.c 1.2.1.1 01/10/18 14:39:43 knepley@spinetta.mcs.anl.gov +0 -1 Reorganized matrix operations
src/mat/impls/sbaij/seq/sbaij.c 1.2.1.1 01/10/18 14:39:43 knepley@spinetta.mcs.anl.gov +0 -1 Reorganized matrix operations
src/mat/impls/sbaij/mpi/mpisbaij.c 1.3 01/10/18 14:39:43 knepley@spinetta.mcs.anl.gov +0 -1 Reorganized matrix operations
src/mat/impls/dense/seq/dense.c 1.3 01/10/18 14:39:43 knepley@spinetta.mcs.anl.gov +0 -1 Reorganized matrix operations
src/mat/impls/dense/mpi/mpidense.c 1.3 01/10/18 14:39:43 knepley@spinetta.mcs.anl.gov +0 -1 Reorganized matrix operations
src/mat/impls/bdiag/seq/bdiag.c 1.3 01/10/18 14:39:43 knepley@spinetta.mcs.anl.gov +0 -1 Reorganized matrix operations
src/mat/impls/bdiag/mpi/mpibdiag.c 1.3 01/10/18 14:39:42 knepley@spinetta.mcs.anl.gov +0 -1 Reorganized matrix operations
src/mat/impls/baij/seq/baij.c 1.3.1.1 01/10/18 14:39:42 knepley@spinetta.mcs.anl.gov +0 -1 Reorganized matrix operations
src/mat/impls/baij/mpi/mpibaij.c 1.4 01/10/18 14:39:42 knepley@spinetta.mcs.anl.gov +0 -1 Reorganized matrix operations
src/mat/impls/aij/seq/aij.c 1.3.1.1 01/10/18 14:39:42 knepley@spinetta.mcs.anl.gov +0 -1 Reorganized matrix operations
src/mat/impls/aij/mpi/mpiaij.c 1.3 01/10/18 14:39:42 knepley@spinetta.mcs.anl.gov +1 -2 Reorganized matrix operations
src/mat/impls/adj/mpi/mpiadj.c 1.3 01/10/18 14:39:42 knepley@spinetta.mcs.anl.gov +0 -1 Reorganized matrix operations
include/petscmat.h 1.5.1.1 01/10/18 14:39:42 knepley@spinetta.mcs.anl.gov +53 -57 Renumbered matrix operations
Hg-commit: 4ad925e093a9962a4768f46c68ab806e7b595e4d
show more ...
|