| a1d92eed | 25-Jan-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1888.1.2 barrysmith@barry-smiths-computer.local|ChangeSet|20040125230626|19659 ChangeSet 1.1888.1.2 04/01/25 17:06:26 barrysmith@barry-smiths-computer.local +10 -0 initial work for
bk-changeset-1.1888.1.2 barrysmith@barry-smiths-computer.local|ChangeSet|20040125230626|19659 ChangeSet 1.1888.1.2 04/01/25 17:06:26 barrysmith@barry-smiths-computer.local +10 -0 initial work for adding point block SOR and initial work for improving scalability of DANaturalToGlobal() and GlobalToNatural() so they do not need global AO object
src/mat/interface/matrix.c 1.91 04/01/25 17:06:24 barrysmith@barry-smiths-computer.local +44 -1 introduce MatPBRelax for point block SOR
src/mat/impls/baij/seq/baij.h 1.16.1.1 04/01/25 17:06:24 barrysmith@barry-smiths-computer.local +2 -1 invert diagonal of matrix, for pbjacobi and pbsor
src/mat/impls/baij/seq/baij.c 1.69 04/01/25 17:06:24 barrysmith@barry-smiths-computer.local +64 -0 invert diagonal of matrix, for pbjacobi and pbsor
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.7 04/01/25 17:06:24 barrysmith@barry-smiths-computer.local +5 -39 keep the inverse diagonal of matrix inside the matrix object
src/dm/da/examples/tests/makefile 1.14 04/01/25 17:06:23 barrysmith@barry-smiths-computer.local +17 -2 basic test of saving DA vectors to file in natural ordering
src/dm/da/examples/tests/ex23.c 1.2 04/01/25 17:03:04 barrysmith@barry-smiths-computer.local +27 -82 basic test of saving DA vectors to file in natural ordering
src/dm/da/examples/tests/ex23.c 1.1 04/01/25 16:09:28 barrysmith@barry-smiths-computer.local +132 -0
src/dm/da/examples/tests/ex23.c 1.0 04/01/25 16:09:28 barrysmith@barry-smiths-computer.local +0 -0 BitKeeper file /Users/barrysmith/petsc-dev/src/dm/da/examples/tests/ex23.c
todo 1.14 04/01/25 16:05:55 barrysmith@barry-smiths-computer.local +2 -0 *** empty log message ***
src/dm/da/src/dadist.c 1.10 04/01/25 15:54:48 barrysmith@barry-smiths-computer.local +3 -0 *** empty log message ***
include/petscmat.h 1.99 04/01/23 10:42:54 barrysmith@barry-smiths-computer.local +2 -1 added point block relaxation
src/mat/matimpl.h 1.34 04/01/23 10:41:45 barrysmith@barry-smiths-computer.local +2 -1 added pbrelax for Point Block relaxation (SOR and Gauss-Seidel)
Hg-commit: 9a982fbca8f7cb3207c0a49f70d3d389cdcc2416
show more ...
|
| 21360622 | 23-Jan-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1888.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040123163923|63757 ChangeSet 1.1888.1.1 04/01/23 10:39:23 barrysmith@barry-smiths-computer.local +6 -0 support pbjacobi
bk-changeset-1.1888.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040123163923|63757 ChangeSet 1.1888.1.1 04/01/23 10:39:23 barrysmith@barry-smiths-computer.local +6 -0 support pbjacobi for baij matrices (trivial) begin introducing pbsor pc type
src/mat/impls/baij/seq/baijfact2.c 1.30 04/01/23 10:39:20 barrysmith@barry-smiths-computer.local +8 -6 support identity row and column permutations if row and col permutations have not been set (probably never needed but)
src/ksp/pc/interface/pcregis.c 1.20 04/01/23 10:39:20 barrysmith@barry-smiths-computer.local +2 -0 added pbsor pc type
include/petscpc.h 1.38 04/01/23 10:39:20 barrysmith@barry-smiths-computer.local +22 -21 added pbsor pc type
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.6 04/01/23 10:36:32 barrysmith@barry-smiths-computer.local +6 -4 support baij (introduced by Kris) format; tested works :-)
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.5 04/01/23 10:25:16 barrysmith@barry-smiths-computer.local +1 -1 formatting error
src/ksp/pc/impls/makefile 1.12 04/01/22 10:16:48 barrysmith@barry-smiths-computer.local +1 -1 added pbsor directory for point block SOR
src/ksp/ksp/impls/lgmres/lgmres.c 1.15 04/01/22 10:12:33 barrysmith@barry-smiths-computer.local +2 -3 text formating uglyness
Hg-commit: ce015821f6412975c122b83510aa24e0ffb66ebd
show more ...
|
| 3b09bd56 | 13-Jan-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1868.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040113001748|14828 ChangeSet 1.1868.1.1 04/01/12 18:17:48 barrysmith@barry-smiths-computer.local +5 -0 man page for PCMG
bk-changeset-1.1868.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040113001748|14828 ChangeSet 1.1868.1.1 04/01/12 18:17:48 barrysmith@barry-smiths-computer.local +5 -0 man page for PCMG and PCILU + minor doc fixes
src/ksp/pc/impls/mg/mg.c 1.22 04/01/12 18:01:38 barrysmith@barry-smiths-computer.local +28 -0 added manual page for PCMG
src/ksp/pc/impls/ilu/ilu.c 1.25 04/01/12 18:01:25 barrysmith@barry-smiths-computer.local +34 -0 added manual page for PCILU
src/ksp/pc/impls/asm/asm.c 1.24 04/01/12 10:37:25 barrysmith@barry-smiths-computer.local +7 -2 *** empty log message ***
docs/tex/petscapp.bib 1.95 04/01/10 15:12:37 barrysmith@barry-smiths-computer.local +7 -0 new addition
src/vec/utils/vinv.c 1.19 04/01/10 12:30:03 barrysmith@barry-smiths-computer.local +3 -3 bad docs
src/vec/utils/vinv.c 1.18 04/01/10 11:32:38 barrysmith@barry-smiths-computer.local +1 -1 SET_VALUES should be INSERT_VALUES
Hg-commit: addff56c8329e14e8b24e5e235c2918110850607
show more ...
|
| 621d3481 | 07-Jan-2004 |
petsc <petsc@jlogin2.lcrc.anl.gov> |
bk-changeset-1.1860 petsc@jlogin2.lcrc.anl.gov|ChangeSet|20040107233520|13357 ChangeSet 1.1860 04/01/07 17:35:20 petsc@jlogin2.lcrc.anl.gov +1 -0 another syntax error
src/ksp/pc/impls/hypre/hy
bk-changeset-1.1860 petsc@jlogin2.lcrc.anl.gov|ChangeSet|20040107233520|13357 ChangeSet 1.1860 04/01/07 17:35:20 petsc@jlogin2.lcrc.anl.gov +1 -0 another syntax error
src/ksp/pc/impls/hypre/hyppilut.c 1.44 04/01/07 17:35:17 petsc@jlogin2.lcrc.anl.gov +1 -1 another syntax error
Hg-commit: fe805d4554a14eacfa59b94a4639485275abe77a
show more ...
|
| bd00fc91 | 07-Jan-2004 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.1859 balay@smash.mcs.anl.gov|ChangeSet|20040107232908|13079 ChangeSet 1.1859 04/01/07 17:29:08 balay@smash.mcs.anl.gov +1 -0 syntax error fix.
src/ksp/pc/impls/hypre/hyppilut.c
bk-changeset-1.1859 balay@smash.mcs.anl.gov|ChangeSet|20040107232908|13079 ChangeSet 1.1859 04/01/07 17:29:08 balay@smash.mcs.anl.gov +1 -0 syntax error fix.
src/ksp/pc/impls/hypre/hyppilut.c 1.43 04/01/07 17:29:07 balay@smash.mcs.anl.gov +2 -2 syntax error fix.
Hg-commit: f5c4bb7b23db47d892ee38ae97faef2b84d90897
show more ...
|
| ac226902 | 27-Dec-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1831 barrysmith@barry-smiths-computer.local|ChangeSet|20031227011131|64430 ChangeSet 1.1831 03/12/26 19:11:31 barrysmith@barry-smiths-computer.local +13 -0 being more careful with
bk-changeset-1.1831 barrysmith@barry-smiths-computer.local|ChangeSet|20031227011131|64430 ChangeSet 1.1831 03/12/26 19:11:31 barrysmith@barry-smiths-computer.local +13 -0 being more careful with extern c for functions that use function pointers to cut back on warnings from solaris compilers
src/ts/interface/ts.c 1.25 03/12/26 19:11:30 barrysmith@barry-smiths-computer.local +6 -6 being more careful with extern c for functions that use function pointers to cut back on warnings from solaris compilers
src/ts/impls/pseudo/posindep.c 1.11 03/12/26 19:11:30 barrysmith@barry-smiths-computer.local +2 -2 being more careful with extern c for functions that use function pointers to cut back on warnings from solaris compilers
src/snes/interface/snes.c 1.34 03/12/26 19:11:30 barrysmith@barry-smiths-computer.local +4 -4 being more careful with extern c for functions that use function pointers to cut back on warnings from solaris compilers
src/ksp/pc/impls/asm/asm.c 1.23 03/12/26 19:11:30 barrysmith@barry-smiths-computer.local +1 -1 being more careful with extern c for functions that use function pointers to cut back on warnings from solaris compilers
src/ksp/ksp/interface/itfunc.c 1.32 03/12/26 19:11:30 barrysmith@barry-smiths-computer.local +4 -0 being more careful with extern c for functions that use function pointers to cut back on warnings from solaris compilers
src/ksp/ksp/interface/itcreate.c 1.35 03/12/26 19:11:30 barrysmith@barry-smiths-computer.local +0 -3 being more careful with extern c for functions that use function pointers to cut back on warnings from solaris compilers
src/ksp/ksp/interface/itcl.c 1.8 03/12/26 19:11:30 barrysmith@barry-smiths-computer.local +1 -1 being more careful with extern c for functions that use function pointers to cut back on warnings from solaris compilers
src/fortran/custom/zts.c 1.10 03/12/26 19:11:29 barrysmith@barry-smiths-computer.local +43 -38 being more careful with extern c for functions that use function pointers to cut back on warnings from solaris compilers
src/ts/impls/pseudo/posindep.c 1.10 03/12/26 18:40:03 barrysmith@barry-smiths-computer.local +2 -0 so solaris compiler won't complain about assigning dt with extern c function
src/snes/impls/ls/ls.h 1.5 03/12/26 18:38:57 barrysmith@barry-smiths-computer.local +2 -0 keep solaris compiler from complaining about setting checkstep with extern c
src/snes/mf/snesmfj.h 1.6 03/12/26 18:37:56 barrysmith@barry-smiths-computer.local +3 -1 extern_c so function assigments of functions in datastructure are not complained about by solaris compiler
src/ksp/ksp/impls/fgmres/fgmresp.h 1.7 03/12/26 18:35:34 barrysmith@barry-smiths-computer.local +3 -2 extern_c so solaris compiler won't complain about borth, modifypc etc being set as extern c functions
src/ksp/ksp/impls/gmres/gmresp.h 1.7 03/12/26 18:33:49 barrysmith@barry-smiths-computer.local +2 -0 extern c so solaris compiler won't complain about borthog assigned an extern c function
src/ksp/pc/impls/shell/shellpc.c 1.11 03/12/26 18:32:15 barrysmith@barry-smiths-computer.local +2 -0 made extern_c structure cause solaris compiler sees in line 124 external c function is setting these function values; good idea?
Hg-commit: 305e088c1ade79681881a111759e0930d41554ce
show more ...
|
| 566e8bf2 | 05-Dec-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1759.1.1 barrysmith@barrysmith.mcs.anl.gov|ChangeSet|20031205200854|18376 ChangeSet 1.1759.1.1 03/12/05 14:08:54 barrysmith@barrysmith.mcs.anl.gov +3 -0 set reasonable PC default t
bk-changeset-1.1759.1.1 barrysmith@barrysmith.mcs.anl.gov|ChangeSet|20031205200854|18376 ChangeSet 1.1759.1.1 03/12/05 14:08:54 barrysmith@barrysmith.mcs.anl.gov +3 -0 set reasonable PC default type for ilu,icc or 1 processor mpiaj
src/ksp/pc/interface/precon.c 1.33 03/12/05 14:08:52 barrysmith@barrysmith.mcs.anl.gov +27 -11 block jacobi on one process if needed
src/ksp/pc/interface/pcset.c 1.14 03/12/05 14:08:52 barrysmith@barrysmith.mcs.anl.gov +1 -1 nothing
src/ksp/pc/impls/bjacobi/bjacobi.c 1.21 03/12/05 14:06:16 barrysmith@barrysmith.mcs.anl.gov +3 -3 if single process (mpiaij matrix) and can getdiagonal use it, instead of direct matrix
src/ksp/pc/interface/pcset.c 1.13 03/12/05 13:06:13 barrysmith@barrysmith.mcs.anl.gov +5 -43 set reasonable PC default type for ilu,icc or 1 processor mpiaj
src/ksp/pc/interface/precon.c 1.32 03/12/05 13:06:01 barrysmith@barrysmith.mcs.anl.gov +29 -15 set reasonable PC default type for ilu,icc or 1 processor mpiaj
Hg-commit: d9c52960f4e747f0d6a60f39b3cca5ecba58dc4d
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 ...
|
| 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 ...
|
| e5999256 | 29-Nov-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1727 barrysmith@barry-smiths-computer.local|ChangeSet|20031129032111|09396 ChangeSet 1.1727 03/11/28 21:21:11 barrysmith@barry-smiths-computer.local +18 -0 more const char
src/
bk-changeset-1.1727 barrysmith@barry-smiths-computer.local|ChangeSet|20031129032111|09396 ChangeSet 1.1727 03/11/28 21:21:11 barrysmith@barry-smiths-computer.local +18 -0 more const char
src/sys/src/utils/str.c 1.14 03/11/28 21:21:08 barrysmith@barry-smiths-computer.local +7 -7 more const char
src/sys/src/utils/pdisplay.c 1.8 03/11/28 21:21:08 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/sys/src/objects/options.c 1.26 03/11/28 21:21:08 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/sys/src/objects/ams/aoptions.c 1.16 03/11/28 21:21:08 barrysmith@barry-smiths-computer.local +19 -19 more const char
src/sys/src/memory/mtr.c 1.17 03/11/28 21:21:08 barrysmith@barry-smiths-computer.local +16 -16 more const char
src/sys/src/memory/mal.c 1.16 03/11/28 21:21:08 barrysmith@barry-smiths-computer.local +3 -3 more const char
src/sys/src/dll/reg.c 1.17 03/11/28 21:21:08 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/snes/impls/ls/ls.c 1.26 03/11/28 21:21:08 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/ksp/pc/impls/mg/mg.c 1.20 03/11/28 21:21:08 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/ksp/pc/impls/hypre/hyppilut.c 1.42 03/11/28 21:21:08 barrysmith@barry-smiths-computer.local +5 -5 more const char
src/ksp/pc/impls/composite/composite.c 1.12 03/11/28 21:21:08 barrysmith@barry-smiths-computer.local +2 -1 more const char
src/ksp/pc/impls/asm/asm.c 1.21 03/11/28 21:21:08 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/ksp/ksp/interface/itcreate.c 1.34 03/11/28 21:21:08 barrysmith@barry-smiths-computer.local +2 -1 more const char
src/ksp/ksp/impls/lgmres/lgmres.c 1.11 03/11/28 21:21:07 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/ksp/ksp/impls/gmres/gmres.c 1.23 03/11/28 21:21:07 barrysmith@barry-smiths-computer.local +1 -1 more const char
src/ksp/ksp/impls/fgmres/fgmres.c 1.17 03/11/28 21:21:07 barrysmith@barry-smiths-computer.local +1 -1 more const char
include/petscoptions.h 1.12 03/11/28 21:21:07 barrysmith@barry-smiths-computer.local +19 -19 more const char
include/petsc.h 1.43 03/11/28 21:21:07 barrysmith@barry-smiths-computer.local +12 -12 more const char
Hg-commit: 76185a94ff08d13c264d15d341977fed9f581257
show more ...
|
| 6d02ad95 | 25-Nov-2003 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.1713 barrysmith@barry-smiths-computer.local|ChangeSet|20031125034522|25845 ChangeSet 1.1713 03/11/24 21:45:22 barrysmith@barry-smiths-computer.local +8 -0 got rid of Matt's gvec et
bk-changeset-1.1713 barrysmith@barry-smiths-computer.local|ChangeSet|20031125034522|25845 ChangeSet 1.1713 03/11/24 21:45:22 barrysmith@barry-smiths-computer.local +8 -0 got rid of Matt's gvec etc stuff
src/sys/src/viewer/impls/silo/vsilo.c 1.10 03/11/24 21:45:15 barrysmith@barry-smiths-computer.local +0 -6 got rid of Matt's gvec etc stuff
src/sys/src/viewer/impls/mathematica/mathematica.c 1.20 03/11/24 21:45:15 barrysmith@barry-smiths-computer.local +0 -3 got rid of Matt's gvec etc stuff
src/sys/src/dll/reg.c 1.16 03/11/24 21:45:15 barrysmith@barry-smiths-computer.local +0 -7 got rid of Matt's gvec etc stuff
src/snes/impls/makefile 1.6 03/11/24 21:45:15 barrysmith@barry-smiths-computer.local +1 -1 got rid of Matt's gvec etc stuff
src/ksp/pc/impls/makefile 1.11 03/11/24 21:45:15 barrysmith@barry-smiths-computer.local +1 -1 got rid of Matt's gvec etc stuff
bmake/common/variables 1.53 03/11/24 21:45:15 barrysmith@barry-smiths-computer.local +2 -8 got rid of Matt's gvec etc stuff
bmake/common/rules.shared.darwin7 1.6 03/11/24 21:45:15 barrysmith@barry-smiths-computer.local +2 -5 got rid of Matt's gvec etc stuff
src/makefile 1.9 03/11/24 18:36:52 barrysmith@barry-smiths-computer.local +1 -1 removed list of mesh, gvec, etc directoriesx
Hg-commit: 37c5f09659f84bdc0f5ec532859762b3026a87fd
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 ...
|
| 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 ...
|