| #
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 ...
|
| #
0ca4a08b
|
| 13-Jun-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1267 bsmith@harley.mcs.anl.gov|ChangeSet|20030613011808|64864 ChangeSet 1.1267 03/06/12 20:18:08 bsmith@harley.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into
bk-changeset-1.1267 bsmith@harley.mcs.anl.gov|ChangeSet|20030613011808|64864 ChangeSet 1.1267 03/06/12 20:18:08 bsmith@harley.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into harley.mcs.anl.gov:/sandbox/bsmith/petsc
Hg-commit: f572df1d3234435d0d989df14f499197c29a6dab
show more ...
|
| #
30de9b25
|
| 13-Jun-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1264.1.1 bsmith@harley.mcs.anl.gov|ChangeSet|20030613011757|00371 ChangeSet 1.1264.1.1 03/06/12 20:17:57 bsmith@harley.mcs.anl.gov +43 -0 moved many of the /*M manual pages to the
bk-changeset-1.1264.1.1 bsmith@harley.mcs.anl.gov|ChangeSet|20030613011757|00371 ChangeSet 1.1264.1.1 03/06/12 20:17:57 bsmith@harley.mcs.anl.gov +43 -0 moved many of the /*M manual pages to the include file they belong with
src/vec/interface/vector.c 1.45 03/06/12 20:17:55 bsmith@harley.mcs.anl.gov +0 -31 moved many of the /*M manual pages to the include file they belong with
src/vec/interface/vecreg.c 1.17 03/06/12 20:17:55 bsmith@harley.mcs.anl.gov +0 -84 moved many of the /*M manual pages to the include file they belong with
src/ts/interface/tsreg.c 1.11 03/06/12 20:17:55 bsmith@harley.mcs.anl.gov +0 -43 moved many of the /*M manual pages to the include file they belong with
src/sys/src/viewer/interface/viewreg.c 1.7 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -38 moved many of the /*M manual pages to the include file they belong with
src/sys/src/viewer/impls/socket/send.c 1.15 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -11 moved many of the /*M manual pages to the include file they belong with
src/sys/src/viewer/impls/draw/drawv.c 1.14 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -12 moved many of the /*M manual pages to the include file they belong with
src/sys/src/viewer/impls/binary/binv.c 1.18 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -13 moved many of the /*M manual pages to the include file they belong with
src/sys/src/viewer/impls/ascii/vcreatea.c 1.7 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -11 moved many of the /*M manual pages to the include file they belong with
src/sys/src/objects/pinit.c 1.25 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -46 moved many of the /*M manual pages to the include file they belong with
src/sys/src/objects/inherit.c 1.10 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -33 moved many of the /*M manual pages to the include file they belong with
src/sys/src/objects/ams/makefile 1.5 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +1 -1 moved many of the /*M manual pages to the include file they belong with
src/sys/src/objects/ams/aoptions.c 1.12 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -73 moved many of the /*M manual pages to the include file they belong with
src/sys/src/matlabengine/matlab.c 1.16 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -11 moved many of the /*M manual pages to the include file they belong with
src/sys/src/matlabengine/makefile 1.5 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +1 -1 moved many of the /*M manual pages to the include file they belong with
src/sys/src/fileio/mprint.c 1.13 03/06/12 20:17:54 bsmith@harley.mcs.anl.gov +0 -43 moved many of the /*M manual pages to the include file they belong with
src/sys/src/error/makefile 1.5 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +1 -1 moved many of the /*M manual pages to the include file they belong with
src/sys/src/error/err.c 1.12 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -157 moved many of the /*M manual pages to the include file they belong with
src/sys/src/draw/interface/drawreg.c 1.9 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -39 moved many of the /*M manual pages to the include file they belong with
src/snes/utils/damgsnes.c 1.15 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -1 moved many of the /*M manual pages to the include file they belong with
src/snes/mf/snesmfj.c 1.16 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -37 moved many of the /*M manual pages to the include file they belong with
src/snes/interface/snes.c 1.27 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -43 moved many of the /*M manual pages to the include file they belong with
src/sles/pc/interface/precon.c 1.18 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -42 moved many of the /*M manual pages to the include file they belong with
src/sles/ksp/interface/itcreate.c 1.20 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -43 moved many of the /*M manual pages to the include file they belong with
src/mat/partition/partition.c 1.9 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -37 moved many of the /*M manual pages to the include file they belong with
src/mat/order/sorder.c 1.9 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -39 moved many of the /*M manual pages to the include file they belong with
src/mat/interface/matrix.c 1.62 03/06/12 20:17:53 bsmith@harley.mcs.anl.gov +0 -27 moved many of the /*M manual pages to the include file they belong with
src/mat/interface/matreg.c 1.8 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +0 -41 moved many of the /*M manual pages to the include file they belong with
src/mat/color/color.c 1.8 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +0 -38 moved many of the /*M manual pages to the include file they belong with
src/dm/da/src/da2.c 1.30 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +0 -19 moved many of the /*M manual pages to the include file they belong with
include/petscviewer.h 1.25 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +91 -3 moved many of the /*M manual pages to the include file they belong with
include/petscvec.h 1.30 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +117 -0 moved many of the /*M manual pages to the include file they belong with
include/petscts.h 1.14 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +44 -0 moved many of the /*M manual pages to the include file they belong with
include/petscsnes.h 1.16 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +83 -0 moved many of the /*M manual pages to the include file they belong with
include/petscpc.h 1.27 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +42 -0 moved many of the /*M manual pages to the include file they belong with
include/petscoptions.h 1.7 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +77 -0 moved many of the /*M manual pages to the include file they belong with
include/petscmat.h 1.67 03/06/12 20:17:52 bsmith@harley.mcs.anl.gov +194 -1 moved many of the /*M manual pages to the include file they belong with
include/petscksp.h 1.14 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +44 -0 moved many of the /*M manual pages to the include file they belong with
include/petscerror.h 1.18 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +209 -0 moved many of the /*M manual pages to the include file they belong with
include/petscengine.h 1.7 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +13 -1 moved many of the /*M manual pages to the include file they belong with
include/petscdraw.h 1.12 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +40 -0 moved many of the /*M manual pages to the include file they belong with
include/petscda.h 1.18 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +21 -0 moved many of the /*M manual pages to the include file they belong with
include/petsc.h 1.32 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +80 -0 moved many of the /*M manual pages to the include file they belong with
include/makefile 1.5 03/06/12 20:17:51 bsmith@harley.mcs.anl.gov +3 -3 moved many of the /*M manual pages to the include file they belong with
Hg-commit: b9d4cd9e24ec7fe59e3cad8e6273f9074d88f8ec
show more ...
|
| #
2f859189
|
| 03-Mar-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1047 bsmith@harley.mcs.anl.gov|ChangeSet|20030303011205|59204 ChangeSet 1.1047 03/03/02 19:12:05 bsmith@harley.mcs.anl.gov +2 -0 changed default matrix free compute h routine to WP
bk-changeset-1.1047 bsmith@harley.mcs.anl.gov|ChangeSet|20030303011205|59204 ChangeSet 1.1047 03/03/02 19:12:05 bsmith@harley.mcs.anl.gov +2 -0 changed default matrix free compute h routine to WP
docs/website/documentation/changes/216.html 1.11 03/03/02 19:08:58 bsmith@harley.mcs.anl.gov +4 -31 changed default snesmf to wp
docs/website/documentation/changes/216.html 1.10 03/03/02 19:06:20 bsmith@harley.mcs.anl.gov +0 -0 bk cp 215.html 216.html
src/snes/mf/snesmfj.c 1.15 03/03/02 19:05:29 bsmith@harley.mcs.anl.gov +1 -1 changed default matrix free compute h routine to WP
docs/website/documentation/changes/215.html 1.9 03/02/23 02:14:17 balay@asterix.mcs.anl.gov +0 -1 remove machines.html,ams-unix.html, fix htm#->html#
docs/website/documentation/changes/215.html 1.8 03/02/21 18:33:53 balay@asterix.mcs.anl.gov +1 -1 add in missing index.html reference
docs/website/documentation/changes/215.html 1.7 03/02/21 18:26:11 balay@asterix.mcs.anl.gov +21 -21 htm -> html
docs/website/documentation/changes/215.html 1.6 03/02/21 18:17:50 balay@asterix.mcs.anl.gov +0 -0 Rename: docs/website/documentation/changes/215.htm -> docs/website/documentation/changes/215.html
docs/website/documentation/changes/215.htm 1.5 03/02/21 17:44:52 balay@asterix.mcs.anl.gov +2 -2 rename dir
docs/website/documentation/changes/215.htm 1.4 03/02/21 17:14:38 balay@asterix.mcs.anl.gov +0 -0 mvdir
docs/website/docs/changes/215.htm 1.3 03/02/21 16:25:45 balay@asterix.mcs.anl.gov +1 -1 remove the stylefile bgcolor.htm
docs/website/docs/changes/215.htm 1.2 03/02/21 14:39:05 balay@asterix.mcs.anl.gov +0 -0 mvdir
docs/website/documentation/changes/216.html 1.1 03/02/21 14:18:20 balay@asterix.mcs.anl.gov +127 -0
docs/website/documentation/changes/216.html 1.0 03/02/21 14:18:20 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/petsc-dev/docs/webpage/docs/changes/215.htm
Hg-commit: 6bebc3e800a131774d4995907c592e246148251f
show more ...
|
| #
6c12235c
|
| 28-Oct-2002 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.853 knepley@khan.mcs.anl.gov|ChangeSet|20021028205028|07657 ChangeSet 1.853 02/10/28 14:50:28 knepley@khan.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into khan
bk-changeset-1.853 knepley@khan.mcs.anl.gov|ChangeSet|20021028205028|07657 ChangeSet 1.853 02/10/28 14:50:28 knepley@khan.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into khan.mcs.anl.gov:/sandbox/knepley/PETSc-dev/petsc
Hg-commit: 641143e17ac4d7ea7b0f2e4db4c054ecb5253d57
show more ...
|
| #
2740c1ca
|
| 24-Oct-2002 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.841.2.1 knepley@khan.mcs.anl.gov|ChangeSet|20021024180420|51075 ChangeSet 1.841.2.1 02/10/24 13:04:20 knepley@khan.mcs.anl.gov +3 -0 Fixed SNESMF Change double --> PetscReal in P
bk-changeset-1.841.2.1 knepley@khan.mcs.anl.gov|ChangeSet|20021024180420|51075 ChangeSet 1.841.2.1 02/10/24 13:04:20 knepley@khan.mcs.anl.gov +3 -0 Fixed SNESMF Change double --> PetscReal in PetscGlobalMin/Max
src/sys/src/objects/pinit.c 1.21 02/10/24 13:04:16 knepley@khan.mcs.anl.gov +4 -4 Changed double --> PetscReal
src/snes/mf/snesmfj.c 1.14 02/10/24 13:04:16 knepley@khan.mcs.anl.gov +5 -2 Fixed creation of work vector
include/petscmath.h 1.13 02/10/24 13:04:15 knepley@khan.mcs.anl.gov +2 -2 Change double --> PetscReal
Hg-commit: 85e07867cd62ba057feac7c343b27624c9af0337
show more ...
|
| #
5117ee5b
|
| 22-Oct-2002 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.841 knepley@khan.mcs.anl.gov|ChangeSet|20021022222002|51072 ChangeSet 1.841 02/10/22 17:20:02 knepley@khan.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into khan
bk-changeset-1.841 knepley@khan.mcs.anl.gov|ChangeSet|20021022222002|51072 ChangeSet 1.841 02/10/22 17:20:02 knepley@khan.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into khan.mcs.anl.gov:/sandbox/knepley/PETSc-dev/petsc
Hg-commit: 4f739e2886a21d1eec0092ef405b10570eb23933
show more ...
|
| #
ba6a83e5
|
| 22-Oct-2002 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.838.1.1 knepley@khan.mcs.anl.gov|ChangeSet|20021022221655|50968 ChangeSet 1.838.1.1 02/10/22 17:16:55 knepley@khan.mcs.anl.gov +9 -0 Added VecMaxPointwistDivide Fixed constructio
bk-changeset-1.838.1.1 knepley@khan.mcs.anl.gov|ChangeSet|20021022221655|50968 ChangeSet 1.838.1.1 02/10/22 17:16:55 knepley@khan.mcs.anl.gov +9 -0 Added VecMaxPointwistDivide Fixed construction of work vector in SNESMF
src/vec/vecimpl.h 1.9 02/10/22 17:16:53 knepley@khan.mcs.anl.gov +2 -1 Added VecMaxPointwistDivide
src/vec/interface/vector.c 1.32 02/10/22 17:16:53 knepley@khan.mcs.anl.gov +37 -0 Added VecMaxPointwistDivide
src/vec/impls/seq/dvec2.c 1.10 02/10/22 17:16:53 knepley@khan.mcs.anl.gov +23 -0 Added VecMaxPointwistDivide
src/vec/impls/seq/bvec2.c 1.16 02/10/22 17:16:53 knepley@khan.mcs.anl.gov +3 -1 Added VecMaxPointwistDivide
src/vec/impls/mpi/pbvec.c 1.11 02/10/22 17:16:53 knepley@khan.mcs.anl.gov +3 -1 Added VecMaxPointwistDivide
src/vec/impls/dvecimpl.h 1.4 02/10/22 17:16:52 knepley@khan.mcs.anl.gov +1 -0 Added VecMaxPointwistDivide
src/snes/mf/snesmfj.c 1.13 02/10/22 17:16:52 knepley@khan.mcs.anl.gov +7 -2 Lazy construction of work vector - Now use VecDuplicate()
src/snes/impls/ls/ls.c 1.17 02/10/22 17:16:52 knepley@khan.mcs.anl.gov +2 -35 Added VecMaxPointwistDivide
include/petscvec.h 1.23 02/10/22 17:16:52 knepley@khan.mcs.anl.gov +1 -0 Added VecMaxPointwistDivide
Hg-commit: 38da4b6a4bd87ea26678eac4bf59ab37d6bbff29
show more ...
|
| #
09d93ae3
|
| 22-Oct-2002 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.838 knepley@khan.mcs.anl.gov|ChangeSet|20021022121453|51573 ChangeSet 1.838 02/10/22 07:14:53 knepley@khan.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into khan
bk-changeset-1.838 knepley@khan.mcs.anl.gov|ChangeSet|20021022121453|51573 ChangeSet 1.838 02/10/22 07:14:53 knepley@khan.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into khan.mcs.anl.gov:/sandbox/knepley/PETSc-dev/petsc
Hg-commit: d6aaf30168da3c0292d39449a2d7b5e3b40c4aa7
show more ...
|
| #
adb62b0d
|
| 22-Oct-2002 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.835.1.1 knepley@khan.mcs.anl.gov|ChangeSet|20021022121434|50454 ChangeSet 1.835.1.1 02/10/22 07:14:34 knepley@khan.mcs.anl.gov +2 -0 Added TSGetDuration()
src/ts/interface/ts.c
bk-changeset-1.835.1.1 knepley@khan.mcs.anl.gov|ChangeSet|20021022121434|50454 ChangeSet 1.835.1.1 02/10/22 07:14:34 knepley@khan.mcs.anl.gov +2 -0 Added TSGetDuration()
src/ts/interface/ts.c 1.20 02/10/22 07:14:32 knepley@khan.mcs.anl.gov +32 -0 Added TSGetDuration()
src/snes/mf/snesmfj.c 1.12 02/10/22 07:14:32 knepley@khan.mcs.anl.gov +1 -2 Corrected comment
Hg-commit: 100a7bb7493409b393c702626d679b013267d609
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 ...
|
| #
b634fe22
|
| 27-Sep-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.796.17.15 bsmith@terra.mcs.anl.gov|ChangeSet|20020927185542|15071 ChangeSet 1.796.17.15 02/09/27 13:55:42 bsmith@terra.mcs.anl.gov +0 -0 Merge terra.mcs.anl.gov:/nfs/mcs-homes07/pe
bk-changeset-1.796.17.15 bsmith@terra.mcs.anl.gov|ChangeSet|20020927185542|15071 ChangeSet 1.796.17.15 02/09/27 13:55:42 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: 96aa6c781fbfd393056f240dfa3e2551dd2fe35f
show more ...
|
| #
61860be5
|
| 27-Sep-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.796.20.1 bsmith@terra.mcs.anl.gov|ChangeSet|20020927185529|02351 ChangeSet 1.796.20.1 02/09/27 13:55:29 bsmith@terra.mcs.anl.gov +4 -0 fixes for complex for snesmfcheckh stuff
s
bk-changeset-1.796.20.1 bsmith@terra.mcs.anl.gov|ChangeSet|20020927185529|02351 ChangeSet 1.796.20.1 02/09/27 13:55:29 bsmith@terra.mcs.anl.gov +4 -0 fixes for complex for snesmfcheckh stuff
src/snes/mf/snesmfj.h 1.5 02/09/27 13:55:28 bsmith@terra.mcs.anl.gov +1 -1 fixes for complex for snesmfcheckh stuff
src/snes/mf/snesmfj.c 1.11 02/09/27 13:55:28 bsmith@terra.mcs.anl.gov +11 -12 fixes for complex for snesmfcheckh stuff
include/petscsnes.h 1.14 02/09/27 13:55:28 bsmith@terra.mcs.anl.gov +1 -1 fixes for complex for snesmfcheckh stuff
src/mat/interface/matrix.c 1.40 02/09/27 13:21:00 bsmith@terra.mcs.anl.gov +6 -2 dont' let MatView_Private be called inside itself.
Hg-commit: 2b67665f69d7f43ea6fa57342aef3b258fb4e1f9
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 ...
|
| #
5b7f0c42
|
| 26-Sep-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.796.19.2 bsmith@terra.mcs.anl.gov|ChangeSet|20020926034200|02246 ChangeSet 1.796.19.2 02/09/25 22:42:00 bsmith@terra.mcs.anl.gov +4 -0 pre Glenn can force h to keep positive values
bk-changeset-1.796.19.2 bsmith@terra.mcs.anl.gov|ChangeSet|20020926034200|02246 ChangeSet 1.796.19.2 02/09/25 22:42:00 bsmith@terra.mcs.anl.gov +4 -0 pre Glenn can force h to keep positive values into functionj for MatSNESMF
src/snes/mf/snesmfj.h 1.4 02/09/25 22:41:58 bsmith@terra.mcs.anl.gov +2 -0 pre Glenn can force h to keep positive values into functionj for MatSNESMF
src/snes/mf/snesmfj.c 1.10 02/09/25 22:41:58 bsmith@terra.mcs.anl.gov +129 -1 pre Glenn can force h to keep positive values into functionj for MatSNESMF
include/petscsnes.h 1.13 02/09/25 22:41:58 bsmith@terra.mcs.anl.gov +3 -0 pre Glenn can force h to keep positive values into functionj for MatSNESMF
src/snes/impls/ls/ls.c 1.16 02/09/23 19:21:00 bsmith@terra.mcs.anl.gov +0 -0 no change
Hg-commit: f132e8480f25108735be4c2b4edb19147d4a1882
show more ...
|
| #
c86ae7db
|
| 15-May-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.677 bsmith@terra.mcs.anl.gov|ChangeSet|20020515042339|05283 ChangeSet 1.677 02/05/14 23:23:39 bsmith@terra.mcs.anl.gov +1 -0 Merge terra.mcs.anl.gov:/nfs/mcs-homes07/petsc/petsc-bk
bk-changeset-1.677 bsmith@terra.mcs.anl.gov|ChangeSet|20020515042339|05283 ChangeSet 1.677 02/05/14 23:23:39 bsmith@terra.mcs.anl.gov +1 -0 Merge terra.mcs.anl.gov:/nfs/mcs-homes07/petsc/petsc-bk/petsc into terra.mcs.anl.gov:/sandbox/bsmith/petsc
include/petscversion.h 1.52 02/05/14 23:23:39 bsmith@terra.mcs.anl.gov +0 -0 Auto merged
Hg-commit: f555e64cb459aaa560fd2373c4812a6bfd3183b3
show more ...
|
| #
588f9655
|
| 14-May-2002 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.672.1.4 knepley@spinetta.mcs.anl.gov|ChangeSet|20020514161110|05772 ChangeSet 1.672.1.4 02/05/14 11:11:10 knepley@spinetta.mcs.anl.gov +1 -0 Merge spinetta.mcs.anl.gov:/nfs/mcs-hom
bk-changeset-1.672.1.4 knepley@spinetta.mcs.anl.gov|ChangeSet|20020514161110|05772 ChangeSet 1.672.1.4 02/05/14 11:11:10 knepley@spinetta.mcs.anl.gov +1 -0 Merge spinetta.mcs.anl.gov:/nfs/mcs-homes07/petsc/petsc-bk/petsc-2.1.2 into spinetta.mcs.anl.gov:/sandbox/knepley/PETSc-dev/petsc
include/petscversion.h 1.49.1.2 02/05/14 11:11:10 knepley@spinetta.mcs.anl.gov +0 -0 Auto merged
Hg-commit: 24f2c4a4e85a44bddb86a6a79379d54650fda62f
show more ...
|
| #
6e087cb5
|
| 14-May-2002 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.651.1.12 knepley@spinetta.mcs.anl.gov|ChangeSet|20020514160500|23473 ChangeSet 1.651.1.12 02/05/14 11:05:00 knepley@spinetta.mcs.anl.gov +2 -0 Must initialize SNES to get MATSNESMF
bk-changeset-1.651.1.12 knepley@spinetta.mcs.anl.gov|ChangeSet|20020514160500|23473 ChangeSet 1.651.1.12 02/05/14 11:05:00 knepley@spinetta.mcs.anl.gov +2 -0 Must initialize SNES to get MATSNESMFCTX_COOKIE defined
src/snes/mf/snesmfj.c 1.9 02/05/14 11:05:00 knepley@spinetta.mcs.anl.gov +4 -0 Must initialize SNES to get MATSNESMFCTX_COOKIE defined
include/petscversion.h 1.42.1.10 02/05/14 11:04:12 knepley@spinetta.mcs.anl.gov +2 -2 Cranked up patch level
Hg-commit: 66419a0a7bbc6a88a613ff5a6b1159e112504c9d
show more ...
|
| #
5026d0f6
|
| 23-Mar-2002 |
Lois Curfman McInnes <curfman@mcs.anl.gov> |
bk-changeset-1.545 curfman@terra.mcs.anl.gov|ChangeSet|20020323185137|08630 ChangeSet 1.545 02/03/23 12:51:37 curfman@terra.mcs.anl.gov +1 -0 Merge terra.mcs.anl.gov:/nfs/mcs-homes07/petsc/petsc-
bk-changeset-1.545 curfman@terra.mcs.anl.gov|ChangeSet|20020323185137|08630 ChangeSet 1.545 02/03/23 12:51:37 curfman@terra.mcs.anl.gov +1 -0 Merge terra.mcs.anl.gov:/nfs/mcs-homes07/petsc/petsc-bk/petsc into terra.mcs.anl.gov:/nfs/mcs-homes02/curfman/petsc
src/snes/interface/snes.c 1.16 02/03/23 12:51:36 curfman@terra.mcs.anl.gov +0 -0 Auto merged
Hg-commit: 4c61b38fa81983185f224a07a1aba5454caea48a
show more ...
|
| #
4b27c08a
|
| 23-Mar-2002 |
Lois Curfman McInnes <curfman@mcs.anl.gov> |
bk-changeset-1.534.1.1 curfman@terra.mcs.anl.gov|ChangeSet|20020323185046|43624 ChangeSet 1.534.1.1 02/03/23 12:50:46 curfman@terra.mcs.anl.gov +43 -0 deleted the support for unconstrained minimi
bk-changeset-1.534.1.1 curfman@terra.mcs.anl.gov|ChangeSet|20020323185046|43624 ChangeSet 1.534.1.1 02/03/23 12:50:46 curfman@terra.mcs.anl.gov +43 -0 deleted the support for unconstrained minimization problems in SNES
BitKeeper/etc/logging_ok 1.21 02/03/23 12:50:17 curfman@terra.mcs.anl.gov +1 -0 Logging to logging@openlogging.org accepted
src/ts/impls/pseudo/posindep.c 1.9 02/03/23 12:49:55 curfman@terra.mcs.anl.gov +1 -1 deleted the support for unconstrained minimization problems in SNES
src/ts/impls/implicit/cn/cn.c 1.5 02/03/23 12:49:55 curfman@terra.mcs.anl.gov +1 -1 deleted the support for unconstrained minimization problems in SNES
src/ts/impls/implicit/beuler/beuler.c 1.6 02/03/23 12:49:55 curfman@terra.mcs.anl.gov +1 -1 deleted the support for unconstrained minimization problems in SNES
src/snes/utils/damgsnes.c 1.5 02/03/23 12:49:55 curfman@terra.mcs.anl.gov +1 -1 deleted the support for unconstrained minimization problems in SNES
src/snes/snesimpl.h 1.9 02/03/23 12:49:54 curfman@terra.mcs.anl.gov +10 -23 deleted the support for unconstrained minimization problems in SNES
src/snes/mf/snesmfj.c 1.8 02/03/23 12:49:54 curfman@terra.mcs.anl.gov +2 -14 deleted the support for unconstrained minimization problems in SNES
src/snes/interface/snesut.c 1.9 02/03/23 12:49:54 curfman@terra.mcs.anl.gov +25 -48 deleted the support for unconstrained minimization problems in SNES
src/snes/interface/snesregi.c 1.4 02/03/23 12:49:54 curfman@terra.mcs.anl.gov +4 -8 deleted the support for unconstrained minimization problems in SNES
src/snes/interface/snesj.c 1.4 02/03/23 12:49:53 curfman@terra.mcs.anl.gov +1 -78 deleted the support for unconstrained minimization problems in SNES
src/snes/interface/snes.c 1.14.1.1 02/03/23 12:49:53 curfman@terra.mcs.anl.gov +37 -688 deleted the support for unconstrained minimization problems in SNES
src/snes/interface/noise/snesmfj2.c 1.11 02/03/23 12:49:53 curfman@terra.mcs.anl.gov +2 -10 deleted the support for unconstrained minimization problems in SNES
src/snes/interface/dlregis.c 1.11 02/03/23 12:49:53 curfman@terra.mcs.anl.gov +0 -3 deleted the support for unconstrained minimization problems in SNES
src/snes/impls/tr/tr.h 1.4 02/03/23 12:49:52 curfman@terra.mcs.anl.gov +3 -3 deleted the support for unconstrained minimization problems in SNES
src/snes/impls/tr/tr.c 1.7 02/03/23 12:49:52 curfman@terra.mcs.anl.gov +59 -66 deleted the support for unconstrained minimization problems in SNES
src/snes/impls/test/snestest.c 1.6 02/03/23 12:49:52 curfman@terra.mcs.anl.gov +1 -4 deleted the support for unconstrained minimization problems in SNES
src/snes/impls/makefile 1.5 02/03/23 12:49:52 curfman@terra.mcs.anl.gov +1 -1 deleted the support for unconstrained minimization problems in SNES
src/snes/impls/ls/lsparams.c 1.4 02/03/23 12:49:52 curfman@terra.mcs.anl.gov +6 -6 deleted the support for unconstrained minimization problems in SNES
src/snes/impls/ls/ls.h 1.4 02/03/23 12:49:51 curfman@terra.mcs.anl.gov +3 -3 deleted the support for unconstrained minimization problems in SNES
src/snes/impls/ls/ls.c 1.15 02/03/23 12:49:51 curfman@terra.mcs.anl.gov +97 -102 deleted the support for unconstrained minimization problems in SNES
src/snes/examples/tutorials/makefile 1.9 02/03/23 12:49:51 curfman@terra.mcs.anl.gov +1 -5 deleted the support for unconstrained minimization problems in SNES
src/snes/examples/tutorials/ex6.c 1.5 02/03/23 12:49:51 curfman@terra.mcs.anl.gov +1 -1 deleted the support for unconstrained minimization problems in SNES
src/snes/examples/tutorials/ex5s.c 1.4 02/03/23 12:49:50 curfman@terra.mcs.anl.gov +1 -1 deleted the support for unconstrained minimization problems in SNES
src/snes/examples/tutorials/ex5f90.F 1.4 02/03/23 12:49:50 curfman@terra.mcs.anl.gov +1 -2 deleted the support for unconstrained minimization problems in SNES
src/snes/examples/tutorials/ex5f.F 1.6 02/03/23 12:49:50 curfman@terra.mcs.anl.gov +1 -2 deleted the support for unconstrained minimization problems in SNES
src/snes/examples/tutorials/ex5.c 1.5 02/03/23 12:49:50 curfman@terra.mcs.anl.gov +1 -1 deleted the support for unconstrained minimization problems in SNES
src/snes/examples/tutorials/ex3.c 1.4 02/03/23 12:49:49 curfman@terra.mcs.anl.gov +1 -1 deleted the support for unconstrained minimization problems in SNES
src/snes/examples/tutorials/ex24.c 1.4 02/03/23 12:49:49 curfman@terra.mcs.anl.gov +2 -2 deleted the support for unconstrained minimization problems in SNES
src/snes/examples/tutorials/ex23.c 1.4 02/03/23 12:49:49 curfman@terra.mcs.anl.gov +2 -2 deleted the support for unconstrained minimization problems in SNES
src/snes/examples/tutorials/ex22.c 1.6 02/03/23 12:49:49 curfman@terra.mcs.anl.gov +2 -2 deleted the support for unconstrained minimization problems in SNES
src/snes/examples/tutorials/ex21.c 1.4 02/03/23 12:49:49 curfman@terra.mcs.anl.gov +1 -1 deleted the support for unconstrained minimization problems in SNES
src/snes/examples/tutorials/ex2.c 1.5 02/03/23 12:49:48 curfman@terra.mcs.anl.gov +1 -1 deleted the support for unconstrained minimization problems in SNES
src/snes/examples/tutorials/ex1f.F 1.5 02/03/23 12:49:48 curfman@terra.mcs.anl.gov +1 -2 deleted the support for unconstrained minimization problems in SNES
src/snes/examples/tutorials/ex14.c 1.4 02/03/23 12:49:48 curfman@terra.mcs.anl.gov +1 -1 deleted the support for unconstrained minimization problems in SNES
src/snes/examples/tutorials/ex10d/ex10.c 1.5 02/03/23 12:49:48 curfman@terra.mcs.anl.gov +3 -3 deleted the support for unconstrained minimization problems in SNES
src/snes/examples/tutorials/ex1.c 1.4 02/03/23 12:49:47 curfman@terra.mcs.anl.gov +1 -1 deleted the support for unconstrained minimization problems in SNES
src/snes/examples/tests/makefile 1.4 02/03/23 12:49:47 curfman@terra.mcs.anl.gov +1 -1 deleted the support for unconstrained minimization problems in SNES
src/snes/examples/tests/ex7.c 1.4 02/03/23 12:49:47 curfman@terra.mcs.anl.gov +1 -1 deleted the support for unconstrained minimization problems in SNES
src/snes/examples/tests/ex4.c 1.4 02/03/23 12:49:47 curfman@terra.mcs.anl.gov +1 -1 deleted the support for unconstrained minimization problems in SNES
src/snes/examples/tests/ex13.c 1.4 02/03/23 12:49:47 curfman@terra.mcs.anl.gov +2 -2 deleted the support for unconstrained minimization problems in SNES
src/sles/ksp/impls/qcg/qcg.c 1.7 02/03/23 12:49:46 curfman@terra.mcs.anl.gov +2 -2 deleted the support for unconstrained minimization problems in SNES
src/fortran/custom/zsnes.c 1.8 02/03/23 12:49:46 curfman@terra.mcs.anl.gov +17 -110 deleted the support for unconstrained minimization problems in SNES
include/finclude/petscsnes.h 1.7 02/03/23 12:49:45 curfman@terra.mcs.anl.gov +8 -25 deleted the support for unconstrained minimization problems in SNES
Hg-commit: c4951f713e71e81ac227a1978df391a4b06ef6c3
show more ...
|
| #
325e03ae
|
| 27-Nov-2001 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.215 bsmith@terra.mcs.anl.gov|ChangeSet|20011127165857|08627 ChangeSet 1.215 01/11/27 10:58:57 bsmith@terra.mcs.anl.gov +20 -0 fixed order of includes for petscconf.h
src/fortran
bk-changeset-1.215 bsmith@terra.mcs.anl.gov|ChangeSet|20011127165857|08627 ChangeSet 1.215 01/11/27 10:58:57 bsmith@terra.mcs.anl.gov +20 -0 fixed order of includes for petscconf.h
src/fortran/custom/zda.c 1.5 01/11/27 10:57:58 bsmith@terra.mcs.anl.gov +1 -1 *** empty log message ***
src/fortran/custom/zmat.c 1.9 01/11/27 10:57:39 bsmith@terra.mcs.anl.gov +1 -1 *** empty log message ***
src/dm/da/utils/fdda.c 1.5 01/11/27 10:56:20 bsmith@terra.mcs.anl.gov +3 -3 *** empty log message ***
src/dm/ao/impls/basic/aodatabasic.c 1.6 01/11/27 10:55:34 bsmith@terra.mcs.anl.gov +1 -1 *** empty log message ***
src/ts/impls/implicit/pvode/petscpvode.c 1.5 01/11/27 10:55:03 bsmith@terra.mcs.anl.gov +0 -1 *** empty log message ***
src/snes/mf/wp.c 1.5 01/11/27 10:54:20 bsmith@terra.mcs.anl.gov +1 -1 *** empty log message ***
src/snes/mf/snesmfj.c 1.7 01/11/27 10:54:01 bsmith@terra.mcs.anl.gov +1 -1 *** empty log message ***
src/snes/mf/snesmfjdef.c 1.5 01/11/27 10:53:32 bsmith@terra.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/matfd/fdmatrix.c 1.6 01/11/27 10:52:52 bsmith@terra.mcs.anl.gov +0 -1 *** empty log message ***
src/mat/utils/gcreate.c 1.6 01/11/27 10:52:27 bsmith@terra.mcs.anl.gov +1 -1 *** empty log message ***
src/mat/utils/matio.c 1.8 01/11/27 10:51:43 bsmith@terra.mcs.anl.gov +0 -1 *** empty log message ***
src/mat/impls/adic/matadic.c 1.10 01/11/27 10:51:23 bsmith@terra.mcs.anl.gov +1 -1 fixed petscconf.h
src/mat/impls/sbaij/seq/sro.c 1.4 01/11/27 10:50:32 bsmith@terra.mcs.anl.gov +1 -1 fixed petscconf.h
src/mat/impls/adj/mpi/mpiadj.c 1.6 01/11/27 10:50:03 bsmith@terra.mcs.anl.gov +1 -1 fixed petscconf.h crap
src/mat/impls/baij/seq/baij.c 1.10 01/11/27 10:49:20 bsmith@terra.mcs.anl.gov +1 -1 fixed petscconf.h
src/mat/impls/bdiag/seq/bdiag3.c 1.6 01/11/27 10:48:47 bsmith@terra.mcs.anl.gov +1 -1 fixed petscconf.h crap
src/mat/interface/mhas.c 1.4 01/11/27 10:47:49 bsmith@terra.mcs.anl.gov +0 -1 fixed petscocnf.h crap
src/vec/impls/mpi/pmap.c 1.7 01/11/27 10:47:17 bsmith@terra.mcs.anl.gov +0 -1 fix petscconf.h crap
src/vec/utils/vinv.c 1.6 01/11/27 10:46:21 bsmith@terra.mcs.anl.gov +1 -2 fixed petscconf.h nonsense
src/vec/utils/vpscat.c 1.5 01/11/27 10:45:49 bsmith@terra.mcs.anl.gov +1 -1 moved petscsys.h to after petscconf.h loaded
Hg-commit: f519f5ce01e182ba7e85bc33b51235c198c416df
show more ...
|
| #
d5ba7fb7
|
| 22-Oct-2001 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.96 knepley@spinetta.mcs.anl.gov|ChangeSet|20011022213824|39226 ChangeSet 1.96 01/10/22 16:38:24 knepley@spinetta.mcs.anl.gov +36 -0 Changed logging to use event integers directly f
bk-changeset-1.96 knepley@spinetta.mcs.anl.gov|ChangeSet|20011022213824|39226 ChangeSet 1.96 01/10/22 16:38:24 knepley@spinetta.mcs.anl.gov +36 -0 Changed logging to use event integers directly for event ids
src/vec/utils/vscat.c 1.4 01/10/22 16:38:24 knepley@spinetta.mcs.anl.gov +4 -4 Removed event dispatch table
src/vec/utils/vecio.c 1.6 01/10/22 16:38:24 knepley@spinetta.mcs.anl.gov +4 -4 Removed event dispatch table
src/vec/utils/comb.c 1.3 01/10/22 16:38:24 knepley@spinetta.mcs.anl.gov +8 -8 Removed event dispatch table
src/vec/interface/vector.c 1.8 01/10/22 16:38:24 knepley@spinetta.mcs.anl.gov +52 -49 Removed event dispatch table
src/vec/interface/dlregis.c 1.3 01/10/22 16:38:24 knepley@spinetta.mcs.anl.gov +31 -31 Removed event dispatch table
src/ts/interface/ts.c 1.8 01/10/22 16:38:23 knepley@spinetta.mcs.anl.gov +8 -7 Removed event dispatch table
src/ts/interface/dlregis.c 1.4 01/10/22 16:38:23 knepley@spinetta.mcs.anl.gov +4 -4 Removed event dispatch table
src/ts/impls/pseudo/posindep.c 1.5 01/10/22 16:38:23 knepley@spinetta.mcs.anl.gov +2 -2 Removed event dispatch table
src/sys/src/viewer/interface/dlregispetsc.c 1.5 01/10/22 16:38:23 knepley@spinetta.mcs.anl.gov +1 -1 Removed event dispatch table
src/sys/src/utils/pbarrier.c 1.3 01/10/22 16:38:23 knepley@spinetta.mcs.anl.gov +4 -3 Removed event dispatch table
src/snes/mf/snesmfj.c 1.4 01/10/22 16:38:23 knepley@spinetta.mcs.anl.gov +2 -2 Removed event dispatch table
src/snes/interface/snesj2.c 1.3 01/10/22 16:38:23 knepley@spinetta.mcs.anl.gov +2 -2 Removed event dispatch table
src/snes/interface/snes.c 1.6 01/10/22 16:38:23 knepley@spinetta.mcs.anl.gov +14 -13 Removed event dispatch table
src/snes/interface/noise/snesmfj2.c 1.4 01/10/22 16:38:23 knepley@spinetta.mcs.anl.gov +2 -2 Removed event dispatch table
src/snes/interface/dlregis.c 1.4 01/10/22 16:38:23 knepley@spinetta.mcs.anl.gov +7 -7 Removed event dispatch table
src/snes/impls/ls/ls.c 1.6 01/10/22 16:38:22 knepley@spinetta.mcs.anl.gov +8 -8 Removed event dispatch table
src/sles/pc/interface/precon.c 1.4 01/10/22 16:38:22 knepley@spinetta.mcs.anl.gov +16 -15 Removed event dispatch table
src/sles/pc/impls/is/nn/nn.c 1.3 01/10/22 16:38:22 knepley@spinetta.mcs.anl.gov +2 -2 Removed event dispatch table
src/sles/ksp/interface/itcreate.c 1.4 01/10/22 16:38:22 knepley@spinetta.mcs.anl.gov +1 -1 Removed event dispatch table
src/sles/ksp/interface/dlregis.c 1.4 01/10/22 16:38:22 knepley@spinetta.mcs.anl.gov +11 -11 Removed event dispatch table
src/sles/ksp/impls/gmres/borthog2.c 1.3 01/10/22 16:38:22 knepley@spinetta.mcs.anl.gov +2 -2 Removed event dispatch table
src/sles/ksp/impls/gmres/borthog.c 1.3 01/10/22 16:38:22 knepley@spinetta.mcs.anl.gov +2 -2 Removed event dispatch table
src/mat/utils/matio.c 1.4 01/10/22 16:38:21 knepley@spinetta.mcs.anl.gov +2 -2 Removed event dispatch table
src/mat/partition/partition.c 1.4 01/10/22 16:38:21 knepley@spinetta.mcs.anl.gov +2 -2 Removed event dispatch table
src/mat/order/sorder.c 1.4 01/10/22 16:38:21 knepley@spinetta.mcs.anl.gov +2 -2 Removed event dispatch table
src/mat/matfd/fdmatrix.c 1.3 01/10/22 16:38:21 knepley@spinetta.mcs.anl.gov +6 -6 Removed event dispatch table
src/mat/interface/matrix.c 1.12 01/10/22 16:38:20 knepley@spinetta.mcs.anl.gov +90 -83 Removed event dispatch table
src/mat/interface/dlregis.c 1.3 01/10/22 16:38:20 knepley@spinetta.mcs.anl.gov +44 -44 Removed event dispatch table
src/mat/color/color.c 1.4 01/10/22 16:38:20 knepley@spinetta.mcs.anl.gov +2 -2 Removed event dispatch table
include/petscvec.h 1.13 01/10/22 16:38:19 knepley@spinetta.mcs.anl.gov +4 -7 Removed event dispatch table
include/petscts.h 1.4 01/10/22 16:38:19 knepley@spinetta.mcs.anl.gov +1 -4 Removed event dispatch table
include/petscsnes.h 1.5 01/10/22 16:38:19 knepley@spinetta.mcs.anl.gov +2 -5 Removed event dispatch table
include/petscpc.h 1.6 01/10/22 16:38:19 knepley@spinetta.mcs.anl.gov +2 -5 Removed event dispatch table
include/petscmat.h 1.9 01/10/22 16:38:19 knepley@spinetta.mcs.anl.gov +8 -11 Removed event dispatch table
include/petsclog.h 1.4 01/10/22 16:38:19 knepley@spinetta.mcs.anl.gov +1 -2 Removed event dispatch table
include/petscksp.h 1.3 01/10/22 16:38:19 knepley@spinetta.mcs.anl.gov +1 -4 Removed event dispatch table
Hg-commit: ea16316d1171739a1bda1e47ecb73ffeaee95820
show more ...
|
| #
f8d216e0
|
| 21-Oct-2001 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.90 knepley@spinetta.mcs.anl.gov|ChangeSet|20011021183717|21083 ChangeSet 1.90 01/10/21 13:37:17 knepley@spinetta.mcs.anl.gov +1 -0 Merge spinetta.mcs.anl.gov:/nfs/mcs-homes07/petsc
bk-changeset-1.90 knepley@spinetta.mcs.anl.gov|ChangeSet|20011021183717|21083 ChangeSet 1.90 01/10/21 13:37:17 knepley@spinetta.mcs.anl.gov +1 -0 Merge spinetta.mcs.anl.gov:/nfs/mcs-homes07/petsc/petsc-bk/petsc into spinetta.mcs.anl.gov:/sandbox/knepley/PETSc-dev/petsc
include/petscvec.h 1.12 01/10/21 13:37:17 knepley@spinetta.mcs.anl.gov +0 -0 Auto merged
Hg-commit: f09c3606ca1af0676dc57545544ffab6a45499fc
show more ...
|
| #
8ba1e511
|
| 21-Oct-2001 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.84.1.1 knepley@spinetta.mcs.anl.gov|ChangeSet|20011021183539|12573 ChangeSet 1.84.1.1 01/10/21 13:35:39 knepley@spinetta.mcs.anl.gov +80 -0 Overhaul of logging - Everything is
bk-changeset-1.84.1.1 knepley@spinetta.mcs.anl.gov|ChangeSet|20011021183539|12573 ChangeSet 1.84.1.1 01/10/21 13:35:39 knepley@spinetta.mcs.anl.gov +80 -0 Overhaul of logging - Everything is now dynamic - Cookies are integers set at runtime - Stages can be added any time and can be processor local - Each package now initializes itself - Class and event registration - Constructors and serializers - Info and summary exclusions - Options checkers - Called during dynamic library load, or first object creation - Its possible that EventBegin/End became less efficient so check
src/vec/interface/dlregis.c 1.1 01/10/21 13:35:38 knepley@spinetta.mcs.anl.gov +145 -0
src/sys/src/plog/stageLog.c 1.1 01/10/21 13:35:37 knepley@spinetta.mcs.anl.gov +464 -0
src/sys/src/plog/plog.h 1.1 01/10/21 13:35:37 knepley@spinetta.mcs.anl.gov +132 -0
src/sys/src/plog/eventLog.c 1.1 01/10/21 13:35:37 knepley@spinetta.mcs.anl.gov +647 -0
src/sys/src/plog/classLog.c 1.1 01/10/21 13:35:37 knepley@spinetta.mcs.anl.gov +345 -0
src/mat/interface/dlregis.c 1.1 01/10/21 13:35:37 knepley@spinetta.mcs.anl.gov +133 -0
src/vec/utils/vscat.c 1.3 01/10/21 13:35:37 knepley@spinetta.mcs.anl.gov +7 -4 Changed to specific event logging interface Changed to integer cookie
src/vec/utils/vecio.c 1.5 01/10/21 13:35:37 knepley@spinetta.mcs.anl.gov +4 -4 Changed to specific event logging interface
src/vec/utils/comb.c 1.2 01/10/21 13:35:37 knepley@spinetta.mcs.anl.gov +8 -8 Changed to specific event logging interface
src/vec/interface/dlregis.c 1.0 01/10/21 13:35:37 knepley@spinetta.mcs.anl.gov +0 -0 BitKeeper file /sandbox/knepley/PETSc-dev/petsc/src/vec/interface/dlregis.c
src/sys/src/plog/stageLog.c 1.0 01/10/21 13:35:37 knepley@spinetta.mcs.anl.gov +0 -0 BitKeeper file /sandbox/knepley/PETSc-dev/petsc/src/sys/src/plog/stageLog.c
src/sys/src/plog/plog.h 1.0 01/10/21 13:35:37 knepley@spinetta.mcs.anl.gov +0 -0 BitKeeper file /sandbox/knepley/PETSc-dev/petsc/src/sys/src/plog/plog.h
src/sys/src/plog/eventLog.c 1.0 01/10/21 13:35:37 knepley@spinetta.mcs.anl.gov +0 -0 BitKeeper file /sandbox/knepley/PETSc-dev/petsc/src/sys/src/plog/eventLog.c
src/sys/src/plog/classLog.c 1.0 01/10/21 13:35:37 knepley@spinetta.mcs.anl.gov +0 -0 BitKeeper file /sandbox/knepley/PETSc-dev/petsc/src/sys/src/plog/classLog.c
src/mat/interface/dlregis.c 1.0 01/10/21 13:35:37 knepley@spinetta.mcs.anl.gov +0 -0 BitKeeper file /sandbox/knepley/PETSc-dev/petsc/src/mat/interface/dlregis.c
src/vec/is/interface/index.c 1.2 01/10/21 13:35:36 knepley@spinetta.mcs.anl.gov +4 -2 Changed to integer cookie
src/vec/interface/vector.c 1.7 01/10/21 13:35:36 knepley@spinetta.mcs.anl.gov +53 -49 Changed to specific event logging interface Added logging structures
src/vec/interface/vecregall.c 1.3 01/10/21 13:35:36 knepley@spinetta.mcs.anl.gov +6 -6 Removed old argument
src/vec/interface/veccreate.c 1.6 01/10/21 13:35:36 knepley@spinetta.mcs.anl.gov +3 -0 Added call to package initializer
src/vec/interface/map.c 1.2 01/10/21 13:35:36 knepley@spinetta.mcs.anl.gov +3 -0 Changed to integer cookie
src/vec/interface/makefile 1.3 01/10/21 13:35:36 knepley@spinetta.mcs.anl.gov +1 -1 Added dlregis.c
src/ts/interface/ts.c 1.7 01/10/21 13:35:36 knepley@spinetta.mcs.anl.gov +12 -7 Changed to specific event logging interface Added logging structures Added call to package initializer
src/ts/interface/dlregis.c 1.2 01/10/21 13:35:36 knepley@spinetta.mcs.anl.gov +56 -1 Added package initializer Protected dynamic registration functions
src/ts/impls/pseudo/posindep.c 1.4 01/10/21 13:35:36 knepley@spinetta.mcs.anl.gov +2 -2 Changed to specific event logging interface
src/sys/src/viewer/interface/view.c 1.2 01/10/21 13:35:36 knepley@spinetta.mcs.anl.gov +2 -0 Changed to integer cookie
src/sys/src/viewer/interface/dlregispetsc.c 1.2 01/10/21 13:35:36 knepley@spinetta.mcs.anl.gov +62 -26 Added package initializer Protected dynamic registration functions
src/sys/src/utils/random.c 1.3 01/10/21 13:35:36 knepley@spinetta.mcs.anl.gov +10 -8 Change to integer cookie
src/sys/src/utils/pbarrier.c 1.2 01/10/21 13:35:35 knepley@spinetta.mcs.anl.gov +4 -2 Changed to specific event logging interface
src/sys/src/utils/dict.c 1.3 01/10/21 13:35:35 knepley@spinetta.mcs.anl.gov +1 -2 Cookie now initialized by package initializer
src/sys/src/plog/ploginfo.c 1.4 01/10/21 13:35:35 knepley@spinetta.mcs.anl.gov +136 -19 Not much reorganization, should rewrite later
src/sys/src/plog/plog.c 1.3 01/10/21 13:35:35 knepley@spinetta.mcs.anl.gov +1337 -1817 Completely reorganized Now use separate classes for logging tasks, all dynamic allocation and registration
src/sys/src/plog/makefile 1.2 01/10/21 13:35:35 knepley@spinetta.mcs.anl.gov +2 -2 Added new modules to logging code Reoganized all logging (still need to work on MPE I think)
src/sys/src/objects/pinit.c 1.2 01/10/21 13:35:35 knepley@spinetta.mcs.anl.gov +14 -67 Removed petscsnes.h since cookies are handled by each package Added default log initialization (instead of static structs) Now info/summary exclusion handled by each package No special log cleanup
src/sys/src/objects/cookie.c 1.2 01/10/21 13:35:35 knepley@spinetta.mcs.anl.gov +1 -7 Function is now obsolete
src/sys/src/draw/utils/lg.c 1.4 01/10/21 13:35:35 knepley@spinetta.mcs.anl.gov +2 -0 Changed to integer cookie
src/sys/src/draw/utils/hists.c 1.5 01/10/21 13:35:35 knepley@spinetta.mcs.anl.gov +3 -1 Changed to integer cookie Removed unneeded variable
src/sys/src/draw/utils/dscatter.c 1.2 01/10/21 13:35:35 knepley@spinetta.mcs.anl.gov +2 -0 Changed to integer cookie
src/sys/src/draw/utils/axis.c 1.2 01/10/21 13:35:35 knepley@spinetta.mcs.anl.gov +2 -0 Changed to integer cookie
src/sys/src/draw/interface/draw.c 1.2 01/10/21 13:35:35 knepley@spinetta.mcs.anl.gov +2 -0 Changed to integer cookie
src/sys/src/dll/reg.c 1.6 01/10/21 13:35:35 knepley@spinetta.mcs.anl.gov +2 -2 More consistent package initializer name
src/snes/mf/snesmfj.c 1.3 01/10/21 13:35:34 knepley@spinetta.mcs.anl.gov +2 -2 Changed to specific event logging interface
src/snes/interface/snesj2.c 1.2 01/10/21 13:35:34 knepley@spinetta.mcs.anl.gov +2 -2 Changed to specific event logging interface
src/snes/interface/snes.c 1.5 01/10/21 13:35:34 knepley@spinetta.mcs.anl.gov +24 -14 Changed to specific event logging interface Added logging structures Added call to pcakage initializer
src/snes/interface/noise/snesmfj2.c 1.3 01/10/21 13:35:34 knepley@spinetta.mcs.anl.gov +2 -2 Changed to specific event logging interface
src/snes/interface/dlregis.c 1.2 01/10/21 13:35:34 knepley@spinetta.mcs.anl.gov +61 -1 Added package initializer Protected dynamic registration functions
src/snes/impls/ls/ls.c 1.5 01/10/21 13:35:34 knepley@spinetta.mcs.anl.gov +8 -8 Changed to specific event logging interface
src/sles/pc/interface/precon.c 1.3 01/10/21 13:35:34 knepley@spinetta.mcs.anl.gov +26 -16 Changed to specific event logging interface Added logging structures Added call to package initializer
src/sles/pc/impls/is/nn/nn.c 1.2 01/10/21 13:35:33 knepley@spinetta.mcs.anl.gov +2 -2 Changed to specific event logging interface
src/sles/pc/impls/bjacobi/bjacobi.c 1.3 01/10/21 13:35:33 knepley@spinetta.mcs.anl.gov +2 -2 Added class arg to event registration
src/sles/ksp/interface/itcreate.c 1.3 01/10/21 13:35:33 knepley@spinetta.mcs.anl.gov +11 -0 Added logging structures Added call to package initializer
src/sles/ksp/interface/dlregis.c 1.2 01/10/21 13:35:33 knepley@spinetta.mcs.anl.gov +87 -2 Added package initializer Protected dynamic registration functions
src/sles/ksp/impls/gmres/borthog2.c 1.2 01/10/21 13:35:33 knepley@spinetta.mcs.anl.gov +2 -2 Changed to specific event logging interface
src/sles/ksp/impls/gmres/borthog.c 1.2 01/10/21 13:35:33 knepley@spinetta.mcs.anl.gov +2 -2 Changed to specific event logging interface
src/mat/utils/matio.c 1.3 01/10/21 13:35:32 knepley@spinetta.mcs.anl.gov +2 -2 Changed to specific event logging interface
src/mat/utils/gcreate.c 1.2 01/10/21 13:35:32 knepley@spinetta.mcs.anl.gov +10 -1 Added call to package initializer
src/mat/partition/spartition.c 1.2 01/10/21 13:35:32 knepley@spinetta.mcs.anl.gov +2 -2 Just added underscore
src/mat/partition/partition.c 1.3 01/10/21 13:35:32 knepley@spinetta.mcs.anl.gov +15 -12 Changed to specific event logging interface
src/mat/order/sorder.c 1.3 01/10/21 13:35:32 knepley@spinetta.mcs.anl.gov +2 -2 Changed to specific event logging interface
src/mat/matfd/fdmatrix.c 1.2 01/10/21 13:35:32 knepley@spinetta.mcs.anl.gov +9 -6 Changed to specific event logging interface Changed to integer cookie
src/mat/interface/matrix.c 1.11 01/10/21 13:35:32 knepley@spinetta.mcs.anl.gov +88 -84 Changed to specific event logging interface Added logging structures
src/mat/interface/matnull.c 1.2 01/10/21 13:35:32 knepley@spinetta.mcs.anl.gov +3 -1 Changed to integer cookie
src/mat/interface/makefile 1.2 01/10/21 13:35:32 knepley@spinetta.mcs.anl.gov +2 -2 Added dlregis.c
src/mat/color/color.c 1.3 01/10/21 13:35:32 knepley@spinetta.mcs.anl.gov +2 -2 Changed to specific event logging interface
src/fortran/custom/zplog.c 1.2 01/10/21 13:35:31 knepley@spinetta.mcs.anl.gov +4 -4 Added class arg to EventRegister
src/dm/da/src/dadestroy.c 1.2 01/10/21 13:35:31 knepley@spinetta.mcs.anl.gov +4 -0 Added logging structures
src/dm/ao/interface/dlregis.c 1.4 01/10/21 13:35:31 knepley@spinetta.mcs.anl.gov +66 -7 Added package initializer Protected dynamic registration functions
src/dm/ao/interface/ao.c 1.3 01/10/21 13:35:31 knepley@spinetta.mcs.anl.gov +5 -0 Added logging structures
src/dm/ao/impls/mapping/aomapping.c 1.4 01/10/21 13:35:31 knepley@spinetta.mcs.anl.gov +5 -0 Added call to package initializer
src/dm/ao/impls/basic/aodatabasic.c 1.2 01/10/21 13:35:31 knepley@spinetta.mcs.anl.gov +5 -0 Added call to package initializer
src/dm/ao/impls/basic/aobasic.c 1.6 01/10/21 13:35:30 knepley@spinetta.mcs.anl.gov +5 -0 Added call to package initializer
src/contrib/lahaye/matmatmult.c 1.2 01/10/21 13:35:30 knepley@spinetta.mcs.anl.gov +2 -2 Added class to event registration
makefile 1.20 01/10/21 13:35:30 knepley@spinetta.mcs.anl.gov +1 -1 Must improved filtering/logging
include/petscviewer.h 1.7 01/10/21 13:35:30 knepley@spinetta.mcs.anl.gov +2 -2 Changed cookie to integer
include/petscvec.h 1.10.1.1 01/10/21 13:35:30 knepley@spinetta.mcs.anl.gov +7 -12 Added a package initializer Changed cookeis to integers Added event id array Added specialized EventBegin/End which uses event id array
include/petscts.h 1.3 01/10/21 13:35:30 knepley@spinetta.mcs.anl.gov +3 -7 Added a package initializer Changed cookeis to integers Added event id array Added specialized EventBegin/End which uses event id array
include/petscsys.h 1.5 01/10/21 13:35:30 knepley@spinetta.mcs.anl.gov +1 -1 Changed cookie to integer
include/petscsnes.h 1.4 01/10/21 13:35:30 knepley@spinetta.mcs.anl.gov +3 -10 Added a package initializer Changed cookeis to integers Added event id array Added specialized EventBegin/End which uses event id array
include/petscpc.h 1.5 01/10/21 13:35:30 knepley@spinetta.mcs.anl.gov +2 -19 Added a package initializer Changed cookeis to integers Added event id array Added specialized EventBegin/End which uses event id array
include/petscmat.h 1.8 01/10/21 13:35:30 knepley@spinetta.mcs.anl.gov +13 -23 Added a package initializer Changed cookeis to integers Added event id array Added specialized EventBegin/End which uses event id array
include/petsclog.h 1.2 01/10/21 13:35:30 knepley@spinetta.mcs.anl.gov +146 -178 New modular logging Now cookies and events are globally numbered against PETSC_LARGEST_* Added event id array Now call EventLogGetEvent() for each PetscLogEventBegin/End(), which may be too expensive. I can optimize to an array ref if necessary. Changed USING_MPIUNI --> HAVE_MPI_UNI
include/petscksp.h 1.2 01/10/21 13:35:30 knepley@spinetta.mcs.anl.gov +7 -2 Added a package initializer Changed cookeis to integers Added event id array Added specialized EventBegin/End which uses event id array
include/petscis.h 1.2 01/10/21 13:35:30 knepley@spinetta.mcs.anl.gov +1 -1 Changed cookie to integer
include/petscdraw.h 1.6 01/10/21 13:35:30 knepley@spinetta.mcs.anl.gov +9 -5 Changed cookies to integers
include/petscda.h 1.2 01/10/21 13:35:30 knepley@spinetta.mcs.anl.gov +7 -2 Added a package initializer Changed cookeis to integers Added event id array Added specialized EventBegin/End which uses event id array
include/petscao.h 1.3 01/10/21 13:35:29 knepley@spinetta.mcs.anl.gov +10 -4 Added a package initializer Changed cookeis to integers Added event id array Added specialized EventBegin/End which uses event id array
include/petsc.h 1.7 01/10/21 13:35:29 knepley@spinetta.mcs.anl.gov +0 -11 Moved cookie description to petsclog.h
Hg-commit: 0c6fc95119f8b0eaf41f62c9d8fc859183b5e2fc
show more ...
|
| #
ce954513
|
| 18-Oct-2001 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.77 knepley@spinetta.mcs.anl.gov|ChangeSet|20011018194026|43786 ChangeSet 1.77 01/10/18 14:40:26 knepley@spinetta.mcs.anl.gov +6 -0 Merge spinetta.mcs.anl.gov:/nfs/mcs-homes07/petsc
bk-changeset-1.77 knepley@spinetta.mcs.anl.gov|ChangeSet|20011018194026|43786 ChangeSet 1.77 01/10/18 14:40:26 knepley@spinetta.mcs.anl.gov +6 -0 Merge spinetta.mcs.anl.gov:/nfs/mcs-homes07/petsc/petsc-bk/petsc into spinetta.mcs.anl.gov:/sandbox/knepley/PETSc-dev/petsc
src/mat/impls/shell/shell.c 1.4 01/10/18 14:40:25 knepley@spinetta.mcs.anl.gov +0 -0 Auto merged
src/mat/impls/sbaij/seq/sbaij.c 1.4 01/10/18 14:40:25 knepley@spinetta.mcs.anl.gov +0 -0 Auto merged
src/mat/impls/baij/seq/baij.c 1.5 01/10/18 14:40:25 knepley@spinetta.mcs.anl.gov +0 -0 Auto merged
src/mat/impls/aij/seq/aij.c 1.5 01/10/18 14:40:25 knepley@spinetta.mcs.anl.gov +0 -0 Auto merged
src/fortran/custom/zpetsc.h 1.5 01/10/18 14:40:25 knepley@spinetta.mcs.anl.gov +0 -0 Auto merged
include/petscmat.h 1.7 01/10/18 14:40:24 knepley@spinetta.mcs.anl.gov +0 -0 Auto merged
Hg-commit: 40d9dda1ec49112cd23f1b4933126df3edd65313
show more ...
|