| #
e56c5435
|
| 01-Jan-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1846.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040101022049|45662 ChangeSet 1.1846.1.1 03/12/31 20:20:49 barrysmith@barry-smiths-computer.local +8 -0 nightly build fix
bk-changeset-1.1846.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040101022049|45662 ChangeSet 1.1846.1.1 03/12/31 20:20:49 barrysmith@barry-smiths-computer.local +8 -0 nightly build fixes
include/petscsnes.h 1.22 03/12/31 20:16:55 barrysmith@barry-smiths-computer.local +6 -0 more extern c stuff for solaris
src/snes/mf/snesmfj.c 1.25 03/12/31 20:16:49 barrysmith@barry-smiths-computer.local +4 -3 more extern c stuff for solaris
src/snes/impls/ls/ls.c 1.28 03/12/31 20:10:12 barrysmith@barry-smiths-computer.local +10 -0 more extern c stuff for solaris compiler
include/petscksp.h 1.34 03/12/31 20:06:50 barrysmith@barry-smiths-computer.local +2 -0 deal with solaris extern c stuff
src/ksp/ksp/impls/fgmres/modpcf.c 1.7 03/12/31 20:06:14 barrysmith@barry-smiths-computer.local +6 -2 extern c for solaris compiler crap
src/ksp/ksp/impls/gmres/gmres2.c 1.11 03/12/31 20:04:05 barrysmith@barry-smiths-computer.local +2 -0 make externc so comparison and setting them won't make solaris compiler complain about extern c functions
src/ksp/ksp/impls/gmres/borthog2.c 1.9 03/12/31 20:03:42 barrysmith@barry-smiths-computer.local +2 -1 make externc so comparison and setting them won't make solaris compiler complain about extern c functions
src/ksp/ksp/impls/gmres/borthog.c 1.7 03/12/31 20:03:36 barrysmith@barry-smiths-computer.local +2 -1 make externc so comparison and setting them won't make solaris compiler complain about extern c functions
include/petscksp.h 1.33 03/12/31 20:03:29 barrysmith@barry-smiths-computer.local +2 -0 make externc so comparison and setting them won't make solaris compiler complain about extern c functions
Hg-commit: 81d7b650beaff90f2eee00bb99592210820032da
show more ...
|
| #
e7a408f0
|
| 28-Nov-2003 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.1725 knepley@khan.mcs.anl.gov|ChangeSet|20031128171713|39009 ChangeSet 1.1725 03/11/28 11:17:13 knepley@khan.mcs.anl.gov +1 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into kh
bk-changeset-1.1725 knepley@khan.mcs.anl.gov|ChangeSet|20031128171713|39009 ChangeSet 1.1725 03/11/28 11:17:13 knepley@khan.mcs.anl.gov +1 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into khan.mcs.anl.gov:/home/knepley/PETSc-dev/petsc
python/PETSc/Configure.py 1.144 03/11/28 11:17:11 knepley@khan.mcs.anl.gov +0 -0 Auto merged
Hg-commit: aa8bad1f0254057e1b59d4c783c945f76a783063
show more ...
|
| #
49773a63
|
| 26-Nov-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1723.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20031126234349|38064 ChangeSet 1.1723.1.1 03/11/26 17:43:49 barrysmith@barry-smiths-computer.local +15 -0 Yuck, typedef ch
bk-changeset-1.1723.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20031126234349|38064 ChangeSet 1.1723.1.1 03/11/26 17:43:49 barrysmith@barry-smiths-computer.local +15 -0 Yuck, typedef char* thingy changed to #define thingy char* because cannot const the first form. This is not a good fix because of thingy x,y,z; is not what you expect!! Damn, damn, const sucks
src/sys/src/utils/memc.c 1.14 03/11/26 17:43:47 barrysmith@barry-smiths-computer.local +2 -1 Yuck, typedef char* thingy changed to #define thingy char* because cannot const the first form. This is not a good fix because of thingy x,y,z; is not what you expect!! Damn, damn, const sucks
src/sys/src/draw/interface/drawreg.c 1.11 03/11/26 17:43:47 barrysmith@barry-smiths-computer.local +2 -6 Yuck, typedef char* thingy changed to #define thingy char* because cannot const the first form. This is not a good fix because of thingy x,y,z; is not what you expect!! Damn, damn, const sucks
src/dm/ao/impls/basic/aodatabasic.c 1.8 03/11/26 17:43:47 barrysmith@barry-smiths-computer.local +2 -1 Yuck, typedef char* thingy changed to #define thingy char* because cannot const the first form. This is not a good fix because of thingy x,y,z; is not what you expect!! Damn, damn, const sucks
include/petscviewer.h 1.32 03/11/26 17:43:47 barrysmith@barry-smiths-computer.local +1 -1 Yuck, typedef char* thingy changed to #define thingy char* because cannot const the first form. This is not a good fix because of thingy x,y,z; is not what you expect!! Damn, damn, const sucks
include/petscvec.h 1.34 03/11/26 17:43:47 barrysmith@barry-smiths-computer.local +4 -4 Yuck, typedef char* thingy changed to #define thingy char* because cannot const the first form. This is not a good fix because of thingy x,y,z; is not what you expect!! Damn, damn, const sucks
include/petscts.h 1.21 03/11/26 17:43:47 barrysmith@barry-smiths-computer.local +2 -2 Yuck, typedef char* thingy changed to #define thingy char* because cannot const the first form. This is not a good fix because of thingy x,y,z; is not what you expect!! Damn, damn, const sucks
include/petscsnes.h 1.21 03/11/26 17:43:47 barrysmith@barry-smiths-computer.local +2 -2 Yuck, typedef char* thingy changed to #define thingy char* because cannot const the first form. This is not a good fix because of thingy x,y,z; is not what you expect!! Damn, damn, const sucks
include/petscpf.h 1.9 03/11/26 17:43:47 barrysmith@barry-smiths-computer.local +1 -1 Yuck, typedef char* thingy changed to #define thingy char* because cannot const the first form. This is not a good fix because of thingy x,y,z; is not what you expect!! Damn, damn, const sucks
include/petscpc.h 1.37 03/11/26 17:43:47 barrysmith@barry-smiths-computer.local +1 -1 Yuck, typedef char* thingy changed to #define thingy char* because cannot const the first form. This is not a good fix because of thingy x,y,z; is not what you expect!! Damn, damn, const sucks
include/petscmat.h 1.92 03/11/26 17:43:47 barrysmith@barry-smiths-computer.local +5 -5 Yuck, typedef char* thingy changed to #define thingy char* because cannot const the first form. This is not a good fix because of thingy x,y,z; is not what you expect!! Damn, damn, const sucks
include/petscksp.h 1.30 03/11/26 17:43:47 barrysmith@barry-smiths-computer.local +1 -1 Yuck, typedef char* thingy changed to #define thingy char* because cannot const the first form. This is not a good fix because of thingy x,y,z; is not what you expect!! Damn, damn, const sucks
include/petscdraw.h 1.16 03/11/26 17:43:46 barrysmith@barry-smiths-computer.local +1 -1 Yuck, typedef char* thingy changed to #define thingy char* because cannot const the first form. This is not a good fix because of thingy x,y,z; is not what you expect!! Damn, damn, const sucks
include/petscbt.h 1.8 03/11/26 17:43:46 barrysmith@barry-smiths-computer.local +1 -1 Yuck, typedef char* thingy changed to #define thingy char* because cannot const the first form. This is not a good fix because of thingy x,y,z; is not what you expect!! Damn, damn, const sucks
include/petscao.h 1.10 03/11/26 17:43:46 barrysmith@barry-smiths-computer.local +1 -1 Yuck, typedef char* thingy changed to #define thingy char* because cannot const the first form. This is not a good fix because of thingy x,y,z; is not what you expect!! Damn, damn, const sucks
bmake/common/rules.shared.darwin7 1.8 03/11/26 17:41:08 barrysmith@barry-smiths-computer.local +2 -1 bug from removing sles and Matt's high level libraries
Hg-commit: f5a8c42832df8d2541e4ecf6346c4f6d80f9c205
show more ...
|
| #
0e33f6dd
|
| 24-Nov-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1708 barrysmith@barry-smiths-computer.local|ChangeSet|20031124003009|29219 ChangeSet 1.1708 03/11/23 18:30:09 barrysmith@barry-smiths-computer.local +58 -0 more cleanup from removi
bk-changeset-1.1708 barrysmith@barry-smiths-computer.local|ChangeSet|20031124003009|29219 ChangeSet 1.1708 03/11/23 18:30:09 barrysmith@barry-smiths-computer.local +58 -0 more cleanup from removing sles from petsc 2 and lots of const char * that solaris 9 compiler would like to have
src/vec/interface/vecreg.c 1.18 03/11/23 18:30:05 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/vec/interface/mapreg.c 1.11 03/11/23 18:30:05 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/vec/impls/esi/ebvec1.c 1.30 03/11/23 18:30:05 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/ts/interface/tsreg.c 1.13 03/11/23 18:30:05 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/sys/src/viewer/interface/viewregall.c 1.11 03/11/23 18:30:05 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/sys/src/viewer/interface/viewreg.c 1.8 03/11/23 18:30:05 barrysmith@barry-smiths-computer.local +2 -2 const as solaris 9 compiler indicates would be better
src/sys/src/objects/pname.c 1.8 03/11/23 18:30:05 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/sys/src/objects/inherit.c 1.14 03/11/23 18:30:05 barrysmith@barry-smiths-computer.local +2 -2 const as solaris 9 compiler indicates would be better
src/sys/src/objects/destroy.c 1.8 03/11/23 18:30:05 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/sys/src/objects/ams/aoptions.c 1.15 03/11/23 18:30:05 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/sys/src/draw/interface/dtextv.c 1.4 03/11/23 18:30:04 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/sys/src/draw/interface/dtext.c 1.5 03/11/23 18:30:04 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/sys/src/draw/interface/drawregall.c 1.4 03/11/23 18:30:04 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/sys/src/draw/interface/drawreg.c 1.10 03/11/23 18:30:04 barrysmith@barry-smiths-computer.local +10 -9 const as solaris 9 compiler indicates would be better
src/sys/src/draw/impls/x/xops.c 1.12 03/11/23 18:30:04 barrysmith@barry-smiths-computer.local +2 -2 const as solaris 9 compiler indicates would be better
src/sys/src/draw/impls/ps/pops.c 1.9 03/11/23 18:30:04 barrysmith@barry-smiths-computer.local +2 -2 const as solaris 9 compiler indicates would be better
src/sys/src/draw/drawimpl.h 1.7 03/11/23 18:30:04 barrysmith@barry-smiths-computer.local +2 -2 const as solaris 9 compiler indicates would be better
src/snes/utils/damgsnes.c 1.24 03/11/23 18:30:04 barrysmith@barry-smiths-computer.local +0 -1 const as solaris 9 compiler indicates would be better
src/snes/mf/snesmfj.c 1.24 03/11/23 18:30:04 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/snes/interface/snes.c 1.32 03/11/23 18:30:04 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/pf/interface/pfall.c 1.5 03/11/23 18:30:04 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/pf/interface/pf.c 1.9 03/11/23 18:30:04 barrysmith@barry-smiths-computer.local +2 -2 const as solaris 9 compiler indicates would be better
src/mat/utils/matioall.c 1.27 03/11/23 18:30:03 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/mat/partition/spartition.c 1.5 03/11/23 18:30:03 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/mat/partition/partition.c 1.13 03/11/23 18:30:03 barrysmith@barry-smiths-computer.local +2 -2 const as solaris 9 compiler indicates would be better
src/mat/order/sregis.c 1.6 03/11/23 18:30:03 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/mat/order/sorder.c 1.10 03/11/23 18:30:03 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/mat/interface/matrix.c 1.87 03/11/23 18:30:03 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/mat/interface/matregis.c 1.30 03/11/23 18:30:03 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/mat/interface/matreg.c 1.13 03/11/23 18:30:03 barrysmith@barry-smiths-computer.local +2 -2 const as solaris 9 compiler indicates would be better
src/mat/impls/esi/mesi.c 1.32 03/11/23 18:30:03 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/mat/color/scolor.c 1.4 03/11/23 18:30:03 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/mat/color/color.c 1.11 03/11/23 18:30:03 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/ksp/pc/interface/pcset.c 1.11 03/11/23 18:30:03 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/ksp/pc/impls/esi/pesi.c 1.16 03/11/23 18:30:02 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/ksp/ksp/interface/itcreate.c 1.32 03/11/23 18:30:02 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
src/ksp/esi/esles.c 1.14 03/11/23 18:30:02 barrysmith@barry-smiths-computer.local +4 -4 error from change in removing sles
include/petscviewer.h 1.31 03/11/23 18:30:02 barrysmith@barry-smiths-computer.local +3 -3 const as solaris 9 compiler indicates would be better
include/petscvec.h 1.33 03/11/23 18:30:02 barrysmith@barry-smiths-computer.local +3 -3 const as solaris 9 compiler indicates would be better
include/petscts.h 1.20 03/11/23 18:30:01 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
include/petscsnes.h 1.20 03/11/23 18:30:01 barrysmith@barry-smiths-computer.local +2 -2 const as solaris 9 compiler indicates would be better
include/petscpf.h 1.7 03/11/23 18:30:01 barrysmith@barry-smiths-computer.local +2 -2 const as solaris 9 compiler indicates would be better
include/petscpc.h 1.36 03/11/23 18:30:01 barrysmith@barry-smiths-computer.local +2 -2 const as solaris 9 compiler indicates would be better
include/petscoptions.h 1.11 03/11/23 18:30:01 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
include/petscmat.h 1.91 03/11/23 18:30:01 barrysmith@barry-smiths-computer.local +13 -13 const as solaris 9 compiler indicates would be better
include/petscksp.h 1.29 03/11/23 18:30:01 barrysmith@barry-smiths-computer.local +5 -1 const as solaris 9 compiler indicates would be better
include/petschead.h 1.19 03/11/23 18:30:01 barrysmith@barry-smiths-computer.local +1 -1 const as solaris 9 compiler indicates would be better
include/petscerror.h 1.22 03/11/23 18:30:00 barrysmith@barry-smiths-computer.local +5 -5 const as solaris 9 compiler indicates would be better
include/petscdraw.h 1.15 03/11/23 18:30:00 barrysmith@barry-smiths-computer.local +5 -5 const as solaris 9 compiler indicates would be better
include/petsc.h 1.42 03/11/23 18:30:00 barrysmith@barry-smiths-computer.local +2 -2 const as solaris 9 compiler indicates would be better
docs/website/developers/index.html 1.15 03/11/23 18:30:00 barrysmith@barry-smiths-computer.local +8 -20 remove "unneeded" text to make it simplier
src/ts/impls/implicit/beuler/beuler.c 1.9 03/11/23 16:28:44 barrysmith@barry-smiths-computer.local +0 -1 unused variable introduced by removing sles
src/ksp/pc/impls/is/nn/nn.c 1.12 03/11/23 16:24:52 barrysmith@barry-smiths-computer.local +0 -1 unused variable, introduced by removing sles
src/ksp/pc/impls/is/is.c 1.10 03/11/23 16:22:15 barrysmith@barry-smiths-computer.local +0 -1 unused variable, found in nightly build from sles removal
src/ksp/pc/impls/sles/pcsles.c 1.10 03/11/23 16:20:55 barrysmith@barry-smiths-computer.local +0 -2 unused variable found in nightly build, introduced by sles removal
src/ksp/pc/impls/asm/asm.c 1.20 03/11/23 16:20:12 barrysmith@barry-smiths-computer.local +1 -2 unused variable found in nightly builds, introduced by sles removal
src/ksp/pc/impls/bjacobi/bjacobi.c 1.20 03/11/23 16:18:54 barrysmith@barry-smiths-computer.local +0 -2 unused variable found in nightly build, introduced when removing sles
src/ksp/pc/impls/mg/mg.c 1.19 03/11/23 16:18:48 barrysmith@barry-smiths-computer.local +0 -1 unused variable found in nightly build, introduced when removing sles
Hg-commit: 642da25c1e351796f5f5955d3889aadd9c4a0531
show more ...
|
| #
702e6c57
|
| 23-Nov-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1705 barrysmith@barry-smiths-computer.local|ChangeSet|20031123033515|60145 ChangeSet 1.1705 03/11/22 21:35:15 barrysmith@barry-smiths-computer.local +4 -0 merge with somebody, piss
bk-changeset-1.1705 barrysmith@barry-smiths-computer.local|ChangeSet|20031123033515|60145 ChangeSet 1.1705 03/11/22 21:35:15 barrysmith@barry-smiths-computer.local +4 -0 merge with somebody, pisses me off
src/ksp/examples/tutorials/ex10.c 1.28 03/11/22 21:35:14 barrysmith@barry-smiths-computer.local +5 -8 merge with somebody, pisses me off
src/ksp/examples/tests/ex16.F 1.9 03/11/22 21:35:14 barrysmith@barry-smiths-computer.local +0 -2 merge with somebody, pisses me off
src/snes/examples/tutorials/ex6.c 1.8 03/11/22 21:30:19 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/mat/impls/aij/seq/superlu/superlu.c 1.49 03/11/22 21:30:19 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/ksp/examples/tutorials/ex10.c 1.27 03/11/22 21:30:18 barrysmith@barry-smiths-computer.local +0 -0 Merge rename: src/sles/examples/tutorials/ex10.c -> src/ksp/examples/tutorials/ex10.c
src/ksp/examples/tests/ex16.F 1.8 03/11/22 21:30:18 barrysmith@barry-smiths-computer.local +0 -0 Merge rename: src/sles/examples/tests/ex16.F -> src/ksp/examples/tests/ex16.F
Hg-commit: 7902e4f46e04bafc41487c9af7b1642925295149
show more ...
|
| #
94b7f48c
|
| 22-Nov-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1699.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20031122035212|64319 ChangeSet 1.1699.1.1 03/11/21 21:52:12 barrysmith@barry-smiths-computer.local +183 -0 replaced sles w
bk-changeset-1.1699.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20031122035212|64319 ChangeSet 1.1699.1.1 03/11/21 21:52:12 barrysmith@barry-smiths-computer.local +183 -0 replaced sles with ksp everywhere except library name and sles directory
src/vec/examples/tests/makefile 1.8 03/11/21 21:52:06 barrysmith@barry-smiths-computer.local +15 -20 replaced sles with ksp everywhere except library name and sles directory
src/ts/tsimpl.h 1.10 03/11/21 21:52:06 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/ts/interface/tsreg.c 1.12 03/11/21 21:52:06 barrysmith@barry-smiths-computer.local +3 -3 replaced sles with ksp everywhere except library name and sles directory
src/ts/interface/tscreate.c 1.6 03/11/21 21:52:06 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/ts/interface/ts.c 1.23 03/11/21 21:52:06 barrysmith@barry-smiths-computer.local +24 -24 replaced sles with ksp everywhere except library name and sles directory
src/ts/impls/implicit/cn/cn.c 1.7 03/11/21 21:52:06 barrysmith@barry-smiths-computer.local +13 -9 replaced sles with ksp everywhere except library name and sles directory
src/snes/utils/damgsnes.c 1.22 03/11/21 21:52:06 barrysmith@barry-smiths-computer.local +17 -22 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex13f90.F 1.8 03/11/21 21:52:06 barrysmith@barry-smiths-computer.local +18 -19 replaced sles with ksp everywhere except library name and sles directory
docs/website/documentation/changes/220.html 1.9 03/11/21 21:52:06 barrysmith@barry-smiths-computer.local +10 -2 replaced sles with ksp everywhere except library name and sles directory
src/ts/impls/implicit/beuler/beuler.c 1.8 03/11/21 21:52:05 barrysmith@barry-smiths-computer.local +14 -11 replaced sles with ksp everywhere except library name and sles directory
src/ts/examples/tutorials/ex7.c 1.6 03/11/21 21:52:05 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/ts/examples/tutorials/ex6.c 1.9 03/11/21 21:52:05 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/ts/examples/tutorials/ex5.c 1.6 03/11/21 21:52:05 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/ts/examples/tutorials/ex4.c 1.5 03/11/21 21:52:05 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/ts/examples/tutorials/ex3.c 1.6 03/11/21 21:52:05 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/ts/examples/tutorials/ex2f.h 1.4 03/11/21 21:52:05 barrysmith@barry-smiths-computer.local +0 -2 replaced sles with ksp everywhere except library name and sles directory
src/ts/examples/tests/ex1f.F 1.6 03/11/21 21:52:05 barrysmith@barry-smiths-computer.local +8 -8 replaced sles with ksp everywhere except library name and sles directory
src/sys/src/viewer/interface/dupl.c 1.4 03/11/21 21:52:05 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/sys/src/objects/pinit.c 1.27 03/11/21 21:52:05 barrysmith@barry-smiths-computer.local +3 -3 replaced sles with ksp everywhere except library name and sles directory
src/snes/snesimpl.h 1.10 03/11/21 21:52:05 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/snes/mf/snesmfj.c 1.23 03/11/21 21:52:05 barrysmith@barry-smiths-computer.local +2 -4 replaced sles with ksp everywhere except library name and sles directory
src/snes/interface/snes.c 1.31 03/11/21 21:52:05 barrysmith@barry-smiths-computer.local +30 -33 replaced sles with ksp everywhere except library name and sles directory
src/snes/impls/tr/tr.c 1.9 03/11/21 21:52:05 barrysmith@barry-smiths-computer.local +5 -5 replaced sles with ksp everywhere except library name and sles directory
src/snes/impls/ls/ls.c 1.25 03/11/21 21:52:04 barrysmith@barry-smiths-computer.local +6 -4 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tutorials/makefile 1.29 03/11/21 21:52:04 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tutorials/ex6.c 1.6.1.1 03/11/21 21:52:04 barrysmith@barry-smiths-computer.local +4 -7 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tutorials/ex5s.c 1.5 03/11/21 21:52:04 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tutorials/ex5f90.F 1.7 03/11/21 21:52:04 barrysmith@barry-smiths-computer.local +0 -6 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tutorials/ex5.c 1.13 03/11/21 21:52:04 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tutorials/ex30.c 1.34 03/11/21 21:52:04 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tutorials/ex3.c 1.6 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tutorials/ex29.c 1.56 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +8 -12 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tutorials/ex27.c 1.6 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tutorials/ex24.c 1.11 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +18 -16 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tutorials/ex2.c 1.6 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tutorials/ex1f.F 1.7 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +6 -10 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tutorials/ex19.c 1.10 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tutorials/ex14.c 1.7 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tutorials/ex10d/ex10.c 1.8 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tutorials/ex1.c 1.6 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +6 -8 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tests/ex9.c 1.6 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +2 -4 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tests/ex5.c 1.5 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tests/ex11.c 1.9 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +17 -20 replaced sles with ksp everywhere except library name and sles directory
src/snes/examples/tests/ex1.c 1.6 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/sles/utils/damg.c 1.18 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +37 -45 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/interface/precon.c 1.30 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +6 -6 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/interface/pcset.c 1.9 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/interface/pcregis.c 1.18 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/sles/pcsles.c 1.8 03/11/21 21:52:03 barrysmith@barry-smiths-computer.local +87 -83 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/samg/samgpetsctools.c 1.6 03/11/21 21:52:02 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/samg/samgmgpetsc.c 1.5 03/11/21 21:52:02 barrysmith@barry-smiths-computer.local +26 -30 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/samg/petscfunc.h 1.3 03/11/21 21:52:02 barrysmith@barry-smiths-computer.local +3 -4 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/redundant/redundant.c 1.9 03/11/21 21:52:02 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/ramg/ramgpetsc.c 1.10 03/11/21 21:52:02 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/ramg/petscfunc.h 1.7 03/11/21 21:52:02 barrysmith@barry-smiths-computer.local +3 -4 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/ramg/petscfunc.c 1.10 03/11/21 21:52:02 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/mg/smg.c 1.6 03/11/21 21:52:02 barrysmith@barry-smiths-computer.local +3 -1 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/mg/mgimpl.h 1.6 03/11/21 21:52:02 barrysmith@barry-smiths-computer.local +3 -3 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/mg/mgfunc.c 1.6 03/11/21 21:52:02 barrysmith@barry-smiths-computer.local +23 -25 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/mg/mg.c 1.17 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +47 -51 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/mg/fmg.c 1.6 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +6 -2 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/mat/pcmat.c 1.6 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/lu/lu.c 1.22 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/is/nn/nn.h 1.4 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/is/nn/nn.c 1.10 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +21 -14 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/is/is.h 1.4 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +3 -3 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/is/is.c 1.8 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +31 -25 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/ilu/ilu.c 1.23 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/composite/composite.c 1.10 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +5 -5 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/cholesky/cholesky.c 1.20 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/bjacobi/bjacobi.h 1.4 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/bjacobi/bjacobi.c 1.18 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +83 -85 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/impls/asm/asm.c 1.18 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +62 -58 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/examples/tutorials/ex2.c 1.7 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +9 -8 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/examples/tutorials/ex1.c 1.6 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +9 -8 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/examples/tests/ex8f.F 1.7 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +5 -7 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/examples/tests/ex6.c 1.4 03/11/21 21:52:01 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/examples/tests/ex5.c 1.10 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +19 -24 replaced sles with ksp everywhere except library name and sles directory
src/sles/pc/examples/tests/ex2.c 1.5 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/sles/makefile 1.5 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
src/sles/ksp/interface/itfunc.c 1.27 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +20 -20 replaced sles with ksp everywhere except library name and sles directory
src/sles/ksp/interface/iterativ.c 1.7 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/sles/ksp/interface/itcreate.c 1.30 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +4 -0 replaced sles with ksp everywhere except library name and sles directory
src/sles/ksp/interface/eige.c 1.6 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +3 -3 replaced sles with ksp everywhere except library name and sles directory
src/sles/ksp/interface/dlregis.c 1.14 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +2 -88 replaced sles with ksp everywhere except library name and sles directory
src/sles/ksp/impls/lgmres/lgmres.c 1.9 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/sles/ksp/impls/fgmres/modpcf.c 1.5 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +13 -15 replaced sles with ksp everywhere except library name and sles directory
src/sles/ksp/impls/fgmres/fgmres.c 1.15 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +3 -3 replaced sles with ksp everywhere except library name and sles directory
src/sles/ksp/impls/cg/cg.c 1.15 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/makefile 1.40 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +6 -6 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex9.c 1.11 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +25 -24 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex8.c 1.9 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +30 -30 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex7.c 1.9 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +32 -32 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex6f.F 1.6 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +15 -17 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex5.c 1.8 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +22 -21 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex4.c 1.6 03/11/21 21:52:00 barrysmith@barry-smiths-computer.local +12 -10 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex3.c 1.7 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +12 -11 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex2f.F 1.5 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +19 -23 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex28.c 1.6 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex27.c 1.6 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +16 -15 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex26.c 1.8 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex25.c 1.7 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex23.c 1.7 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +17 -17 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex22.c 1.4 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex21f.F 1.8 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +13 -15 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex2.c 1.7 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +16 -16 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex1f.F 1.7 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +17 -19 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex16.c 1.6 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +15 -15 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex15f.F 1.6 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +13 -15 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex15.c 1.7 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +14 -14 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex14f.F 1.6 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +15 -15 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex13.c 1.6 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +15 -14 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex12.c 1.7 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +15 -16 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex11f.F 1.7 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +12 -13 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex11.c 1.6 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +13 -12 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex10.c 1.24.1.1 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +24 -24 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tutorials/ex1.c 1.9 03/11/21 21:51:59 barrysmith@barry-smiths-computer.local +18 -18 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex7.c 1.10 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +14 -15 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex6.c 1.12 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +14 -13 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex5f.F 1.6 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +9 -7 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex4.c 1.5 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +9 -9 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex3.c 1.6 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +9 -9 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex24.c 1.7 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +13 -15 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex20.c 1.9 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +10 -9 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex2.c 1.7 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +18 -18 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex19.c 1.6 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +18 -19 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex18.c 1.7 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +9 -8 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex17.c 1.7 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +12 -12 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex16.F 1.6.1.1 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +19 -18 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex15.c 1.8 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +12 -12 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex14.c 1.5 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +14 -13 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex12.F 1.8 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +8 -8 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex10.c 1.6 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +8 -8 replaced sles with ksp everywhere except library name and sles directory
src/sles/examples/tests/ex1.c 1.5 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +9 -7 replaced sles with ksp everywhere except library name and sles directory
src/sles/esi/esles.c 1.12 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +23 -35 replaced sles with ksp everywhere except library name and sles directory
src/mat/utils/zerodiag.c 1.7 03/11/21 21:51:58 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/mat/interface/matrix.c 1.86 03/11/21 21:51:57 barrysmith@barry-smiths-computer.local +44 -44 replaced sles with ksp everywhere except library name and sles directory
src/mat/impls/aij/seq/umfpack/umfpack.c 1.24 03/11/21 21:51:57 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
src/mat/impls/aij/seq/superlu/superlu.c 1.44.1.1 03/11/21 21:51:57 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
src/mat/impls/aij/seq/spooles/spoolesOptions.c 1.25 03/11/21 21:51:57 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/mat/impls/aij/seq/aijmatlab.c 1.16 03/11/21 21:51:57 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/mat/impls/aij/mpi/mumps/mumps.c 1.50 03/11/21 21:51:57 barrysmith@barry-smiths-computer.local +3 -3 replaced sles with ksp everywhere except library name and sles directory
src/mat/examples/tests/ex80.c 1.4 03/11/21 21:51:57 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/mat/examples/tests/ex73.c 1.6 03/11/21 21:51:57 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/mat/examples/tests/ex7.c 1.6 03/11/21 21:51:57 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/mat/examples/tests/ex42.c 1.6 03/11/21 21:51:57 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/mat/examples/tests/ex41.c 1.6 03/11/21 21:51:57 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/mat/examples/tests/ex40.c 1.6 03/11/21 21:51:57 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/mat/examples/tests/ex30.c 1.8 03/11/21 21:51:57 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/fortran/custom/zts.c 1.9 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +4 -4 replaced sles with ksp everywhere except library name and sles directory
src/fortran/custom/zsnes.c 1.11 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +4 -4 replaced sles with ksp everywhere except library name and sles directory
src/fortran/custom/zsles.c 1.7 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +10 -83 replaced sles with ksp everywhere except library name and sles directory
src/fortran/custom/zpc.c 1.12 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +21 -21 replaced sles with ksp everywhere except library name and sles directory
src/fortran/custom/zksp.c 1.12 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +6 -6 replaced sles with ksp everywhere except library name and sles directory
src/contrib/oberman/laplacian_q1/scalable/makefile 1.4 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
src/contrib/oberman/laplacian_q1/scalable/appctx.h 1.4 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
src/contrib/oberman/laplacian_q1/scalable/appalgebra.c 1.7 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +12 -14 replaced sles with ksp everywhere except library name and sles directory
src/contrib/oberman/laplacian_q1/makefile 1.7 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/contrib/oberman/laplacian_q1/appctx.h 1.5 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
src/contrib/oberman/laplacian_q1/appalgebra.c 1.7 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +9 -10 replaced sles with ksp everywhere except library name and sles directory
include/petscts.h 1.19 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
include/petscsnes.h 1.19 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +3 -3 replaced sles with ksp everywhere except library name and sles directory
include/petscpc.h 1.35 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
include/petscmg.h 1.6 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +5 -5 replaced sles with ksp everywhere except library name and sles directory
include/petscmat.h 1.90 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
include/petscksp.h 1.27 03/11/21 21:51:55 barrysmith@barry-smiths-computer.local +3 -3 replaced sles with ksp everywhere except library name and sles directory
include/petscda.h 1.22 03/11/21 21:51:54 barrysmith@barry-smiths-computer.local +8 -8 replaced sles with ksp everywhere except library name and sles directory
include/petsc.h 1.41 03/11/21 21:51:54 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
include/finclude/petscpc.h 1.5 03/11/21 21:51:54 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
include/finclude/makefile 1.5 03/11/21 21:51:54 barrysmith@barry-smiths-computer.local +1 -1 replaced sles with ksp everywhere except library name and sles directory
include/esi/petsc/solveriterative.h 1.8 03/11/21 21:51:54 barrysmith@barry-smiths-computer.local +7 -7 replaced sles with ksp everywhere except library name and sles directory
docs/tex/manual/part2.tex 1.63 03/11/21 21:51:54 barrysmith@barry-smiths-computer.local +111 -114 replaced sles with ksp everywhere except library name and sles directory
docs/tex/manual/part1.tex 1.26 03/11/21 21:51:54 barrysmith@barry-smiths-computer.local +24 -22 replaced sles with ksp everywhere except library name and sles directory
docs/manualpages/sec/bop.SNES 1.5 03/11/21 21:51:54 barrysmith@barry-smiths-computer.local +5 -5 replaced sles with ksp everywhere except library name and sles directory
docs/manualpages/sec/bop.SLES 1.6 03/11/21 21:51:54 barrysmith@barry-smiths-computer.local +6 -7 replaced sles with ksp everywhere except library name and sles directory
docs/manualpages/sec/bop.PC 1.6 03/11/21 21:51:53 barrysmith@barry-smiths-computer.local +3 -3 replaced sles with ksp everywhere except library name and sles directory
docs/manualpages/sec/bop.KSP 1.5 03/11/21 21:51:53 barrysmith@barry-smiths-computer.local +4 -6 replaced sles with ksp everywhere except library name and sles directory
bmake/adicmf.init 1.16 03/11/21 21:51:53 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
bmake/adic.init 1.17 03/11/21 21:51:53 barrysmith@barry-smiths-computer.local +2 -2 replaced sles with ksp everywhere except library name and sles directory
src/mat/examples/tests/makefile 1.12 03/11/21 20:51:56 barrysmith@barry-smiths-computer.local +1 -1 runex77 list but commented out
src/vec/examples/tests/ex19f.F 1.5 03/11/21 15:09:20 barrysmith@barry-smiths-computer.local +0 -0 Rename: src/vec/examples/tests/ex19.F -> src/vec/examples/tests/ex19f.F
src/vec/examples/tests/ex20f.F 1.6 03/11/21 15:09:10 barrysmith@barry-smiths-computer.local +0 -0 Rename: src/vec/examples/tests/ex20.F -> src/vec/examples/tests/ex20f.F
docs/website/documentation/changes/220.html 1.8 03/11/21 14:42:11 barrysmith@barry-smiths-computer.local +0 -0 Rename: docs/website/documentation/changes/217.html -> docs/website/documentation/changes/220.html
docs/tex/petscapp.bib 1.92 03/11/21 12:40:12 barrysmith@barry-smiths-computer.local +6 -0 new app
src/snes/utils/damgsnes.c 1.21 03/11/20 16:03:10 barrysmith@barrysmith.mcs.anl.gov +0 -1 *** empty log message ***
src/sles/examples/tutorials/ex13f90.F 1.7 03/11/20 14:22:15 barrysmith@barrysmith.mcs.anl.gov +0 -1 *** empty log message ***
src/sles/examples/tutorials/ex13f90.F 1.6 03/11/20 14:22:07 barrysmith@barrysmith.mcs.anl.gov +0 -2 *** empty log message ***
Hg-commit: 5a18c6729a491ed4d8bb27a226c0a5c2ac09fd4f
show more ...
|
| #
ebe563d0
|
| 03-Oct-2003 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.1521 balay@asterix.mcs.anl.gov|ChangeSet|20031003210333|19630 ChangeSet 1.1521 03/10/03 16:03:33 balay@asterix.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into
bk-changeset-1.1521 balay@asterix.mcs.anl.gov|ChangeSet|20031003210333|19630 ChangeSet 1.1521 03/10/03 16:03:33 balay@asterix.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into asterix.mcs.anl.gov:/home/balay/petsc-dev
Hg-commit: a1f506d00dc78a5346d77133d1f647f8d4821771
show more ...
|
| #
e9fa29b7
|
| 03-Oct-2003 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.1518.1.1 balay@asterix.mcs.anl.gov|ChangeSet|20031003210317|18698 ChangeSet 1.1518.1.1 03/10/03 16:03:17 balay@asterix.mcs.anl.gov +32 -0 enable using C version of PETSc from C++
bk-changeset-1.1518.1.1 balay@asterix.mcs.anl.gov|ChangeSet|20031003210317|18698 ChangeSet 1.1518.1.1 03/10/03 16:03:17 balay@asterix.mcs.anl.gov +32 -0 enable using C version of PETSc from C++
include/petscviewer.h 1.28 03/10/03 16:03:00 balay@asterix.mcs.anl.gov +10 -1 enable using C version of PETSc from C++
include/petscversion.h 1.82 03/10/03 16:03:00 balay@asterix.mcs.anl.gov +4 -1 enable using C version of PETSc from C++
include/petscvec.h 1.31 03/10/03 16:03:00 balay@asterix.mcs.anl.gov +3 -8 enable using C version of PETSc from C++
include/petscts.h 1.17 03/10/03 16:03:00 balay@asterix.mcs.anl.gov +2 -5 enable using C version of PETSc from C++
include/petscsys.h 1.10.1.1 03/10/03 16:03:00 balay@asterix.mcs.anl.gov +2 -2 enable using C version of PETSc from C++
include/petscsnes.h 1.18 03/10/03 16:03:00 balay@asterix.mcs.anl.gov +2 -1 enable using C version of PETSc from C++
include/petscpf.h 1.6 03/10/03 16:02:59 balay@asterix.mcs.anl.gov +3 -4 enable using C version of PETSc from C++
include/petscpc.h 1.31 03/10/03 16:02:59 balay@asterix.mcs.anl.gov +2 -0 enable using C version of PETSc from C++
include/petscoptions.h 1.9 03/10/03 16:02:59 balay@asterix.mcs.anl.gov +3 -2 enable using C version of PETSc from C++
include/petscmg.h 1.5 03/10/03 16:02:59 balay@asterix.mcs.anl.gov +2 -1 enable using C version of PETSc from C++
include/petscmath.h 1.19 03/10/03 16:02:59 balay@asterix.mcs.anl.gov +3 -0 enable using C version of PETSc from C++
include/petscmat.h 1.86 03/10/03 16:02:59 balay@asterix.mcs.anl.gov +2 -3 enable using C version of PETSc from C++
include/petsclog.h 1.31 03/10/03 16:02:59 balay@asterix.mcs.anl.gov +3 -1 enable using C version of PETSc from C++
include/petscksp.h 1.17 03/10/03 16:02:58 balay@asterix.mcs.anl.gov +2 -0 enable using C version of PETSc from C++
include/petscis.h 1.11 03/10/03 16:02:58 balay@asterix.mcs.anl.gov +2 -4 enable using C version of PETSc from C++
include/petschead.h 1.12 03/10/03 16:02:58 balay@asterix.mcs.anl.gov +2 -0 enable using C version of PETSc from C++
include/petscf90.h 1.5 03/10/03 16:02:58 balay@asterix.mcs.anl.gov +5 -4 enable using C version of PETSc from C++
include/petscerror.h 1.19 03/10/03 16:02:58 balay@asterix.mcs.anl.gov +2 -10 enable using C version of PETSc from C++
include/petscengine.h 1.8 03/10/03 16:02:58 balay@asterix.mcs.anl.gov +2 -6 enable using C version of PETSc from C++
include/petscdraw.h 1.13 03/10/03 16:02:58 balay@asterix.mcs.anl.gov +2 -8 enable using C version of PETSc from C++
include/petscda.h 1.20 03/10/03 16:02:57 balay@asterix.mcs.anl.gov +2 -2 enable using C version of PETSc from C++
include/petscbt.h 1.7 03/10/03 16:02:57 balay@asterix.mcs.anl.gov +2 -2 enable using C version of PETSc from C++
include/petscblaslapack.h 1.8 03/10/03 16:02:57 balay@asterix.mcs.anl.gov +2 -4 enable using C version of PETSc from C++
include/petscao.h 1.9 03/10/03 16:02:57 balay@asterix.mcs.anl.gov +2 -2 enable using C version of PETSc from C++
include/petscadic.h 1.5 03/10/03 16:02:57 balay@asterix.mcs.anl.gov +2 -7 enable using C version of PETSc from C++
include/petsc.h 1.37 03/10/03 16:02:57 balay@asterix.mcs.anl.gov +13 -0 enable using C version of PETSc from C++
include/iclsse.h 1.6 03/10/03 16:02:56 balay@asterix.mcs.anl.gov +4 -1 enable using C version of PETSc from C++
include/gccsse.h 1.6 03/10/03 16:02:55 balay@asterix.mcs.anl.gov +2 -1 enable using C version of PETSc from C++
bmake/common/bopt_g 1.5 03/10/03 16:02:55 balay@asterix.mcs.anl.gov +1 -1 enable using C version of PETSc from C++
bmake/common/bopt_g_single 1.5 03/10/03 16:02:55 balay@asterix.mcs.anl.gov +1 -1 enable using C version of PETSc from C++
bmake/common/bopt_O 1.6 03/10/03 16:02:55 balay@asterix.mcs.anl.gov +1 -1 enable using C version of PETSc from C++
bmake/common/bopt_O_single 1.5 03/10/03 16:02:55 balay@asterix.mcs.anl.gov +1 -1 enable using C version of PETSc from C++
Hg-commit: 5da3e7240472d1cc543dcc1075011dfa48234b07
show more ...
|
| #
5e1917b4
|
| 24-Jun-2003 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.1330 balay@smash.mcs.anl.gov|ChangeSet|20030624211418|57445 ChangeSet 1.1330 03/06/24 16:14:18 balay@smash.mcs.anl.gov +1 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into smas
bk-changeset-1.1330 balay@smash.mcs.anl.gov|ChangeSet|20030624211418|57445 ChangeSet 1.1330 03/06/24 16:14:18 balay@smash.mcs.anl.gov +1 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into smash.mcs.anl.gov:/sandbox/balay/petsc-dev
src/sles/ksp/interface/itfunc.c 1.15 03/06/24 16:14:16 balay@smash.mcs.anl.gov +0 -0 Auto merged
Hg-commit: 220c94ccc381ba77e2e3e9ee6fb378e6e9688490
show more ...
|
| #
1836bdbc
|
| 24-Jun-2003 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.1326.1.1 balay@smash.mcs.anl.gov|ChangeSet|20030624211410|13641 ChangeSet 1.1326.1.1 03/06/24 16:14:10 balay@smash.mcs.anl.gov +20 -0 const and [] changes
src/ts/interface/ts.c
bk-changeset-1.1326.1.1 balay@smash.mcs.anl.gov|ChangeSet|20030624211410|13641 ChangeSet 1.1326.1.1 03/06/24 16:14:10 balay@smash.mcs.anl.gov +20 -0 const and [] changes
src/ts/interface/ts.c 1.21 03/06/24 16:14:09 balay@smash.mcs.anl.gov +7 -9 const and [] changes
src/ts/interface/dlregis.c 1.11 03/06/24 16:14:09 balay@smash.mcs.anl.gov +1 -1 const and [] changes
src/ts/impls/implicit/pvode/petscpvode.c 1.12 03/06/24 16:14:09 balay@smash.mcs.anl.gov +1 -1 const and [] changes
src/sys/src/objects/options.c 1.25 03/06/24 16:14:09 balay@smash.mcs.anl.gov +1 -1 const and [] changes
src/snes/mf/snesmfj.c 1.18 03/06/24 16:14:08 balay@smash.mcs.anl.gov +1 -1 const and [] changes
src/snes/interface/snesregi.c 1.5 03/06/24 16:14:08 balay@smash.mcs.anl.gov +1 -1 const and [] changes
src/snes/interface/snes.c 1.28 03/06/24 16:14:08 balay@smash.mcs.anl.gov +7 -7 const and [] changes
src/snes/interface/dlregis.c 1.12 03/06/24 16:14:08 balay@smash.mcs.anl.gov +1 -1 const and [] changes
src/sles/pc/impls/bjacobi/bjacobi.c 1.14 03/06/24 16:14:08 balay@smash.mcs.anl.gov +1 -1 const and [] changes
src/sles/pc/impls/asm/asm.c 1.11 03/06/24 16:14:08 balay@smash.mcs.anl.gov +1 -1 const and [] changes
src/sles/ksp/interface/xmon.c 1.5 03/06/24 16:14:08 balay@smash.mcs.anl.gov +2 -2 const and [] changes
src/sles/ksp/interface/itregis.c 1.6 03/06/24 16:14:08 balay@smash.mcs.anl.gov +1 -1 const and [] changes
src/sles/ksp/interface/itfunc.c 1.12.1.1 03/06/24 16:14:08 balay@smash.mcs.anl.gov +2 -2 const and [] changes
src/sles/ksp/interface/itcreate.c 1.21 03/06/24 16:14:08 balay@smash.mcs.anl.gov +1 -1 const and [] changes
src/sles/ksp/interface/itcl.c 1.4 03/06/24 16:14:07 balay@smash.mcs.anl.gov +3 -3 const and [] changes
src/sles/ksp/interface/dlregis.c 1.11 03/06/24 16:14:07 balay@smash.mcs.anl.gov +1 -1 const and [] changes
include/petscts.h 1.15 03/06/24 16:14:07 balay@smash.mcs.anl.gov +7 -7 const and [] changes
include/petscsnes.h 1.17 03/06/24 16:14:07 balay@smash.mcs.anl.gov +12 -12 const and [] changes
include/petscoptions.h 1.8 03/06/24 16:14:07 balay@smash.mcs.anl.gov +1 -1 const and [] changes
include/petscksp.h 1.15 03/06/24 16:14:07 balay@smash.mcs.anl.gov +9 -11 const and [] changes
Hg-commit: 33371881dd60ad6f363a1a1a69ee0af63ec149b8
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 ...
|
| #
92c3bf5a
|
| 18-Nov-2002 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.869 knepley@khan.mcs.anl.gov|ChangeSet|20021118150243|45019 ChangeSet 1.869 02/11/18 09:02:43 knepley@khan.mcs.anl.gov +1 -0 Merge
src/mat/impls/aij/seq/aijmatlab.c 1.10 02/
bk-changeset-1.869 knepley@khan.mcs.anl.gov|ChangeSet|20021118150243|45019 ChangeSet 1.869 02/11/18 09:02:43 knepley@khan.mcs.anl.gov +1 -0 Merge
src/mat/impls/aij/seq/aijmatlab.c 1.10 02/11/18 09:02:41 knepley@khan.mcs.anl.gov +0 -2 Merge
Hg-commit: ba34a23ddff88c8c0d669ea62fd7e847382bebe9
show more ...
|
| #
e875d08b
|
| 04-Nov-2002 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.866.1.9 knepley@khan.mcs.anl.gov|ChangeSet|20021104210649|45552 ChangeSet 1.866.1.9 02/11/04 15:06:49 knepley@khan.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev i
bk-changeset-1.866.1.9 knepley@khan.mcs.anl.gov|ChangeSet|20021104210649|45552 ChangeSet 1.866.1.9 02/11/04 15:06:49 knepley@khan.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into khan.mcs.anl.gov:/home/knepley/PETSc-dev/petsc
Hg-commit: ce1f269d0ee4147b6a32c9780662e5434bfb5743
show more ...
|
| #
ff4e02e2
|
| 04-Nov-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.866.4.2 bsmith@terra.mcs.anl.gov|ChangeSet|20021104165103|47859 ChangeSet 1.866.4.2 02/11/04 10:51:03 bsmith@terra.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev i
bk-changeset-1.866.4.2 bsmith@terra.mcs.anl.gov|ChangeSet|20021104165103|47859 ChangeSet 1.866.4.2 02/11/04 10:51:03 bsmith@terra.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into terra.mcs.anl.gov:/sandbox/bsmith/petsc
Hg-commit: 3d4bbd4436af18170f5ee39bbcbf4c4f8c4e67fe
show more ...
|
| #
da9b6338
|
| 04-Nov-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.866.5.1 bsmith@terra.mcs.anl.gov|ChangeSet|20021104165053|47886 ChangeSet 1.866.5.1 02/11/04 10:50:53 bsmith@terra.mcs.anl.gov +8 -0 unknownfunction replaced with User provided fun
bk-changeset-1.866.5.1 bsmith@terra.mcs.anl.gov|ChangeSet|20021104165053|47886 ChangeSet 1.866.5.1 02/11/04 10:50:53 bsmith@terra.mcs.anl.gov +8 -0 unknownfunction replaced with User provided function
src/sys/src/error/signal.c 1.8 02/11/04 10:50:52 bsmith@terra.mcs.anl.gov +1 -1 unknownfunction replaced with User provided function
src/sys/src/error/fp.c 1.8 02/11/04 10:50:52 bsmith@terra.mcs.anl.gov +5 -5 unknownfunction replaced with User provided function
src/sys/src/error/adebug.c 1.14 02/11/04 10:50:52 bsmith@terra.mcs.anl.gov +1 -1 unknownfunction replaced with User provided function
src/snes/interface/snes.c 1.23 02/11/04 10:50:52 bsmith@terra.mcs.anl.gov +37 -0 new testing code
include/petscmath.h 1.14 02/11/04 10:50:52 bsmith@terra.mcs.anl.gov +2 -0 new useful macros
include/petscerror.h 1.15 02/11/04 10:50:52 bsmith@terra.mcs.anl.gov +1 -1 unknownfunction replaced with User provided function
include/petscsnes.h 1.15 02/11/03 18:19:11 bsmith@terra.mcs.anl.gov +2 -0 *** empty log message ***
src/snes/examples/tutorials/ex29.c 1.8 02/11/01 16:32:44 bsmith@terra.mcs.anl.gov +0 -2 *** empty log message ***
Hg-commit: 95a3e563d11cdf7462d5d242c45fc559622320b0
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 ...
|
| #
70bfaead
|
| 10-Apr-2002 |
Lois Curfman McInnes <curfman@mcs.anl.gov> |
bk-changeset-1.604 curfman@terra.mcs.anl.gov|ChangeSet|20020410184332|01638 ChangeSet 1.604 02/04/10 13:43:32 curfman@terra.mcs.anl.gov +1 -0 Merge terra.mcs.anl.gov:/nfs/mcs-homes07/petsc/petsc-
bk-changeset-1.604 curfman@terra.mcs.anl.gov|ChangeSet|20020410184332|01638 ChangeSet 1.604 02/04/10 13:43:32 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
docs/tex/manual/part2.tex 1.25 02/04/10 13:43:29 curfman@terra.mcs.anl.gov +0 -0 Auto merged
Hg-commit: 7688de3fd8b6f52c37c9667a2edd72098ff8e239
show more ...
|
| #
0bac00bd
|
| 08-Apr-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.602.1.2 bsmith@terra.mcs.anl.gov|ChangeSet|20020408202511|36916 ChangeSet 1.602.1.2 02/04/08 15:25:11 bsmith@terra.mcs.anl.gov +0 -0 Merge terra.mcs.anl.gov:/nfs/mcs-homes07/petsc/
bk-changeset-1.602.1.2 bsmith@terra.mcs.anl.gov|ChangeSet|20020408202511|36916 ChangeSet 1.602.1.2 02/04/08 15:25:11 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: 3e80968685643f6c53a17224dce9fba9d599ef4c
show more ...
|
| #
71d41ebe
|
| 08-Apr-2002 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.602.2.1 bsmith@terra.mcs.anl.gov|ChangeSet|20020408202455|36698 ChangeSet 1.602.2.1 02/04/08 15:24:55 bsmith@terra.mcs.anl.gov +7 -0 allow matrix free matrices without snes recom
bk-changeset-1.602.2.1 bsmith@terra.mcs.anl.gov|ChangeSet|20020408202455|36698 ChangeSet 1.602.2.1 02/04/08 15:24:55 bsmith@terra.mcs.anl.gov +7 -0 allow matrix free matrices without snes recompiling petsc for new external package without recompiling all of PERTSc
src/sys/src/objects/pinit.c 1.14 02/04/08 15:24:55 bsmith@terra.mcs.anl.gov +2 -2 typo
src/mat/interface/matrix.c 1.27 02/04/08 14:16:36 bsmith@terra.mcs.anl.gov +1 -0 moved here cause can be used without snes
src/snes/interface/snes.c 1.18 02/04/08 14:15:49 bsmith@terra.mcs.anl.gov +0 -1 *** empty log message ***
include/petscmat.h 1.25 02/04/08 14:14:56 bsmith@terra.mcs.anl.gov +1 -0 snesmfctx cookie moved here because it may be used without snes
include/petscsnes.h 1.12 02/04/08 14:14:24 bsmith@terra.mcs.anl.gov +0 -1 *** empty log message ***
bmake/common/variables 1.31 02/04/08 14:02:49 bsmith@terra.mcs.anl.gov +18 -5 *** empty log message ***
bmake/common/rules 1.29 02/04/08 14:02:42 bsmith@terra.mcs.anl.gov +47 -0 *** empty log message ***
bmake/common/variables 1.30 02/04/08 10:27:32 bsmith@terra.mcs.anl.gov +5 -1 *** empty log message ***
Hg-commit: b5d5f50987d390806bd2284397b0200aaf0ff3a4
show more ...
|
| #
eef9c623
|
| 24-Mar-2002 |
Lois Curfman McInnes <curfman@mcs.anl.gov> |
bk-changeset-1.546 curfman@terra.mcs.anl.gov|ChangeSet|20020324004320|08729 ChangeSet 1.546 02/03/23 18:43:20 curfman@terra.mcs.anl.gov +1 -0 deleted the support for unconstrained minimization pr
bk-changeset-1.546 curfman@terra.mcs.anl.gov|ChangeSet|20020324004320|08729 ChangeSet 1.546 02/03/23 18:43:20 curfman@terra.mcs.anl.gov +1 -0 deleted the support for unconstrained minimization problems in SNES
include/petscsnes.h 1.11 02/03/23 18:41:44 curfman@terra.mcs.anl.gov +11 -42 deleted the support for unconstrained minimization problems in SNES
Hg-commit: 6e87d89872643971246b150883cbfa548b17145f
show more ...
|