| 33c7be83 | 31-Dec-2003 |
victorle <victorle@tibook500ve.cs.utk.edu> |
bk-changeset-1.1848 victorle@tibook500ve.cs.utk.edu|ChangeSet|20031231191800|37829 ChangeSet 1.1848 03/12/31 14:18:00 victorle@tibook500ve.cs.utk.edu +3 -0 Frobenius norm implemented as synonym o
bk-changeset-1.1848 victorle@tibook500ve.cs.utk.edu|ChangeSet|20031231191800|37829 ChangeSet 1.1848 03/12/31 14:18:00 victorle@tibook500ve.cs.utk.edu +3 -0 Frobenius norm implemented as synonym of 2-norm in Seq, MPI, and ESI implementations
src/vec/impls/seq/bvec2.c 1.31 03/12/31 14:17:57 victorle@tibook500ve.cs.utk.edu +1 -1 Frobenius norm implemented as synonum of 2-norm
src/vec/impls/mpi/pvec2.c 1.6 03/12/31 14:17:57 victorle@tibook500ve.cs.utk.edu +1 -1 Frobenius norm implemented as synonum of 2-norm
src/vec/impls/esi/ebvec1.c 1.31 03/12/31 14:17:57 victorle@tibook500ve.cs.utk.edu +1 -1 Frobenius norm implemented as synonum of 2-norm
Hg-commit: 585f4c0fdf5980f7339f0047330b8cc311eb7b8d
show more ...
|
| a6d78bbf | 31-Dec-2003 |
victorle <victorle@tibook500ve.cs.utk.edu> |
bk-changeset-1.1847 victorle@tibook500ve.cs.utk.edu|ChangeSet|20031231174932|39081 ChangeSet 1.1847 03/12/31 12:49:32 victorle@tibook500ve.cs.utk.edu +4 -0 vector norm caching repaired; cached no
bk-changeset-1.1847 victorle@tibook500ve.cs.utk.edu|ChangeSet|20031231174932|39081 ChangeSet 1.1847 03/12/31 12:49:32 victorle@tibook500ve.cs.utk.edu +4 -0 vector norm caching repaired; cached norms now actually get used
src/vec/interface/vector.c 1.66 03/12/31 12:49:29 victorle@tibook500ve.cs.utk.edu +93 -61 norm caching repaired; cached norms now actually get used :-)
src/vec/examples/tests/makefile 1.11 03/12/31 12:49:29 victorle@tibook500ve.cs.utk.edu +1 -1 updated to reflect new tests for norm caching
src/vec/examples/tests/ex34.c 1.4 03/12/31 12:49:29 victorle@tibook500ve.cs.utk.edu +124 -14 many more tests for norm caching
include/petschead.h 1.21 03/12/31 12:49:29 victorle@tibook500ve.cs.utk.edu +3 -1 layout
Hg-commit: a2f8f098b13369e567f387cc236baffe091a0e85
show more ...
|
| e3cf8387 | 31-Dec-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1846 barrysmith@barry-smiths-computer.local|ChangeSet|20031231042034|42244 ChangeSet 1.1846 03/12/30 22:20:34 barrysmith@barry-smiths-computer.local +2 -0 missing __FUNCT__ fixed
bk-changeset-1.1846 barrysmith@barry-smiths-computer.local|ChangeSet|20031231042034|42244 ChangeSet 1.1846 03/12/30 22:20:34 barrysmith@barry-smiths-computer.local +2 -0 missing __FUNCT__ fixed PetscBinaryWrite() to take any number of dense and sparse arguments and save in PETSc binary format
src/vec/utils/vecio.c 1.23 03/12/30 22:20:32 barrysmith@barry-smiths-computer.local +3 -0 missing __FUNCT__
bin/matlab/PetscBinaryWrite.m 1.7 03/12/30 22:19:25 barrysmith@barry-smiths-computer.local +31 -30 accept any number of sparse and dense arrays and save them to file; the dense arrays are saved as one dimensional
Hg-commit: 7d164cf9cccfb8596e7a0c9ff3723b307041cb7d
show more ...
|
| b6b3a6b2 | 29-Dec-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1845 barrysmith@barry-smiths-computer.local|ChangeSet|20031229213901|40820 ChangeSet 1.1845 03/12/29 15:39:01 barrysmith@barry-smiths-computer.local +2 -0 petscview matlab destroy
bk-changeset-1.1845 barrysmith@barry-smiths-computer.local|ChangeSet|20031229213901|40820 ChangeSet 1.1845 03/12/29 15:39:01 barrysmith@barry-smiths-computer.local +2 -0 petscview matlab destroy function was not properly called vecnormalize scaled by 1/0 if norm was 0.
src/sys/src/viewer/impls/matlab/vmatlab.c 1.9 03/12/29 15:39:00 barrysmith@barry-smiths-computer.local +14 -13 destroy function was not put into function table, dang, dang, dang
src/vec/interface/vector.c 1.65 03/12/29 15:32:07 barrysmith@barry-smiths-computer.local +6 -2 hhandle special case where norm was zero when recaching
Hg-commit: 799e2b42e7137b27534a1ae976c078c72e590b13
show more ...
|
| 234db7c0 | 13-Dec-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1802 barrysmith@barry-smiths-computer.local|ChangeSet|20031213035127|04580 ChangeSet 1.1802 03/12/12 21:51:27 barrysmith@barry-smiths-computer.local +16 -0 more buildtest upgrades
bk-changeset-1.1802 barrysmith@barry-smiths-computer.local|ChangeSet|20031213035127|04580 ChangeSet 1.1802 03/12/12 21:51:27 barrysmith@barry-smiths-computer.local +16 -0 more buildtest upgrades more const char *
src/mat/order/sregis.c 1.7 03/12/12 21:51:25 barrysmith@barry-smiths-computer.local +7 -7 const char * stuff
src/mat/order/sprcm.c 1.4 03/12/12 21:51:25 barrysmith@barry-smiths-computer.local +1 -1 const char * stuff
src/mat/order/spqmd.c 1.4 03/12/12 21:51:25 barrysmith@barry-smiths-computer.local +1 -1 const char * stuff
src/mat/order/spnd.c 1.4 03/12/12 21:51:25 barrysmith@barry-smiths-computer.local +1 -1 const char * stuff
src/mat/order/sp1wd.c 1.4 03/12/12 21:51:25 barrysmith@barry-smiths-computer.local +1 -1 const char * stuff
src/mat/order/sorder.c 1.13 03/12/12 21:51:25 barrysmith@barry-smiths-computer.local +5 -5 const char * stuff
src/mat/impls/aij/seq/aijfact.c 1.44 03/12/12 21:51:24 barrysmith@barry-smiths-computer.local +1 -1 const char * stuff
src/mat/color/color.c 1.12 03/12/12 21:51:24 barrysmith@barry-smiths-computer.local +5 -5 const char * stuff
python/PETSc/packages/X11.py 1.3 03/12/12 21:51:24 barrysmith@barry-smiths-computer.local +3 -3 put flag if found x11
maint/buildtest 1.40 03/12/12 21:51:24 barrysmith@barry-smiths-computer.local +11 -12 default arch is argv[1] for configure runs get list of jobs from files generated by configure
include/petscmat.h 1.98 03/12/12 21:51:24 barrysmith@barry-smiths-computer.local +3 -3 more const char*
config/configure.py 1.48 03/12/12 21:51:24 barrysmith@barry-smiths-computer.local +16 -0 save which tests should be done in buildtest
bmake/common/rules 1.90 03/12/12 21:51:24 barrysmith@barry-smiths-computer.local +4 -1 ignore more compile errors on apple
src/mat/order/sorder.c 1.12 03/12/12 21:37:41 barrysmith@barry-smiths-computer.local +1 -1 another missing const char*
src/vec/examples/tests/makefile 1.10 03/12/12 21:36:17 barrysmith@barry-smiths-computer.local +3 -3 missed another f addition for fortran examples
python/PETSc/Configure.py 1.162 03/12/12 19:07:48 barrysmith@barry-smiths-computer.local +4 -4 make usingMPIUni visible everywhere
maint/killnightly 1.21 03/12/12 19:00:39 barrysmith@barry-smiths-computer.local +1 -1 arch is always name of arch file (unless overwritten)
Hg-commit: b4cb02b0ade692ca4d5a993a36f82f2ca8a930c3
show more ...
|
| 37dc49f7 | 12-Dec-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1796 barrysmith@barry-smiths-computer.local|ChangeSet|20031212043306|39540 ChangeSet 1.1796 03/12/11 22:33:06 barrysmith@barry-smiths-computer.local +4 -0 fix killnightly for new l
bk-changeset-1.1796 barrysmith@barry-smiths-computer.local|ChangeSet|20031212043306|39540 ChangeSet 1.1796 03/12/11 22:33:06 barrysmith@barry-smiths-computer.local +4 -0 fix killnightly for new location of buildtests add missing files for scripts for etags
makefile 1.81 03/12/11 22:31:58 barrysmith@barry-smiths-computer.local +2 -3 more tags files
maint/killnightly 1.20 03/12/11 22:27:56 barrysmith@barry-smiths-computer.local +2 -1 point to new location of buildtests
src/dm/da/examples/tests/makefile 1.12 03/12/11 21:51:56 barrysmith@barry-smiths-computer.local +1 -1 forgot to add f to end of Fortran program
src/vec/examples/tests/makefile 1.9 03/12/11 21:50:35 barrysmith@barry-smiths-computer.local +1 -1 runex19f listed but does not exist
Hg-commit: 8677e6aea4fbb16fed2636ae2fcac0a5cf346f13
show more ...
|
| c66d48e9 | 11-Dec-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1792 barrysmith@barrysmith.mcs.anl.gov|ChangeSet|20031211191734|65072 ChangeSet 1.1792 03/12/11 13:17:34 barrysmith@barrysmith.mcs.anl.gov +9 -0 examples fixed from removing sles
bk-changeset-1.1792 barrysmith@barrysmith.mcs.anl.gov|ChangeSet|20031211191734|65072 ChangeSet 1.1792 03/12/11 13:17:34 barrysmith@barrysmith.mcs.anl.gov +9 -0 examples fixed from removing sles
src/sys/examples/tutorials/ex4.c 1.5 03/12/11 13:14:32 barrysmith@barrysmith.mcs.anl.gov +1 -1 ; was ,
src/snes/examples/tests/makefile 1.12 03/12/11 13:03:10 barrysmith@barrysmith.mcs.anl.gov +1 -1 missing from source lists
src/snes/examples/tests/ex1f.F 1.6 03/12/11 13:02:44 barrysmith@barrysmith.mcs.anl.gov +0 -2 from removing sles
src/ksp/examples/tutorials/ex3.c 1.8.1.1 03/12/11 13:01:37 barrysmith@barrysmith.mcs.anl.gov +0 -1 from remov ing sles
src/ksp/examples/tests/ex20.c 1.11 03/12/11 13:01:06 barrysmith@barrysmith.mcs.anl.gov +0 -1 from removing sles
src/ksp/examples/tests/ex18.c 1.10 03/12/11 13:00:50 barrysmith@barrysmith.mcs.anl.gov +0 -1 from removing sles
src/vec/interface/mapregall.c 1.6 03/12/11 12:54:31 barrysmith@barrysmith.mcs.anl.gov +1 -1 use dyamic version of registration
src/mat/impls/baij/mpi/mpibaij.h 1.13 03/12/11 11:17:54 barrysmith@barrysmith.mcs.anl.gov +1 -1 extra ; detected in nightly build with PetscTable
python/PETSc/packages/MPI.py 1.65 03/12/11 10:12:57 barrysmith@barrysmith.mcs.anl.gov +5 -2 # need to strip out information from batch system from MPI version (bit us on seaborg)
Hg-commit: 46fab0d9a6fec5b51793ee6dfd0ae102f6a6536d
show more ...
|
| a5e6ed63 | 07-Dec-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1763.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20031207043046|18244 ChangeSet 1.1763.1.1 03/12/06 22:30:46 barrysmith@barry-smiths-computer.local +6 -0 viewer convert to
bk-changeset-1.1763.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20031207043046|18244 ChangeSet 1.1763.1.1 03/12/06 22:30:46 barrysmith@barry-smiths-computer.local +6 -0 viewer convert to aij for sbaij, baij matrives for viewers not natively supported
src/vec/is/utils/iscomp.c 1.6 03/12/06 22:30:44 barrysmith@barry-smiths-computer.local +5 -1 if two is's have same pointer than they are same
src/mat/impls/sbaij/mpi/mpisbaij.c 1.71 03/12/06 22:30:44 barrysmith@barry-smiths-computer.local +20 -1 use segbaij get submatrices not yet tested
src/mat/impls/baij/mpi/mpibaij.h 1.12 03/12/06 22:30:44 barrysmith@barry-smiths-computer.local +1 -0 used by sbaij.h matrices also hence need visible prototype
src/mat/examples/tests/ex87.c 1.3 03/12/06 22:30:44 barrysmith@barry-smiths-computer.local +19 -3 test getsubmatrices for sbaij
src/mat/impls/baij/seq/baij.c 1.65 03/12/06 22:28:01 barrysmith@barry-smiths-computer.local +6 -6 viewer converts to aij for socket and other viewers not directly supported
src/mat/impls/sbaij/seq/sbaij.c 1.84 03/12/06 22:27:38 barrysmith@barry-smiths-computer.local +6 -74 viewer converts to aij for socket, binary and other
Hg-commit: 246f52666dac5985e929d84803d1cfa35e8384cf
show more ...
|
| cd0089b0 | 04-Dec-2003 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.1753.2.1 knepley@khan.mcs.anl.gov|ChangeSet|20031204200033|16379 ChangeSet 1.1753.2.1 03/12/04 14:00:33 knepley@khan.mcs.anl.gov +4 -0 Nightly build fixes
src/vec/esi/ecomp.c
bk-changeset-1.1753.2.1 knepley@khan.mcs.anl.gov|ChangeSet|20031204200033|16379 ChangeSet 1.1753.2.1 03/12/04 14:00:33 knepley@khan.mcs.anl.gov +4 -0 Nightly build fixes
src/vec/esi/ecomp.c 1.7 03/12/04 14:00:28 knepley@khan.mcs.anl.gov +8 -8 Missed cast
src/sys/src/dll/dl.c 1.16.1.1 03/12/04 14:00:28 knepley@khan.mcs.anl.gov +1 -1 Missed cast
src/ksp/pc/impls/esi/pesi.c 1.17 03/12/04 14:00:27 knepley@khan.mcs.anl.gov +1 -1 Missed cast
maint/checkBuilds.py 1.12 03/12/04 14:00:27 knepley@khan.mcs.anl.gov +6 -1 Added new archs
Hg-commit: ec20062257916af3a22d1a40ae7daf1c16a6c59f
show more ...
|
| 6c6c5352 | 02-Dec-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1739.1.1 barrysmith@barrysmith.mcs.anl.gov|ChangeSet|20031202190112|26919 ChangeSet 1.1739.1.1 03/12/02 13:01:12 barrysmith@barrysmith.mcs.anl.gov +24 -0 const char* stuff still n
bk-changeset-1.1739.1.1 barrysmith@barrysmith.mcs.anl.gov|ChangeSet|20031202190112|26919 ChangeSet 1.1739.1.1 03/12/02 13:01:12 barrysmith@barrysmith.mcs.anl.gov +24 -0 const char* stuff still needed fixing
src/vec/interface/dlregis.c 1.17 03/12/02 13:01:10 barrysmith@barrysmith.mcs.anl.gov +2 -2 const char* stuff still needed fixing
src/ts/interface/dlregis.c 1.13 03/12/02 13:01:10 barrysmith@barrysmith.mcs.anl.gov +2 -2 const char* stuff still needed fixing
src/ts/impls/implicit/pvode/petscpvode.c 1.17 03/12/02 13:01:10 barrysmith@barrysmith.mcs.anl.gov +1 -1 const char* stuff still needed fixing
src/sys/src/plog/eventLog.c 1.22 03/12/02 13:01:10 barrysmith@barrysmith.mcs.anl.gov +3 -3 const char* stuff still needed fixing
src/sys/src/dll/dl.c 1.16 03/12/02 13:01:10 barrysmith@barrysmith.mcs.anl.gov +2 -2 const char* stuff still needed fixing
src/sys/examples/tutorials/ex4.c 1.4 03/12/02 13:01:09 barrysmith@barrysmith.mcs.anl.gov +2 -1 const char* stuff still needed fixing
src/snes/interface/dlregis.c 1.14 03/12/02 13:01:09 barrysmith@barrysmith.mcs.anl.gov +2 -2 const char* stuff still needed fixing
src/mat/interface/dlregis.c 1.16 03/12/02 13:01:09 barrysmith@barrysmith.mcs.anl.gov +2 -2 const char* stuff still needed fixing
src/mat/impls/sbaij/seq/sbaijfact2.c 1.30 03/12/02 13:01:09 barrysmith@barrysmith.mcs.anl.gov +19 -19 const char* stuff still needed fixing
src/mat/impls/sbaij/seq/sbaijfact.c 1.51 03/12/02 13:01:09 barrysmith@barrysmith.mcs.anl.gov +2 -2 const char* stuff still needed fixing
src/mat/impls/sbaij/seq/sbaij2.c 1.12 03/12/02 13:01:09 barrysmith@barrysmith.mcs.anl.gov +24 -24 const char* stuff still needed fixing
src/mat/impls/sbaij/seq/sbaij.c 1.83 03/12/02 13:01:09 barrysmith@barrysmith.mcs.anl.gov +34 -36 const char* stuff still needed fixing
src/mat/impls/sbaij/mpi/mpisbaij.h 1.12 03/12/02 13:01:09 barrysmith@barrysmith.mcs.anl.gov +1 -3 const char* stuff still needed fixing
src/mat/impls/sbaij/mpi/mpisbaij.c 1.69 03/12/02 13:01:09 barrysmith@barrysmith.mcs.anl.gov +2 -2 const char* stuff still needed fixing
src/mat/impls/rowbs/mpi/mpirowbs.h 1.8 03/12/02 13:01:09 barrysmith@barrysmith.mcs.anl.gov +1 -1 const char* stuff still needed fixing
src/mat/impls/baij/mpi/mpibaij.h 1.9 03/12/02 13:01:09 barrysmith@barrysmith.mcs.anl.gov +57 -53 const char* stuff still needed fixing
src/mat/impls/aij/seq/spooles/spooles.c 1.81 03/12/02 13:01:09 barrysmith@barrysmith.mcs.anl.gov +1 -1 const char* stuff still needed fixing
src/mat/impls/aij/mpi/spooles/mpispooles.c 1.55 03/12/02 13:01:09 barrysmith@barrysmith.mcs.anl.gov +1 -1 const char* stuff still needed fixing
src/mat/impls/aij/mpi/mumps/mumps.c 1.52 03/12/02 13:01:09 barrysmith@barrysmith.mcs.anl.gov +2 -2 const char* stuff still needed fixing
src/ksp/ksp/interface/dlregis.c 1.17 03/12/02 13:01:09 barrysmith@barrysmith.mcs.anl.gov +2 -2 const char* stuff still needed fixing
src/dm/ao/interface/dlregis.c 1.17 03/12/02 13:01:09 barrysmith@barrysmith.mcs.anl.gov +2 -2 const char* stuff still needed fixing
include/petsc.h 1.46 03/12/02 13:01:08 barrysmith@barrysmith.mcs.anl.gov +1 -1 const char* stuff still needed fixing
src/mat/impls/sbaij/seq/sbaij.h 1.26 03/12/01 23:04:17 barrysmith@barry-smiths-computer.local +3 -27 make seqbaij struct able to be shared with sbaij
src/mat/impls/baij/seq/baij.h 1.15 03/12/01 23:04:02 barrysmith@barry-smiths-computer.local +35 -32 make seqbaij struct able to be shared with sbaij
Hg-commit: e3d0d67c6a3bdc10ed56357d167ef40b3fe688f4
show more ...
|
| 437fc6d7 | 01-Dec-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1731.1.2 barrysmith@barry-smiths-computer.local|ChangeSet|20031201040430|40397 ChangeSet 1.1731.1.2 03/11/30 22:04:30 barrysmith@barry-smiths-computer.local +47 -0 got rid of seria
bk-changeset-1.1731.1.2 barrysmith@barry-smiths-computer.local|ChangeSet|20031201040430|40397 ChangeSet 1.1731.1.2 03/11/30 22:04:30 barrysmith@barry-smiths-computer.local +47 -0 got rid of serialize, will go into binary viewer and loader
src/vec/interface/vecregall.c 1.13 03/11/30 22:04:27 barrysmith@barry-smiths-computer.local +0 -28 got rid of serialize, will go into binary viewer and loader
src/vec/interface/vecreg.c 1.20 03/11/30 22:04:27 barrysmith@barry-smiths-computer.local +1 -120 got rid of serialize, will go into binary viewer and loader
src/vec/interface/veccreate.c 1.14 03/11/30 22:04:27 barrysmith@barry-smiths-computer.local +0 -75 got rid of serialize, will go into binary viewer and loader
src/vec/interface/mapregall.c 1.5 03/11/30 22:04:27 barrysmith@barry-smiths-computer.local +0 -27 got rid of serialize, will go into binary viewer and loader
src/vec/interface/mapreg.c 1.12 03/11/30 22:04:27 barrysmith@barry-smiths-computer.local +1 -164 got rid of serialize, will go into binary viewer and loader
src/vec/interface/mapcreate.c 1.7 03/11/30 22:04:27 barrysmith@barry-smiths-computer.local +0 -75 got rid of serialize, will go into binary viewer and loader
src/vec/interface/dlregis.c 1.16 03/11/30 22:04:27 barrysmith@barry-smiths-computer.local +1 -1 got rid of serialize, will go into binary viewer and loader
src/vec/impls/seq/bvec2.c 1.30 03/11/30 22:04:27 barrysmith@barry-smiths-computer.local +0 -36 got rid of serialize, will go into binary viewer and loader
src/vec/impls/mpi/pmap.c 1.8 03/11/30 22:04:27 barrysmith@barry-smiths-computer.local +0 -42 got rid of serialize, will go into binary viewer and loader
src/vec/impls/mpi/pbvec.c 1.16 03/11/30 22:04:27 barrysmith@barry-smiths-computer.local +0 -47 got rid of serialize, will go into binary viewer and loader
src/ts/interface/tsregall.c 1.8 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -23 got rid of serialize, will go into binary viewer and loader
src/ts/interface/tsreg.c 1.14 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +2 -177 got rid of serialize, will go into binary viewer and loader
src/ts/interface/tscreate.c 1.7 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -75 got rid of serialize, will go into binary viewer and loader
src/ts/interface/dlregis.c 1.12 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +1 -1 got rid of serialize, will go into binary viewer and loader
src/sys/src/viewer/interface/dlregispetsc.c 1.13 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +1 -1 got rid of serialize, will go into binary viewer and loader
src/sys/src/objects/pname.c 1.10 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -30 got rid of serialize, will go into binary viewer and loader
src/sys/src/objects/inherit.c 1.15 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -1 got rid of serialize, will go into binary viewer and loader
src/sys/src/objects/destroy.c 1.10 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -45 got rid of serialize, will go into binary viewer and loader
src/snes/interface/dlregis.c 1.13 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +1 -1 got rid of serialize, will go into binary viewer and loader
src/mat/matimpl.h 1.32 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +1 -2 got rid of serialize, will go into binary viewer and loader
src/mat/interface/dlregis.c 1.15 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +1 -1 got rid of serialize, will go into binary viewer and loader
src/mat/impls/shell/shell.c 1.13 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -1 got rid of serialize, will go into binary viewer and loader
src/mat/impls/sbaij/seq/sbaij.c 1.82 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -1 got rid of serialize, will go into binary viewer and loader
src/mat/impls/sbaij/mpi/mpisbaij.c 1.68 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -1 got rid of serialize, will go into binary viewer and loader
src/mat/impls/rowbs/mpi/mpirowbs.c 1.41 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -1 got rid of serialize, will go into binary viewer and loader
src/mat/impls/esi/mesi.c 1.35 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -1 got rid of serialize, will go into binary viewer and loader
src/mat/impls/dense/seq/dense.c 1.41 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -1 got rid of serialize, will go into binary viewer and loader
src/mat/impls/dense/mpi/mpidense.c 1.29 03/11/30 22:04:26 barrysmith@barry-smiths-computer.local +0 -1 got rid of serialize, will go into binary viewer and loader
src/mat/impls/bdiag/seq/bdiag.c 1.23 03/11/30 22:04:25 barrysmith@barry-smiths-computer.local +0 -1 got rid of serialize, will go into binary viewer and loader
src/mat/impls/bdiag/mpi/mpibdiag.c 1.25 03/11/30 22:04:25 barrysmith@barry-smiths-computer.local +0 -1 got rid of serialize, will go into binary viewer and loader
src/mat/impls/baij/seq/baij.c 1.64 03/11/30 22:04:25 barrysmith@barry-smiths-computer.local +0 -1 got rid of serialize, will go into binary viewer and loader
src/mat/impls/baij/mpi/mpibaij.c 1.40 03/11/30 22:04:25 barrysmith@barry-smiths-computer.local +0 -1 got rid of serialize, will go into binary viewer and loader
src/mat/impls/aij/seq/aij.c 1.119 03/11/30 22:04:25 barrysmith@barry-smiths-computer.local +0 -1 got rid of serialize, will go into binary viewer and loader
src/mat/impls/aij/mpi/mpiaij.c 1.100 03/11/30 22:04:25 barrysmith@barry-smiths-computer.local +0 -1 got rid of serialize, will go into binary viewer and loader
src/mat/impls/adj/mpi/mpiadj.c 1.22 03/11/30 22:04:25 barrysmith@barry-smiths-computer.local +0 -1 got rid of serialize, will go into binary viewer and loader
src/mat/impls/adic/matadic.c 1.20 03/11/30 22:04:25 barrysmith@barry-smiths-computer.local +0 -1 got rid of serialize, will go into binary viewer and loader
src/ksp/ksp/interface/dlregis.c 1.16 03/11/30 22:04:25 barrysmith@barry-smiths-computer.local +2 -2 got rid of serialize, will go into binary viewer and loader
src/dm/ao/interface/dlregis.c 1.16 03/11/30 22:04:25 barrysmith@barry-smiths-computer.local +0 -2 got rid of serialize, will go into binary viewer and loader
src/dm/ao/impls/mapping/aomapping.c 1.14 03/11/30 22:04:24 barrysmith@barry-smiths-computer.local +0 -50 got rid of serialize, will go into binary viewer and loader
src/dm/ao/impls/basic/aobasic.c 1.14 03/11/30 22:04:24 barrysmith@barry-smiths-computer.local +0 -44 got rid of serialize, will go into binary viewer and loader
include/petscvec.h 1.37 03/11/30 22:04:24 barrysmith@barry-smiths-computer.local +0 -77 got rid of serialize, will go into binary viewer and loader
include/petscts.h 1.22 03/11/30 22:04:24 barrysmith@barry-smiths-computer.local +0 -16 got rid of serialize, will go into binary viewer and loader
include/petscmat.h 1.94 03/11/30 22:04:24 barrysmith@barry-smiths-computer.local +0 -18 got rid of serialize, will go into binary viewer and loader
include/petschead.h 1.20 03/11/30 22:04:24 barrysmith@barry-smiths-computer.local +0 -1 got rid of serialize, will go into binary viewer and loader
include/petscao.h 1.12 03/11/30 22:04:24 barrysmith@barry-smiths-computer.local +0 -14 got rid of serialize, will go into binary viewer and loader
include/petsc.h 1.45 03/11/30 22:04:24 barrysmith@barry-smiths-computer.local +0 -2 got rid of serialize, will go into binary viewer and loader
python/PETSc/Options.py 1.9.1.1 03/11/30 18:55:15 barrysmith@barry-smiths-computer.local +12 -13 check for "strings" passed to non const char*
Hg-commit: b0d8d1021b4caf0ac1c52e1605774cad1af9251b
show more ...
|
| 2fc52814 | 01-Dec-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1731.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20031201002502|19423 ChangeSet 1.1731.1.1 03/11/30 18:25:02 barrysmith@barry-smiths-computer.local +66 -0 more const char
bk-changeset-1.1731.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20031201002502|19423 ChangeSet 1.1731.1.1 03/11/30 18:25:02 barrysmith@barry-smiths-computer.local +66 -0 more const char
src/sys/src/error/adebug.c 1.23 03/11/30 18:24:59 barrysmith@barry-smiths-computer.local +7 -6 more const char
src/dm/ao/impls/basic/aodatabasic.c 1.10 03/11/30 18:24:59 barrysmith@barry-smiths-computer.local +14 -14 more const char
src/vec/interface/vector.c 1.64 03/11/30 18:24:58 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/vec/interface/vecreg.c 1.19 03/11/30 18:24:58 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/vec/interface/map.c 1.9 03/11/30 18:24:58 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/ts/interface/ts.c 1.24 03/11/30 18:24:58 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/sys/src/viewer/interface/dlregispetsc.c 1.12 03/11/30 18:24:58 barrysmith@barry-smiths-computer.local +2 -2 more const char
src/sys/src/viewer/impls/string/stringv.c 1.8 03/11/30 18:24:58 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/sys/src/utils/str.c 1.15 03/11/30 18:24:58 barrysmith@barry-smiths-computer.local +11 -11 more const char
src/sys/src/utils/dlregis.h 1.6 03/11/30 18:24:58 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/sys/src/plog/plogmpe.c 1.12 03/11/30 18:24:58 barrysmith@barry-smiths-computer.local +2 -2 more const char
src/sys/src/plog/plog.c 1.37 03/11/30 18:24:58 barrysmith@barry-smiths-computer.local +2 -2 more const char
src/sys/src/objects/ptype.c 1.7 03/11/30 18:24:58 barrysmith@barry-smiths-computer.local +2 -2 more const char
src/sys/src/objects/pname.c 1.9 03/11/30 18:24:58 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/sys/src/objects/options.c 1.27 03/11/30 18:24:58 barrysmith@barry-smiths-computer.local +2 -1 more const char
src/sys/src/objects/destroy.c 1.9 03/11/30 18:24:58 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/sys/src/fileio/mpiuopen.c 1.10 03/11/30 18:24:58 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/sys/src/fileio/fretrieve.c 1.10 03/11/30 18:24:57 barrysmith@barry-smiths-computer.local +2 -1 more const char
src/sys/src/error/signal.c 1.19 03/11/30 18:24:57 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/sys/src/error/fp.c 1.9 03/11/30 18:24:57 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/sys/src/error/errtrace.c 1.9 03/11/30 18:24:57 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/sys/src/error/err.c 1.18 03/11/30 18:24:57 barrysmith@barry-smiths-computer.local +4 -3 more const char
src/sys/src/draw/interface/drawreg.c 1.12 03/11/30 18:24:57 barrysmith@barry-smiths-computer.local +2 -1 more const char
src/sys/src/draw/interface/draw.c 1.9 03/11/30 18:24:57 barrysmith@barry-smiths-computer.local +2 -2 more const char
src/sys/src/draw/impls/x/xops.c 1.13 03/11/30 18:24:57 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/sys/src/draw/impls/x/xinit.c 1.6 03/11/30 18:24:57 barrysmith@barry-smiths-computer.local +2 -3 more const char
src/sys/src/draw/impls/x/xcolor.c 1.5 03/11/30 18:24:57 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/sys/src/draw/drawimpl.h 1.8 03/11/30 18:24:57 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/snes/interface/snes.c 1.33 03/11/30 18:24:57 barrysmith@barry-smiths-computer.local +2 -1 more const char
src/snes/impls/ls/ls.c 1.27 03/11/30 18:24:57 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/mat/partition/partition.c 1.14 03/11/30 18:24:57 barrysmith@barry-smiths-computer.local +2 -1 more const char
src/mat/impls/esi/mesi.c 1.34 03/11/30 18:24:57 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/mat/impls/aij/mpi/libtfs/gs.h 1.5 03/11/30 18:24:57 barrysmith@barry-smiths-computer.local +3 -3 more const char
src/mat/impls/aij/mpi/libtfs/gs.c 1.9 03/11/30 18:24:56 barrysmith@barry-smiths-computer.local +3 -5 more const char
src/mat/impls/aij/mpi/libtfs/error.h 1.5 03/11/30 18:24:56 barrysmith@barry-smiths-computer.local +2 -2 more const char
src/mat/impls/aij/mpi/libtfs/error.c 1.5 03/11/30 18:24:56 barrysmith@barry-smiths-computer.local +8 -7 more const char
src/ksp/pc/interface/pcset.c 1.12 03/11/30 18:24:56 barrysmith@barry-smiths-computer.local +2 -1 more const char
src/ksp/pc/impls/sor/sor.c 1.13 03/11/30 18:24:56 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/ksp/pc/impls/mg/mg.c 1.21 03/11/30 18:24:56 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/ksp/pc/impls/asm/asm.c 1.22 03/11/30 18:24:56 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/ksp/ksp/interface/itfunc.c 1.30 03/11/30 18:24:56 barrysmith@barry-smiths-computer.local +8 -8 more const char
src/ksp/ksp/impls/lgmres/lgmres.c 1.12 03/11/30 18:24:56 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/ksp/ksp/impls/gmres/gmres.c 1.24 03/11/30 18:24:56 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/dm/da/utils/fdda.c 1.33 03/11/30 18:24:56 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/dm/da/utils/dm.c 1.7 03/11/30 18:24:56 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/dm/da/src/daview.c 1.12 03/11/30 18:24:56 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/dm/da/src/da2.c 1.34 03/11/30 18:24:56 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/dm/da/daimpl.h 1.13 03/11/30 18:24:56 barrysmith@barry-smiths-computer.local +2 -2 more const char
src/dm/ao/utils/aosetlocal.c 1.5 03/11/30 18:24:56 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/dm/ao/utils/aopart.c 1.5 03/11/30 18:24:55 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/dm/ao/interface/dlregis.c 1.15 03/11/30 18:24:55 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/dm/ao/interface/aodata.c 1.6 03/11/30 18:24:55 barrysmith@barry-smiths-computer.local +37 -37 more const char
src/dm/ao/impls/basic/aoreduced.c 1.5 03/11/30 18:24:55 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/dm/ao/aoimpl.h 1.10 03/11/30 18:24:55 barrysmith@barry-smiths-computer.local +16 -16 more const char
makefile 1.77 03/11/30 18:24:55 barrysmith@barry-smiths-computer.local +4 -4 more const char
include/petscviewer.h 1.33 03/11/30 18:24:55 barrysmith@barry-smiths-computer.local +1 -1 more const char
include/petscvec.h 1.36 03/11/30 18:24:55 barrysmith@barry-smiths-computer.local +1 -1 more const char
include/petsclog.h 1.32 03/11/30 18:24:55 barrysmith@barry-smiths-computer.local +1 -1 more const char
include/petscerror.h 1.23 03/11/30 18:24:55 barrysmith@barry-smiths-computer.local +1 -1 more const char
include/petscdraw.h 1.17 03/11/30 18:24:55 barrysmith@barry-smiths-computer.local +2 -2 more const char
include/petscda.h 1.23 03/11/30 18:24:55 barrysmith@barry-smiths-computer.local +3 -3 more const char
include/petscblaslapack.h 1.9 03/11/30 18:24:55 barrysmith@barry-smiths-computer.local +13 -13 more const char
include/petscao.h 1.11 03/11/30 18:24:55 barrysmith@barry-smiths-computer.local +36 -36 more const char
include/petsc.h 1.44 03/11/30 18:24:55 barrysmith@barry-smiths-computer.local +5 -5 more const char
src/dm/ao/impls/basic/aodatabasic.c 1.9 03/11/30 13:17:09 barrysmith@barry-smiths-computer.local +2 -1 *** empty log message ***
src/sys/src/error/adebug.c 1.22 03/11/30 12:46:33 barrysmith@barry-smiths-computer.local +5 -5 *** empty log message ***
include/petscmatlab.h 1.12 03/11/30 09:23:58 barrysmith@barry-smiths-computer.local +4 -4 more const char*
src/sys/src/matlabengine/matlab.c 1.20 03/11/30 09:23:49 barrysmith@barry-smiths-computer.local +4 -4 more const char*
Hg-commit: 3b289d2eff363f51655e3a6abcc388d934249fc8
show more ...
|
| 7425b172 | 30-Nov-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1731 barrysmith@barry-smiths-computer.local|ChangeSet|20031130050032|44221 ChangeSet 1.1731 03/11/29 23:00:32 barrysmith@barry-smiths-computer.local +22 -0 add VecType for VecLoad(
bk-changeset-1.1731 barrysmith@barry-smiths-computer.local|ChangeSet|20031130050032|44221 ChangeSet 1.1731 03/11/29 23:00:32 barrysmith@barry-smiths-computer.local +22 -0 add VecType for VecLoad()
src/vec/vecimpl.h 1.16 03/11/29 23:00:29 barrysmith@barry-smiths-computer.local +2 -1 add VecType for VecLoad()
src/vec/utils/vecio.c 1.22 03/11/29 23:00:29 barrysmith@barry-smiths-computer.local +34 -6 add VecType for VecLoad()
src/vec/impls/seq/bvec2.c 1.29 03/11/29 23:00:29 barrysmith@barry-smiths-computer.local +5 -2 add VecType for VecLoad()
src/vec/impls/mpi/pbvec.c 1.15 03/11/29 23:00:29 barrysmith@barry-smiths-computer.local +4 -1 add VecType for VecLoad()
src/vec/examples/tutorials/ex5.c 1.8 03/11/29 23:00:29 barrysmith@barry-smiths-computer.local +1 -1 add VecType for VecLoad()
src/vec/examples/tests/ex20f.F 1.7 03/11/29 23:00:29 barrysmith@barry-smiths-computer.local +1 -1 add VecType for VecLoad()
src/snes/examples/tutorials/ex26.c 1.10 03/11/29 23:00:29 barrysmith@barry-smiths-computer.local +1 -1 add VecType for VecLoad()
src/mat/examples/tests/ex81.c 1.5 03/11/29 23:00:29 barrysmith@barry-smiths-computer.local +1 -1 add VecType for VecLoad()
src/mat/examples/tests/ex62.c 1.5 03/11/29 23:00:29 barrysmith@barry-smiths-computer.local +1 -1 add VecType for VecLoad()
src/mat/examples/tests/ex55.c 1.6 03/11/29 23:00:29 barrysmith@barry-smiths-computer.local +1 -1 add VecType for VecLoad()
src/mat/examples/tests/ex34.c 1.6 03/11/29 23:00:29 barrysmith@barry-smiths-computer.local +1 -1 add VecType for VecLoad()
src/ksp/pc/impls/spai/examples/tutorials/ex2.c 1.6 03/11/29 23:00:29 barrysmith@barry-smiths-computer.local +1 -1 add VecType for VecLoad()
src/ksp/examples/tutorials/ex27.c 1.8 03/11/29 23:00:29 barrysmith@barry-smiths-computer.local +1 -1 add VecType for VecLoad()
src/ksp/examples/tutorials/ex10.c 1.30 03/11/29 23:00:29 barrysmith@barry-smiths-computer.local +1 -1 add VecType for VecLoad()
src/ksp/examples/tests/ex7.c 1.12 03/11/29 23:00:29 barrysmith@barry-smiths-computer.local +1 -1 add VecType for VecLoad()
src/ksp/examples/tests/ex6.c 1.15 03/11/29 23:00:29 barrysmith@barry-smiths-computer.local +1 -1 add VecType for VecLoad()
src/ksp/examples/tests/ex18.c 1.9 03/11/29 23:00:28 barrysmith@barry-smiths-computer.local +1 -1 add VecType for VecLoad()
src/ksp/examples/tests/ex16f.F 1.11 03/11/29 23:00:28 barrysmith@barry-smiths-computer.local +1 -1 add VecType for VecLoad()
src/ksp/examples/tests/ex12f.F 1.12 03/11/29 23:00:28 barrysmith@barry-smiths-computer.local +1 -1 add VecType for VecLoad()
include/petscvec.h 1.35 03/11/29 23:00:28 barrysmith@barry-smiths-computer.local +1 -1 add VecType for VecLoad()
docs/tex/manual/part2.tex 1.65 03/11/29 23:00:28 barrysmith@barry-smiths-computer.local +1 -1 add VecType for VecLoad()
src/fortran/custom/zvec.c 1.10 03/11/29 22:10:58 barrysmith@barry-smiths-computer.local +4 -2 added vector type argument to vec load
Hg-commit: dbba3046793c1645f7d3f098ff544c1782e53574
show more ...
|
| b23987ef | 25-Nov-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1717 barrysmith@barrysmith.mcs.anl.gov|ChangeSet|20031125195001|36083 ChangeSet 1.1717 03/11/25 13:50:01 barrysmith@barrysmith.mcs.anl.gov +5 -0 corrected setup tracking with ksp a
bk-changeset-1.1717 barrysmith@barrysmith.mcs.anl.gov|ChangeSet|20031125195001|36083 ChangeSet 1.1717 03/11/25 13:50:01 barrysmith@barrysmith.mcs.anl.gov +5 -0 corrected setup tracking with ksp after removing sles
src/ksp/examples/tutorials/ex5.c 1.10 03/11/25 13:49:59 barrysmith@barrysmith.mcs.anl.gov +1 -1 no change
src/ksp/ksp/interface/itfunc.c 1.29 03/11/25 13:48:32 barrysmith@barrysmith.mcs.anl.gov +7 -5 corrected setup tracking with ksp after removing sles
src/ksp/ksp/interface/itcreate.c 1.33 03/11/25 13:48:25 barrysmith@barrysmith.mcs.anl.gov +1 -1 corrected setup tracking with ksp after removing sles
src/ksp/pc/examples/tutorials/ex1.c 1.9 03/11/25 11:17:09 barrysmith@barrysmith.mcs.anl.gov +5 -0 Victor forgot to destroy objects
src/ksp/pc/examples/tutorials/ex1.c 1.8 03/11/25 11:07:16 barrysmith@barrysmith.mcs.anl.gov +13 -9 extra itmetho from removing sles formating
src/vec/interface/vector.c 1.63 03/11/25 11:04:34 barrysmith@barrysmith.mcs.anl.gov +1 -1 don't take sqrt directly of integer
Hg-commit: a3e5981baab02f74f244afa7d6b4e3f51b001e8a
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 ...
|
| 4b9ad928 | 23-Nov-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1699.1.2 barrysmith@barry-smiths-computer.local|ChangeSet|20031123032958|60629 ChangeSet 1.1699.1.2 03/11/22 21:29:58 barrysmith@barry-smiths-computer.local +348 -0 finished removi
bk-changeset-1.1699.1.2 barrysmith@barry-smiths-computer.local|ChangeSet|20031123032958|60629 ChangeSet 1.1699.1.2 03/11/22 21:29:58 barrysmith@barry-smiths-computer.local +348 -0 finished removing sles
src/vec/examples/tutorials/makefile 1.8 03/11/22 21:29:50 barrysmith@barry-smiths-computer.local +2 -2 finished removing sles
src/ts/impls/implicit/pvode/petscpvode.h 1.8 03/11/22 21:29:50 barrysmith@barry-smiths-computer.local +1 -1 finished removing sles
src/sys/src/viewer/impls/mathematica/mathematica.c 1.19 03/11/22 21:29:50 barrysmith@barry-smiths-computer.local +2 -2 finished removing sles
src/sys/src/viewer/impls/mathematica/makefile 1.8 03/11/22 21:29:50 barrysmith@barry-smiths-computer.local +1 -1 finished removing sles
src/sys/src/dll/reg.c 1.15 03/11/22 21:29:50 barrysmith@barry-smiths-computer.local +1 -1 finished removing sles
src/ksp/pc/impls/makefile 1.10 03/11/22 21:29:50 barrysmith@barry-smiths-computer.local +1 -1 finished removing sles
src/snes/utils/damgsnes.c 1.23 03/11/22 21:29:49 barrysmith@barry-smiths-computer.local +2 -2 finished removing sles
src/mat/examples/tutorials/makefile 1.5 03/11/22 21:29:49 barrysmith@barry-smiths-computer.local +1 -1 finished removing sles
src/mat/examples/makefile 1.5 03/11/22 21:29:49 barrysmith@barry-smiths-computer.local +1 -1 finished removing sles
src/makefile 1.8 03/11/22 21:29:49 barrysmith@barry-smiths-computer.local +1 -1 finished removing sles
maint/xclude 1.14 03/11/22 21:29:49 barrysmith@barry-smiths-computer.local +1 -1 finished removing sles
include/petscksp.h 1.28 03/11/22 21:29:49 barrysmith@barry-smiths-computer.local +2 -2 finished removing sles
docs/tex/manual/part2.tex 1.64 03/11/22 21:29:49 barrysmith@barry-smiths-computer.local +7 -7 finished removing sles
docs/tex/manual/part1.tex 1.27 03/11/22 21:29:49 barrysmith@barry-smiths-computer.local +8 -8 finished removing sles
docs/manualpages/sec/bop.SNES 1.6 03/11/22 21:29:49 barrysmith@barry-smiths-computer.local +1 -1 finished removing sles
docs/manualpages/sec/bop.SLES 1.7 03/11/22 21:29:49 barrysmith@barry-smiths-computer.local +1 -1 finished removing sles
docs/manualpages/sec/bop.PC 1.7 03/11/22 21:29:48 barrysmith@barry-smiths-computer.local +2 -2 finished removing sles
docs/manualpages/sec/bop.KSP 1.6 03/11/22 21:29:48 barrysmith@barry-smiths-computer.local +2 -2 finished removing sles
bmake/common/variables 1.52 03/11/22 21:29:48 barrysmith@barry-smiths-computer.local +11 -11 finished removing sles
src/ksp/utils/makefile 1.4 03/11/22 19:15:23 barrysmith@barry-smiths-computer.local +3 -3 mvdir
src/ksp/utils/damg.c 1.19 03/11/22 19:15:23 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/interface/precon.c 1.31 03/11/22 19:15:23 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/interface/pcset.c 1.10 03/11/22 19:15:23 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/interface/pcregis.c 1.19 03/11/22 19:15:23 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/interface/makefile 1.4 03/11/22 19:15:23 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/pc/impls/spai/src/makefile 1.7 03/11/22 19:15:23 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/pc/impls/spai/src/ispai.c 1.16 03/11/22 19:15:23 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/impls/spai/src/dspai.c 1.4 03/11/22 19:15:23 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/impls/spai/readme 1.4 03/11/22 19:15:23 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/impls/spai/makefile 1.6 03/11/22 19:15:23 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/pc/impls/spai/include/spai.h 1.4 03/11/22 19:15:23 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/impls/spai/examples/tutorials/test_command 1.4 03/11/22 19:15:23 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/impls/spai/examples/tutorials/makefile 1.4 03/11/22 19:15:23 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/impls/spai/examples/tutorials/ex3.c 1.4 03/11/22 19:15:23 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/impls/spai/examples/tutorials/ex2.c 1.5 03/11/22 19:15:23 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/impls/spai/examples/makefile 1.7 03/11/22 19:15:23 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/impls/sor/sor.c 1.12 03/11/22 19:15:23 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/impls/sor/makefile 1.4 03/11/22 19:15:23 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/pc/impls/sles/pcsles.c 1.9 03/11/22 19:15:23 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/impls/sles/makefile 1.4 03/11/22 19:15:23 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/pc/impls/shell/shellpc.c 1.10 03/11/22 19:15:23 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/impls/shell/makefile 1.4 03/11/22 19:15:22 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/pc/impls/samg/samgtools1.F 1.5 03/11/22 19:15:22 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/impls/samg/samgpetsctools.c 1.7 03/11/22 19:15:22 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/impls/samg/samgpetsc.c 1.5 03/11/22 19:15:22 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/impls/samg/samgmgpetsc.c 1.6 03/11/22 19:15:22 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/impls/samg/samgfunc.h 1.4 03/11/22 19:15:22 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/impls/samg/readme 1.3 03/11/22 19:15:22 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/impls/samg/petscfunc.h 1.4 03/11/22 19:15:22 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/impls/samg/makefile 1.11 03/11/22 19:15:22 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/pc/impls/samg/global.h 1.5 03/11/22 19:15:21 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/impls/samg/externc.h 1.4 03/11/22 19:15:21 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/impls/redundant/redundant.c 1.10 03/11/22 19:15:21 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/impls/redundant/makefile 1.4 03/11/22 19:15:21 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/pc/impls/ramg/ramgpetsc.c 1.11 03/11/22 19:15:21 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/impls/ramg/ramgfunc.h 1.5 03/11/22 19:15:21 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/impls/ramg/petscfunc.h 1.8 03/11/22 19:15:21 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/impls/ramg/petscfunc.c 1.11 03/11/22 19:15:21 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/impls/ramg/makefile 1.8 03/11/22 19:15:21 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/pc/impls/pilut/makefile 1.2 03/11/22 19:15:21 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/impls/pilut/hyppilut.c 1.2 03/11/22 19:15:21 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.4 03/11/22 19:15:21 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/impls/pbjacobi/makefile 1.4 03/11/22 19:15:21 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/pc/impls/none/none.c 1.6 03/11/22 19:15:21 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/impls/none/makefile 1.4 03/11/22 19:15:21 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/pc/impls/mg/smg.c 1.7 03/11/22 19:15:20 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/impls/mg/mgimpl.h 1.7 03/11/22 19:15:20 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/impls/mg/mgfunc.c 1.7 03/11/22 19:15:20 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/impls/mg/mg.c 1.18 03/11/22 19:15:20 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/impls/mg/makefile 1.4 03/11/22 19:15:20 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/pc/impls/mg/fmg.c 1.7 03/11/22 19:15:20 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/impls/mat/pcmat.c 1.7 03/11/22 19:15:20 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/impls/mat/makefile 1.3 03/11/22 19:15:20 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/pc/impls/lu/makefile 1.4 03/11/22 19:15:20 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/pc/impls/lu/lu.c 1.23 03/11/22 19:15:20 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/impls/jacobi/makefile 1.4 03/11/22 19:15:20 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/pc/impls/jacobi/jacobi.c 1.7 03/11/22 19:15:20 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/impls/is/nn/nn.h 1.5 03/11/22 19:15:20 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/impls/is/nn/nn.c 1.11 03/11/22 19:15:20 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/impls/is/nn/makefile 1.4 03/11/22 19:15:20 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/pc/impls/is/makefile 1.4 03/11/22 19:15:20 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/pc/impls/is/is.h 1.5 03/11/22 19:15:20 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/impls/is/is.c 1.9 03/11/22 19:15:20 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/impls/is/feti/makefile 1.2 03/11/22 19:15:20 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/impls/is/feti/fetipc.h 1.3 03/11/22 19:15:20 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/impls/is/feti/fetipc.c 1.2 03/11/22 19:15:20 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/impls/is/feti/examples/makefile 1.2 03/11/22 19:15:20 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/impls/is/feti/examples/ex1.c 1.3 03/11/22 19:15:20 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/impls/ilu/makefile 1.4 03/11/22 19:15:20 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/pc/impls/makefile 1.9 03/11/22 19:15:19 barrysmith@barry-smiths-computer.local +3 -3 mvdir
src/ksp/pc/impls/ilu/ilu.h 1.6 03/11/22 19:15:19 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/impls/ilu/ilu.c 1.24 03/11/22 19:15:19 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/pc/impls/icc/makefile 1.4 03/11/22 19:15:19 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/pc/impls/icc/icc.h 1.6 03/11/22 19:15:19 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/impls/icc/icc.c 1.19 03/11/22 19:15:19 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/impls/hypre/makefile 1.4 03/11/22 19:15:19 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/pc/impls/hypre/hyppilut.c 1.41 03/11/22 19:15:19 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/impls/esi/pesi.c 1.15 03/11/22 19:15:19 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/impls/esi/makefile 1.6 03/11/22 19:15:19 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/pc/impls/eisens/makefile 1.4 03/11/22 19:15:19 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/pc/impls/eisens/eisen.c 1.12 03/11/22 19:15:19 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/impls/composite/makefile 1.4 03/11/22 19:15:19 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/pc/impls/composite/composite.c 1.11 03/11/22 19:15:19 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/impls/cholesky/makefile 1.4 03/11/22 19:15:19 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/pc/impls/cholesky/cholesky.c 1.21 03/11/22 19:15:19 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/impls/bjacobi/makefile 1.4 03/11/22 19:15:19 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/pc/impls/bjacobi/bjacobi.h 1.5 03/11/22 19:15:19 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/impls/bjacobi/bjacobi.c 1.19 03/11/22 19:15:19 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/pc/impls/asm/makefile 1.4 03/11/22 19:15:19 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/pc/impls/asm/asm.c 1.19 03/11/22 19:15:19 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/examples/tutorials/makefile 1.7 03/11/22 19:15:19 barrysmith@barry-smiths-computer.local +3 -3 mvdir
src/ksp/pc/examples/tutorials/ex2.c 1.8 03/11/22 19:15:18 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/examples/tutorials/ex1.c 1.7 03/11/22 19:15:18 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/examples/tests/output/ex6_1.out 1.4 03/11/22 19:15:18 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/examples/tests/output/ex5_1.out 1.4 03/11/22 19:15:18 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/examples/tests/output/ex4_1.out 1.4 03/11/22 19:15:18 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/examples/tests/output/ex3_1.out 1.4 03/11/22 19:15:18 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/examples/tests/output/ex2_1.out 1.4 03/11/22 19:15:18 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/examples/tests/output/ex1_1.out 1.4 03/11/22 19:15:18 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/examples/tests/makefile 1.6 03/11/22 19:15:18 barrysmith@barry-smiths-computer.local +9 -9 mvdir
src/ksp/pc/examples/tests/ex8f.F 1.8 03/11/22 19:15:18 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/examples/tests/ex7.c 1.4 03/11/22 19:15:18 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/examples/tests/ex6.c 1.5 03/11/22 19:15:18 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/examples/tests/ex5.c 1.11 03/11/22 19:15:18 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/examples/tests/ex4.c 1.5 03/11/22 19:15:18 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/examples/tests/ex3.c 1.5 03/11/22 19:15:18 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/examples/tests/ex2.c 1.6 03/11/22 19:15:18 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/examples/tests/ex1.c 1.4 03/11/22 19:15:18 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/examples/makefile 1.4 03/11/22 19:15:18 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/pc/esi/makefile 1.9 03/11/22 19:15:18 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/pc/pcimpl.h 1.7 03/11/22 19:15:17 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/pc/makefile 1.5 03/11/22 19:15:17 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/pc/esi/epreconditioner.c 1.25 03/11/22 19:15:17 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/ksp/interface/xmon.c 1.6 03/11/22 19:15:17 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/ksp/interface/makefile 1.4 03/11/22 19:15:17 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/ksp/interface/itres.c 1.6 03/11/22 19:15:17 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/ksp/interface/itregis.c 1.8 03/11/22 19:15:17 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/ksp/interface/itfunc.c 1.28 03/11/22 19:15:17 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/ksp/interface/iterativ.c 1.8 03/11/22 19:15:17 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/ksp/interface/itcreate.c 1.31 03/11/22 19:15:17 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/ksp/interface/itcl.c 1.7 03/11/22 19:15:17 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/ksp/interface/iguess.c 1.4 03/11/22 19:15:17 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/ksp/interface/eige.c 1.7 03/11/22 19:15:17 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/ksp/interface/dlregis.c 1.15 03/11/22 19:15:17 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/ksp/impls/tfqmr/tfqmr.c 1.9 03/11/22 19:15:17 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/ksp/impls/tfqmr/makefile 1.4 03/11/22 19:15:17 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/ksp/impls/tcqmr/tcqmrp.h 1.4 03/11/22 19:15:16 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/ksp/impls/tcqmr/tcqmr.c 1.9 03/11/22 19:15:16 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/ksp/impls/tcqmr/makefile 1.4 03/11/22 19:15:16 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/ksp/impls/symmlq/symmlq.c 1.7 03/11/22 19:15:16 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/ksp/impls/symmlq/makefile 1.4 03/11/22 19:15:16 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/ksp/impls/rich/richscale.c 1.5 03/11/22 19:15:16 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/ksp/impls/rich/richctx.h 1.4 03/11/22 19:15:16 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/ksp/impls/rich/rich.c 1.8 03/11/22 19:15:16 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/ksp/impls/rich/makefile 1.4 03/11/22 19:15:16 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/ksp/impls/qcg/qcg.h 1.4 03/11/22 19:15:16 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/ksp/impls/qcg/qcg.c 1.10 03/11/22 19:15:16 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/ksp/impls/qcg/makefile 1.4 03/11/22 19:15:16 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/ksp/impls/preonly/preonly.c 1.5 03/11/22 19:15:16 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/ksp/impls/preonly/makefile 1.4 03/11/22 19:15:16 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/ksp/impls/minres/minres.c 1.7 03/11/22 19:15:16 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/ksp/impls/minres/makefile 1.4 03/11/22 19:15:16 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/ksp/impls/lsqr/makefile 1.4 03/11/22 19:15:16 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/ksp/impls/lsqr/lsqr.c 1.8 03/11/22 19:15:16 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/ksp/impls/lgmres/readme 1.3 03/11/22 19:15:16 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/ksp/impls/lgmres/makefile 1.5 03/11/22 19:15:16 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/ksp/impls/lgmres/lgmresp.h 1.4 03/11/22 19:15:16 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/ksp/impls/lgmres/lgmres.c 1.10 03/11/22 19:15:16 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/ksp/impls/gmres/makefile 1.5 03/11/22 19:15:16 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/ksp/impls/gmres/gmresp.h 1.6 03/11/22 19:15:16 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/ksp/impls/gmres/gmres2.c 1.10 03/11/22 19:15:16 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/ksp/impls/gmres/gmres.c 1.22 03/11/22 19:15:16 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/ksp/impls/gmres/gmreig.c 1.6 03/11/22 19:15:16 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/ksp/impls/gmres/gmpre.c 1.6 03/11/22 19:15:16 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/ksp/impls/gmres/gmcnv.c 1.4 03/11/22 19:15:15 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/ksp/impls/gmres/borthog2.c 1.7 03/11/22 19:15:15 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/ksp/impls/gmres/borthog.c 1.6 03/11/22 19:15:15 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/ksp/impls/fgmres/modpcf.c 1.6 03/11/22 19:15:15 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/ksp/impls/fgmres/makefile 1.5 03/11/22 19:15:15 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/ksp/impls/fgmres/fgmresp.h 1.6 03/11/22 19:15:15 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/ksp/impls/fgmres/fgmres.c 1.16 03/11/22 19:15:15 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/ksp/impls/cr/makefile 1.4 03/11/22 19:15:15 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/ksp/impls/cr/cr.c 1.18 03/11/22 19:15:15 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/ksp/impls/cheby/makefile 1.4 03/11/22 19:15:15 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/ksp/impls/cheby/cheby.c 1.9 03/11/22 19:15:15 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/ksp/impls/cheby/chebctx.h 1.5 03/11/22 19:15:15 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/ksp/impls/cgs/makefile 1.4 03/11/22 19:15:15 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/ksp/impls/cgs/cgs.c 1.13 03/11/22 19:15:15 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/ksp/impls/cgne/makefile 1.2 03/11/22 19:15:15 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/ksp/impls/cgne/cgne.c 1.5 03/11/22 19:15:15 barrysmith@barry-smiths-computer.local +3 -3 mvdir
src/ksp/ksp/impls/cg/makefile 1.4 03/11/22 19:15:15 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/ksp/impls/cg/cgtype.c 1.5 03/11/22 19:15:15 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/ksp/impls/cg/cgeig.c 1.4 03/11/22 19:15:15 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/ksp/impls/cg/cgctx.h 1.4 03/11/22 19:15:15 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/ksp/impls/cg/cg.c 1.16 03/11/22 19:15:15 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/ksp/impls/bicg/makefile 1.4 03/11/22 19:15:15 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/ksp/impls/bicg/bicg.c 1.9 03/11/22 19:15:15 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/ksp/makefile 1.4 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/ksp/kspimpl.h 1.15 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/ksp/impls/makefile 1.6 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/ksp/impls/bcgs/makefile 1.4 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/ksp/impls/bcgs/bcgs.c 1.9 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/examples/tutorials/output/ex9_1.out 1.4 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex7_1.out 1.4 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex6f_1.out 1.5 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex5_5.out 1.4 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex5_4.out 1.4 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex5_3.out 1.4 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex5_2.out 1.4 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex5_1.out 1.4 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex4_1.out 1.4 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex2f_1.out 1.4 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex2_6.out 1.2 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex2_5.out 1.4 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex2_4.out 1.4 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex2_3.out 1.4 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex2_2.out 1.4 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex2_1.out 1.4 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex26_1.out 1.2 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex25_1.out 1.2 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex23_2.out 1.6 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex23_1.out 1.6 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex22_1.out 1.5 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex21f_1.out 1.4 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex20_2.out 1.4 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex20_1.out 1.4 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex1f_1.out 1.6 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex1_3.out 1.6 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex1_2.out 1.6 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex1_1.out 1.6 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex18_1.out 1.4 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex16_1.out 1.4 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex15f_1.out 1.6 03/11/22 19:15:14 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex15_1.out 1.6 03/11/22 19:15:13 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex14_2.out 1.4 03/11/22 19:15:13 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex14_1.out 1.4 03/11/22 19:15:13 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex13f90_1.out 1.4 03/11/22 19:15:13 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex13_1.out 1.4 03/11/22 19:15:13 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex12_3.out 1.4 03/11/22 19:15:13 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex12_2.out 1.4 03/11/22 19:15:13 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex12_1.out 1.4 03/11/22 19:15:13 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex11f_1.out 1.4 03/11/22 19:15:13 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex11_1.out 1.4 03/11/22 19:15:13 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex10_9.out 1.5 03/11/22 19:15:13 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex10_8.out 1.4 03/11/22 19:15:13 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex10_7.out 1.5 03/11/22 19:15:13 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex10_6.out 1.4 03/11/22 19:15:13 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex10_5.out 1.4 03/11/22 19:15:13 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex10_4.out 1.4 03/11/22 19:15:13 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex10_3.out 1.4 03/11/22 19:15:13 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex10_2.out 1.4 03/11/22 19:15:13 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex10_18.out 1.2 03/11/22 19:15:13 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex10_17.out 1.2 03/11/22 19:15:13 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex10_16.out 1.2 03/11/22 19:15:13 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex10_15.out 1.2 03/11/22 19:15:13 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex10_13.out 1.4 03/11/22 19:15:13 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex10_12.out 1.4 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex10_11.out 1.4 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex10_10.out 1.4 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/output/ex10_1.out 1.4 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/makefile 1.41 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +38 -38 mvdir
src/ksp/examples/tutorials/hacks.h 1.3 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/ex9.c 1.12 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/ex8.c 1.10 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/ex7.c 1.10 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/ex6f.F 1.7 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/ex5.c 1.9 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/ex4.c 1.7 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/ex31.c 1.8 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/ex3.c 1.8 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/ex2f.F 1.6 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/ex28.c 1.7 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/ex27.c 1.7 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/ex26.c 1.9 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/ex25.c 1.8 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/ex23.c 1.8 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/ex22f.F 1.4 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/ex22.c 1.5 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/ex21f.F 1.9 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/ex20options 1.4 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/ex2.c 1.8 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/ex1f.F 1.8 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/ex16.c 1.7 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/ex15f.F 1.7 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/ex15.c 1.8 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/ex14f.F 1.7 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/ex13f90.F 1.9 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/ex13.c 1.7 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/ex12.c 1.8 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/ex11f.F 1.8 03/11/22 19:15:12 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/ex11.c 1.7 03/11/22 19:15:11 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/ex10.c 1.24.1.2 03/11/22 19:15:11 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/ex1.c 1.10 03/11/22 19:15:11 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/da_hdf.c 1.2 03/11/22 19:15:11 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tutorials/cyclic.h 1.2 03/11/22 19:15:11 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/scripts/ex10_seqbdiag 1.4 03/11/22 19:15:11 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/scripts/ex10_lu 1.4 03/11/22 19:15:11 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/scripts/ex10_lu_blocks 1.4 03/11/22 19:15:11 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/scripts/ex10_blu 1.4 03/11/22 19:15:11 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/scripts/ex10_bjacobi_mpibaij 1.4 03/11/22 19:15:11 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/scripts/ex10_asm_mpibaij 1.4 03/11/22 19:15:11 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/scripts/ex10_asm_matbaij 1.4 03/11/22 19:15:11 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/scripts/ex10.script 1.4 03/11/22 19:15:11 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/scripts/ex10.asm 1.4 03/11/22 19:15:11 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/output/ex6_7.out 1.4 03/11/22 19:15:11 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/output/ex6_6.out 1.4 03/11/22 19:15:11 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/output/ex6_4.out 1.4 03/11/22 19:15:11 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/output/ex6_3.out 1.4 03/11/22 19:15:11 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/output/ex6_2.out 1.4 03/11/22 19:15:11 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/output/ex6_1.out 1.4 03/11/22 19:15:11 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/output/ex4_5.out 1.4 03/11/22 19:15:11 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/output/ex4_3.out 1.4 03/11/22 19:15:11 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/output/ex4_1.out 1.4 03/11/22 19:15:11 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/output/ex3_2.out 1.4 03/11/22 19:15:11 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/output/ex3_1.out 1.4 03/11/22 19:15:11 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/makefile 1.6 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/examples/tests/output/ex2_1.out 1.4 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/output/ex25_2.out 1.4 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/output/ex25_1.out 1.4 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/output/ex24_4.out 1.4 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/output/ex24_3.out 1.5 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/output/ex24_2.out 1.6 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/output/ex24_1.out 1.4 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/output/ex20_1.out 1.4 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/output/ex17_1.out 1.4 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/output/ex16_1.out 1.4 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/output/ex10_1.out 1.5 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/makefile 1.10 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +27 -27 mvdir
src/ksp/examples/tests/ex7.c 1.11 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/ex6.c 1.13 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/ex5f.F 1.7 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/ex4.c 1.6 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/ex3.c 1.7 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/ex25.c 1.5 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/ex24.c 1.8 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/ex20.c 1.10 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/ex2.c 1.8 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/ex19.c 1.7 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/ex18.c 1.8 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/ex17.c 1.8 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/ex16.F 1.6.1.2 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/ex15.c 1.9 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/ex14.c 1.6 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/ex12.F 1.9 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/ex10.c 1.7 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/tests/ex1.c 1.6 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +0 -0 mvdir
src/ksp/examples/makefile 1.4 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +1 -1 mvdir
src/ksp/esi/makefile 1.5 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +2 -2 mvdir
src/ksp/esi/esles.c 1.13 03/11/22 19:15:10 barrysmith@barry-smiths-computer.local +0 -0 mvdir
Hg-commit: c5e7e47e0e48f1d6ed51d0db425b3b0a6c362816
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 ...
|
| a0685ae7 | 21-Nov-2003 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.1703 balay@asterix.mcs.anl.gov|ChangeSet|20031121204902|09902 ChangeSet 1.1703 03/11/21 14:49:02 balay@asterix.mcs.anl.gov +6 -0 some nightly build fixes
src/vec/utils/comb.c
bk-changeset-1.1703 balay@asterix.mcs.anl.gov|ChangeSet|20031121204902|09902 ChangeSet 1.1703 03/11/21 14:49:02 balay@asterix.mcs.anl.gov +6 -0 some nightly build fixes
src/vec/utils/comb.c 1.10 03/11/21 14:49:01 balay@asterix.mcs.anl.gov +1 -1 addin errorcheck
src/vec/interface/vector.c 1.62 03/11/21 14:49:01 balay@asterix.mcs.anl.gov +3 -3 intialize variables to get arround compiler warnings on alpha
src/snes/examples/tutorials/ex6.c 1.7 03/11/21 14:49:01 balay@asterix.mcs.anl.gov +0 -2 rmove unused variable
src/sles/examples/tutorials/ex10.c 1.26 03/11/21 14:49:01 balay@asterix.mcs.anl.gov +0 -1 rmove unused variable
src/sles/examples/tests/ex16.F 1.7 03/11/21 14:49:01 balay@asterix.mcs.anl.gov +2 -2 use sles -> sles1,sles2
bmake/solaris/buildtest 1.16 03/11/21 14:49:01 balay@asterix.mcs.anl.gov +1 -1 correct PETSC_ARCH typo
Hg-commit: ee6949859af8beb3c291d6f9072f1d7233f1245b
show more ...
|
| 9483472a | 18-Nov-2003 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.1688 balay@asterix.mcs.anl.gov|ChangeSet|20031118213441|61717 ChangeSet 1.1688 03/11/18 15:34:41 balay@asterix.mcs.anl.gov +1 -0 fix compiler warnings - and unused variable in vect
bk-changeset-1.1688 balay@asterix.mcs.anl.gov|ChangeSet|20031118213441|61717 ChangeSet 1.1688 03/11/18 15:34:41 balay@asterix.mcs.anl.gov +1 -0 fix compiler warnings - and unused variable in vector.c
src/vec/interface/vector.c 1.61 03/11/18 15:34:41 balay@asterix.mcs.anl.gov +30 -30 fix compiler warnings - and unused variable in vector.c
Hg-commit: 4b92806b928f9da7c8cdda84d85d204d1a4e6b46
show more ...
|
| e16fd1ab | 18-Nov-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1685 barrysmith@barrysmith.mcs.anl.gov|ChangeSet|20031118194900|63172 ChangeSet 1.1685 03/11/18 13:49:00 barrysmith@barrysmith.mcs.anl.gov +7 -0 fix a bunch of examples for bugs in
bk-changeset-1.1685 barrysmith@barrysmith.mcs.anl.gov|ChangeSet|20031118194900|63172 ChangeSet 1.1685 03/11/18 13:49:00 barrysmith@barrysmith.mcs.anl.gov +7 -0 fix a bunch of examples for bugs introduced when removing its from slessolve/kspsolve calliing sequence
src/vec/examples/tests/ex34.c 1.3 03/11/18 13:46:50 barrysmith@barrysmith.mcs.anl.gov +6 -2 Victor forgot to destroy vector at end of run
src/sles/examples/tutorials/ex10.c 1.23 03/11/18 13:40:25 barrysmith@barrysmith.mcs.anl.gov +1 -0 bug introduced when removing its from slessolve()
src/sles/examples/tests/ex12.F 1.7 03/11/18 13:39:08 barrysmith@barrysmith.mcs.anl.gov +1 -0 forgot to include petscksp.h when using ksp object, needed cause moved its out of slessolve call
src/mat/examples/tutorials/ex3.c 1.5 03/11/18 13:37:34 barrysmith@barrysmith.mcs.anl.gov +2 -2 forgot to take out its argument to slessolve
src/sles/examples/tests/ex15.c 1.6 03/11/18 13:36:47 barrysmith@barrysmith.mcs.anl.gov +1 -0 fix bug introduced when reemoving its from slessolve() calls
src/sles/pc/examples/tutorials/ex2.c 1.5 03/11/18 13:34:11 barrysmith@barrysmith.mcs.anl.gov +5 -5 typo introduced when removing its from slessolve()
src/sles/pc/examples/tests/ex5.c 1.8 03/11/18 13:33:07 barrysmith@barrysmith.mcs.anl.gov +1 -1 typo introduced with removing its from slessolve()
Hg-commit: 4782ca302f29161ca2525f42ba0e74608a8f8e1a
show more ...
|
| c293cc10 | 18-Nov-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1674.1.2 barrysmith@barry-smiths-computer.local|ChangeSet|20031118040216|16456 ChangeSet 1.1674.1.2 03/11/17 22:02:16 barrysmith@barry-smiths-computer.local +92 -0 eliminated its a
bk-changeset-1.1674.1.2 barrysmith@barry-smiths-computer.local|ChangeSet|20031118040216|16456 ChangeSet 1.1674.1.2 03/11/17 22:02:16 barrysmith@barry-smiths-computer.local +92 -0 eliminated its argument from sles and kspsolve
src/ts/impls/implicit/cn/cn.c 1.6 03/11/17 22:02:12 barrysmith@barry-smiths-computer.local +11 -5 eliminated its argument from sles and kspsolve
src/ts/impls/implicit/beuler/beuler.c 1.7 03/11/17 22:02:12 barrysmith@barry-smiths-computer.local +14 -8 eliminated its argument from sles and kspsolve
src/snes/impls/tr/tr.c 1.8 03/11/17 22:02:12 barrysmith@barry-smiths-computer.local +4 -3 eliminated its argument from sles and kspsolve
src/snes/impls/ls/ls.c 1.24 03/11/17 22:02:12 barrysmith@barry-smiths-computer.local +4 -1 eliminated its argument from sles and kspsolve
src/snes/examples/tutorials/ex24.c 1.9 03/11/17 22:02:12 barrysmith@barry-smiths-computer.local +2 -2 eliminated its argument from sles and kspsolve
src/sles/utils/damg.c 1.15 03/11/17 22:02:12 barrysmith@barry-smiths-computer.local +1 -1 eliminated its argument from sles and kspsolve
src/sles/pc/impls/sles/pcsles.c 1.7 03/11/17 22:02:12 barrysmith@barry-smiths-computer.local +9 -3 eliminated its argument from sles and kspsolve
src/sles/pc/impls/samg/samgmgpetsc.c 1.3 03/11/17 22:02:12 barrysmith@barry-smiths-computer.local +2 -1 eliminated its argument from sles and kspsolve
src/sles/pc/impls/mg/smg.c 1.5 03/11/17 22:02:12 barrysmith@barry-smiths-computer.local +2 -2 eliminated its argument from sles and kspsolve
src/sles/pc/impls/mg/mg.c 1.14 03/11/17 22:02:12 barrysmith@barry-smiths-computer.local +3 -3 eliminated its argument from sles and kspsolve
src/sles/pc/impls/mg/fmg.c 1.5 03/11/17 22:02:12 barrysmith@barry-smiths-computer.local +3 -3 eliminated its argument from sles and kspsolve
src/sles/pc/impls/is/nn/nn.c 1.8 03/11/17 22:02:12 barrysmith@barry-smiths-computer.local +5 -5 eliminated its argument from sles and kspsolve
src/sles/pc/impls/is/is.c 1.6 03/11/17 22:02:12 barrysmith@barry-smiths-computer.local +6 -6 eliminated its argument from sles and kspsolve
src/sles/pc/impls/bjacobi/bjacobi.c 1.16 03/11/17 22:02:12 barrysmith@barry-smiths-computer.local +8 -8 eliminated its argument from sles and kspsolve
src/sles/pc/impls/asm/asm.c 1.16 03/11/17 22:02:12 barrysmith@barry-smiths-computer.local +4 -4 eliminated its argument from sles and kspsolve
src/sles/pc/examples/tutorials/ex2.c 1.4 03/11/17 22:02:12 barrysmith@barry-smiths-computer.local +2 -1 eliminated its argument from sles and kspsolve
src/sles/pc/examples/tutorials/ex1.c 1.4 03/11/17 22:02:12 barrysmith@barry-smiths-computer.local +2 -1 eliminated its argument from sles and kspsolve
src/sles/pc/examples/tests/ex5.c 1.7 03/11/17 22:02:11 barrysmith@barry-smiths-computer.local +3 -1 eliminated its argument from sles and kspsolve
src/sles/pc/examples/tests/ex3.c 1.4 03/11/17 22:02:11 barrysmith@barry-smiths-computer.local +2 -1 eliminated its argument from sles and kspsolve
src/sles/pc/examples/tests/ex2.c 1.4 03/11/17 22:02:11 barrysmith@barry-smiths-computer.local +2 -1 eliminated its argument from sles and kspsolve
src/sles/ksp/kspimpl.h 1.13 03/11/17 22:02:11 barrysmith@barry-smiths-computer.local +1 -1 eliminated its argument from sles and kspsolve
src/sles/ksp/interface/itfunc.c 1.19 03/11/17 22:02:11 barrysmith@barry-smiths-computer.local +9 -10 eliminated its argument from sles and kspsolve
src/sles/ksp/impls/tfqmr/tfqmr.c 1.8 03/11/17 22:02:11 barrysmith@barry-smiths-computer.local +2 -3 eliminated its argument from sles and kspsolve
src/sles/ksp/impls/tcqmr/tcqmr.c 1.8 03/11/17 22:02:11 barrysmith@barry-smiths-computer.local +2 -3 eliminated its argument from sles and kspsolve
src/sles/ksp/impls/symmlq/symmlq.c 1.6 03/11/17 22:02:11 barrysmith@barry-smiths-computer.local +2 -4 eliminated its argument from sles and kspsolve
src/sles/ksp/impls/rich/rich.c 1.7 03/11/17 22:02:11 barrysmith@barry-smiths-computer.local +1 -3 eliminated its argument from sles and kspsolve
src/sles/ksp/impls/qcg/qcg.c 1.9 03/11/17 22:02:11 barrysmith@barry-smiths-computer.local +2 -4 eliminated its argument from sles and kspsolve
src/sles/ksp/impls/preonly/preonly.c 1.4 03/11/17 22:02:11 barrysmith@barry-smiths-computer.local +1 -2 eliminated its argument from sles and kspsolve
src/sles/ksp/impls/minres/minres.c 1.6 03/11/17 22:02:11 barrysmith@barry-smiths-computer.local +2 -4 eliminated its argument from sles and kspsolve
src/sles/ksp/impls/lsqr/lsqr.c 1.7 03/11/17 22:02:11 barrysmith@barry-smiths-computer.local +2 -3 eliminated its argument from sles and kspsolve
src/sles/ksp/impls/lgmres/lgmres.c 1.8 03/11/17 22:02:10 barrysmith@barry-smiths-computer.local +1 -2 eliminated its argument from sles and kspsolve
src/sles/ksp/impls/gmres/gmres.c 1.21 03/11/17 22:02:10 barrysmith@barry-smiths-computer.local +1 -2 eliminated its argument from sles and kspsolve
src/sles/ksp/impls/fgmres/fgmres.c 1.14 03/11/17 22:02:10 barrysmith@barry-smiths-computer.local +1 -2 eliminated its argument from sles and kspsolve
src/sles/ksp/impls/cr/cr.c 1.17 03/11/17 22:02:10 barrysmith@barry-smiths-computer.local +3 -4 eliminated its argument from sles and kspsolve
src/sles/ksp/impls/cheby/cheby.c 1.7 03/11/17 22:02:10 barrysmith@barry-smiths-computer.local +1 -2 eliminated its argument from sles and kspsolve
src/sles/ksp/impls/cgs/cgs.c 1.12 03/11/17 22:02:10 barrysmith@barry-smiths-computer.local +2 -3 eliminated its argument from sles and kspsolve
src/sles/ksp/impls/cgne/cgne.c 1.4 03/11/17 22:02:10 barrysmith@barry-smiths-computer.local +2 -3 eliminated its argument from sles and kspsolve
src/sles/ksp/impls/cg/cg.c 1.14 03/11/17 22:02:10 barrysmith@barry-smiths-computer.local +3 -3 eliminated its argument from sles and kspsolve
src/sles/ksp/impls/bicg/bicg.c 1.8 03/11/17 22:02:10 barrysmith@barry-smiths-computer.local +2 -4 eliminated its argument from sles and kspsolve
src/sles/ksp/impls/bcgs/bcgs.c 1.8 03/11/17 22:02:10 barrysmith@barry-smiths-computer.local +2 -3 eliminated its argument from sles and kspsolve
src/sles/examples/tutorials/ex9.c 1.9 03/11/17 22:02:10 barrysmith@barry-smiths-computer.local +10 -6 eliminated its argument from sles and kspsolve
src/sles/examples/tutorials/ex8.c 1.6 03/11/17 22:02:10 barrysmith@barry-smiths-computer.local +2 -2 eliminated its argument from sles and kspsolve
src/sles/examples/tutorials/ex7.c 1.7 03/11/17 22:02:10 barrysmith@barry-smiths-computer.local +4 -1 eliminated its argument from sles and kspsolve
src/sles/examples/tutorials/ex6f.F 1.5 03/11/17 22:02:10 barrysmith@barry-smiths-computer.local +2 -2 eliminated its argument from sles and kspsolve
src/sles/examples/tutorials/ex5.c 1.7 03/11/17 22:02:10 barrysmith@barry-smiths-computer.local +7 -2 eliminated its argument from sles and kspsolve
src/sles/examples/tutorials/ex4.c 1.5 03/11/17 22:02:09 barrysmith@barry-smiths-computer.local +2 -2 eliminated its argument from sles and kspsolve
src/sles/examples/tutorials/ex3.c 1.5 03/11/17 22:02:09 barrysmith@barry-smiths-computer.local +2 -1 eliminated its argument from sles and kspsolve
src/sles/examples/tutorials/ex2f.F 1.4 03/11/17 22:02:09 barrysmith@barry-smiths-computer.local +3 -1 eliminated its argument from sles and kspsolve
src/sles/examples/tutorials/ex27.c 1.4 03/11/17 22:02:09 barrysmith@barry-smiths-computer.local +4 -2 eliminated its argument from sles and kspsolve
src/sles/examples/tutorials/ex23.c 1.5 03/11/17 22:02:09 barrysmith@barry-smiths-computer.local +3 -2 eliminated its argument from sles and kspsolve
src/sles/examples/tutorials/ex21f.F 1.6 03/11/17 22:02:09 barrysmith@barry-smiths-computer.local +4 -1 eliminated its argument from sles and kspsolve
src/sles/examples/tutorials/ex2.c 1.6 03/11/17 22:02:09 barrysmith@barry-smiths-computer.local +2 -2 eliminated its argument from sles and kspsolve
src/sles/examples/tutorials/ex1f.F 1.5 03/11/17 22:02:09 barrysmith@barry-smiths-computer.local +3 -1 eliminated its argument from sles and kspsolve
src/sles/examples/tutorials/ex16.c 1.5 03/11/17 22:02:09 barrysmith@barry-smiths-computer.local +4 -2 eliminated its argument from sles and kspsolve
src/sles/examples/tutorials/ex15f.F 1.4 03/11/17 22:02:09 barrysmith@barry-smiths-computer.local +4 -1 eliminated its argument from sles and kspsolve
src/sles/examples/tutorials/ex15.c 1.5 03/11/17 22:02:09 barrysmith@barry-smiths-computer.local +2 -1 eliminated its argument from sles and kspsolve
src/sles/examples/tutorials/ex14f.F 1.4 03/11/17 22:02:09 barrysmith@barry-smiths-computer.local +5 -1 eliminated its argument from sles and kspsolve
src/sles/examples/tutorials/ex13f90.F 1.4 03/11/17 22:02:09 barrysmith@barry-smiths-computer.local +2 -2 eliminated its argument from sles and kspsolve
src/sles/examples/tutorials/ex13.c 1.4 03/11/17 22:02:09 barrysmith@barry-smiths-computer.local +2 -2 eliminated its argument from sles and kspsolve
src/sles/examples/tutorials/ex12.c 1.5 03/11/17 22:02:09 barrysmith@barry-smiths-computer.local +4 -2 eliminated its argument from sles and kspsolve
src/sles/examples/tutorials/ex11f.F 1.6 03/11/17 22:02:09 barrysmith@barry-smiths-computer.local +3 -1 eliminated its argument from sles and kspsolve
src/sles/examples/tutorials/ex11.c 1.5 03/11/17 22:02:09 barrysmith@barry-smiths-computer.local +4 -1 eliminated its argument from sles and kspsolve
src/sles/examples/tutorials/ex10.c 1.22 03/11/17 22:02:09 barrysmith@barry-smiths-computer.local +4 -2 eliminated its argument from sles and kspsolve
src/sles/examples/tutorials/ex1.c 1.7 03/11/17 22:02:09 barrysmith@barry-smiths-computer.local +2 -1 eliminated its argument from sles and kspsolve
src/sles/examples/tests/ex7.c 1.7 03/11/17 22:02:09 barrysmith@barry-smiths-computer.local +4 -2 eliminated its argument from sles and kspsolve
src/sles/examples/tests/ex6.c 1.10 03/11/17 22:02:09 barrysmith@barry-smiths-computer.local +4 -1 eliminated its argument from sles and kspsolve
src/sles/examples/tests/ex5f.F 1.5 03/11/17 22:02:08 barrysmith@barry-smiths-computer.local +2 -2 eliminated its argument from sles and kspsolve
src/sles/examples/tests/ex4.c 1.4 03/11/17 22:02:08 barrysmith@barry-smiths-computer.local +2 -1 eliminated its argument from sles and kspsolve
src/sles/examples/tests/ex3.c 1.5 03/11/17 22:02:08 barrysmith@barry-smiths-computer.local +2 -1 eliminated its argument from sles and kspsolve
src/sles/examples/tests/ex24.c 1.5 03/11/17 22:02:08 barrysmith@barry-smiths-computer.local +3 -2 eliminated its argument from sles and kspsolve
src/sles/examples/tests/ex20.c 1.7 03/11/17 22:02:08 barrysmith@barry-smiths-computer.local +2 -2 eliminated its argument from sles and kspsolve
src/sles/examples/tests/ex2.c 1.5 03/11/17 22:02:08 barrysmith@barry-smiths-computer.local +2 -1 eliminated its argument from sles and kspsolve
src/sles/examples/tests/ex19.c 1.4 03/11/17 22:02:08 barrysmith@barry-smiths-computer.local +4 -1 eliminated its argument from sles and kspsolve
src/sles/examples/tests/ex18.c 1.6 03/11/17 22:02:08 barrysmith@barry-smiths-computer.local +4 -1 eliminated its argument from sles and kspsolve
src/sles/examples/tests/ex17.c 1.6 03/11/17 22:02:08 barrysmith@barry-smiths-computer.local +3 -1 eliminated its argument from sles and kspsolve
src/sles/examples/tests/ex16.F 1.5 03/11/17 22:02:08 barrysmith@barry-smiths-computer.local +9 -5 eliminated its argument from sles and kspsolve
src/sles/examples/tests/ex15.c 1.5 03/11/17 22:02:08 barrysmith@barry-smiths-computer.local +3 -1 eliminated its argument from sles and kspsolve
src/sles/examples/tests/ex14.c 1.4 03/11/17 22:02:08 barrysmith@barry-smiths-computer.local +4 -1 eliminated its argument from sles and kspsolve
src/sles/examples/tests/ex12.F 1.6 03/11/17 22:02:08 barrysmith@barry-smiths-computer.local +6 -3 eliminated its argument from sles and kspsolve
src/sles/examples/tests/ex10.c 1.5 03/11/17 22:02:08 barrysmith@barry-smiths-computer.local +2 -2 eliminated its argument from sles and kspsolve
src/sles/examples/tests/ex1.c 1.4 03/11/17 22:02:08 barrysmith@barry-smiths-computer.local +2 -2 eliminated its argument from sles and kspsolve
src/sles/esi/esles.c 1.9 03/11/17 22:02:08 barrysmith@barry-smiths-computer.local +1 -1 eliminated its argument from sles and kspsolve
src/contrib/oberman/laplacian_q1/scalable/main.c 1.4 03/11/17 22:02:07 barrysmith@barry-smiths-computer.local +2 -3 eliminated its argument from sles and kspsolve
src/contrib/oberman/laplacian_q1/scalable/appalgebra.c 1.5 03/11/17 22:02:07 barrysmith@barry-smiths-computer.local +2 -2 eliminated its argument from sles and kspsolve
src/contrib/oberman/laplacian_q1/main.c 1.4 03/11/17 22:02:07 barrysmith@barry-smiths-computer.local +2 -4 eliminated its argument from sles and kspsolve
src/contrib/oberman/laplacian_q1/appctx.h 1.4 03/11/17 22:02:07 barrysmith@barry-smiths-computer.local +1 -1 eliminated its argument from sles and kspsolve
src/contrib/oberman/laplacian_q1/appalgebra.c 1.5 03/11/17 22:02:07 barrysmith@barry-smiths-computer.local +2 -2 eliminated its argument from sles and kspsolve
include/petscksp.h 1.21 03/11/17 22:02:07 barrysmith@barry-smiths-computer.local +2 -2 eliminated its argument from sles and kspsolve
docs/tex/manual/part2.tex 1.61 03/11/17 22:02:07 barrysmith@barry-smiths-computer.local +3 -3 eliminated its argument from sles and kspsolve
docs/tex/manual/part1.tex 1.25 03/11/17 22:02:06 barrysmith@barry-smiths-computer.local +1 -1 eliminated its argument from sles and kspsolve
docs/website/documentation/changes/217.html 1.6 03/11/17 20:55:36 barrysmith@barry-smiths-computer.local +1 -0 *** empty log message ***
src/vec/interface/vector.c 1.60 03/11/17 19:42:47 barrysmith@barry-smiths-computer.local +1 -1 Victor got the ) in the wrong place for the cached 2norm of a VecSet vector
Hg-commit: 6b2b5fb955fd401a2981d5e2990f263dbdbc5816
show more ...
|
| 85c41f49 | 17-Nov-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1674.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20031117155128|44711 ChangeSet 1.1674.1.1 03/11/17 09:51:28 barrysmith@barry-smiths-computer.local +3 -0 nightly build fix
bk-changeset-1.1674.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20031117155128|44711 ChangeSet 1.1674.1.1 03/11/17 09:51:28 barrysmith@barry-smiths-computer.local +3 -0 nightly build fixes for bugs I introduced yesterday
bmake/common/rules 1.86 03/11/17 09:50:04 barrysmith@barry-smiths-computer.local +2 -2 I can't beleive most sh don't have pushd.
src/vec/interface/vector.c 1.59 03/11/17 09:43:50 barrysmith@barry-smiths-computer.local +0 -1 no space between @*/ and function name
src/vec/interface/vector.c 1.58 03/11/17 09:41:40 barrysmith@barry-smiths-computer.local +4 -1 Victor forgot to check if 2norm cache was valid before using
python/PETSc/Configure.py 1.137 03/11/17 09:36:36 barrysmith@barry-smiths-computer.local +5 -4 only check for missing getdomainname() in C++ if C++ compiler is valid (Barry you are such a dumn fuck for not putting this test in originally
Hg-commit: 751390dff9583e1ed4c6205c8eb14ff987e0f9b4
show more ...
|
| a56c5f4c | 16-Nov-2003 |
victorle <victorle@tibook500ve.cs.utk.edu> |
bk-changeset-1.1664.1.1 victorle@tibook500ve.cs.utk.edu|ChangeSet|20031116161417|42152 ChangeSet 1.1664.1.1 03/11/16 11:14:17 victorle@tibook500ve.cs.utk.edu +6 -0 whole bunch of norm caching add
bk-changeset-1.1664.1.1 victorle@tibook500ve.cs.utk.edu|ChangeSet|20031116161417|42152 ChangeSet 1.1664.1.1 03/11/16 11:14:17 victorle@tibook500ve.cs.utk.edu +6 -0 whole bunch of norm caching added: VecScale, VecCopy, VecSet, VecNormalize also HasTransposeApply => HasApplyTranspose
src/vec/interface/vector.c 1.57 03/11/16 11:14:14 victorle@tibook500ve.cs.utk.edu +124 -7 whole bunch of norm caching added: VecScale, VecCopy, VecSet, VecNormalize
src/vec/examples/tests/makefile 1.7 03/11/16 11:14:13 victorle@tibook500ve.cs.utk.edu +5 -4 better diff for ex34
src/vec/examples/tests/ex34.c 1.2 03/11/16 11:14:13 victorle@tibook500ve.cs.utk.edu +4 -5 cosmetics
src/sles/pc/interface/precon.c 1.28 03/11/16 11:14:13 victorle@tibook500ve.cs.utk.edu +4 -4 HasTransposeApply => HasApplyTranspose
src/sles/ksp/impls/cgne/cgne.c 1.3 03/11/16 11:14:13 victorle@tibook500ve.cs.utk.edu +1 -1 HasTransposeApply => HasApplyTranspose
include/petscpc.h 1.33 03/11/16 11:14:13 victorle@tibook500ve.cs.utk.edu +1 -1 HasTransposeApply => HasApplyTranspose
Hg-commit: a6a272ed3baa3b7ae8a53c7a68da19e9fd107db4
show more ...
|
| 73ff66d1 | 13-Nov-2003 |
victorle <victorle@tibook500ve.cs.utk.edu> |
bk-changeset-1.1650.1.1 victorle@tibook500ve.cs.utk.edu|ChangeSet|20031113155157|45007 ChangeSet 1.1650.1.1 03/11/13 10:51:57 victorle@tibook500ve.cs.utk.edu +6 -0 VecNormComposedDataID added. Cl
bk-changeset-1.1650.1.1 victorle@tibook500ve.cs.utk.edu|ChangeSet|20031113155157|45007 ChangeSet 1.1650.1.1 03/11/13 10:51:57 victorle@tibook500ve.cs.utk.edu +6 -0 VecNormComposedDataID added. Cleaner solution, and it should even make bfort happy. vec/examples/tests/ex34.c added, which tests norm caching.
src/vec/examples/tests/output/ex34_1.out 1.1 03/11/13 10:51:51 victorle@tibook500ve.cs.utk.edu +6 -0
src/vec/examples/tests/ex34.c 1.1 03/11/13 10:51:51 victorle@tibook500ve.cs.utk.edu +49 -0
src/vec/examples/tests/output/ex34_1.out 1.0 03/11/13 10:51:51 victorle@tibook500ve.cs.utk.edu +0 -0 BitKeeper file /Volumes/UserPartition/Users/victorle/Software/petsc/petsc-dev/src/vec/examples/tests/output/ex34_1.out
src/vec/examples/tests/ex34.c 1.0 03/11/13 10:51:51 victorle@tibook500ve.cs.utk.edu +0 -0 BitKeeper file /Volumes/UserPartition/Users/victorle/Software/petsc/petsc-dev/src/vec/examples/tests/ex34.c
src/vec/utils/comb.c 1.9 03/11/13 10:51:50 victorle@tibook500ve.cs.utk.edu +2 -27 VecNormComposedDataID added
src/vec/interface/vector.c 1.56 03/11/13 10:51:50 victorle@tibook500ve.cs.utk.edu +39 -26 VecNormComposedDataID added
src/vec/examples/tests/makefile 1.6 03/11/13 10:51:50 victorle@tibook500ve.cs.utk.edu +14 -3 ex34 added, which tests norm caching
include/petscvec.h 1.32 03/11/13 10:51:50 victorle@tibook500ve.cs.utk.edu +1 -0 VecNormComposedDataID added
Hg-commit: f3a1758f17f3383470a4305df36f5145ecef07ec
show more ...
|