History log of /petsc/src/ts/impls/implicit/ (Results 626 – 650 of 791)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
23ce132822-Mar-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2071.1.8
barrysmith@barry-smiths-computer.local|ChangeSet|20040322024852|56471
ChangeSet
1.2071.1.8 04/03/21 20:48:52 barrysmith@barry-smiths-computer.local +108 -0
drop KSPSetRhs/

bk-changeset-1.2071.1.8
barrysmith@barry-smiths-computer.local|ChangeSet|20040322024852|56471
ChangeSet
1.2071.1.8 04/03/21 20:48:52 barrysmith@barry-smiths-computer.local +108 -0
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/vec/interface/vector.c
1.77 04/03/21 20:48:49 barrysmith@barry-smiths-computer.local +8 -9
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/vec/interface/vecreg.c
1.23 04/03/21 20:48:49 barrysmith@barry-smiths-computer.local +3 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/vec/interface/map.c
1.12 04/03/21 20:48:49 barrysmith@barry-smiths-computer.local +3 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ts/impls/implicit/pvode/petscpvode.c
1.19 04/03/21 20:48:49 barrysmith@barry-smiths-computer.local +0 -2
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ts/impls/implicit/cn/cn.c
1.11 04/03/21 20:48:49 barrysmith@barry-smiths-computer.local +2 -6
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ts/impls/implicit/beuler/beuler.c
1.12 04/03/21 20:48:49 barrysmith@barry-smiths-computer.local +2 -6
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/sys/src/viewer/impls/mathematica/mathematica.c
1.25 04/03/21 20:48:49 barrysmith@barry-smiths-computer.local +7 -7
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/sys/src/utils/ghost.c
1.8 04/03/21 20:48:49 barrysmith@barry-smiths-computer.local +15 -15
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/sys/src/plog/plog.c
1.39 04/03/21 20:48:49 barrysmith@barry-smiths-computer.local +21 -21
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/snes/impls/tr/tr.c
1.13 04/03/21 20:48:49 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/snes/impls/ls/ls.c
1.35 04/03/21 20:48:48 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/snes/examples/tutorials/ex24.c
1.12 04/03/21 20:48:48 barrysmith@barry-smiths-computer.local +2 -6
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/mat/matimpl.h
1.36 04/03/21 20:48:48 barrysmith@barry-smiths-computer.local +2 -1
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/mat/interface/matrix.c
1.105 04/03/21 20:48:48 barrysmith@barry-smiths-computer.local +48 -1
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/mat/impls/sbaij/seq/sbaij.c
1.96 04/03/21 20:48:48 barrysmith@barry-smiths-computer.local +5 -1
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/mat/impls/sbaij/mpi/mpisbaij.c
1.87 04/03/21 20:48:48 barrysmith@barry-smiths-computer.local +4 -0
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/mat/impls/baij/mpi/baijov.c
1.15 04/03/21 20:48:48 barrysmith@barry-smiths-computer.local +5 -5
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/mat/examples/tutorials/ex3.c
1.8 04/03/21 20:48:48 barrysmith@barry-smiths-computer.local +2 -4
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/utils/damg.c
1.22 04/03/21 20:48:48 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/pc/pcimpl.h
1.8 04/03/21 20:48:48 barrysmith@barry-smiths-computer.local +0 -1
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/pc/interface/precon.c
1.38 04/03/21 20:48:48 barrysmith@barry-smiths-computer.local +3 -66
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/pc/impls/samg/samgmgpetsc.c
1.8 04/03/21 20:48:48 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/pc/impls/redundant/redundant.c
1.13 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +8 -7
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/pc/impls/mg/smg.c
1.8 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/pc/impls/mg/mg.c
1.24 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +2 -19
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/pc/impls/mg/fmg.c
1.8 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +2 -6
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/pc/impls/ksp/pcksp.c
1.14 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +2 -8
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/pc/impls/jacobi/jacobi.c
1.9 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +3 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/pc/impls/is/pcis.c
1.14 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +7 -18
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/pc/impls/is/nn/nn.c
1.20 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +3 -63
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/pc/impls/hypre/hyppilut.c
1.48 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +5 -2
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/pc/impls/eisens/eisen.c
1.15 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +1 -1
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/pc/impls/composite/composite.c
1.14 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +1 -2
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/pc/impls/bjacobi/bjacobi.c
1.24 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +4 -10
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/pc/impls/asm/asm.c
1.27 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +7 -10
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/pc/examples/tutorials/ex2.c
1.10 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/pc/examples/tutorials/ex1.c
1.10 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/pc/examples/tests/ex7.c
1.5 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +0 -1
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/pc/examples/tests/ex5.c
1.12 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/pc/examples/tests/ex4.c
1.6 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +0 -1
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/pc/examples/tests/ex3.c
1.6 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +1 -4
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/pc/examples/tests/ex2.c
1.7 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +1 -4
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/pc/examples/tests/ex1.c
1.5 04/03/21 20:48:47 barrysmith@barry-smiths-computer.local +0 -5
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/pc/esi/epreconditioner.c
1.26 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +0 -1
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/ksp/kspimpl.h
1.16 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +2 -1
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/ksp/interface/itfunc.c
1.36 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +21 -69
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/ksp/interface/iterativ.c
1.11 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +33 -1
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/ksp/interface/iguess.c
1.6 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +2 -2
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/ksp/interface/eige.c
1.11 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +2 -2
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/ksp/impls/minres/minres.c
1.10 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +0 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/ksp/impls/lsqr/lsqr.c
1.11 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +2 -2
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/ksp/impls/lgmres/lgmresp.h
1.6 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +0 -2
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/ksp/impls/lgmres/lgmres.c
1.18 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +7 -7
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/ksp/impls/gmres/gmresp.h
1.10 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +0 -2
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/ksp/impls/gmres/gmres.c
1.35 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +11 -6
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/ksp/impls/fgmres/fgmresp.h
1.10 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +0 -2
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/ksp/impls/fgmres/fgmres.c
1.24 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +10 -10
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tutorials/ex9.c
1.13 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +2 -6
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tutorials/ex8.c
1.11 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +1 -5
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tutorials/ex7.c
1.11 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +1 -5
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tutorials/ex6f.F
1.9 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tutorials/ex5.c
1.11 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +2 -6
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tutorials/ex4.c
1.9 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tutorials/ex3.c
1.11 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tutorials/ex2f.F
1.9 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tutorials/ex27.c
1.9 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tutorials/ex23.c
1.9 04/03/21 20:48:46 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tutorials/ex21f.F
1.11 04/03/21 20:48:45 barrysmith@barry-smiths-computer.local +1 -5
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tutorials/ex2.c
1.9 04/03/21 20:48:45 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tutorials/ex1f.F
1.10 04/03/21 20:48:45 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tutorials/ex16.c
1.8 04/03/21 20:48:45 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tutorials/ex15f.F
1.9 04/03/21 20:48:45 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tutorials/ex15.c
1.9 04/03/21 20:48:45 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tutorials/ex14f.F
1.9 04/03/21 20:48:45 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tutorials/ex13f90.F
1.11 04/03/21 20:48:45 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tutorials/ex13.c
1.9 04/03/21 20:48:45 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tutorials/ex12.c
1.9 04/03/21 20:48:45 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tutorials/ex11f.F
1.10 04/03/21 20:48:45 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tutorials/ex11.c
1.9 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tutorials/ex10.c
1.35 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +2 -4
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tutorials/ex1.c
1.11 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tests/ex7.c
1.13 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tests/ex6.c
1.16 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tests/ex5f.F
1.8 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tests/ex4.c
1.7 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +2 -5
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tests/ex3.c
1.8 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tests/ex24.c
1.9 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tests/ex20.c
1.13 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -4
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tests/ex2.c
1.9 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tests/ex19.c
1.8 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tests/ex18.c
1.12 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tests/ex17.c
1.9 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tests/ex16f.F
1.13 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +2 -6
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tests/ex15.c
1.10 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tests/ex14.c
1.7 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tests/ex12f.F
1.15 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tests/ex10.c
1.9 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/examples/tests/ex1.c
1.7 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/ksp/esi/esles.c
1.15 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/contrib/oberman/laplacian_q1/scalable/appalgebra.c
1.9 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

src/contrib/oberman/laplacian_q1/appalgebra.c
1.9 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

include/petscpc.h
1.42 04/03/21 20:48:44 barrysmith@barry-smiths-computer.local +0 -2
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

include/petscmat.h
1.110 04/03/21 20:48:43 barrysmith@barry-smiths-computer.local +1 -1
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

include/petscksp.h
1.40 04/03/21 20:48:43 barrysmith@barry-smiths-computer.local +2 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

docs/website/documentation/linearsolvertable.html
1.10 04/03/21 20:48:43 barrysmith@barry-smiths-computer.local +45 -45
links for external packages

docs/website/documentation/changes/221.html
1.9 04/03/21 20:48:43 barrysmith@barry-smiths-computer.local +6 -1
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

docs/tex/manual/part2.tex
1.70 04/03/21 20:48:43 barrysmith@barry-smiths-computer.local +10 -14
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()

docs/tex/manual/part1.tex
1.29 04/03/21 20:48:43 barrysmith@barry-smiths-computer.local +1 -3
drop KSPSetRhs/Solution() and add right hand side and solution to
KSPSolve()


Hg-commit: 419ad58595de7bd20b52d7cf1b921449168f1fa3

show more ...


/petsc/bin/mpirun.uni
/petsc/bin/update.py
/petsc/bmake/IRIX/variables
/petsc/bmake/IRIX64/packages
/petsc/bmake/IRIX64/variables
/petsc/bmake/IRIX_gnu/packages
/petsc/bmake/IRIX_gnu/variables
/petsc/bmake/UXPV/packages
/petsc/bmake/UXPV/variables
/petsc/bmake/alpha/variables
/petsc/bmake/alpha_gnu/packages
/petsc/bmake/alpha_gnu/variables
/petsc/bmake/alpha_uni/packages
/petsc/bmake/alpha_uni/variables
/petsc/bmake/ascired/variables
/petsc/bmake/beos/packages
/petsc/bmake/beos/variables
/petsc/bmake/common/rules
/petsc/bmake/common/rules.fortran.cpp
/petsc/bmake/common/rules.shared.basic
/petsc/bmake/common/variables
/petsc/bmake/config/packages.in
/petsc/bmake/config/variables.in
/petsc/bmake/cray-x1/variables
/petsc/bmake/freebsd/variables
/petsc/bmake/hpux/variables
/petsc/bmake/hpux64/variables
/petsc/bmake/linux/packages
/petsc/bmake/linux/variables
/petsc/bmake/linux64/variables
/petsc/bmake/linux64_intel/variables
/petsc/bmake/linux_absoft/variables
/petsc/bmake/linux_alpha/variables
/petsc/bmake/linux_alpha_dec/variables
/petsc/bmake/linux_gcc_ifc/packages
/petsc/bmake/linux_gcc_ifc/variables
/petsc/bmake/linux_gcc_pgf90/variables
/petsc/bmake/linux_gm/variables
/petsc/bmake/linux_intel/packages
/petsc/bmake/linux_intel/variables
/petsc/bmake/linux_jazz_intel/variables
/petsc/bmake/linux_nagf90/packages
/petsc/bmake/linux_nagf90/variables
/petsc/bmake/linux_pgi/variables
/petsc/bmake/linux_superludist/packages
/petsc/bmake/linux_superludist/variables
/petsc/bmake/linux_tau/variables
/petsc/bmake/linux_uni/packages
/petsc/bmake/linux_uni/variables
/petsc/bmake/macx/packages
/petsc/bmake/macx/variables
/petsc/bmake/rs6000/variables
/petsc/bmake/rs6000_64/variables
/petsc/bmake/rs6000_gnu/variables
/petsc/bmake/rs6000_sp/variables
/petsc/bmake/solaris/variables
/petsc/bmake/solaris64/variables
/petsc/bmake/solaris_gnu/variables
/petsc/bmake/solaris_lam/variables
/petsc/bmake/solaris_uni/packages
/petsc/bmake/solaris_uni/variables
/petsc/bmake/solaris_x86/variables
/petsc/bmake/sx6/variables
/petsc/bmake/t3e/variables
/petsc/bmake/win32_borland/packages
/petsc/bmake/win32_borland/variables
/petsc/bmake/win32_gnu/packages
/petsc/bmake/win32_gnu/variables
/petsc/bmake/win32_intel/variables
/petsc/bmake/win32_ms/packages
/petsc/bmake/win32_ms/variables
/petsc/bmake/win32_ms_hpvm/variables
/petsc/bmake/win32_ms_mpich/variables
/petsc/bmake/win32_ms_mpipro/variables
/petsc/bmake/win32_ms_wmpi/variables
/petsc/bmake/win64_intel/packages
/petsc/bmake/win64_intel/variables
/petsc/config/aix5.1.0.0
/petsc/config/aix5.1.0.0.py
/petsc/config/configure.py
/petsc/config/cygwin
/petsc/config/cygwin-borland
/petsc/config/cygwin-borland.py
/petsc/config/cygwin-ms
/petsc/config/cygwin.py
/petsc/config/freebsd5.1
/petsc/config/irix6.5.py
/petsc/config/linux-gnu
/petsc/config/linux-gnu-gcc-absoft
/petsc/config/linux-gnu-gcc-absoft.py
/petsc/config/linux-gnu-gcc-ifc
/petsc/config/linux-gnu-gcc-pgf90
/petsc/config/linux-gnu-ia64
/petsc/config/linux-gnu-ia64-intel.py
/petsc/config/linux-gnu-ia64.py
/petsc/config/linux-gnu-intel.py
/petsc/config/linux-gnu-uni
/petsc/config/linux_alpha
/petsc/config/linux_alpha_dec
/petsc/config/macosx-gnu
/petsc/config/macosx-gnu.py
/petsc/config/macosx-ibm
/petsc/config/macosx-ibm.py
/petsc/config/osf5.0
/petsc/config/osf5.0.py
/petsc/config/solaris-64.py
/petsc/config/solaris-gnu
/petsc/config/solaris-gnu.py
/petsc/config/solaris2.9
/petsc/config/solaris2.9-lam
/petsc/config/solaris2.9-lam.py
/petsc/docs/makefile
/petsc/docs/tex/manual/acknowl.tex
/petsc/docs/tex/manual/intro.tex
/petsc/docs/tex/manual/manual.tex
/petsc/docs/tex/manual/part1.tex
/petsc/docs/tex/manual/part2.tex
/petsc/docs/tex/petscapp.bib
/petsc/docs/website/developers/index.html
/petsc/docs/website/documentation/benchmarks.html
/petsc/docs/website/documentation/changes/216.html
/petsc/docs/website/documentation/changes/220.html
/petsc/docs/website/documentation/changes/221.html
/petsc/docs/website/documentation/changes/index.html
/petsc/docs/website/documentation/faq.html
/petsc/docs/website/documentation/index.html
/petsc/docs/website/documentation/installation.html
/petsc/docs/website/documentation/linearsolvertable.html
/petsc/docs/website/documentation/troubleshooting.html
/petsc/docs/website/download/petsc-patches.html
/petsc/docs/website/index.html
/petsc/docs/website/miscellaneous/acknwldg.html
/petsc/include/adic/ad_grad_daxpy.h
/petsc/include/finclude/petscdef.h
/petsc/include/finclude/petscmat.h
/petsc/include/finclude/petscsnes.h
/petsc/include/mpiuni/mpi.h
/petsc/include/mpiuni/mpif.h
/petsc/include/petsc.h
/petsc/include/petscbt.h
/petsc/include/petscda.h
/petsc/include/petscksp.h
/petsc/include/petsclog.h
/petsc/include/petscmat.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/petsc/include/vecimpl.h
/petsc/maint/builddistlite
/petsc/maint/buildtest
/petsc/maint/confignightly/crunch
/petsc/maint/confignightly/dactyl
/petsc/maint/confignightly/dreamcast
/petsc/maint/confignightly/hux1
/petsc/maint/confignightly/icrunch
/petsc/maint/confignightly/ksl1
/petsc/maint/confignightly/parth
/petsc/maint/confignightly/ptera
/petsc/maint/confignightly/schwinn
/petsc/maint/confignightly/seaborg
/petsc/maint/confignightly/smash
/petsc/maint/confignightly/spark
/petsc/maint/confignightly/spinetta
/petsc/maint/confignightly/zither
/petsc/maint/confignightly/zoolander
/petsc/maint/copylognightly
/petsc/maint/copylognightly.tao
/petsc/maint/killnightly
/petsc/maint/startnightly
/petsc/maint/startnightly.tao
/petsc/maint/update-docs.py
/petsc/maint/xclude
/petsc/makefile
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/Options.py
/petsc/python/PETSc/packages/ADIC.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/BlockSolve.py
/petsc/python/PETSc/packages/C2HTML.py
/petsc/python/PETSc/packages/Dscpack.py
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/Matlab.py
/petsc/python/PETSc/packages/Sowing.py
/petsc/python/PETSc/packages/Spooles.py
/petsc/python/PETSc/packages/Superlu.py
/petsc/python/PETSc/packages/Superlu_dist.py
/petsc/python/PETSc/packages/Umfpack.py
/petsc/python/PETSc/packages/X11.py
/petsc/python/PETSc/packages/__init__.py
/petsc/python/PETSc/packages/compilerFlags.py
/petsc/python/PETSc/packages/update.py
/petsc/src/contrib/dvr/dvr.F
/petsc/src/contrib/dvr/makefile
/petsc/src/contrib/oberman/laplacian_q1/appalgebra.c
/petsc/src/contrib/oberman/laplacian_q1/scalable/appalgebra.c
/petsc/src/dm/ao/impls/basic/aodatabasic.c
/petsc/src/dm/da/daimpl.h
/petsc/src/dm/da/examples/tutorials/ex3.c
/petsc/src/dm/da/examples/tutorials/makefile
/petsc/src/dm/da/examples/tutorials/output/ex3_1.out
/petsc/src/dm/da/examples/tutorials/output/ex3_2.out
/petsc/src/dm/da/examples/tutorials/output/ex3_3.out
/petsc/src/dm/da/src/da1.c
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/dacorn.c
/petsc/src/dm/da/src/dadestroy.c
/petsc/src/dm/da/src/dainterp.c
/petsc/src/dm/da/src/dalocal.c
/petsc/src/dm/da/src/daview.c
/petsc/src/dm/da/src/gr1.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/dm/da/utils/pack.c
/petsc/src/fortran/custom/zda.c
/petsc/src/fortran/custom/zdraw.c
/petsc/src/fortran/custom/zmat.c
/petsc/src/fortran/custom/zpc.c
/petsc/src/fortran/custom/zsles.c
/petsc/src/fortran/custom/zsnes.c
/petsc/src/fortran/custom/zsys.c
/petsc/src/fortran/custom/zts.c
/petsc/src/ksp/esi/esles.c
/petsc/src/ksp/examples/tests/ex1.c
/petsc/src/ksp/examples/tests/ex10.c
/petsc/src/ksp/examples/tests/ex12f.F
/petsc/src/ksp/examples/tests/ex14.c
/petsc/src/ksp/examples/tests/ex15.c
/petsc/src/ksp/examples/tests/ex16f.F
/petsc/src/ksp/examples/tests/ex17.c
/petsc/src/ksp/examples/tests/ex18.c
/petsc/src/ksp/examples/tests/ex19.c
/petsc/src/ksp/examples/tests/ex2.c
/petsc/src/ksp/examples/tests/ex20.c
/petsc/src/ksp/examples/tests/ex24.c
/petsc/src/ksp/examples/tests/ex3.c
/petsc/src/ksp/examples/tests/ex4.c
/petsc/src/ksp/examples/tests/ex5f.F
/petsc/src/ksp/examples/tests/ex6.c
/petsc/src/ksp/examples/tests/ex7.c
/petsc/src/ksp/examples/tutorials/ex1.c
/petsc/src/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/examples/tutorials/ex11.c
/petsc/src/ksp/examples/tutorials/ex11f.F
/petsc/src/ksp/examples/tutorials/ex12.c
/petsc/src/ksp/examples/tutorials/ex13.c
/petsc/src/ksp/examples/tutorials/ex13f90.F
/petsc/src/ksp/examples/tutorials/ex14f.F
/petsc/src/ksp/examples/tutorials/ex15.c
/petsc/src/ksp/examples/tutorials/ex15f.F
/petsc/src/ksp/examples/tutorials/ex16.c
/petsc/src/ksp/examples/tutorials/ex1f.F
/petsc/src/ksp/examples/tutorials/ex2.c
/petsc/src/ksp/examples/tutorials/ex21f.F
/petsc/src/ksp/examples/tutorials/ex22f.F
/petsc/src/ksp/examples/tutorials/ex23.c
/petsc/src/ksp/examples/tutorials/ex27.c
/petsc/src/ksp/examples/tutorials/ex2f.F
/petsc/src/ksp/examples/tutorials/ex3.c
/petsc/src/ksp/examples/tutorials/ex4.c
/petsc/src/ksp/examples/tutorials/ex5.c
/petsc/src/ksp/examples/tutorials/ex6f.F
/petsc/src/ksp/examples/tutorials/ex7.c
/petsc/src/ksp/examples/tutorials/ex8.c
/petsc/src/ksp/examples/tutorials/ex9.c
/petsc/src/ksp/ksp/impls/fgmres/fgmres.c
/petsc/src/ksp/ksp/impls/fgmres/fgmresp.h
/petsc/src/ksp/ksp/impls/gmres/borthog.c
/petsc/src/ksp/ksp/impls/gmres/borthog2.c
/petsc/src/ksp/ksp/impls/gmres/gmreig.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/gmres2.c
/petsc/src/ksp/ksp/impls/gmres/gmresp.h
/petsc/src/ksp/ksp/impls/lgmres/lgmres.c
/petsc/src/ksp/ksp/impls/lgmres/lgmresp.h
/petsc/src/ksp/ksp/impls/lgmres/makefile
/petsc/src/ksp/ksp/impls/lsqr/lsqr.c
/petsc/src/ksp/ksp/impls/minres/minres.c
/petsc/src/ksp/ksp/impls/tcqmr/tcqmr.c
/petsc/src/ksp/ksp/interface/eige.c
/petsc/src/ksp/ksp/interface/iguess.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/ksp/kspimpl.h
/petsc/src/ksp/pc/esi/epreconditioner.c
/petsc/src/ksp/pc/examples/tests/ex1.c
/petsc/src/ksp/pc/examples/tests/ex2.c
/petsc/src/ksp/pc/examples/tests/ex3.c
/petsc/src/ksp/pc/examples/tests/ex4.c
/petsc/src/ksp/pc/examples/tests/ex5.c
/petsc/src/ksp/pc/examples/tests/ex7.c
/petsc/src/ksp/pc/examples/tutorials/ex1.c
/petsc/src/ksp/pc/examples/tutorials/ex2.c
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/composite/composite.c
/petsc/src/ksp/pc/impls/eisens/eisen.c
/petsc/src/ksp/pc/impls/hypre/hyppilut.c
/petsc/src/ksp/pc/impls/icc/icc.c
/petsc/src/ksp/pc/impls/is/makefile
/petsc/src/ksp/pc/impls/is/nn/nn.c
/petsc/src/ksp/pc/impls/is/nn/nn.h
/petsc/src/ksp/pc/impls/is/pcis.c
/petsc/src/ksp/pc/impls/is/pcis.h
/petsc/src/ksp/pc/impls/jacobi/jacobi.c
/petsc/src/ksp/pc/impls/ksp/pcksp.c
/petsc/src/ksp/pc/impls/mg/fmg.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/mg/smg.c
/petsc/src/ksp/pc/impls/redundant/redundant.c
/petsc/src/ksp/pc/impls/samg/samgmgpetsc.c
/petsc/src/ksp/pc/impls/samg/samgpetsc.c
/petsc/src/ksp/pc/impls/samg/samgpetsctools.c
/petsc/src/ksp/pc/impls/shell/shellpc.c
/petsc/src/ksp/pc/impls/spai/src/ispai.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/ksp/pc/pcimpl.h
/petsc/src/ksp/utils/damg.c
/petsc/src/mat/examples/tests/ex74.c
/petsc/src/mat/examples/tests/ex75.c
/petsc/src/mat/examples/tests/ex92.c
/petsc/src/mat/examples/tests/output/ex30_1.out
/petsc/src/mat/examples/tutorials/ex3.c
/petsc/src/mat/examples/tutorials/ex4.c
/petsc/src/mat/examples/tutorials/makefile
/petsc/src/mat/impls/adic/makefile
/petsc/src/mat/impls/adic/matadic.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/mmaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/pxxt.c
/petsc/src/mat/impls/aij/mpi/spooles/mpiaijspooles.c
/petsc/src/mat/impls/aij/mpi/spooles/mpispooles.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/essl/essl.c
/petsc/src/mat/impls/aij/seq/lusol/lusol.c
/petsc/src/mat/impls/aij/seq/makefile
/petsc/src/mat/impls/aij/seq/matlab/aijmatlab.c
/petsc/src/mat/impls/aij/seq/matlab/makefile
/petsc/src/mat/impls/aij/seq/matptap.c
/petsc/src/mat/impls/aij/seq/spooles/aijspooles.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.h
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/mpi/dscpack/dscpack.c
/petsc/src/mat/impls/baij/mpi/mmbaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/aijbaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag3.c
/petsc/src/mat/impls/dense/mpi/mmdense.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/is/makefile
/petsc/src/mat/impls/is/matis.c
/petsc/src/mat/impls/is/matis.h
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/sbaijov.c
/petsc/src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
/petsc/src/mat/impls/sbaij/seq/aijsbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/impls/shell/shellcnv.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/partition/impls/chaco/chaco.c
/petsc/src/mat/partition/impls/chaco/makefile
/petsc/src/mat/partition/impls/jostle/jostle.c
/petsc/src/mat/partition/impls/jostle/makefile
/petsc/src/mat/partition/impls/makefile
/petsc/src/mat/partition/impls/party/makefile
/petsc/src/mat/partition/impls/party/party.c
/petsc/src/mat/partition/impls/readme
/petsc/src/mat/partition/impls/scotch/makefile
/petsc/src/mat/partition/impls/scotch/scotch.c
/petsc/src/mat/partition/spartition.c
/petsc/src/mat/utils/axpy.c
/petsc/src/mat/utils/matstash.c
/petsc/src/snes/examples/tutorials/ex24.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex5f.F
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/interface/noise/snesmfj2.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/snesimpl.h
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/src/adic/adintrinsics/report-once.c
/petsc/src/sys/src/dll/makefile
/petsc/src/sys/src/error/err.c
/petsc/src/sys/src/error/signal.c
/petsc/src/sys/src/f90/f90_intel.c
/petsc/src/sys/src/f90/f90_intel8.c
/petsc/src/sys/src/f90/makefile
/petsc/src/sys/src/makefile
/petsc/src/sys/src/memory/mtr.c
/petsc/src/sys/src/mpiuni/makefile
/petsc/src/sys/src/mpiuni/mpi.c
/petsc/src/sys/src/objects/ams/aoptions.c
/petsc/src/sys/src/objects/pinit.c
/petsc/src/sys/src/objects/pname.c
/petsc/src/sys/src/objects/tagm.c
/petsc/src/sys/src/plog/plog.c
/petsc/src/sys/src/utils/ghost.c
/petsc/src/sys/src/viewer/impls/hdf4/hdf4v.c
/petsc/src/sys/src/viewer/impls/mathematica/mathematica.c
beuler/beuler.c
cn/cn.c
pvode/petscpvode.c
/petsc/src/ts/impls/pseudo/posindep.c
/petsc/src/ts/interface/ts.c
/petsc/src/vec/impls/dvecimpl.h
/petsc/src/vec/impls/esi/ebvec1.c
/petsc/src/vec/impls/hypre/vhyp.c
/petsc/src/vec/impls/mpi/pmap.c
/petsc/src/vec/impls/mpi/pvecimpl.h
/petsc/src/vec/impls/seq/bvec1.c
/petsc/src/vec/impls/seq/bvec2.c
/petsc/src/vec/impls/seq/vseqcr.c
/petsc/src/vec/interface/map.c
/petsc/src/vec/interface/mapcreate.c
/petsc/src/vec/interface/mapreg.c
/petsc/src/vec/interface/mapregall.c
/petsc/src/vec/interface/veccreate.c
/petsc/src/vec/interface/vecreg.c
/petsc/src/vec/interface/vecregall.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/is/utils/isblock.c
/petsc/src/vec/makefile
/petsc/src/vec/utils/comb.c
/petsc/src/vec/utils/pipeline.c
/petsc/src/vec/utils/vecio.c
/petsc/src/vec/utils/vecmpitoseq.c
/petsc/src/vec/utils/vecstash.c
/petsc/src/vec/utils/vinv.c
/petsc/src/vec/utils/vpscat.c
/petsc/src/vec/utils/vscat.c
/petsc/todo
ebe3b25b10-Feb-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1929.1.35
barrysmith@barry-smiths-computer.local|ChangeSet|20040210005919|45302
ChangeSet
1.1929.1.35 04/02/09 18:59:19 barrysmith@barry-smiths-computer.local +26 -0
making all Vec

bk-changeset-1.1929.1.35
barrysmith@barry-smiths-computer.local|ChangeSet|20040210005919|45302
ChangeSet
1.1929.1.35 04/02/09 18:59:19 barrysmith@barry-smiths-computer.local +26 -0
making all VecGetArray fast (ie. removing function call overhead)
docs for all KSP, TS, and SNES methods

src/vec/vecimpl.h
1.18 04/02/09 18:59:16 barrysmith@barry-smiths-computer.local +2 -2
making all VecGetArray fast (ie. removing function call overhead)

src/vec/interface/vector.c
1.71 04/02/09 18:59:16 barrysmith@barry-smiths-computer.local +10 -10
making all VecGetArray fast (ie. removing function call overhead)

src/ts/impls/implicit/pvode/petscpvode.c
1.18 04/02/09 18:59:16 barrysmith@barry-smiths-computer.local +18 -2
docs for KSP, SNES, and TS types,

src/ts/impls/implicit/cn/cn.c
1.10 04/02/09 18:59:16 barrysmith@barry-smiths-computer.local +6 -0
docs for KSP, SNES, and TS types,

src/ts/impls/implicit/beuler/beuler.c
1.11 04/02/09 18:59:16 barrysmith@barry-smiths-computer.local +6 -0
docs for KSP, SNES, and TS types,

include/petscvec.h
1.39 04/02/09 18:59:16 barrysmith@barry-smiths-computer.local +6 -0
making all VecGetArray fast (ie. removing function call overhead)

src/ts/impls/explicit/rk/rk.c
1.10 04/02/09 18:59:15 barrysmith@barry-smiths-computer.local +12 -0
docs for KSP, SNES, and TS types,

src/ts/impls/explicit/euler/euler.c
1.5 04/02/09 18:59:15 barrysmith@barry-smiths-computer.local +7 -0
docs for KSP, SNES, and TS types,

src/snes/impls/tr/tr.c
1.11 04/02/09 18:59:15 barrysmith@barry-smiths-computer.local +25 -7
docs for KSP, SNES, and TS types,

src/snes/impls/ls/ls.c
1.33 04/02/09 18:59:15 barrysmith@barry-smiths-computer.local +15 -8
docs for KSP, SNES, and TS types,

src/ksp/ksp/impls/tfqmr/tfqmr.c
1.11 04/02/09 18:59:15 barrysmith@barry-smiths-computer.local +12 -9
docs for KSP, SNES, and TS types,

src/ksp/ksp/impls/tcqmr/tcqmr.c
1.10 04/02/09 18:59:15 barrysmith@barry-smiths-computer.local +12 -0
docs for KSP, SNES, and TS types,

src/ksp/ksp/impls/symmlq/symmlq.c
1.9 04/02/09 18:59:15 barrysmith@barry-smiths-computer.local +13 -5
docs for KSP, SNES, and TS types,

src/ksp/ksp/impls/qcg/qcg.c
1.12 04/02/09 18:59:15 barrysmith@barry-smiths-computer.local +15 -4
docs for KSP, SNES, and TS types,

src/ksp/ksp/impls/preonly/preonly.c
1.6 04/02/09 18:59:15 barrysmith@barry-smiths-computer.local +15 -5
docs for KSP, SNES, and TS types,

src/ksp/ksp/impls/minres/minres.c
1.9 04/02/09 18:59:15 barrysmith@barry-smiths-computer.local +17 -7
docs for KSP, SNES, and TS types,

src/ksp/ksp/impls/lsqr/lsqr.c
1.10 04/02/09 18:59:14 barrysmith@barry-smiths-computer.local +15 -7
docs for KSP, SNES, and TS types,

src/ksp/ksp/impls/lgmres/lgmres.c
1.16 04/02/09 18:59:14 barrysmith@barry-smiths-computer.local +37 -18
docs for KSP, SNES, and TS types,

src/ksp/ksp/impls/gmres/gmres.c
1.30 04/02/09 18:59:14 barrysmith@barry-smiths-computer.local +1 -1
docs for KSP, SNES, and TS types,

src/ksp/ksp/impls/fgmres/fgmres.c
1.23 04/02/09 18:59:14 barrysmith@barry-smiths-computer.local +30 -0
docs for KSP, SNES, and TS types,

src/ksp/ksp/impls/cr/cr.c
1.20 04/02/09 18:59:14 barrysmith@barry-smiths-computer.local +14 -3
docs for KSP, SNES, and TS types,

src/ksp/ksp/impls/cgs/cgs.c
1.14 04/02/09 18:59:14 barrysmith@barry-smiths-computer.local +13 -2
docs for KSP, SNES, and TS types,

src/ksp/ksp/impls/bicg/bicg.c
1.11 04/02/09 18:59:14 barrysmith@barry-smiths-computer.local +12 -6
docs for KSP, SNES, and TS types,

src/ksp/ksp/impls/bcgs/bcgs.c
1.10 04/02/09 18:59:14 barrysmith@barry-smiths-computer.local +14 -8
docs for KSP, SNES, and TS types,

src/snes/examples/tutorials/ex6.c
1.10 04/02/09 18:57:35 barrysmith@barry-smiths-computer.local +1 -1
mistake introduced when removing its from SNESSolve() call

todo
1.23 04/02/09 17:21:24 barrysmith@barry-smiths-computer.local +2 -0
*** empty log message ***

todo
1.22 04/02/09 16:49:08 barrysmith@barrysmith-57.mcs.anl.gov +0 -12
*** empty log message ***

include/petscvec.h
1.38 04/02/09 16:40:11 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
*** empty log message ***


Hg-commit: 8e96cb4c35cf7c24f5b4941870a66267f3e9bf74

show more ...

c9780b6f09-Feb-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1929.1.27
barrysmith@barry-smiths-computer.local|ChangeSet|20040209171320|45882
ChangeSet
1.1929.1.27 04/02/09 11:13:20 barrysmith@barry-smiths-computer.local +54 -0
petsccheck mac

bk-changeset-1.1929.1.27
barrysmith@barry-smiths-computer.local|ChangeSet|20040209171320|45882
ChangeSet
1.1929.1.27 04/02/09 11:13:20 barrysmith@barry-smiths-computer.local +54 -0
petsccheck macros now take argument number for easier debugging

src/vec/utils/vecmpitoseq.c
1.7 04/02/09 11:13:16 barrysmith@barry-smiths-computer.local +2 -2
petsccheck macros now take argument number for easier debugging

src/vec/is/utils/iscomp.c
1.8 04/02/09 11:13:16 barrysmith@barry-smiths-computer.local +1 -1
petsccheck macros now take argument number for easier debugging

src/vec/is/interface/index.c
1.7 04/02/09 11:13:16 barrysmith@barry-smiths-computer.local +1 -1
petsccheck macros now take argument number for easier debugging

src/vec/interface/vector.c
1.69 04/02/09 11:13:16 barrysmith@barry-smiths-computer.local +85 -95
petsccheck macros now take argument number for easier debugging

src/ts/interface/ts.c
1.27 04/02/09 11:13:16 barrysmith@barry-smiths-computer.local +7 -7
snessolve no longer passes out number of iterations

src/ts/impls/pseudo/posindep.c
1.14 04/02/09 11:13:16 barrysmith@barry-smiths-computer.local +3 -2
snessolve no longer passes out number of iterations

src/ts/impls/implicit/cn/cn.c
1.9 04/02/09 11:13:16 barrysmith@barry-smiths-computer.local +3 -2
snessolve no longer passes out number of iterations

src/ts/impls/implicit/beuler/beuler.c
1.10 04/02/09 11:13:15 barrysmith@barry-smiths-computer.local +2 -1
snessolve no longer passes out number of iterations

src/snes/utils/damgsnes.c
1.25 04/02/09 11:13:15 barrysmith@barry-smiths-computer.local +2 -2
snessolve no longer passes out number of iterations

src/snes/snesimpl.h
1.11 04/02/09 11:13:15 barrysmith@barry-smiths-computer.local +1 -1
snessolve no longer passes out number of iterations

src/snes/interface/snes.c
1.36 04/02/09 11:13:15 barrysmith@barry-smiths-computer.local +12 -16
snessolve no longer passes out number of iterations

src/snes/impls/tr/tr.c
1.10 04/02/09 11:13:15 barrysmith@barry-smiths-computer.local +2 -4
snessolve no longer passes out number of iterations

src/snes/impls/test/snestest.c
1.10 04/02/09 11:13:15 barrysmith@barry-smiths-computer.local +1 -2
snessolve no longer passes out number of iterations

src/snes/impls/ls/ls.c
1.32 04/02/09 11:13:15 barrysmith@barry-smiths-computer.local +2 -6
snessolve no longer passes out number of iterations

src/snes/examples/tutorials/ex6.c
1.9 04/02/09 11:13:15 barrysmith@barry-smiths-computer.local +2 -1
snessolve no longer passes out number of iterations

src/snes/examples/tutorials/ex5s.c
1.6 04/02/09 11:13:15 barrysmith@barry-smiths-computer.local +2 -1
snessolve no longer passes out number of iterations

src/snes/examples/tutorials/ex5f90.F
1.8 04/02/09 11:13:15 barrysmith@barry-smiths-computer.local +2 -1
snessolve no longer passes out number of iterations

src/snes/examples/tutorials/ex5f.F
1.10 04/02/09 11:13:15 barrysmith@barry-smiths-computer.local +2 -1
snessolve no longer passes out number of iterations

src/snes/examples/tutorials/ex5.c
1.14 04/02/09 11:13:15 barrysmith@barry-smiths-computer.local +2 -1
snessolve no longer passes out number of iterations

src/snes/examples/tutorials/ex3.c
1.7 04/02/09 11:13:14 barrysmith@barry-smiths-computer.local +2 -1
snessolve no longer passes out number of iterations

src/snes/examples/tutorials/ex26.c
1.11 04/02/09 11:13:14 barrysmith@barry-smiths-computer.local +2 -1
snessolve no longer passes out number of iterations

src/snes/examples/tutorials/ex21.c
1.6 04/02/09 11:13:14 barrysmith@barry-smiths-computer.local +2 -1
snessolve no longer passes out number of iterations

src/snes/examples/tutorials/ex2.c
1.7 04/02/09 11:13:14 barrysmith@barry-smiths-computer.local +2 -1
snessolve no longer passes out number of iterations

src/snes/examples/tutorials/ex1f.F
1.11 04/02/09 11:13:14 barrysmith@barry-smiths-computer.local +2 -1
snessolve no longer passes out number of iterations

src/snes/examples/tutorials/ex14.c
1.8 04/02/09 11:13:14 barrysmith@barry-smiths-computer.local +2 -1
snessolve no longer passes out number of iterations

src/snes/examples/tutorials/ex10d/ex10.c
1.10 04/02/09 11:13:14 barrysmith@barry-smiths-computer.local +2 -1
snessolve no longer passes out number of iterations

src/snes/examples/tutorials/ex1.c
1.7 04/02/09 11:13:14 barrysmith@barry-smiths-computer.local +2 -1
snessolve no longer passes out number of iterations

src/snes/examples/tests/ex9.c
1.7 04/02/09 11:13:14 barrysmith@barry-smiths-computer.local +2 -1
snessolve no longer passes out number of iterations

src/snes/examples/tests/ex7.c
1.7 04/02/09 11:13:14 barrysmith@barry-smiths-computer.local +2 -1
snessolve no longer passes out number of iterations

src/snes/examples/tests/ex5.c
1.6 04/02/09 11:13:14 barrysmith@barry-smiths-computer.local +2 -1
snessolve no longer passes out number of iterations

src/snes/examples/tests/ex4.c
1.6 04/02/09 11:13:14 barrysmith@barry-smiths-computer.local +2 -1
snessolve no longer passes out number of iterations

src/snes/examples/tests/ex1f.F
1.7 04/02/09 11:13:14 barrysmith@barry-smiths-computer.local +2 -1
snessolve no longer passes out number of iterations

src/snes/examples/tests/ex13.c
1.7 04/02/09 11:13:14 barrysmith@barry-smiths-computer.local +2 -1
snessolve no longer passes out number of iterations

src/snes/examples/tests/ex12f.F
1.6 04/02/09 11:13:13 barrysmith@barry-smiths-computer.local +2 -1
snessolve no longer passes out number of iterations

src/snes/examples/tests/ex11.c
1.10 04/02/09 11:13:13 barrysmith@barry-smiths-computer.local +2 -1
snessolve no longer passes out number of iterations

src/snes/examples/tests/ex1.c
1.7 04/02/09 11:13:13 barrysmith@barry-smiths-computer.local +2 -1
snessolve no longer passes out number of iterations

src/pf/interface/pf.c
1.11 04/02/09 11:13:13 barrysmith@barry-smiths-computer.local +1 -1
PetscValidCheck now include argument number for easier debugging


src/mat/partition/partition.c
1.16 04/02/09 11:13:13 barrysmith@barry-smiths-computer.local +1 -1
PetscValidCheck now include argument number for easier debugging


src/mat/matfd/fdmatrix.c
1.13 04/02/09 11:13:13 barrysmith@barry-smiths-computer.local +1 -1
PetscValidCheck now include argument number for easier debugging


src/mat/interface/mhas.c
1.6 04/02/09 11:13:13 barrysmith@barry-smiths-computer.local +1 -1
PetscValidCheck now include argument number for easier debugging


src/mat/interface/matrix.c
1.95 04/02/09 11:13:13 barrysmith@barry-smiths-computer.local +113 -115
PetscValidCheck now include argument number for easier debugging


src/mat/impls/aij/seq/matptap.c
1.11 04/02/09 11:13:12 barrysmith@barry-smiths-computer.local +5 -5
PetscValidCheck now include argument number for easier debugging


src/mat/impls/aij/seq/matmatmult.c
1.42 04/02/09 11:13:12 barrysmith@barry-smiths-computer.local +7 -7
PetscValidCheck now include argument number for easier debugging


src/ksp/pc/interface/precon.c
1.34.1.2 04/02/09 11:13:12 barrysmith@barry-smiths-computer.local +2 -2
PetscValidCheck now include argument number for easier debugging


src/ksp/ksp/interface/itfunc.c
1.35 04/02/09 11:13:12 barrysmith@barry-smiths-computer.local +1 -1
PetscValidCheck now include argument number for easier debugging


src/ksp/ksp/interface/itcreate.c
1.38 04/02/09 11:13:12 barrysmith@barry-smiths-computer.local +1 -1
PetscValidCheck now include argument number for easier debugging


src/contrib/oberman/burgers_vertex_based_q1/main.c
1.5 04/02/09 11:13:12 barrysmith@barry-smiths-computer.local +2 -1
snessolve no longer passes out number of iterations

src/contrib/oberman/burgers_df_based_q1/appsetalg.c
1.5 04/02/09 11:13:12 barrysmith@barry-smiths-computer.local +2 -1
snessolve no longer passes out number of iterations

src/contrib/fun3d/flow.c
1.12 04/02/09 11:13:12 barrysmith@barry-smiths-computer.local +2 -1
snessolve no longer passes out number of iterations

python/PETSc/Configure.py
1.178 04/02/09 11:13:12 barrysmith@barry-smiths-computer.local +1 -1
support for more sh

include/petscsnes.h
1.25 04/02/09 11:13:12 barrysmith@barry-smiths-computer.local +1 -1
snessolve no longer passes out number of iterations

include/petschead.h
1.25 04/02/09 11:13:12 barrysmith@barry-smiths-computer.local +10 -6
PetscValidCheck now include argument number for easier debugging


docs/website/documentation/changes/220.html
1.11 04/02/09 11:13:12 barrysmith@barry-smiths-computer.local +2 -0
snessolve no longer passes out number of iterations

docs/tex/manual/part2.tex
1.67 04/02/09 11:13:11 barrysmith@barry-smiths-computer.local +2 -3
snessolve no longer passes out number of iterations


Hg-commit: f468c78b1267f35c704894880247c38527557a81

show more ...


/petsc/docs/tex/manual/part2.tex
/petsc/docs/website/documentation/changes/220.html
/petsc/include/petschead.h
/petsc/include/petscsnes.h
/petsc/python/PETSc/Configure.py
/petsc/src/contrib/fun3d/flow.c
/petsc/src/contrib/oberman/burgers_df_based_q1/appsetalg.c
/petsc/src/contrib/oberman/burgers_vertex_based_q1/main.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/aij/seq/matptap.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/interface/mhas.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/partition/partition.c
/petsc/src/pf/interface/pf.c
/petsc/src/snes/examples/tests/ex1.c
/petsc/src/snes/examples/tests/ex11.c
/petsc/src/snes/examples/tests/ex12f.F
/petsc/src/snes/examples/tests/ex13.c
/petsc/src/snes/examples/tests/ex1f.F
/petsc/src/snes/examples/tests/ex4.c
/petsc/src/snes/examples/tests/ex5.c
/petsc/src/snes/examples/tests/ex7.c
/petsc/src/snes/examples/tests/ex9.c
/petsc/src/snes/examples/tutorials/ex1.c
/petsc/src/snes/examples/tutorials/ex10d/ex10.c
/petsc/src/snes/examples/tutorials/ex14.c
/petsc/src/snes/examples/tutorials/ex1f.F
/petsc/src/snes/examples/tutorials/ex2.c
/petsc/src/snes/examples/tutorials/ex21.c
/petsc/src/snes/examples/tutorials/ex26.c
/petsc/src/snes/examples/tutorials/ex3.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/ex5f.F
/petsc/src/snes/examples/tutorials/ex5f90.F
/petsc/src/snes/examples/tutorials/ex5s.c
/petsc/src/snes/examples/tutorials/ex6.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/test/snestest.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/snesimpl.h
/petsc/src/snes/utils/damgsnes.c
beuler/beuler.c
cn/cn.c
/petsc/src/ts/impls/pseudo/posindep.c
/petsc/src/ts/interface/ts.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/is/interface/index.c
/petsc/src/vec/is/utils/iscomp.c
/petsc/src/vec/utils/vecmpitoseq.c
4482741e09-Feb-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1929.7.1
barrysmith@barry-smiths-computer.local|ChangeSet|20040209035034|33196
ChangeSet
1.1929.7.1 04/02/08 21:50:34 barrysmith@barry-smiths-computer.local +192 -0
Implementing Vi

bk-changeset-1.1929.7.1
barrysmith@barry-smiths-computer.local|ChangeSet|20040209035034|33196
ChangeSet
1.1929.7.1 04/02/08 21:50:34 barrysmith@barry-smiths-computer.local +192 -0
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

todo
1.21 04/02/08 21:50:27 barrysmith@barry-smiths-computer.local +4 -0
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/utils/vscat.c
1.13 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +16 -16
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/utils/vinv.c
1.22 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +30 -20
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/utils/vecmpitoseq.c
1.6 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +4 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/utils/vecio.c
1.24 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +2 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/utils/cmesh.c
1.4 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/is/utils/isltog.c
1.13 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +14 -12
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/is/utils/isdiff.c
1.6 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +6 -6
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/is/utils/iscomp.c
1.7 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/is/utils/iscoloring.c
1.14 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +7 -6
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/is/interface/index.c
1.6 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +26 -25
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/is/impls/stride/stride.c
1.5 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +6 -6
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/is/impls/general/general.c
1.5 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +2 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/is/impls/block/block.c
1.5 04/02/08 21:50:26 barrysmith@barry-smiths-computer.local +12 -12
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/interface/vector.c
1.68 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +139 -127
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/interface/vecreg.c
1.21 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/interface/veccreate.c
1.15 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/interface/mapreg.c
1.13 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/interface/mapcreate.c
1.8 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/interface/map.c
1.10 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +14 -14
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/vec/impls/mpi/pbvec.c
1.17 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +4 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ts/interface/tsreg.c
1.15 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ts/interface/tscreate.c
1.8 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ts/interface/ts.c
1.26 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +61 -53
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ts/impls/pseudo/posindep.c
1.13 04/02/08 21:50:25 barrysmith@barry-smiths-computer.local +4 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ts/impls/implicit/cn/cn.c
1.8 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +3 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/viewer/interface/viewreg.c
1.9 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/viewer/interface/viewa.c
1.8 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/viewer/interface/view.c
1.6 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +2 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/viewer/interface/flush.c
1.4 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/viewer/interface/dupl.c
1.5 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/viewer/impls/vu/petscvu.c
1.6 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +4 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/viewer/impls/string/stringv.c
1.9 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +4 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/viewer/impls/silo/vsilo.c
1.11 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +12 -12
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/viewer/impls/mathematica/mathematica.c
1.23 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +17 -15
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/viewer/impls/hdf4/hdf4v.c
1.5 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/viewer/impls/draw/drawv.c
1.15 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +6 -6
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/viewer/impls/binary/binv.c
1.21 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/viewer/impls/ascii/filev.c
1.16 04/02/08 21:50:24 barrysmith@barry-smiths-computer.local +11 -9
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/viewer/impls/ams/ams.c
1.12 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +3 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/utils/random.c
1.11 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +8 -5
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/utils/pbarrier.c
1.9 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/utils/dict.c
1.9 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +19 -19
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/plog/stageLog.c
1.18 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +20 -14
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/plog/ploginfo.c
1.13 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +2 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/plog/plog.c
1.38 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +5 -5
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/plog/eventLog.c
1.24 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/plog/classLog.c
1.12 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/objects/tagm.c
1.11 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/objects/pname.c
1.11 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/objects/options.c
1.30 04/02/08 21:50:23 barrysmith@barry-smiths-computer.local +16 -8
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/objects/inherit.c
1.17 04/02/08 21:50:22 barrysmith@barry-smiths-computer.local +7 -6
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/objects/destroy.c
1.11 04/02/08 21:50:22 barrysmith@barry-smiths-computer.local +7 -6
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/matlabengine/matlab.c
1.21 04/02/08 21:50:22 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/f90/f90_win32.c
1.4 04/02/08 21:50:22 barrysmith@barry-smiths-computer.local +4 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/f90/f90_t3e.c
1.4 04/02/08 21:50:22 barrysmith@barry-smiths-computer.local +4 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/f90/f90_solaris_old.c
1.4 04/02/08 21:50:22 barrysmith@barry-smiths-computer.local +4 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/f90/f90_solaris.c
1.4 04/02/08 21:50:22 barrysmith@barry-smiths-computer.local +4 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/f90/f90_rs6000.c
1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +4 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/f90/f90_nag.c
1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +4 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/f90/f90_hpux.c
1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +4 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/f90/f90_common.c
1.5 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +10 -8
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/f90/f90_alpha.c
1.5 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +4 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/f90/f90_absoft.c
1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +4 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/f90/f90_IRIX.c
1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +4 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/error/err.c
1.19 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +12 -8
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/utils/lg.c
1.10 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +17 -15
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/utils/hists.c
1.14 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +16 -14
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/utils/dscatter.c
1.8 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +12 -11
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/utils/axis.c
1.9 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +2 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dviewp.c
1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +4 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dtri.c
1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dtextv.c
1.5 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +2 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dtexts.c
1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dtextgs.c
1.4 04/02/08 21:50:21 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dtext.c
1.6 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +2 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dsflush.c
1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dsetpause.c
1.5 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dsclear.c
1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/drect.c
1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/drawreg.c
1.14 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/draw.c
1.10 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +13 -11
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dpoints.c
1.5 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dpoint.c
1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dpause.c
1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dmouse.c
1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +2 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dlinew.c
1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dlinegw.c
1.5 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +2 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dline.c
1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +3 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dgpause.c
1.5 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +2 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dgcoor.c
1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +5 -5
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dflush.c
1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dellipse.c
1.6 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dcoor.c
1.4 04/02/08 21:50:20 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dclear.c
1.4 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/draw/interface/dbuff.c
1.4 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/sys/src/dll/reg.c
1.18 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +2 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/snes/mf/wp.c
1.7 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +2 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/snes/mf/snesmfjdef.c
1.7 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/snes/mf/snesmfj.c
1.28 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +7 -7
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/snes/interface/snes.c
1.35 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +70 -64
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/snes/impls/ls/lsparams.c
1.5 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +5 -5
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/pf/interface/pf.c
1.10 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +14 -12
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/utils/zerodiag.c
1.8 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +0 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/utils/matio.c
1.18 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +2 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/utils/getcolv.c
1.4 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +2 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/utils/gcreate.c
1.14 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/utils/axpy.c
1.11 04/02/08 21:50:19 barrysmith@barry-smiths-computer.local +12 -12
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/partition/partition.c
1.15 04/02/08 21:50:18 barrysmith@barry-smiths-computer.local +11 -10
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/order/sorder.c
1.14 04/02/08 21:50:18 barrysmith@barry-smiths-computer.local +3 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/matfd/fdmatrix.c
1.12 04/02/08 21:50:18 barrysmith@barry-smiths-computer.local +14 -17
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/interface/mhas.c
1.5 04/02/08 21:50:18 barrysmith@barry-smiths-computer.local +2 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/interface/matrix.c
1.94 04/02/08 21:50:18 barrysmith@barry-smiths-computer.local +275 -209
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/interface/matreg.c
1.14 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/impls/shell/shell.c
1.14 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +5 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/impls/sbaij/seq/sbaij.c
1.91 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +2 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/impls/rowbs/mpi/mpirowbs.c
1.44 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +2 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/impls/dense/seq/dense.c
1.46 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +4 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/impls/bdiag/mpi/mpibdiag.c
1.26.1.1 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/impls/baij/seq/baij.c
1.76 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +2 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/impls/baij/mpi/mpibaij.c
1.51 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +0 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/impls/aij/seq/superlu/superlu.c
1.54.1.1 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +0 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/impls/aij/seq/matptap.c
1.10 04/02/08 21:50:17 barrysmith@barry-smiths-computer.local +7 -7
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/impls/aij/seq/matmatmult.c
1.41 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +16 -17
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/impls/aij/seq/aijnode.c
1.23 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +0 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/impls/aij/seq/aij.c
1.125 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +4 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/impls/adic/matadic.c
1.21 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +5 -5
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/examples/tests/ex1.c
1.10 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +8 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/mat/color/color.c
1.13 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +2 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/utils/damg.c
1.20 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +2 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/interface/precon.c
1.34.1.1 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +66 -61
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/interface/pcset.c
1.15 04/02/08 21:50:16 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/impls/sor/sor.c
1.16 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +2 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/impls/shell/shellpc.c
1.12 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +8 -7
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/impls/redundant/redundant.c
1.12 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +8 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/impls/mg/mg.c
1.23 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +8 -7
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/impls/lu/lu.c
1.24 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +7 -7
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/impls/ksp/pcksp.c
1.13 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +3 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/impls/jacobi/jacobi.c
1.8 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/impls/ilu/ilu.c
1.27 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +11 -11
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/impls/icc/icc.c
1.22 04/02/08 21:50:15 barrysmith@barry-smiths-computer.local +6 -6
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/impls/hypre/hyppilut.c
1.46 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +2 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/impls/eisens/eisen.c
1.13 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +2 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/impls/composite/composite.c
1.13 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +6 -5
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/impls/cholesky/cholesky.c
1.22 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +6 -6
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/impls/bjacobi/bjacobi.c
1.22 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +8 -8
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/pc/impls/asm/asm.c
1.25 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +11 -8
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/ksp/interface/itres.c
1.7 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +6 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/ksp/interface/itfunc.c
1.34 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +45 -39
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/ksp/interface/iterativ.c
1.10 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +12 -8
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/ksp/interface/itcreate.c
1.37 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +12 -11
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/ksp/interface/itcl.c
1.9 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/ksp/interface/iguess.c
1.5 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +17 -11
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/ksp/interface/eige.c
1.8.1.1 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +2 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/ksp/impls/rich/richscale.c
1.6 04/02/08 21:50:14 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/ksp/impls/qcg/qcg.c
1.11 04/02/08 21:50:13 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/ksp/impls/gmres/gmres2.c
1.15 04/02/08 21:50:13 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/ksp/impls/gmres/gmres.c
1.29 04/02/08 21:50:13 barrysmith@barry-smiths-computer.local +2 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/ksp/impls/fgmres/modpcf.c
1.9 04/02/08 21:50:13 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/ksp/impls/fgmres/fgmres.c
1.22 04/02/08 21:50:13 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/ksp/impls/cheby/cheby.c
1.11 04/02/08 21:50:13 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/ksp/ksp/impls/cg/cgtype.c
1.6 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/utils/pack.c
1.7 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/daview.c
1.13 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +5 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/dasub.c
1.5 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/dascatter.c
1.6 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/dapf.c
1.5 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +2 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/daltol.c
1.8 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +5 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/daltog.c
1.6 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +3 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/dalocal.c
1.15 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +16 -11
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/daload.c
1.6 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +2 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/dainterp.c
1.8 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +7 -4
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/daindex.c
1.9 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +3 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/dagtona.c
1.9 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +4 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/dagtol.c
1.9 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +25 -25
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/daghost.c
1.5 04/02/08 21:50:12 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/dadist.c
1.11 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +4 -2
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/dadestroy.c
1.15 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +5 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/dacorn.c
1.6 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +8 -6
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/da3.c
1.17 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/da2.c
1.36 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +14 -13
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/da/src/da1.c
1.16 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/ao/utils/aopart.c
1.6 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/ao/interface/aodataalias.c
1.5 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/ao/interface/aodata.c
1.7 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +40 -39
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/ao/interface/ao.c
1.10 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +19 -11
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/ao/impls/mapping/aomapping.c
1.15 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +5 -5
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/ao/impls/basic/aodatabasic.c
1.12 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

src/dm/ao/impls/basic/aobasic.c
1.15 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +1 -1
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

include/petsclog.h
1.33 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +3 -3
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

include/petschead.h
1.24 04/02/08 21:50:11 barrysmith@barry-smiths-computer.local +60 -60
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error

include/petscerror.h
1.24 04/02/08 21:50:10 barrysmith@barry-smiths-computer.local +1 -0
Implementing Victor's suggestion that PetscValidXXX take the argument #
as an argument and prints it on error


Hg-commit: 9f73a33a80604cbf5f81774c2cc9dd509503ba9e

show more ...


/petsc/bin/matlab/PetscBinaryWrite.m
/petsc/bin/update.py
/petsc/bmake/IRIX/packages
/petsc/bmake/IRIX64/packages
/petsc/bmake/IRIX_gnu/packages
/petsc/bmake/UXPV/packages
/petsc/bmake/alpha_gnu/packages
/petsc/bmake/ascired/packages
/petsc/bmake/beos/packages
/petsc/bmake/common/rules
/petsc/bmake/common/rules.fortran.none
/petsc/bmake/common/rules.shared.basic
/petsc/bmake/common/test
/petsc/bmake/common/variables
/petsc/bmake/config/variables.in
/petsc/bmake/freebsd/packages
/petsc/bmake/hpux/packages
/petsc/bmake/hpux64/packages
/petsc/bmake/linux/packages
/petsc/bmake/linux64/packages
/petsc/bmake/linux_absoft/packages
/petsc/bmake/linux_alpha/packages
/petsc/bmake/linux_alpha_dec/packages
/petsc/bmake/linux_gcc_ifc/packages
/petsc/bmake/linux_gcc_pgf90/packages
/petsc/bmake/linux_gm/packages
/petsc/bmake/linux_intel/packages
/petsc/bmake/linux_jazz_intel/packages
/petsc/bmake/linux_nagf90/packages
/petsc/bmake/linux_pgi/packages
/petsc/bmake/linux_superludist/packages
/petsc/bmake/linux_tau/packages
/petsc/bmake/linux_uni/packages
/petsc/bmake/macx/packages
/petsc/bmake/rs6000/packages
/petsc/bmake/rs6000_64/packages
/petsc/bmake/rs6000_gnu/packages
/petsc/bmake/rs6000_sp/packages
/petsc/bmake/solaris/packages
/petsc/bmake/solaris64/packages
/petsc/bmake/solaris_gnu/packages
/petsc/bmake/solaris_lam/packages
/petsc/bmake/solaris_uni/packages
/petsc/bmake/solaris_x86/packages
/petsc/bmake/sx6/packages
/petsc/bmake/t3e/packages
/petsc/bmake/win32_borland/packages
/petsc/bmake/win32_gnu/packages
/petsc/bmake/win32_intel/packages
/petsc/bmake/win32_ms/packages
/petsc/bmake/win32_ms/petscconf.h
/petsc/bmake/win32_ms_hpvm/packages
/petsc/bmake/win32_ms_hpvm/petscconf.h
/petsc/bmake/win32_ms_mpich/packages
/petsc/bmake/win32_ms_mpich/petscconf.h
/petsc/bmake/win32_ms_mpipro/packages
/petsc/bmake/win32_ms_mpipro/petscconf.h
/petsc/bmake/win32_ms_wmpi/packages
/petsc/bmake/win32_ms_wmpi/petscconf.h
/petsc/config/aix5.1.0.0
/petsc/config/aix5.1.0.0.py
/petsc/config/configure.py
/petsc/config/cygwin
/petsc/config/cygwin-intel.py
/petsc/config/cygwin-ms
/petsc/config/cygwin-ms.py
/petsc/config/cygwin.py
/petsc/config/darwin6.8
/petsc/config/darwin6.8.py
/petsc/config/freebsd5.1
/petsc/config/freebsd5.1.py
/petsc/config/irix6.5-64.py
/petsc/config/irix6.5.py
/petsc/config/linux-gnu
/petsc/config/linux-gnu-gcc-absoft
/petsc/config/linux-gnu-gcc-absoft.py
/petsc/config/linux-gnu-gcc-ifc
/petsc/config/linux-gnu-gcc-ifc.py
/petsc/config/linux-gnu-gcc-pgf90
/petsc/config/linux-gnu-gcc-pgf90.py
/petsc/config/linux-gnu-intel.py
/petsc/config/linux-gnu-uni
/petsc/config/linux-gnu-uni.py
/petsc/config/linux-gnu.py
/petsc/config/linux64_intel
/petsc/config/linux_alpha
/petsc/config/linux_alpha_dec
/petsc/config/macosx-gnu
/petsc/config/macosx-gnu.py
/petsc/config/macosx-ibm
/petsc/config/macosx-ibm.py
/petsc/config/osf5.0
/petsc/config/osf5.0.py
/petsc/config/solaris-gnu.py
/petsc/config/solaris-uni.py
/petsc/config/solaris2.9
/petsc/config/solaris2.9.py
/petsc/docs/makefile
/petsc/docs/manualpages/sec/header_
/petsc/docs/manualpages/sec/header_AO
/petsc/docs/manualpages/sec/header_DA
/petsc/docs/manualpages/sec/header_Discretization
/petsc/docs/manualpages/sec/header_Draw
/petsc/docs/manualpages/sec/header_GVec
/petsc/docs/manualpages/sec/header_Grid
/petsc/docs/manualpages/sec/header_IS
/petsc/docs/manualpages/sec/header_KSP
/petsc/docs/manualpages/sec/header_Mat
/petsc/docs/manualpages/sec/header_MatFD
/petsc/docs/manualpages/sec/header_MatOrderings
/petsc/docs/manualpages/sec/header_Mesh
/petsc/docs/manualpages/sec/header_PC
/petsc/docs/manualpages/sec/header_PF
/petsc/docs/manualpages/sec/header_Profiling
/petsc/docs/manualpages/sec/header_SLES
/petsc/docs/manualpages/sec/header_SNES
/petsc/docs/manualpages/sec/header_SNESMF
/petsc/docs/manualpages/sec/header_Sys
/petsc/docs/manualpages/sec/header_TS
/petsc/docs/manualpages/sec/header_Vec
/petsc/docs/manualpages/sec/header_Viewer
/petsc/docs/tex/petsc.bib
/petsc/docs/tex/petscapp.bib
/petsc/docs/website/developers/index.html
/petsc/docs/website/documentation/changes/220.html
/petsc/docs/website/documentation/installation.html
/petsc/docs/website/documentation/linearsolvertable.html
/petsc/docs/website/documentation/troubleshooting.html
/petsc/docs/website/index.html
/petsc/include/f90impl/f90_intel8.h
/petsc/include/finclude/petscksp.h
/petsc/include/petsc.h
/petsc/include/petscdraw.h
/petsc/include/petscerror.h
/petsc/include/petschead.h
/petsc/include/petscis.h
/petsc/include/petscksp.h
/petsc/include/petsclog.h
/petsc/include/petscmat.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/maint/builddist
/petsc/maint/buildtest
/petsc/maint/buildtest.old
/petsc/maint/checkBuilds.py
/petsc/maint/confignightly/blaze
/petsc/maint/confignightly/crunch
/petsc/maint/confignightly/dactyl
/petsc/maint/confignightly/dreamcast
/petsc/maint/confignightly/hux1
/petsc/maint/confignightly/icrunch
/petsc/maint/confignightly/parth
/petsc/maint/confignightly/playstation
/petsc/maint/confignightly/ptera
/petsc/maint/confignightly/schwinn
/petsc/maint/confignightly/seaborg
/petsc/maint/confignightly/smash
/petsc/maint/confignightly/spark
/petsc/maint/confignightly/spinetta
/petsc/maint/confignightly/user02
/petsc/maint/confignightly/zither
/petsc/maint/copylognightly
/petsc/maint/copytestlog.old
/petsc/maint/killnightly
/petsc/maint/startnightly
/petsc/maint/wwwindex.py
/petsc/maint/zap
/petsc/maint/zapall
/petsc/makefile
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/Options.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/Make.py
/petsc/python/PETSc/packages/Matlab.py
/petsc/python/PETSc/packages/X11.py
/petsc/python/PETSc/packages/compilerFlags.py
/petsc/python/PETSc/packages/fortranstubs.py
/petsc/python/PETSc/packages/update.py
/petsc/src/benchmarks/results/performance_cfd_2_10
/petsc/src/dm/ao/impls/basic/aobasic.c
/petsc/src/dm/ao/impls/basic/aodatabasic.c
/petsc/src/dm/ao/impls/mapping/aomapping.c
/petsc/src/dm/ao/interface/ao.c
/petsc/src/dm/ao/interface/aodata.c
/petsc/src/dm/ao/interface/aodataalias.c
/petsc/src/dm/ao/interface/makefile
/petsc/src/dm/ao/utils/aopart.c
/petsc/src/dm/da/examples/tests/ex23.c
/petsc/src/dm/da/examples/tests/makefile
/petsc/src/dm/da/src/da1.c
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/da3.c
/petsc/src/dm/da/src/dacorn.c
/petsc/src/dm/da/src/dadestroy.c
/petsc/src/dm/da/src/dadist.c
/petsc/src/dm/da/src/daghost.c
/petsc/src/dm/da/src/dagtol.c
/petsc/src/dm/da/src/dagtona.c
/petsc/src/dm/da/src/daindex.c
/petsc/src/dm/da/src/dainterp.c
/petsc/src/dm/da/src/daload.c
/petsc/src/dm/da/src/dalocal.c
/petsc/src/dm/da/src/daltog.c
/petsc/src/dm/da/src/daltol.c
/petsc/src/dm/da/src/dapf.c
/petsc/src/dm/da/src/dascatter.c
/petsc/src/dm/da/src/dasub.c
/petsc/src/dm/da/src/daview.c
/petsc/src/dm/da/src/gr1.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/dm/da/utils/pack.c
/petsc/src/fortran/custom/zdraw.c
/petsc/src/fortran/custom/zksp.c
/petsc/src/fortran/custom/zmat.c
/petsc/src/fortran/custom/zpc.c
/petsc/src/fortran/custom/zpetsc.h
/petsc/src/fortran/custom/zsles.c
/petsc/src/fortran/custom/zsnes.c
/petsc/src/fortran/custom/zstart.c
/petsc/src/fortran/custom/zsys.c
/petsc/src/fortran/custom/zts.c
/petsc/src/fortran/custom/zviewer.c
/petsc/src/ksp/examples/tests/ex10.c
/petsc/src/ksp/examples/tests/ex12f.F
/petsc/src/ksp/examples/tests/ex16f.F
/petsc/src/ksp/examples/tests/ex18.c
/petsc/src/ksp/examples/tests/ex20.c
/petsc/src/ksp/examples/tests/output/ex17_1.out
/petsc/src/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/examples/tutorials/ex11.c
/petsc/src/ksp/examples/tutorials/ex11f.F
/petsc/src/ksp/examples/tutorials/ex13f90.F
/petsc/src/ksp/examples/tutorials/ex2f.F
/petsc/src/ksp/examples/tutorials/ex3.c
/petsc/src/ksp/examples/tutorials/output/ex26_1.out
/petsc/src/ksp/ksp/impls/bicg/bicg.c
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cg/cgtype.c
/petsc/src/ksp/ksp/impls/cgne/cgne.c
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/impls/cr/cr.c
/petsc/src/ksp/ksp/impls/fgmres/fgmres.c
/petsc/src/ksp/ksp/impls/fgmres/fgmresp.h
/petsc/src/ksp/ksp/impls/fgmres/makefile
/petsc/src/ksp/ksp/impls/fgmres/modpcf.c
/petsc/src/ksp/ksp/impls/gmres/borthog.c
/petsc/src/ksp/ksp/impls/gmres/borthog2.c
/petsc/src/ksp/ksp/impls/gmres/gmreig.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/gmres2.c
/petsc/src/ksp/ksp/impls/gmres/gmresp.h
/petsc/src/ksp/ksp/impls/lgmres/lgmres.c
/petsc/src/ksp/ksp/impls/lsqr/lsqr.c
/petsc/src/ksp/ksp/impls/minres/minres.c
/petsc/src/ksp/ksp/impls/qcg/qcg.c
/petsc/src/ksp/ksp/impls/rich/rich.c
/petsc/src/ksp/ksp/impls/rich/richscale.c
/petsc/src/ksp/ksp/impls/symmlq/symmlq.c
/petsc/src/ksp/ksp/impls/tfqmr/tfqmr.c
/petsc/src/ksp/ksp/interface/eige.c
/petsc/src/ksp/ksp/interface/iguess.c
/petsc/src/ksp/ksp/interface/itcl.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/ksp/interface/itres.c
/petsc/src/ksp/pc/examples/tests/ex8f.F
/petsc/src/ksp/pc/examples/tutorials/ex2.c
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/cholesky/cholesky.c
/petsc/src/ksp/pc/impls/composite/composite.c
/petsc/src/ksp/pc/impls/eisens/eisen.c
/petsc/src/ksp/pc/impls/esi/pesi.c
/petsc/src/ksp/pc/impls/hypre/hyppilut.c
/petsc/src/ksp/pc/impls/icc/icc.c
/petsc/src/ksp/pc/impls/ilu/ilu.c
/petsc/src/ksp/pc/impls/is/nn/nn.c
/petsc/src/ksp/pc/impls/jacobi/jacobi.c
/petsc/src/ksp/pc/impls/ksp/makefile
/petsc/src/ksp/pc/impls/ksp/pcksp.c
/petsc/src/ksp/pc/impls/lu/lu.c
/petsc/src/ksp/pc/impls/makefile
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/pbjacobi/pbjacobi.c
/petsc/src/ksp/pc/impls/ramg/ramgpetsc.c
/petsc/src/ksp/pc/impls/redundant/redundant.c
/petsc/src/ksp/pc/impls/samg/samgpetsc.c
/petsc/src/ksp/pc/impls/shell/shellpc.c
/petsc/src/ksp/pc/impls/sor/sor.c
/petsc/src/ksp/pc/impls/spai/src/ispai.c
/petsc/src/ksp/pc/interface/pcregis.c
/petsc/src/ksp/pc/interface/pcset.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/ksp/utils/damg.c
/petsc/src/mat/color/color.c
/petsc/src/mat/color/scolor.c
/petsc/src/mat/examples/tests/ex1.c
/petsc/src/mat/examples/tests/ex54.c
/petsc/src/mat/examples/tests/ex55.c
/petsc/src/mat/examples/tests/ex74.c
/petsc/src/mat/examples/tests/ex75.c
/petsc/src/mat/examples/tests/ex87.c
/petsc/src/mat/examples/tests/ex91.c
/petsc/src/mat/examples/tests/ex92.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tutorials/ex1.c
/petsc/src/mat/impls/adic/matadic.c
/petsc/src/mat/impls/adj/mpi/mpiadj.h
/petsc/src/mat/impls/aij/mpi/fdmpiaij.c
/petsc/src/mat/impls/aij/mpi/libtfs/comm.c
/petsc/src/mat/impls/aij/mpi/libtfs/comm.h
/petsc/src/mat/impls/aij/mpi/libtfs/gs.c
/petsc/src/mat/impls/aij/mpi/libtfs/gs.h
/petsc/src/mat/impls/aij/mpi/libtfs/xxt.c
/petsc/src/mat/impls/aij/mpi/libtfs/xyt.c
/petsc/src/mat/impls/aij/mpi/mmaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/spooles/mpispooles.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/aijnode.c
/petsc/src/mat/impls/aij/seq/fdaij.c
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/aij/seq/matptap.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.h
/petsc/src/mat/impls/aij/seq/spooles/spoolesOptions.c
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/mpi/dscpack/dscpack.c
/petsc/src/mat/impls/baij/mpi/mmbaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.h
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij.h
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/baij/seq/baijfact10.c
/petsc/src/mat/impls/baij/seq/baijfact11.c
/petsc/src/mat/impls/baij/seq/baijfact12.c
/petsc/src/mat/impls/baij/seq/baijfact13.c
/petsc/src/mat/impls/baij/seq/baijfact14.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.c
/petsc/src/mat/impls/baij/seq/baijfact4.c
/petsc/src/mat/impls/baij/seq/baijfact5.c
/petsc/src/mat/impls/baij/seq/baijfact6.c
/petsc/src/mat/impls/baij/seq/baijfact7.c
/petsc/src/mat/impls/baij/seq/baijfact8.c
/petsc/src/mat/impls/baij/seq/baijfact9.c
/petsc/src/mat/impls/bdiag/mpi/mmbdiag.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/seq/bdfact.c
/petsc/src/mat/impls/bdiag/seq/bdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag.h
/petsc/src/mat/impls/bdiag/seq/bdiag2.c
/petsc/src/mat/impls/bdiag/seq/bdiag3.c
/petsc/src/mat/impls/dense/mpi/mmdense.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/dense/seq/dense.h
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/sbaij/mpi/makefile
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.h
/petsc/src/mat/impls/sbaij/mpi/sbaijov.c
/petsc/src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
/petsc/src/mat/impls/sbaij/seq/aijsbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/impls/sbaij/seq/sro.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/interface/mhas.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/order/sorder.c
/petsc/src/mat/order/sp1wd.c
/petsc/src/mat/order/spnd.c
/petsc/src/mat/order/spqmd.c
/petsc/src/mat/order/sprcm.c
/petsc/src/mat/order/sregis.c
/petsc/src/mat/partition/impls/pmetis/pmetis.c
/petsc/src/mat/partition/partition.c
/petsc/src/mat/utils/axpy.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/mat/utils/getcolv.c
/petsc/src/mat/utils/matio.c
/petsc/src/mat/utils/zerodiag.c
/petsc/src/pf/impls/constant/const.c
/petsc/src/pf/impls/string/cstring.c
/petsc/src/pf/interface/pf.c
/petsc/src/snes/examples/tests/ex13.c
/petsc/src/snes/examples/tests/ex1f.F
/petsc/src/snes/examples/tests/ex7.c
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/ex10d/ex10.c
/petsc/src/snes/examples/tutorials/ex1f.F
/petsc/src/snes/examples/tutorials/output/ex5_10.out
/petsc/src/snes/examples/tutorials/output/ex5_9.out
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/ls/lsparams.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/mf/snesmfj.h
/petsc/src/snes/mf/snesmfjdef.c
/petsc/src/snes/mf/wp.c
/petsc/src/sys/examples/tutorials/ex4.c
/petsc/src/sys/src/dll/dl.c
/petsc/src/sys/src/dll/reg.c
/petsc/src/sys/src/draw/examples/tests/ex3.c
/petsc/src/sys/src/draw/examples/tests/ex9.c
/petsc/src/sys/src/draw/impls/win32/win32draw.c
/petsc/src/sys/src/draw/interface/dbuff.c
/petsc/src/sys/src/draw/interface/dclear.c
/petsc/src/sys/src/draw/interface/dcoor.c
/petsc/src/sys/src/draw/interface/dellipse.c
/petsc/src/sys/src/draw/interface/dflush.c
/petsc/src/sys/src/draw/interface/dgcoor.c
/petsc/src/sys/src/draw/interface/dgpause.c
/petsc/src/sys/src/draw/interface/dline.c
/petsc/src/sys/src/draw/interface/dlinegw.c
/petsc/src/sys/src/draw/interface/dlinew.c
/petsc/src/sys/src/draw/interface/dmouse.c
/petsc/src/sys/src/draw/interface/dpause.c
/petsc/src/sys/src/draw/interface/dpoint.c
/petsc/src/sys/src/draw/interface/dpoints.c
/petsc/src/sys/src/draw/interface/draw.c
/petsc/src/sys/src/draw/interface/drawreg.c
/petsc/src/sys/src/draw/interface/drect.c
/petsc/src/sys/src/draw/interface/dsclear.c
/petsc/src/sys/src/draw/interface/dsetpause.c
/petsc/src/sys/src/draw/interface/dsflush.c
/petsc/src/sys/src/draw/interface/dtext.c
/petsc/src/sys/src/draw/interface/dtextgs.c
/petsc/src/sys/src/draw/interface/dtexts.c
/petsc/src/sys/src/draw/interface/dtextv.c
/petsc/src/sys/src/draw/interface/dtri.c
/petsc/src/sys/src/draw/interface/dviewp.c
/petsc/src/sys/src/draw/utils/axis.c
/petsc/src/sys/src/draw/utils/dscatter.c
/petsc/src/sys/src/draw/utils/hists.c
/petsc/src/sys/src/draw/utils/lg.c
/petsc/src/sys/src/error/adebug.c
/petsc/src/sys/src/error/err.c
/petsc/src/sys/src/error/fp.c
/petsc/src/sys/src/f90/f90_IRIX.c
/petsc/src/sys/src/f90/f90_absoft.c
/petsc/src/sys/src/f90/f90_alpha.c
/petsc/src/sys/src/f90/f90_common.c
/petsc/src/sys/src/f90/f90_hpux.c
/petsc/src/sys/src/f90/f90_intel.c
/petsc/src/sys/src/f90/f90_intel8.c
/petsc/src/sys/src/f90/f90_nag.c
/petsc/src/sys/src/f90/f90_rs6000.c
/petsc/src/sys/src/f90/f90_solaris.c
/petsc/src/sys/src/f90/f90_solaris_old.c
/petsc/src/sys/src/f90/f90_t3e.c
/petsc/src/sys/src/f90/f90_win32.c
/petsc/src/sys/src/fileio/smatlab.c
/petsc/src/sys/src/matlabengine/matlab.c
/petsc/src/sys/src/memory/mtr.c
/petsc/src/sys/src/objects/destroy.c
/petsc/src/sys/src/objects/inherit.c
/petsc/src/sys/src/objects/options.c
/petsc/src/sys/src/objects/pinit.c
/petsc/src/sys/src/objects/pname.c
/petsc/src/sys/src/objects/tagm.c
/petsc/src/sys/src/plog/classLog.c
/petsc/src/sys/src/plog/eventLog.c
/petsc/src/sys/src/plog/plog.c
/petsc/src/sys/src/plog/ploginfo.c
/petsc/src/sys/src/plog/stageLog.c
/petsc/src/sys/src/utils/dict.c
/petsc/src/sys/src/utils/pbarrier.c
/petsc/src/sys/src/utils/random.c
/petsc/src/sys/src/viewer/impls/ams/ams.c
/petsc/src/sys/src/viewer/impls/ascii/filev.c
/petsc/src/sys/src/viewer/impls/binary/binv.c
/petsc/src/sys/src/viewer/impls/draw/drawv.c
/petsc/src/sys/src/viewer/impls/hdf4/hdf4v.c
/petsc/src/sys/src/viewer/impls/mathematica/mathematica.c
/petsc/src/sys/src/viewer/impls/matlab/makefile
/petsc/src/sys/src/viewer/impls/matlab/vmatlab.c
/petsc/src/sys/src/viewer/impls/silo/vsilo.c
/petsc/src/sys/src/viewer/impls/string/stringv.c
/petsc/src/sys/src/viewer/impls/vu/petscvu.c
/petsc/src/sys/src/viewer/interface/dupl.c
/petsc/src/sys/src/viewer/interface/flush.c
/petsc/src/sys/src/viewer/interface/view.c
/petsc/src/sys/src/viewer/interface/viewa.c
/petsc/src/sys/src/viewer/interface/viewreg.c
cn/cn.c
/petsc/src/ts/impls/pseudo/posindep.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tscreate.c
/petsc/src/ts/interface/tsreg.c
/petsc/src/vec/esi/ecomp.c
/petsc/src/vec/examples/tests/ex34.c
/petsc/src/vec/examples/tests/makefile
/petsc/src/vec/impls/esi/ebvec1.c
/petsc/src/vec/impls/hypre/vhyp.c
/petsc/src/vec/impls/mpi/pbvec.c
/petsc/src/vec/impls/mpi/pdvec.c
/petsc/src/vec/impls/mpi/pvec2.c
/petsc/src/vec/impls/seq/bvec1.c
/petsc/src/vec/impls/seq/bvec2.c
/petsc/src/vec/impls/seq/dvec2.c
/petsc/src/vec/interface/map.c
/petsc/src/vec/interface/mapcreate.c
/petsc/src/vec/interface/mapreg.c
/petsc/src/vec/interface/mapregall.c
/petsc/src/vec/interface/veccreate.c
/petsc/src/vec/interface/vecreg.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/is/impls/block/block.c
/petsc/src/vec/is/impls/general/general.c
/petsc/src/vec/is/impls/stride/stride.c
/petsc/src/vec/is/interface/index.c
/petsc/src/vec/is/utils/isblock.c
/petsc/src/vec/is/utils/iscoloring.c
/petsc/src/vec/is/utils/iscomp.c
/petsc/src/vec/is/utils/isdiff.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/is/utils/makefile
/petsc/src/vec/utils/cmesh.c
/petsc/src/vec/utils/vecio.c
/petsc/src/vec/utils/vecmpitoseq.c
/petsc/src/vec/utils/vinv.c
/petsc/src/vec/utils/vscat.c
/petsc/src/vec/vecimpl.h
/petsc/todo
6c6c535202-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 ...


/petsc/bmake/common/rules.fortran.nocpp
/petsc/bmake/common/rules.shared.darwin7
/petsc/bmake/common/variables
/petsc/config/configure.py
/petsc/config/configure_cygwin-intel.py
/petsc/config/configure_cygwin-ms.py
/petsc/config/configure_cygwin.py
/petsc/config/configure_irix6.5-64.py
/petsc/config/configure_irix6.5.py
/petsc/config/configure_osf5.0.py
/petsc/config/configure_solaris2.9.py
/petsc/docs/tex/manual/developers.tex
/petsc/docs/tex/manual/gettinginfo.tex
/petsc/docs/tex/manual/part1.tex
/petsc/docs/tex/manual/part2.tex
/petsc/docs/tex/petscapp.bib
/petsc/docs/website/developers/index.html
/petsc/docs/website/documentation/installation.html
/petsc/include/petsc.h
/petsc/include/petscao.h
/petsc/include/petscblaslapack.h
/petsc/include/petscbt.h
/petsc/include/petscda.h
/petsc/include/petscdraw.h
/petsc/include/petscerror.h
/petsc/include/petschead.h
/petsc/include/petscksp.h
/petsc/include/petsclog.h
/petsc/include/petscmat.h
/petsc/include/petscmatlab.h
/petsc/include/petscoptions.h
/petsc/include/petscpc.h
/petsc/include/petscpf.h
/petsc/include/petscsnes.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/include/petscviewer.h
/petsc/maint/buildtest
/petsc/makefile
/petsc/projects/c++/ksp/ex2/ex2.dsp
/petsc/projects/c++/ksp/ex2/ex2.dsw
/petsc/projects/c/ksp/ex2/ex2.dsp
/petsc/projects/c/ksp/ex2/ex2.dsw
/petsc/projects/complex/ksp/ex2/ex2.dsp
/petsc/projects/complex/ksp/ex2/ex2.dsw
/petsc/projects/fortran/ksp/ex2f/ex2f.dsp
/petsc/projects/fortran/ksp/ex2f/ex2f.dsw
/petsc/projects/makefile
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/Options.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/todo
/petsc/src/contrib/oberman/laplacian_q1/appalgebra.c
/petsc/src/dm/ao/aoimpl.h
/petsc/src/dm/ao/impls/basic/aobasic.c
/petsc/src/dm/ao/impls/basic/aodatabasic.c
/petsc/src/dm/ao/impls/basic/aoreduced.c
/petsc/src/dm/ao/impls/mapping/aomapping.c
/petsc/src/dm/ao/interface/aodata.c
/petsc/src/dm/ao/interface/dlregis.c
/petsc/src/dm/ao/utils/aopart.c
/petsc/src/dm/ao/utils/aosetlocal.c
/petsc/src/dm/da/daimpl.h
/petsc/src/dm/da/examples/tests/ex20.c
/petsc/src/dm/da/examples/tests/ex21f.F
/petsc/src/dm/da/examples/tests/ex22.c
/petsc/src/dm/da/examples/tests/makefile
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/daview.c
/petsc/src/dm/da/utils/dm.c
/petsc/src/dm/da/utils/fdda.c
/petsc/src/fortran/custom/zvec.c
/petsc/src/inline/makefile
/petsc/src/ksp/examples/tests/ex12f.F
/petsc/src/ksp/examples/tests/ex16f.F
/petsc/src/ksp/examples/tests/ex18.c
/petsc/src/ksp/examples/tests/ex6.c
/petsc/src/ksp/examples/tests/ex7.c
/petsc/src/ksp/examples/tests/makefile
/petsc/src/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/examples/tutorials/ex14f.F
/petsc/src/ksp/examples/tutorials/ex15f.F
/petsc/src/ksp/examples/tutorials/ex1f.F
/petsc/src/ksp/examples/tutorials/ex21f.F
/petsc/src/ksp/examples/tutorials/ex22f.F
/petsc/src/ksp/examples/tutorials/ex27.c
/petsc/src/ksp/examples/tutorials/ex2f.F
/petsc/src/ksp/examples/tutorials/ex5.c
/petsc/src/ksp/examples/tutorials/ex6f.F
/petsc/src/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/impls/fgmres/fgmres.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/lgmres/lgmres.c
/petsc/src/ksp/ksp/interface/dlregis.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/examples/tests/ex8f.F
/petsc/src/ksp/pc/examples/tutorials/ex1.c
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/composite/composite.c
/petsc/src/ksp/pc/impls/hypre/hyppilut.c
/petsc/src/ksp/pc/impls/makefile
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/sor/sor.c
/petsc/src/ksp/pc/impls/spai/examples/tutorials/ex2.c
/petsc/src/ksp/pc/interface/pcset.c
/petsc/src/makefile
/petsc/src/mat/examples/tests/ex34.c
/petsc/src/mat/examples/tests/ex36f.F
/petsc/src/mat/examples/tests/ex55.c
/petsc/src/mat/examples/tests/ex62.c
/petsc/src/mat/examples/tests/ex63f.F
/petsc/src/mat/examples/tests/ex81.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tutorials/ex3.c
/petsc/src/mat/examples/tutorials/makefile
/petsc/src/mat/impls/adic/matadic.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/libtfs/error.c
/petsc/src/mat/impls/aij/mpi/libtfs/error.h
/petsc/src/mat/impls/aij/mpi/libtfs/gs.c
/petsc/src/mat/impls/aij/mpi/libtfs/gs.h
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.h
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/spooles/mpispooles.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/essl/essl.c
/petsc/src/mat/impls/aij/seq/lusol/lusol.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.c
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/mpi/dscpack/dscpack.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.h
/petsc/src/mat/impls/baij/seq/aijbaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij.h
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.h
/petsc/src/mat/impls/bdiag/seq/bdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag.h
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/mpi/mpidense.h
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/esi/mesi.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.h
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.h
/petsc/src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
/petsc/src/mat/impls/sbaij/seq/aijsbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/impls/shell/shellcnv.c
/petsc/src/mat/interface/dlregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/partition/partition.c
/petsc/src/mat/utils/convert.c
/petsc/src/mat/utils/matio.c
/petsc/src/snes/examples/tests/ex12f.F
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/ex1f.F
/petsc/src/snes/examples/tutorials/ex26.c
/petsc/src/snes/examples/tutorials/ex5f.h
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/makefile
/petsc/src/snes/interface/dlregis.c
/petsc/src/snes/interface/snes.c
/petsc/src/sys/examples/tests/ex5f.F
/petsc/src/sys/examples/tests/ex6f.F
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/examples/tutorials/ex4.c
/petsc/src/sys/src/dll/dl.c
/petsc/src/sys/src/dll/reg.c
/petsc/src/sys/src/draw/drawimpl.h
/petsc/src/sys/src/draw/impls/win32/win32draw.c
/petsc/src/sys/src/draw/impls/x/xcolor.c
/petsc/src/sys/src/draw/impls/x/xinit.c
/petsc/src/sys/src/draw/impls/x/xops.c
/petsc/src/sys/src/draw/interface/draw.c
/petsc/src/sys/src/draw/interface/drawreg.c
/petsc/src/sys/src/error/adebug.c
/petsc/src/sys/src/error/err.c
/petsc/src/sys/src/error/errtrace.c
/petsc/src/sys/src/error/fp.c
/petsc/src/sys/src/error/signal.c
/petsc/src/sys/src/fileio/fretrieve.c
/petsc/src/sys/src/fileio/mpiuopen.c
/petsc/src/sys/src/matlabengine/matlab.c
/petsc/src/sys/src/memory/mal.c
/petsc/src/sys/src/memory/mtr.c
/petsc/src/sys/src/objects/ams/aoptions.c
/petsc/src/sys/src/objects/destroy.c
/petsc/src/sys/src/objects/inherit.c
/petsc/src/sys/src/objects/options.c
/petsc/src/sys/src/objects/pname.c
/petsc/src/sys/src/objects/ptype.c
/petsc/src/sys/src/plog/eventLog.c
/petsc/src/sys/src/plog/plog.c
/petsc/src/sys/src/plog/plogmpe.c
/petsc/src/sys/src/utils/dlregis.h
/petsc/src/sys/src/utils/memc.c
/petsc/src/sys/src/utils/pdisplay.c
/petsc/src/sys/src/utils/str.c
/petsc/src/sys/src/viewer/impls/mathematica/mathematica.c
/petsc/src/sys/src/viewer/impls/silo/vsilo.c
/petsc/src/sys/src/viewer/impls/string/stringv.c
/petsc/src/sys/src/viewer/interface/dlregispetsc.c
pvode/petscpvode.c
/petsc/src/ts/interface/dlregis.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tscreate.c
/petsc/src/ts/interface/tsreg.c
/petsc/src/ts/interface/tsregall.c
/petsc/src/vec/examples/tests/ex20f.F
/petsc/src/vec/examples/tutorials/ex5.c
/petsc/src/vec/impls/mpi/pbvec.c
/petsc/src/vec/impls/mpi/pmap.c
/petsc/src/vec/impls/seq/bvec2.c
/petsc/src/vec/interface/dlregis.c
/petsc/src/vec/interface/map.c
/petsc/src/vec/interface/mapcreate.c
/petsc/src/vec/interface/mapreg.c
/petsc/src/vec/interface/mapregall.c
/petsc/src/vec/interface/veccreate.c
/petsc/src/vec/interface/vecreg.c
/petsc/src/vec/interface/vecregall.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/utils/vecio.c
/petsc/src/vec/vecimpl.h
0e33f6dd24-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 ...


/petsc/bmake/solaris/buildtest
/petsc/docs/website/developers/index.html
/petsc/include/petsc.h
/petsc/include/petscdraw.h
/petsc/include/petscerror.h
/petsc/include/petschead.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscoptions.h
/petsc/include/petscpc.h
/petsc/include/petscpf.h
/petsc/include/petscsnes.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/include/petscviewer.h
/petsc/src/benchmarks/results/performance_cfd_2_10
/petsc/src/ksp/esi/esles.c
/petsc/src/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/examples/tutorials/ex13.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/esi/pesi.c
/petsc/src/ksp/pc/impls/is/is.c
/petsc/src/ksp/pc/impls/is/nn/nn.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/sles/pcsles.c
/petsc/src/ksp/pc/interface/pcset.c
/petsc/src/mat/color/color.c
/petsc/src/mat/color/scolor.c
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/esi/mesi.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/order/sorder.c
/petsc/src/mat/order/sregis.c
/petsc/src/mat/partition/partition.c
/petsc/src/mat/partition/spartition.c
/petsc/src/mat/utils/matioall.c
/petsc/src/pf/interface/pf.c
/petsc/src/pf/interface/pfall.c
/petsc/src/snes/examples/tutorials/ex6.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/src/draw/drawimpl.h
/petsc/src/sys/src/draw/impls/ps/pops.c
/petsc/src/sys/src/draw/impls/x/xops.c
/petsc/src/sys/src/draw/interface/drawreg.c
/petsc/src/sys/src/draw/interface/drawregall.c
/petsc/src/sys/src/draw/interface/dtext.c
/petsc/src/sys/src/draw/interface/dtextv.c
/petsc/src/sys/src/objects/ams/aoptions.c
/petsc/src/sys/src/objects/destroy.c
/petsc/src/sys/src/objects/inherit.c
/petsc/src/sys/src/objects/pname.c
/petsc/src/sys/src/viewer/interface/viewreg.c
/petsc/src/sys/src/viewer/interface/viewregall.c
beuler/beuler.c
/petsc/src/ts/interface/tsreg.c
/petsc/src/vec/impls/esi/ebvec1.c
/petsc/src/vec/interface/mapreg.c
/petsc/src/vec/interface/vecreg.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/utils/comb.c
4b9ad92823-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 ...


/petsc/bmake/common/variables
/petsc/docs/manualpages/sec/bop.KSP
/petsc/docs/manualpages/sec/bop.PC
/petsc/docs/manualpages/sec/bop.SLES
/petsc/docs/manualpages/sec/bop.SNES
/petsc/docs/tex/manual/part1.tex
/petsc/docs/tex/manual/part2.tex
/petsc/include/petscksp.h
/petsc/maint/xclude
/petsc/src/ksp/esi/esles.c
/petsc/src/ksp/esi/makefile
/petsc/src/ksp/examples/makefile
/petsc/src/ksp/examples/tests/ex1.c
/petsc/src/ksp/examples/tests/ex10.c
/petsc/src/ksp/examples/tests/ex12.F
/petsc/src/ksp/examples/tests/ex14.c
/petsc/src/ksp/examples/tests/ex15.c
/petsc/src/ksp/examples/tests/ex16.F
/petsc/src/ksp/examples/tests/ex17.c
/petsc/src/ksp/examples/tests/ex18.c
/petsc/src/ksp/examples/tests/ex19.c
/petsc/src/ksp/examples/tests/ex2.c
/petsc/src/ksp/examples/tests/ex20.c
/petsc/src/ksp/examples/tests/ex24.c
/petsc/src/ksp/examples/tests/ex25.c
/petsc/src/ksp/examples/tests/ex3.c
/petsc/src/ksp/examples/tests/ex4.c
/petsc/src/ksp/examples/tests/ex5f.F
/petsc/src/ksp/examples/tests/ex6.c
/petsc/src/ksp/examples/tests/ex7.c
/petsc/src/ksp/examples/tests/makefile
/petsc/src/ksp/examples/tests/output/ex10_1.out
/petsc/src/ksp/examples/tests/output/ex16_1.out
/petsc/src/ksp/examples/tests/output/ex17_1.out
/petsc/src/ksp/examples/tests/output/ex20_1.out
/petsc/src/ksp/examples/tests/output/ex24_1.out
/petsc/src/ksp/examples/tests/output/ex24_2.out
/petsc/src/ksp/examples/tests/output/ex24_3.out
/petsc/src/ksp/examples/tests/output/ex24_4.out
/petsc/src/ksp/examples/tests/output/ex25_1.out
/petsc/src/ksp/examples/tests/output/ex25_2.out
/petsc/src/ksp/examples/tests/output/ex2_1.out
/petsc/src/ksp/examples/tests/output/ex3_1.out
/petsc/src/ksp/examples/tests/output/ex3_2.out
/petsc/src/ksp/examples/tests/output/ex4_1.out
/petsc/src/ksp/examples/tests/output/ex4_3.out
/petsc/src/ksp/examples/tests/output/ex4_5.out
/petsc/src/ksp/examples/tests/output/ex6_1.out
/petsc/src/ksp/examples/tests/output/ex6_2.out
/petsc/src/ksp/examples/tests/output/ex6_3.out
/petsc/src/ksp/examples/tests/output/ex6_4.out
/petsc/src/ksp/examples/tests/output/ex6_6.out
/petsc/src/ksp/examples/tests/output/ex6_7.out
/petsc/src/ksp/examples/tests/scripts/ex10.asm
/petsc/src/ksp/examples/tests/scripts/ex10.script
/petsc/src/ksp/examples/tests/scripts/ex10_asm_matbaij
/petsc/src/ksp/examples/tests/scripts/ex10_asm_mpibaij
/petsc/src/ksp/examples/tests/scripts/ex10_bjacobi_mpibaij
/petsc/src/ksp/examples/tests/scripts/ex10_blu
/petsc/src/ksp/examples/tests/scripts/ex10_lu
/petsc/src/ksp/examples/tests/scripts/ex10_lu_blocks
/petsc/src/ksp/examples/tests/scripts/ex10_seqbdiag
/petsc/src/ksp/examples/tutorials/cyclic.h
/petsc/src/ksp/examples/tutorials/da_hdf.c
/petsc/src/ksp/examples/tutorials/ex1.c
/petsc/src/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/examples/tutorials/ex11.c
/petsc/src/ksp/examples/tutorials/ex11f.F
/petsc/src/ksp/examples/tutorials/ex12.c
/petsc/src/ksp/examples/tutorials/ex13.c
/petsc/src/ksp/examples/tutorials/ex13f90.F
/petsc/src/ksp/examples/tutorials/ex14f.F
/petsc/src/ksp/examples/tutorials/ex15.c
/petsc/src/ksp/examples/tutorials/ex15f.F
/petsc/src/ksp/examples/tutorials/ex16.c
/petsc/src/ksp/examples/tutorials/ex1f.F
/petsc/src/ksp/examples/tutorials/ex2.c
/petsc/src/ksp/examples/tutorials/ex20options
/petsc/src/ksp/examples/tutorials/ex21f.F
/petsc/src/ksp/examples/tutorials/ex22.c
/petsc/src/ksp/examples/tutorials/ex22f.F
/petsc/src/ksp/examples/tutorials/ex23.c
/petsc/src/ksp/examples/tutorials/ex25.c
/petsc/src/ksp/examples/tutorials/ex26.c
/petsc/src/ksp/examples/tutorials/ex27.c
/petsc/src/ksp/examples/tutorials/ex28.c
/petsc/src/ksp/examples/tutorials/ex2f.F
/petsc/src/ksp/examples/tutorials/ex3.c
/petsc/src/ksp/examples/tutorials/ex31.c
/petsc/src/ksp/examples/tutorials/ex4.c
/petsc/src/ksp/examples/tutorials/ex5.c
/petsc/src/ksp/examples/tutorials/ex6f.F
/petsc/src/ksp/examples/tutorials/ex7.c
/petsc/src/ksp/examples/tutorials/ex8.c
/petsc/src/ksp/examples/tutorials/ex9.c
/petsc/src/ksp/examples/tutorials/hacks.h
/petsc/src/ksp/examples/tutorials/makefile
/petsc/src/ksp/examples/tutorials/output/ex10_1.out
/petsc/src/ksp/examples/tutorials/output/ex10_10.out
/petsc/src/ksp/examples/tutorials/output/ex10_11.out
/petsc/src/ksp/examples/tutorials/output/ex10_12.out
/petsc/src/ksp/examples/tutorials/output/ex10_13.out
/petsc/src/ksp/examples/tutorials/output/ex10_15.out
/petsc/src/ksp/examples/tutorials/output/ex10_16.out
/petsc/src/ksp/examples/tutorials/output/ex10_17.out
/petsc/src/ksp/examples/tutorials/output/ex10_18.out
/petsc/src/ksp/examples/tutorials/output/ex10_2.out
/petsc/src/ksp/examples/tutorials/output/ex10_3.out
/petsc/src/ksp/examples/tutorials/output/ex10_4.out
/petsc/src/ksp/examples/tutorials/output/ex10_5.out
/petsc/src/ksp/examples/tutorials/output/ex10_6.out
/petsc/src/ksp/examples/tutorials/output/ex10_7.out
/petsc/src/ksp/examples/tutorials/output/ex10_8.out
/petsc/src/ksp/examples/tutorials/output/ex10_9.out
/petsc/src/ksp/examples/tutorials/output/ex11_1.out
/petsc/src/ksp/examples/tutorials/output/ex11f_1.out
/petsc/src/ksp/examples/tutorials/output/ex12_1.out
/petsc/src/ksp/examples/tutorials/output/ex12_2.out
/petsc/src/ksp/examples/tutorials/output/ex12_3.out
/petsc/src/ksp/examples/tutorials/output/ex13_1.out
/petsc/src/ksp/examples/tutorials/output/ex13f90_1.out
/petsc/src/ksp/examples/tutorials/output/ex14_1.out
/petsc/src/ksp/examples/tutorials/output/ex14_2.out
/petsc/src/ksp/examples/tutorials/output/ex15_1.out
/petsc/src/ksp/examples/tutorials/output/ex15f_1.out
/petsc/src/ksp/examples/tutorials/output/ex16_1.out
/petsc/src/ksp/examples/tutorials/output/ex18_1.out
/petsc/src/ksp/examples/tutorials/output/ex1_1.out
/petsc/src/ksp/examples/tutorials/output/ex1_2.out
/petsc/src/ksp/examples/tutorials/output/ex1_3.out
/petsc/src/ksp/examples/tutorials/output/ex1f_1.out
/petsc/src/ksp/examples/tutorials/output/ex20_1.out
/petsc/src/ksp/examples/tutorials/output/ex20_2.out
/petsc/src/ksp/examples/tutorials/output/ex21f_1.out
/petsc/src/ksp/examples/tutorials/output/ex22_1.out
/petsc/src/ksp/examples/tutorials/output/ex23_1.out
/petsc/src/ksp/examples/tutorials/output/ex23_2.out
/petsc/src/ksp/examples/tutorials/output/ex25_1.out
/petsc/src/ksp/examples/tutorials/output/ex26_1.out
/petsc/src/ksp/examples/tutorials/output/ex2_1.out
/petsc/src/ksp/examples/tutorials/output/ex2_2.out
/petsc/src/ksp/examples/tutorials/output/ex2_3.out
/petsc/src/ksp/examples/tutorials/output/ex2_4.out
/petsc/src/ksp/examples/tutorials/output/ex2_5.out
/petsc/src/ksp/examples/tutorials/output/ex2_6.out
/petsc/src/ksp/examples/tutorials/output/ex2f_1.out
/petsc/src/ksp/examples/tutorials/output/ex4_1.out
/petsc/src/ksp/examples/tutorials/output/ex5_1.out
/petsc/src/ksp/examples/tutorials/output/ex5_2.out
/petsc/src/ksp/examples/tutorials/output/ex5_3.out
/petsc/src/ksp/examples/tutorials/output/ex5_4.out
/petsc/src/ksp/examples/tutorials/output/ex5_5.out
/petsc/src/ksp/examples/tutorials/output/ex6f_1.out
/petsc/src/ksp/examples/tutorials/output/ex7_1.out
/petsc/src/ksp/examples/tutorials/output/ex9_1.out
/petsc/src/ksp/ksp/impls/bcgs/bcgs.c
/petsc/src/ksp/ksp/impls/bcgs/makefile
/petsc/src/ksp/ksp/impls/bicg/bicg.c
/petsc/src/ksp/ksp/impls/bicg/makefile
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cg/cgctx.h
/petsc/src/ksp/ksp/impls/cg/cgeig.c
/petsc/src/ksp/ksp/impls/cg/cgtype.c
/petsc/src/ksp/ksp/impls/cg/makefile
/petsc/src/ksp/ksp/impls/cgne/cgne.c
/petsc/src/ksp/ksp/impls/cgne/makefile
/petsc/src/ksp/ksp/impls/cgs/cgs.c
/petsc/src/ksp/ksp/impls/cgs/makefile
/petsc/src/ksp/ksp/impls/cheby/chebctx.h
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/impls/cheby/makefile
/petsc/src/ksp/ksp/impls/cr/cr.c
/petsc/src/ksp/ksp/impls/cr/makefile
/petsc/src/ksp/ksp/impls/fgmres/fgmres.c
/petsc/src/ksp/ksp/impls/fgmres/fgmresp.h
/petsc/src/ksp/ksp/impls/fgmres/makefile
/petsc/src/ksp/ksp/impls/fgmres/modpcf.c
/petsc/src/ksp/ksp/impls/gmres/borthog.c
/petsc/src/ksp/ksp/impls/gmres/borthog2.c
/petsc/src/ksp/ksp/impls/gmres/gmcnv.c
/petsc/src/ksp/ksp/impls/gmres/gmpre.c
/petsc/src/ksp/ksp/impls/gmres/gmreig.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/gmres2.c
/petsc/src/ksp/ksp/impls/gmres/gmresp.h
/petsc/src/ksp/ksp/impls/gmres/makefile
/petsc/src/ksp/ksp/impls/lgmres/lgmres.c
/petsc/src/ksp/ksp/impls/lgmres/lgmresp.h
/petsc/src/ksp/ksp/impls/lgmres/makefile
/petsc/src/ksp/ksp/impls/lgmres/readme
/petsc/src/ksp/ksp/impls/lsqr/lsqr.c
/petsc/src/ksp/ksp/impls/lsqr/makefile
/petsc/src/ksp/ksp/impls/makefile
/petsc/src/ksp/ksp/impls/minres/makefile
/petsc/src/ksp/ksp/impls/minres/minres.c
/petsc/src/ksp/ksp/impls/preonly/makefile
/petsc/src/ksp/ksp/impls/preonly/preonly.c
/petsc/src/ksp/ksp/impls/qcg/makefile
/petsc/src/ksp/ksp/impls/qcg/qcg.c
/petsc/src/ksp/ksp/impls/qcg/qcg.h
/petsc/src/ksp/ksp/impls/rich/makefile
/petsc/src/ksp/ksp/impls/rich/rich.c
/petsc/src/ksp/ksp/impls/rich/richctx.h
/petsc/src/ksp/ksp/impls/rich/richscale.c
/petsc/src/ksp/ksp/impls/symmlq/makefile
/petsc/src/ksp/ksp/impls/symmlq/symmlq.c
/petsc/src/ksp/ksp/impls/tcqmr/makefile
/petsc/src/ksp/ksp/impls/tcqmr/tcqmr.c
/petsc/src/ksp/ksp/impls/tcqmr/tcqmrp.h
/petsc/src/ksp/ksp/impls/tfqmr/makefile
/petsc/src/ksp/ksp/impls/tfqmr/tfqmr.c
/petsc/src/ksp/ksp/interface/dlregis.c
/petsc/src/ksp/ksp/interface/eige.c
/petsc/src/ksp/ksp/interface/iguess.c
/petsc/src/ksp/ksp/interface/itcl.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/ksp/interface/itregis.c
/petsc/src/ksp/ksp/interface/itres.c
/petsc/src/ksp/ksp/interface/makefile
/petsc/src/ksp/ksp/interface/xmon.c
/petsc/src/ksp/ksp/kspimpl.h
/petsc/src/ksp/ksp/makefile
/petsc/src/ksp/makefile
/petsc/src/ksp/pc/esi/epreconditioner.c
/petsc/src/ksp/pc/esi/makefile
/petsc/src/ksp/pc/examples/makefile
/petsc/src/ksp/pc/examples/tests/ex1.c
/petsc/src/ksp/pc/examples/tests/ex2.c
/petsc/src/ksp/pc/examples/tests/ex3.c
/petsc/src/ksp/pc/examples/tests/ex4.c
/petsc/src/ksp/pc/examples/tests/ex5.c
/petsc/src/ksp/pc/examples/tests/ex6.c
/petsc/src/ksp/pc/examples/tests/ex7.c
/petsc/src/ksp/pc/examples/tests/ex8f.F
/petsc/src/ksp/pc/examples/tests/makefile
/petsc/src/ksp/pc/examples/tests/output/ex1_1.out
/petsc/src/ksp/pc/examples/tests/output/ex2_1.out
/petsc/src/ksp/pc/examples/tests/output/ex3_1.out
/petsc/src/ksp/pc/examples/tests/output/ex4_1.out
/petsc/src/ksp/pc/examples/tests/output/ex5_1.out
/petsc/src/ksp/pc/examples/tests/output/ex6_1.out
/petsc/src/ksp/pc/examples/tutorials/ex1.c
/petsc/src/ksp/pc/examples/tutorials/ex2.c
/petsc/src/ksp/pc/examples/tutorials/makefile
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/asm/makefile
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.h
/petsc/src/ksp/pc/impls/bjacobi/makefile
/petsc/src/ksp/pc/impls/cholesky/cholesky.c
/petsc/src/ksp/pc/impls/cholesky/makefile
/petsc/src/ksp/pc/impls/composite/composite.c
/petsc/src/ksp/pc/impls/composite/makefile
/petsc/src/ksp/pc/impls/eisens/eisen.c
/petsc/src/ksp/pc/impls/eisens/makefile
/petsc/src/ksp/pc/impls/esi/makefile
/petsc/src/ksp/pc/impls/esi/pesi.c
/petsc/src/ksp/pc/impls/hypre/hyppilut.c
/petsc/src/ksp/pc/impls/hypre/makefile
/petsc/src/ksp/pc/impls/icc/icc.c
/petsc/src/ksp/pc/impls/icc/icc.h
/petsc/src/ksp/pc/impls/icc/makefile
/petsc/src/ksp/pc/impls/ilu/ilu.c
/petsc/src/ksp/pc/impls/ilu/ilu.h
/petsc/src/ksp/pc/impls/ilu/makefile
/petsc/src/ksp/pc/impls/is/feti/examples/ex1.c
/petsc/src/ksp/pc/impls/is/feti/examples/makefile
/petsc/src/ksp/pc/impls/is/feti/fetipc.c
/petsc/src/ksp/pc/impls/is/feti/fetipc.h
/petsc/src/ksp/pc/impls/is/feti/makefile
/petsc/src/ksp/pc/impls/is/is.c
/petsc/src/ksp/pc/impls/is/is.h
/petsc/src/ksp/pc/impls/is/makefile
/petsc/src/ksp/pc/impls/is/nn/makefile
/petsc/src/ksp/pc/impls/is/nn/nn.c
/petsc/src/ksp/pc/impls/is/nn/nn.h
/petsc/src/ksp/pc/impls/jacobi/jacobi.c
/petsc/src/ksp/pc/impls/jacobi/makefile
/petsc/src/ksp/pc/impls/lu/lu.c
/petsc/src/ksp/pc/impls/lu/makefile
/petsc/src/ksp/pc/impls/makefile
/petsc/src/ksp/pc/impls/mat/makefile
/petsc/src/ksp/pc/impls/mat/pcmat.c
/petsc/src/ksp/pc/impls/mg/fmg.c
/petsc/src/ksp/pc/impls/mg/makefile
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/mg/mgfunc.c
/petsc/src/ksp/pc/impls/mg/mgimpl.h
/petsc/src/ksp/pc/impls/mg/smg.c
/petsc/src/ksp/pc/impls/none/makefile
/petsc/src/ksp/pc/impls/none/none.c
/petsc/src/ksp/pc/impls/pbjacobi/makefile
/petsc/src/ksp/pc/impls/pbjacobi/pbjacobi.c
/petsc/src/ksp/pc/impls/pilut/hyppilut.c
/petsc/src/ksp/pc/impls/pilut/makefile
/petsc/src/ksp/pc/impls/ramg/makefile
/petsc/src/ksp/pc/impls/ramg/petscfunc.c
/petsc/src/ksp/pc/impls/ramg/petscfunc.h
/petsc/src/ksp/pc/impls/ramg/ramgfunc.h
/petsc/src/ksp/pc/impls/ramg/ramgpetsc.c
/petsc/src/ksp/pc/impls/redundant/makefile
/petsc/src/ksp/pc/impls/redundant/redundant.c
/petsc/src/ksp/pc/impls/samg/externc.h
/petsc/src/ksp/pc/impls/samg/global.h
/petsc/src/ksp/pc/impls/samg/makefile
/petsc/src/ksp/pc/impls/samg/petscfunc.h
/petsc/src/ksp/pc/impls/samg/readme
/petsc/src/ksp/pc/impls/samg/samgfunc.h
/petsc/src/ksp/pc/impls/samg/samgmgpetsc.c
/petsc/src/ksp/pc/impls/samg/samgpetsc.c
/petsc/src/ksp/pc/impls/samg/samgpetsctools.c
/petsc/src/ksp/pc/impls/samg/samgtools1.F
/petsc/src/ksp/pc/impls/shell/makefile
/petsc/src/ksp/pc/impls/shell/shellpc.c
/petsc/src/ksp/pc/impls/sles/makefile
/petsc/src/ksp/pc/impls/sles/pcsles.c
/petsc/src/ksp/pc/impls/sor/makefile
/petsc/src/ksp/pc/impls/sor/sor.c
/petsc/src/ksp/pc/impls/spai/examples/makefile
/petsc/src/ksp/pc/impls/spai/examples/tutorials/ex2.c
/petsc/src/ksp/pc/impls/spai/examples/tutorials/ex3.c
/petsc/src/ksp/pc/impls/spai/examples/tutorials/makefile
/petsc/src/ksp/pc/impls/spai/examples/tutorials/test_command
/petsc/src/ksp/pc/impls/spai/include/spai.h
/petsc/src/ksp/pc/impls/spai/makefile
/petsc/src/ksp/pc/impls/spai/readme
/petsc/src/ksp/pc/impls/spai/src/dspai.c
/petsc/src/ksp/pc/impls/spai/src/ispai.c
/petsc/src/ksp/pc/impls/spai/src/makefile
/petsc/src/ksp/pc/interface/makefile
/petsc/src/ksp/pc/interface/pcregis.c
/petsc/src/ksp/pc/interface/pcset.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/ksp/pc/makefile
/petsc/src/ksp/pc/pcimpl.h
/petsc/src/ksp/utils/damg.c
/petsc/src/ksp/utils/makefile
/petsc/src/makefile
/petsc/src/mat/examples/makefile
/petsc/src/mat/examples/tutorials/makefile
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/src/dll/reg.c
/petsc/src/sys/src/viewer/impls/mathematica/makefile
/petsc/src/sys/src/viewer/impls/mathematica/mathematica.c
pvode/petscpvode.h
/petsc/src/vec/examples/tutorials/makefile
94b7f48c22-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 ...


/petsc/bmake/adic.init
/petsc/bmake/adicmf.init
/petsc/bmake/common/rules
/petsc/bmake/linux_superludist/packages
/petsc/bmake/rs6000/packages
/petsc/bmake/rs6000_64/packages
/petsc/bmake/rs6000_gnu/packages
/petsc/bmake/rs6000_sp/packages
/petsc/bmake/win32_borland/variables
/petsc/config/configure_darwin6.8.py
/petsc/docs/manualpages/sec/bop.KSP
/petsc/docs/manualpages/sec/bop.PC
/petsc/docs/manualpages/sec/bop.SLES
/petsc/docs/manualpages/sec/bop.SNES
/petsc/docs/tex/manual/part1.tex
/petsc/docs/tex/manual/part2.tex
/petsc/docs/tex/petscapp.bib
/petsc/docs/website/documentation/changes/220.html
/petsc/docs/website/download/index.html
/petsc/include/esi/petsc/solveriterative.h
/petsc/include/finclude/makefile
/petsc/include/finclude/petscpc.h
/petsc/include/petsc.h
/petsc/include/petscda.h
/petsc/include/petscerror.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscmg.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/include/petscts.h
/petsc/makefile
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/Options.py
/petsc/python/PETSc/packages/Matlab.py
/petsc/python/PETSc/packages/fortranstubs.py
/petsc/src/contrib/oberman/laplacian_q1/appalgebra.c
/petsc/src/contrib/oberman/laplacian_q1/appctx.h
/petsc/src/contrib/oberman/laplacian_q1/makefile
/petsc/src/contrib/oberman/laplacian_q1/scalable/appalgebra.c
/petsc/src/contrib/oberman/laplacian_q1/scalable/appctx.h
/petsc/src/contrib/oberman/laplacian_q1/scalable/makefile
/petsc/src/fortran/custom/zksp.c
/petsc/src/fortran/custom/zpc.c
/petsc/src/fortran/custom/zsles.c
/petsc/src/fortran/custom/zsnes.c
/petsc/src/fortran/custom/zts.c
/petsc/src/mat/examples/tests/ex30.c
/petsc/src/mat/examples/tests/ex40.c
/petsc/src/mat/examples/tests/ex41.c
/petsc/src/mat/examples/tests/ex42.c
/petsc/src/mat/examples/tests/ex7.c
/petsc/src/mat/examples/tests/ex73.c
/petsc/src/mat/examples/tests/ex80.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tutorials/ex3.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aijmatlab.c
/petsc/src/mat/impls/aij/seq/spooles/spoolesOptions.c
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/utils/zerodiag.c
/petsc/src/sles/esi/esles.c
/petsc/src/sles/examples/tests/ex1.c
/petsc/src/sles/examples/tests/ex10.c
/petsc/src/sles/examples/tests/ex12.F
/petsc/src/sles/examples/tests/ex14.c
/petsc/src/sles/examples/tests/ex15.c
/petsc/src/sles/examples/tests/ex16.F
/petsc/src/sles/examples/tests/ex17.c
/petsc/src/sles/examples/tests/ex18.c
/petsc/src/sles/examples/tests/ex19.c
/petsc/src/sles/examples/tests/ex2.c
/petsc/src/sles/examples/tests/ex20.c
/petsc/src/sles/examples/tests/ex24.c
/petsc/src/sles/examples/tests/ex3.c
/petsc/src/sles/examples/tests/ex4.c
/petsc/src/sles/examples/tests/ex5f.F
/petsc/src/sles/examples/tests/ex6.c
/petsc/src/sles/examples/tests/ex7.c
/petsc/src/sles/examples/tutorials/ex1.c
/petsc/src/sles/examples/tutorials/ex10.c
/petsc/src/sles/examples/tutorials/ex11.c
/petsc/src/sles/examples/tutorials/ex11f.F
/petsc/src/sles/examples/tutorials/ex12.c
/petsc/src/sles/examples/tutorials/ex13.c
/petsc/src/sles/examples/tutorials/ex13f90.F
/petsc/src/sles/examples/tutorials/ex14f.F
/petsc/src/sles/examples/tutorials/ex15.c
/petsc/src/sles/examples/tutorials/ex15f.F
/petsc/src/sles/examples/tutorials/ex16.c
/petsc/src/sles/examples/tutorials/ex1f.F
/petsc/src/sles/examples/tutorials/ex2.c
/petsc/src/sles/examples/tutorials/ex21f.F
/petsc/src/sles/examples/tutorials/ex22.c
/petsc/src/sles/examples/tutorials/ex23.c
/petsc/src/sles/examples/tutorials/ex25.c
/petsc/src/sles/examples/tutorials/ex26.c
/petsc/src/sles/examples/tutorials/ex27.c
/petsc/src/sles/examples/tutorials/ex28.c
/petsc/src/sles/examples/tutorials/ex2f.F
/petsc/src/sles/examples/tutorials/ex3.c
/petsc/src/sles/examples/tutorials/ex4.c
/petsc/src/sles/examples/tutorials/ex5.c
/petsc/src/sles/examples/tutorials/ex6f.F
/petsc/src/sles/examples/tutorials/ex7.c
/petsc/src/sles/examples/tutorials/ex8.c
/petsc/src/sles/examples/tutorials/ex9.c
/petsc/src/sles/examples/tutorials/makefile
/petsc/src/sles/ksp/impls/cg/cg.c
/petsc/src/sles/ksp/impls/cheby/cheby.c
/petsc/src/sles/ksp/impls/fgmres/fgmres.c
/petsc/src/sles/ksp/impls/fgmres/modpcf.c
/petsc/src/sles/ksp/impls/lgmres/lgmres.c
/petsc/src/sles/ksp/interface/dlregis.c
/petsc/src/sles/ksp/interface/eige.c
/petsc/src/sles/ksp/interface/itcl.c
/petsc/src/sles/ksp/interface/itcreate.c
/petsc/src/sles/ksp/interface/iterativ.c
/petsc/src/sles/ksp/interface/itfunc.c
/petsc/src/sles/ksp/kspimpl.h
/petsc/src/sles/makefile
/petsc/src/sles/pc/examples/tests/ex2.c
/petsc/src/sles/pc/examples/tests/ex5.c
/petsc/src/sles/pc/examples/tests/ex6.c
/petsc/src/sles/pc/examples/tests/ex8f.F
/petsc/src/sles/pc/examples/tutorials/ex1.c
/petsc/src/sles/pc/examples/tutorials/ex2.c
/petsc/src/sles/pc/impls/asm/asm.c
/petsc/src/sles/pc/impls/bjacobi/bjacobi.c
/petsc/src/sles/pc/impls/bjacobi/bjacobi.h
/petsc/src/sles/pc/impls/cholesky/cholesky.c
/petsc/src/sles/pc/impls/composite/composite.c
/petsc/src/sles/pc/impls/eisens/eisen.c
/petsc/src/sles/pc/impls/ilu/ilu.c
/petsc/src/sles/pc/impls/is/is.c
/petsc/src/sles/pc/impls/is/is.h
/petsc/src/sles/pc/impls/is/nn/nn.c
/petsc/src/sles/pc/impls/is/nn/nn.h
/petsc/src/sles/pc/impls/lu/lu.c
/petsc/src/sles/pc/impls/mat/pcmat.c
/petsc/src/sles/pc/impls/mg/fmg.c
/petsc/src/sles/pc/impls/mg/mg.c
/petsc/src/sles/pc/impls/mg/mgfunc.c
/petsc/src/sles/pc/impls/mg/mgimpl.h
/petsc/src/sles/pc/impls/mg/smg.c
/petsc/src/sles/pc/impls/ramg/petscfunc.c
/petsc/src/sles/pc/impls/ramg/petscfunc.h
/petsc/src/sles/pc/impls/ramg/ramgpetsc.c
/petsc/src/sles/pc/impls/redundant/redundant.c
/petsc/src/sles/pc/impls/samg/petscfunc.h
/petsc/src/sles/pc/impls/samg/samgmgpetsc.c
/petsc/src/sles/pc/impls/samg/samgpetsctools.c
/petsc/src/sles/pc/impls/sles/pcsles.c
/petsc/src/sles/pc/interface/pcregis.c
/petsc/src/sles/pc/interface/pcset.c
/petsc/src/sles/pc/interface/precon.c
/petsc/src/sles/utils/damg.c
/petsc/src/snes/examples/tests/ex1.c
/petsc/src/snes/examples/tests/ex11.c
/petsc/src/snes/examples/tests/ex5.c
/petsc/src/snes/examples/tests/ex9.c
/petsc/src/snes/examples/tutorials/ex1.c
/petsc/src/snes/examples/tutorials/ex10d/ex10.c
/petsc/src/snes/examples/tutorials/ex14.c
/petsc/src/snes/examples/tutorials/ex19.c
/petsc/src/snes/examples/tutorials/ex1f.F
/petsc/src/snes/examples/tutorials/ex2.c
/petsc/src/snes/examples/tutorials/ex24.c
/petsc/src/snes/examples/tutorials/ex26.c
/petsc/src/snes/examples/tutorials/ex27.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex3.c
/petsc/src/snes/examples/tutorials/ex30.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/ex5f90.F
/petsc/src/snes/examples/tutorials/ex5s.c
/petsc/src/snes/examples/tutorials/ex6.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/snesimpl.h
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/src/error/err.c
/petsc/src/sys/src/objects/pinit.c
/petsc/src/sys/src/utils/arch.c
/petsc/src/sys/src/viewer/interface/dupl.c
/petsc/src/ts/examples/tests/ex1f.F
/petsc/src/ts/examples/tutorials/ex2f.h
/petsc/src/ts/examples/tutorials/ex3.c
/petsc/src/ts/examples/tutorials/ex4.c
/petsc/src/ts/examples/tutorials/ex5.c
/petsc/src/ts/examples/tutorials/ex6.c
/petsc/src/ts/examples/tutorials/ex7.c
beuler/beuler.c
cn/cn.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tscreate.c
/petsc/src/ts/interface/tsreg.c
/petsc/src/ts/tsimpl.h
/petsc/src/vec/examples/tests/ex19f.F
/petsc/src/vec/examples/tests/ex20f.F
/petsc/src/vec/examples/tests/ex34.c
/petsc/src/vec/examples/tests/makefile
/petsc/src/vec/interface/vector.c
c293cc1018-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 ...


/petsc/bmake/common/rules
/petsc/docs/tex/manual/part1.tex
/petsc/docs/tex/manual/part2.tex
/petsc/docs/website/documentation/changes/217.html
/petsc/include/petscksp.h
/petsc/makefile
/petsc/python/PETSc/Configure.py
/petsc/src/contrib/oberman/laplacian_q1/appalgebra.c
/petsc/src/contrib/oberman/laplacian_q1/appctx.h
/petsc/src/contrib/oberman/laplacian_q1/main.c
/petsc/src/contrib/oberman/laplacian_q1/scalable/appalgebra.c
/petsc/src/contrib/oberman/laplacian_q1/scalable/main.c
/petsc/src/sles/esi/esles.c
/petsc/src/sles/examples/tests/ex1.c
/petsc/src/sles/examples/tests/ex10.c
/petsc/src/sles/examples/tests/ex12.F
/petsc/src/sles/examples/tests/ex14.c
/petsc/src/sles/examples/tests/ex15.c
/petsc/src/sles/examples/tests/ex16.F
/petsc/src/sles/examples/tests/ex17.c
/petsc/src/sles/examples/tests/ex18.c
/petsc/src/sles/examples/tests/ex19.c
/petsc/src/sles/examples/tests/ex2.c
/petsc/src/sles/examples/tests/ex20.c
/petsc/src/sles/examples/tests/ex24.c
/petsc/src/sles/examples/tests/ex3.c
/petsc/src/sles/examples/tests/ex4.c
/petsc/src/sles/examples/tests/ex5f.F
/petsc/src/sles/examples/tests/ex6.c
/petsc/src/sles/examples/tests/ex7.c
/petsc/src/sles/examples/tutorials/ex1.c
/petsc/src/sles/examples/tutorials/ex10.c
/petsc/src/sles/examples/tutorials/ex11.c
/petsc/src/sles/examples/tutorials/ex11f.F
/petsc/src/sles/examples/tutorials/ex12.c
/petsc/src/sles/examples/tutorials/ex13.c
/petsc/src/sles/examples/tutorials/ex13f90.F
/petsc/src/sles/examples/tutorials/ex14f.F
/petsc/src/sles/examples/tutorials/ex15.c
/petsc/src/sles/examples/tutorials/ex15f.F
/petsc/src/sles/examples/tutorials/ex16.c
/petsc/src/sles/examples/tutorials/ex1f.F
/petsc/src/sles/examples/tutorials/ex2.c
/petsc/src/sles/examples/tutorials/ex21f.F
/petsc/src/sles/examples/tutorials/ex23.c
/petsc/src/sles/examples/tutorials/ex27.c
/petsc/src/sles/examples/tutorials/ex2f.F
/petsc/src/sles/examples/tutorials/ex3.c
/petsc/src/sles/examples/tutorials/ex4.c
/petsc/src/sles/examples/tutorials/ex5.c
/petsc/src/sles/examples/tutorials/ex6f.F
/petsc/src/sles/examples/tutorials/ex7.c
/petsc/src/sles/examples/tutorials/ex8.c
/petsc/src/sles/examples/tutorials/ex9.c
/petsc/src/sles/ksp/impls/bcgs/bcgs.c
/petsc/src/sles/ksp/impls/bicg/bicg.c
/petsc/src/sles/ksp/impls/cg/cg.c
/petsc/src/sles/ksp/impls/cgne/cgne.c
/petsc/src/sles/ksp/impls/cgs/cgs.c
/petsc/src/sles/ksp/impls/cheby/cheby.c
/petsc/src/sles/ksp/impls/cr/cr.c
/petsc/src/sles/ksp/impls/fgmres/fgmres.c
/petsc/src/sles/ksp/impls/gmres/gmres.c
/petsc/src/sles/ksp/impls/lgmres/lgmres.c
/petsc/src/sles/ksp/impls/lsqr/lsqr.c
/petsc/src/sles/ksp/impls/minres/minres.c
/petsc/src/sles/ksp/impls/preonly/preonly.c
/petsc/src/sles/ksp/impls/qcg/qcg.c
/petsc/src/sles/ksp/impls/rich/rich.c
/petsc/src/sles/ksp/impls/symmlq/symmlq.c
/petsc/src/sles/ksp/impls/tcqmr/tcqmr.c
/petsc/src/sles/ksp/impls/tfqmr/tfqmr.c
/petsc/src/sles/ksp/interface/itfunc.c
/petsc/src/sles/ksp/kspimpl.h
/petsc/src/sles/pc/examples/tests/ex2.c
/petsc/src/sles/pc/examples/tests/ex3.c
/petsc/src/sles/pc/examples/tests/ex5.c
/petsc/src/sles/pc/examples/tutorials/ex1.c
/petsc/src/sles/pc/examples/tutorials/ex2.c
/petsc/src/sles/pc/impls/asm/asm.c
/petsc/src/sles/pc/impls/bjacobi/bjacobi.c
/petsc/src/sles/pc/impls/is/is.c
/petsc/src/sles/pc/impls/is/nn/nn.c
/petsc/src/sles/pc/impls/mg/fmg.c
/petsc/src/sles/pc/impls/mg/mg.c
/petsc/src/sles/pc/impls/mg/smg.c
/petsc/src/sles/pc/impls/samg/samgmgpetsc.c
/petsc/src/sles/pc/impls/sles/pcsles.c
/petsc/src/sles/utils/damg.c
/petsc/src/snes/examples/tutorials/ex24.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/tr/tr.c
beuler/beuler.c
cn/cn.c
/petsc/src/vec/interface/vector.c
22e3665716-Nov-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1667
barrysmith@barry-smiths-computer.local|ChangeSet|20031116182012|43732
ChangeSet
1.1667 03/11/16 12:20:12 barrysmith@barry-smiths-computer.local +15 -0
change variable index to

bk-changeset-1.1667
barrysmith@barry-smiths-computer.local|ChangeSet|20031116182012|43732
ChangeSet
1.1667 03/11/16 12:20:12 barrysmith@barry-smiths-computer.local +15 -0
change variable index to indx since some systems have that as reserved word
plus minor nightly build fixes

src/ts/impls/implicit/pvode/petscpvode.c
1.16 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +5 -5
change variable index to indx since some systems have that as reserved word

src/snes/impls/ls/ls.c
1.23 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +3 -3
change variable index to indx since some systems have that as reserved word

src/sles/pc/impls/mg/mg.c
1.13 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +3 -3
change variable index to indx since some systems have that as reserved word

src/sles/pc/impls/hypre/hyppilut.c
1.40 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +15 -15
change variable index to indx since some systems have that as reserved word

src/sles/pc/impls/composite/composite.c
1.9 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +3 -3
change variable index to indx since some systems have that as reserved word

src/sles/pc/impls/asm/asm.c
1.15 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +3 -3
change variable index to indx since some systems have that as reserved word

src/sles/ksp/interface/itcreate.c
1.26 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +3 -3
change variable index to indx since some systems have that as reserved word

src/sles/ksp/impls/lgmres/lgmres.c
1.7 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +3 -3
change variable index to indx since some systems have that as reserved word

src/sles/ksp/impls/gmres/gmres.c
1.20 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +3 -3
change variable index to indx since some systems have that as reserved word

src/sles/ksp/impls/fgmres/fgmres.c
1.13 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +3 -3
change variable index to indx since some systems have that as reserved word

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.44 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +7 -7
change variable index to indx since some systems have that as reserved word

src/mat/impls/aij/seq/spooles/spoolesOptions.c
1.23 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +3 -3
change variable index to indx since some systems have that as reserved word

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.79 03/11/16 12:20:10 barrysmith@barry-smiths-computer.local +5 -5
change variable index to indx since some systems have that as reserved word

include/petschead.h
1.18 03/11/16 12:11:37 barrysmith@barry-smiths-computer.local +1 -1
Not sure why you are casting an address to int before checking if
nonzero? This causes grief on systems with 64bit pointers but
32 bit ints.

cxx: Warning: vector.c, line 388: conversion from pointer to smaller integer
PetscObjectGetRealComposedData((PetscObject)x,type_id,*val,flg);
--^

bmake/linux_alpha_dec/rules
1.9 03/11/16 12:03:17 barrysmith@barry-smiths-computer.local +1 -1
don't want to print rule


Hg-commit: d0745477665bb6353a86b08b0cfc3e5df6f09e44

show more ...

b49fd9e116-Nov-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1663
barrysmith@barry-smiths-computer.local|ChangeSet|20031116032218|42546
ChangeSet
1.1663 03/11/15 21:22:18 barrysmith@barry-smiths-computer.local +42 -0
changed calling sequence

bk-changeset-1.1663
barrysmith@barry-smiths-computer.local|ChangeSet|20031116032218|42546
ChangeSet
1.1663 03/11/15 21:22:18 barrysmith@barry-smiths-computer.local +42 -0
changed calling sequence of PetscOptionsEList()
reorganized classical GramSchmidt orthogonalization

src/ts/impls/implicit/pvode/petscpvode.c
1.15 03/11/15 21:22:16 barrysmith@barry-smiths-computer.local +6 -26
changed calling sequence of PetscOptionsEList()

src/ts/examples/tutorials/makefile
1.5 03/11/15 21:22:16 barrysmith@barry-smiths-computer.local +2 -2
changed calling sequence of PetscOptionsEList()

src/ts/examples/tests/makefile
1.5 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +10 -10
changed calling sequence of PetscOptionsEList()

src/sys/src/objects/ams/aoptions.c
1.14 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +29 -7
changed calling sequence of PetscOptionsEList()

src/snes/impls/ls/ls.c
1.22 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +12 -15
changed calling sequence of PetscOptionsEList()

src/snes/examples/tutorials/output/ex2_1.out
1.6 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +1 -1
new design of classical GramSchmidt orthogonalization

src/snes/examples/tutorials/makefile
1.28 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +32 -32
changed calling sequence of PetscOptionsEList()

src/snes/examples/tests/makefile
1.10 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +31 -31
changed calling sequence of PetscOptionsEList()

src/sles/pc/impls/mg/mg.c
1.12 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +20 -17
changed calling sequence of PetscOptionsEList()

src/sles/pc/impls/hypre/hyppilut.c
1.39 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +24 -79
changed calling sequence of PetscOptionsEList()

src/sles/pc/impls/composite/composite.c
1.8 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +4 -16
changed calling sequence of PetscOptionsEList()

src/sles/pc/impls/asm/asm.c
1.14 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +4 -17
changed calling sequence of PetscOptionsEList()

src/sles/ksp/interface/itcreate.c
1.25 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +11 -15
changed calling sequence of PetscOptionsEList()

src/sles/ksp/impls/lgmres/lgmresp.h
1.3 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +2 -1
new design of classical GramSchmidt orthogonalization

src/sles/ksp/impls/lgmres/lgmres.c
1.5 03/11/15 21:22:15 barrysmith@barry-smiths-computer.local +25 -13
new design of classical GramSchmidt orthogonalization

src/sles/ksp/impls/gmres/makefile
1.4 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +2 -2
new design of classical GramSchmidt orthogonalization

src/sles/ksp/impls/gmres/gmresp.h
1.5 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +26 -26
new design of classical GramSchmidt orthogonalization

src/sles/ksp/impls/gmres/gmres2.c
1.9 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +6 -12
new design of classical GramSchmidt orthogonalization

src/sles/ksp/impls/gmres/gmres.c
1.18 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +74 -14
new design of classical GramSchmidt orthogonalization

src/sles/ksp/impls/gmres/borthog2.c
1.6 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +65 -16
new design of classical GramSchmidt orthogonalization

src/sles/ksp/impls/fgmres/fgmresp.h
1.5 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +1 -0
new design of classical GramSchmidt orthogonalization

src/sles/ksp/impls/fgmres/fgmres.c
1.11 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +19 -41
new design of classical GramSchmidt orthogonalization

src/sles/examples/tutorials/output/ex23_2.out
1.5 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +1 -1
new design of classical GramSchmidt orthogonalization

src/sles/examples/tutorials/output/ex23_1.out
1.5 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +1 -1
new design of classical GramSchmidt orthogonalization

src/sles/examples/tutorials/output/ex1f_1.out
1.5 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +1 -1
new design of classical GramSchmidt orthogonalization

src/sles/examples/tutorials/output/ex1_3.out
1.5 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +1 -1
new design of classical GramSchmidt orthogonalization

src/sles/examples/tutorials/output/ex1_2.out
1.5 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +1 -1
new design of classical GramSchmidt orthogonalization

src/sles/examples/tutorials/output/ex1_1.out
1.5 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +1 -1
new design of classical GramSchmidt orthogonalization

src/sles/examples/tutorials/output/ex15f_1.out
1.5 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +1 -1
new design of classical GramSchmidt orthogonalization

src/sles/examples/tutorials/output/ex15_1.out
1.5 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +1 -1
new design of classical GramSchmidt orthogonalization

src/sles/examples/tutorials/makefile
1.38 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +39 -39
changed calling sequence of PetscOptionsEList()

src/sles/examples/tests/makefile
1.9 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +32 -32
changed calling sequence of PetscOptionsEList()

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.43 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +21 -36
changed calling sequence of PetscOptionsEList()

src/mat/impls/aij/seq/spooles/spoolesOptions.c
1.22 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +3 -26
changed calling sequence of PetscOptionsEList()

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.77 03/11/15 21:22:14 barrysmith@barry-smiths-computer.local +13 -24
changed calling sequence of PetscOptionsEList()

include/petscoptions.h
1.10 03/11/15 21:22:13 barrysmith@barry-smiths-computer.local +1 -1
changed calling sequence of PetscOptionsEList()

include/petscksp.h
1.20 03/11/15 21:22:13 barrysmith@barry-smiths-computer.local +12 -2
new design of classical GramSchmidt orthogonalization

include/finclude/petscksp.h
1.9 03/11/15 21:22:13 barrysmith@barry-smiths-computer.local +12 -1
new design of classical GramSchmidt orthogonalization

docs/website/documentation/changes/217.html
1.5 03/11/15 21:22:13 barrysmith@barry-smiths-computer.local +7 -0
new design of classical GramSchmidt orthogonalization

docs/tex/manual/part2.tex
1.59 03/11/15 21:22:13 barrysmith@barry-smiths-computer.local +26 -17
new design of classical GramSchmidt orthogonalization

bmake/common/rules
1.78 03/11/15 21:22:13 barrysmith@barry-smiths-computer.local +1 -0
silly linker warning on mac x

python/PETSc/packages/MPI.py
1.55 03/11/15 18:58:32 barrysmith@barry-smiths-computer.local +2 -2
include message about nonworking languages for MPI with failed user provided MPI

python/PETSc/packages/MPI.py
1.54 03/11/15 18:56:45 barrysmith@barry-smiths-computer.local +1 -1
include in message that MPI may not work for just a particular language


Hg-commit: d27b1a6026e82f169d206c54d8d48675c7565dde

show more ...


/petsc/bin/petscarch
/petsc/bmake/IRIX/rules
/petsc/bmake/IRIX64/rules
/petsc/bmake/IRIX_gnu/rules
/petsc/bmake/UXPV/rules
/petsc/bmake/alpha/buildtest
/petsc/bmake/alpha/rules
/petsc/bmake/alpha_gnu/rules
/petsc/bmake/alpha_uni/rules
/petsc/bmake/ascired/rules
/petsc/bmake/beos/rules
/petsc/bmake/common/rules
/petsc/bmake/common/rules.fortran.cpp
/petsc/bmake/common/rules.fortran.nocpp
/petsc/bmake/common/rules.fortran.none
/petsc/bmake/common/rules.shared.basic
/petsc/bmake/common/rules.shared.darwin7
/petsc/bmake/common/variables
/petsc/bmake/config/packages.in
/petsc/bmake/config/rules.in
/petsc/bmake/cray-x1/rules
/petsc/bmake/freebsd/buildtest
/petsc/bmake/freebsd/rules
/petsc/bmake/hpux/rules
/petsc/bmake/hpux64/rules
/petsc/bmake/linux/rules
/petsc/bmake/linux64/rules
/petsc/bmake/linux64_intel/rules
/petsc/bmake/linux_absoft/rules
/petsc/bmake/linux_alpha/rules
/petsc/bmake/linux_alpha_dec/rules
/petsc/bmake/linux_gcc_ifc/rules
/petsc/bmake/linux_gcc_pgf90/rules
/petsc/bmake/linux_gm/rules
/petsc/bmake/linux_intel/packages
/petsc/bmake/linux_intel/rules
/petsc/bmake/linux_jazz_intel/rules
/petsc/bmake/linux_nagf90/rules
/petsc/bmake/linux_pgi/rules
/petsc/bmake/linux_superludist/rules
/petsc/bmake/linux_tau/rules
/petsc/bmake/linux_uni/rules
/petsc/bmake/macx/buildtest
/petsc/bmake/macx/rules
/petsc/bmake/macx/variables
/petsc/bmake/rs6000/rules
/petsc/bmake/rs6000_64/rules
/petsc/bmake/rs6000_gnu/rules
/petsc/bmake/rs6000_sp/rules
/petsc/bmake/solaris/buildtest
/petsc/bmake/solaris/rules
/petsc/bmake/solaris64/rules
/petsc/bmake/solaris_gnu/rules
/petsc/bmake/solaris_lam/rules
/petsc/bmake/solaris_uni/rules
/petsc/bmake/solaris_x86/rules
/petsc/bmake/sx6/rules
/petsc/bmake/t3e/rules
/petsc/bmake/win32_borland/rules
/petsc/bmake/win32_gnu/rules
/petsc/bmake/win32_intel/rules
/petsc/bmake/win32_ms/rules
/petsc/bmake/win32_ms_hpvm/rules
/petsc/bmake/win32_ms_mpich/rules
/petsc/bmake/win32_ms_mpipro/rules
/petsc/bmake/win32_ms_wmpi/rules
/petsc/bmake/win64_intel/rules
/petsc/config/configure.py
/petsc/config/configure_cygwin-intel.py
/petsc/config/configure_cygwin-ms.py
/petsc/config/configure_cygwin.py
/petsc/config/configure_darwin6.8.py
/petsc/config/configure_freebsd5.1.py
/petsc/config/configure_irix6.5-64.py
/petsc/config/configure_linux-gnu-gcc-ifc.py
/petsc/config/configure_linux-gnu-intel.py
/petsc/config/configure_solaris2.9.py
/petsc/docs/makefile
/petsc/docs/tex/doctext/html.def
/petsc/docs/tex/manual/makefile
/petsc/docs/tex/manual/part2.tex
/petsc/docs/tex/petscapp.bib
/petsc/docs/website/developers/index.html
/petsc/docs/website/documentation/changes/217.html
/petsc/docs/website/download/petsc-patches.html
/petsc/include/finclude/petscksp.h
/petsc/include/petscda.h
/petsc/include/petscerror.h
/petsc/include/petschead.h
/petsc/include/petscksp.h
/petsc/include/petscoptions.h
/petsc/include/petscpc.h
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/petsc/maint/builddist
/petsc/maint/buildtest
/petsc/maint/copytestlog
/petsc/maint/getexlist
/petsc/maint/helpindex.py
/petsc/maint/submitPatch.py
/petsc/maint/update-docs.py
/petsc/maint/updatetestbk
/petsc/makefile
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/Options.py
/petsc/python/PETSc/packages/ADIC.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/BlockSolve.py
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/Mathematica.py
/petsc/python/PETSc/packages/Matlab.py
/petsc/python/PETSc/packages/NetCDF.py
/petsc/python/PETSc/packages/PLAPACK.py
/petsc/python/PETSc/packages/PVODE.py
/petsc/python/PETSc/packages/ParMetis.py
/petsc/python/PETSc/packages/Triangle.py
/petsc/python/PETSc/packages/fortranstubs.py
/petsc/python/PETSc/packages/update.py
/petsc/python/PETSc/todo
/petsc/src/contrib/makefile
/petsc/src/dm/ao/interface/ao.c
/petsc/src/dm/da/examples/tests/makefile
/petsc/src/dm/da/src/dadestroy.c
/petsc/src/dm/da/utils/makefile
/petsc/src/dm/da/utils/sda2.c
/petsc/src/fortran/custom/makefile
/petsc/src/fortran/custom/zoptions.c
/petsc/src/fortran/custom/zsda.c
/petsc/src/fortran/custom/zsys.c
/petsc/src/fortran/custom/zviewer.c
/petsc/src/mat/examples/tests/ex48.c
/petsc/src/mat/examples/tests/ex74.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/impls/aij/mpi/libtfs/bit_mask.c
/petsc/src/mat/impls/aij/mpi/libtfs/bit_mask.h
/petsc/src/mat/impls/aij/mpi/libtfs/blas.h
/petsc/src/mat/impls/aij/mpi/libtfs/bss_malloc.c
/petsc/src/mat/impls/aij/mpi/libtfs/bss_malloc.h
/petsc/src/mat/impls/aij/mpi/libtfs/comm.c
/petsc/src/mat/impls/aij/mpi/libtfs/comm.h
/petsc/src/mat/impls/aij/mpi/libtfs/const.h
/petsc/src/mat/impls/aij/mpi/libtfs/error.c
/petsc/src/mat/impls/aij/mpi/libtfs/error.h
/petsc/src/mat/impls/aij/mpi/libtfs/gs.c
/petsc/src/mat/impls/aij/mpi/libtfs/gs.h
/petsc/src/mat/impls/aij/mpi/libtfs/ivec.c
/petsc/src/mat/impls/aij/mpi/libtfs/ivec.h
/petsc/src/mat/impls/aij/mpi/libtfs/makefile
/petsc/src/mat/impls/aij/mpi/libtfs/queue.c
/petsc/src/mat/impls/aij/mpi/libtfs/queue.h
/petsc/src/mat/impls/aij/mpi/libtfs/stack.c
/petsc/src/mat/impls/aij/mpi/libtfs/stack.h
/petsc/src/mat/impls/aij/mpi/libtfs/types.h
/petsc/src/mat/impls/aij/mpi/libtfs/xxt.c
/petsc/src/mat/impls/aij/mpi/libtfs/xxt.h
/petsc/src/mat/impls/aij/mpi/libtfs/xyt.c
/petsc/src/mat/impls/aij/mpi/libtfs/xyt.h
/petsc/src/mat/impls/aij/mpi/makefile
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/pxxt.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/spooles/spoolesOptions.c
/petsc/src/mat/impls/baij/mpi/dscpack/dscpack.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/rowbs/mpi/cholbs.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/interface/matnull.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/partition/partition.c
/petsc/src/pf/interface/pf.c
/petsc/src/sles/examples/tests/ex12.F
/petsc/src/sles/examples/tests/makefile
/petsc/src/sles/examples/tutorials/makefile
/petsc/src/sles/examples/tutorials/output/ex15_1.out
/petsc/src/sles/examples/tutorials/output/ex15f_1.out
/petsc/src/sles/examples/tutorials/output/ex1_1.out
/petsc/src/sles/examples/tutorials/output/ex1_2.out
/petsc/src/sles/examples/tutorials/output/ex1_3.out
/petsc/src/sles/examples/tutorials/output/ex1f_1.out
/petsc/src/sles/examples/tutorials/output/ex23_1.out
/petsc/src/sles/examples/tutorials/output/ex23_2.out
/petsc/src/sles/ksp/impls/bcgs/bcgs.c
/petsc/src/sles/ksp/impls/bicg/bicg.c
/petsc/src/sles/ksp/impls/cg/cg.c
/petsc/src/sles/ksp/impls/cgne/cgne.c
/petsc/src/sles/ksp/impls/cgne/makefile
/petsc/src/sles/ksp/impls/cgs/cgs.c
/petsc/src/sles/ksp/impls/cheby/chebctx.h
/petsc/src/sles/ksp/impls/cheby/cheby.c
/petsc/src/sles/ksp/impls/cr/cr.c
/petsc/src/sles/ksp/impls/fgmres/fgmres.c
/petsc/src/sles/ksp/impls/fgmres/fgmresp.h
/petsc/src/sles/ksp/impls/gmres/borthog2.c
/petsc/src/sles/ksp/impls/gmres/gmreig.c
/petsc/src/sles/ksp/impls/gmres/gmres.c
/petsc/src/sles/ksp/impls/gmres/gmres2.c
/petsc/src/sles/ksp/impls/gmres/gmresp.h
/petsc/src/sles/ksp/impls/gmres/makefile
/petsc/src/sles/ksp/impls/lgmres/lgmres.c
/petsc/src/sles/ksp/impls/lgmres/lgmresp.h
/petsc/src/sles/ksp/impls/lsqr/lsqr.c
/petsc/src/sles/ksp/impls/makefile
/petsc/src/sles/ksp/impls/minres/minres.c
/petsc/src/sles/ksp/impls/symmlq/symmlq.c
/petsc/src/sles/ksp/impls/tfqmr/tfqmr.c
/petsc/src/sles/ksp/interface/eige.c
/petsc/src/sles/ksp/interface/itcl.c
/petsc/src/sles/ksp/interface/itcreate.c
/petsc/src/sles/ksp/interface/iterativ.c
/petsc/src/sles/ksp/interface/itfunc.c
/petsc/src/sles/ksp/interface/itregis.c
/petsc/src/sles/pc/impls/asm/asm.c
/petsc/src/sles/pc/impls/cholesky/cholesky.c
/petsc/src/sles/pc/impls/composite/composite.c
/petsc/src/sles/pc/impls/hypre/hyppilut.c
/petsc/src/sles/pc/impls/icc/icc.c
/petsc/src/sles/pc/impls/ilu/ilu.c
/petsc/src/sles/pc/impls/makefile
/petsc/src/sles/pc/impls/mg/mg.c
/petsc/src/sles/pc/impls/ramg/makefile
/petsc/src/sles/pc/impls/ramg/petscfunc.c
/petsc/src/sles/pc/impls/ramg/petscfunc.h
/petsc/src/sles/pc/impls/ramg/ramgfunc.h
/petsc/src/sles/pc/impls/ramg/ramgpetsc.c
/petsc/src/sles/pc/impls/samg/externc.h
/petsc/src/sles/pc/impls/samg/global.h
/petsc/src/sles/pc/impls/samg/makefile
/petsc/src/sles/pc/impls/samg/petscfunc.h
/petsc/src/sles/pc/impls/samg/readme
/petsc/src/sles/pc/impls/samg/samgfunc.h
/petsc/src/sles/pc/impls/samg/samgmgpetsc.c
/petsc/src/sles/pc/impls/samg/samgpetsc.c
/petsc/src/sles/pc/impls/samg/samgpetsctools.c
/petsc/src/sles/pc/impls/samg/samgtools1.F
/petsc/src/sles/pc/interface/precon.c
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex2_1.out
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/interface/snes.c
/petsc/src/sys/src/adic/Gradient/ad_grad.c
/petsc/src/sys/src/adic/Gradient/ad_grad_daxpy.c
/petsc/src/sys/src/adic/Gradient/ad_utils.c
/petsc/src/sys/src/adic/Gradient/makefile
/petsc/src/sys/src/adic/adic/aclocal.m4
/petsc/src/sys/src/adic/adic/alloc.c
/petsc/src/sys/src/adic/adic/makefile
/petsc/src/sys/src/adic/adic/run-alloc.c
/petsc/src/sys/src/adic/adic/run-map.c
/petsc/src/sys/src/adic/adintrinsics/adintr_acos.c
/petsc/src/sys/src/adic/adintrinsics/adintr_acosh.c
/petsc/src/sys/src/adic/adintrinsics/adintr_asin.c
/petsc/src/sys/src/adic/adintrinsics/adintr_asinh.c
/petsc/src/sys/src/adic/adintrinsics/adintr_atan.c
/petsc/src/sys/src/adic/adintrinsics/adintr_atan2.c
/petsc/src/sys/src/adic/adintrinsics/adintr_atanh.c
/petsc/src/sys/src/adic/adintrinsics/adintr_ceil.c
/petsc/src/sys/src/adic/adintrinsics/adintr_cos.c
/petsc/src/sys/src/adic/adintrinsics/adintr_cosh.c
/petsc/src/sys/src/adic/adintrinsics/adintr_exp.c
/petsc/src/sys/src/adic/adintrinsics/adintr_fabs.c
/petsc/src/sys/src/adic/adintrinsics/adintr_floor.c
/petsc/src/sys/src/adic/adintrinsics/adintr_fmax.c
/petsc/src/sys/src/adic/adintrinsics/adintr_fmin.c
/petsc/src/sys/src/adic/adintrinsics/adintr_fmod.c
/petsc/src/sys/src/adic/adintrinsics/adintr_frexp.c
/petsc/src/sys/src/adic/adintrinsics/adintr_ldexp.c
/petsc/src/sys/src/adic/adintrinsics/adintr_log.c
/petsc/src/sys/src/adic/adintrinsics/adintr_log10.c
/petsc/src/sys/src/adic/adintrinsics/adintr_max.c
/petsc/src/sys/src/adic/adintrinsics/adintr_min.c
/petsc/src/sys/src/adic/adintrinsics/adintr_modf.c
/petsc/src/sys/src/adic/adintrinsics/adintr_pow.c
/petsc/src/sys/src/adic/adintrinsics/adintr_sin.c
/petsc/src/sys/src/adic/adintrinsics/adintr_sinh.c
/petsc/src/sys/src/adic/adintrinsics/adintr_sqrt.c
/petsc/src/sys/src/adic/adintrinsics/adintr_tan.c
/petsc/src/sys/src/adic/adintrinsics/adintr_tanh.c
/petsc/src/sys/src/adic/adintrinsics/adintrinsics.c
/petsc/src/sys/src/adic/adintrinsics/config.h
/petsc/src/sys/src/adic/adintrinsics/makefile
/petsc/src/sys/src/adic/adintrinsics/names.h
/petsc/src/sys/src/adic/adintrinsics/report-once.c
/petsc/src/sys/src/adic/adintrinsics/report-once.h
/petsc/src/sys/src/adic/makefile
/petsc/src/sys/src/draw/interface/draw.c
/petsc/src/sys/src/draw/utils/axis.c
/petsc/src/sys/src/draw/utils/dscatter.c
/petsc/src/sys/src/draw/utils/hists.c
/petsc/src/sys/src/draw/utils/lg.c
/petsc/src/sys/src/error/adebug.c
/petsc/src/sys/src/error/err.c
/petsc/src/sys/src/error/errabort.c
/petsc/src/sys/src/error/errstop.c
/petsc/src/sys/src/error/errtrace.c
/petsc/src/sys/src/objects/ams/aoptions.c
/petsc/src/sys/src/objects/inherit.c
/petsc/src/sys/src/objects/init.c
/petsc/src/sys/src/objects/state.c
/petsc/src/sys/src/plog/plog.c
/petsc/src/sys/src/plog/stageLog.c
/petsc/src/sys/src/utils/dict.c
/petsc/src/sys/src/utils/pbarrier.c
/petsc/src/sys/src/utils/random.c
/petsc/src/sys/src/viewer/impls/matlab/vmatlab.c
/petsc/src/sys/src/viewer/impls/socket/matlab/openport.c
/petsc/src/sys/src/viewer/impls/socket/matlab/readinvecs.c
/petsc/src/sys/src/viewer/impls/socket/matlab/receive.c
/petsc/src/sys/src/viewer/interface/view.c
/petsc/src/ts/examples/tests/makefile
/petsc/src/ts/examples/tutorials/makefile
pvode/petscpvode.c
/petsc/src/ts/interface/ts.c
/petsc/src/vec/examples/tests/ex34.c
/petsc/src/vec/examples/tests/makefile
/petsc/src/vec/examples/tests/output/ex34_1.out
/petsc/src/vec/impls/mpi/pbvec.c
/petsc/src/vec/interface/map.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/is/interface/index.c
/petsc/src/vec/utils/comb.c
/petsc/src/vec/utils/vscat.c
/petsc/src/vec/vecimpl.h
262ff7bb22-Oct-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1560
barrysmith@barry-smiths-computer.local|ChangeSet|20031022001440|41851
ChangeSet
1.1560 03/10/21 19:14:40 barrysmith@barry-smiths-computer.local +4 -0
added TSRKSetTolerance()

bk-changeset-1.1560
barrysmith@barry-smiths-computer.local|ChangeSet|20031022001440|41851
ChangeSet
1.1560 03/10/21 19:14:40 barrysmith@barry-smiths-computer.local +4 -0
added TSRKSetTolerance()

src/ts/impls/implicit/pvode/petscpvode.c
1.14 03/10/21 19:14:38 barrysmith@barry-smiths-computer.local +3 -0
explanation of tolerance for pvode

docs/tex/manual/part2.tex
1.58 03/10/21 19:13:40 barrysmith@barry-smiths-computer.local +9 -5
added TSRKSetTolerance()

src/ts/impls/explicit/rk/rk.c
1.9 03/10/21 19:07:10 barrysmith@barry-smiths-computer.local +57 -4
added TSRKSetTolerance()

include/petscts.h
1.18 03/10/21 19:07:04 barrysmith@barry-smiths-computer.local +2 -0
added TSRKSetTolerance()


Hg-commit: 538fdf2e48c8c02529fceeaa82c731f8345c5414

show more ...


/petsc/bin/adprocess.py
/petsc/bin/petscarch
/petsc/bin/urlget.py
/petsc/bmake/IRIX/packages
/petsc/bmake/IRIX64/packages
/petsc/bmake/IRIX_gnu/packages
/petsc/bmake/adic.init
/petsc/bmake/adicmf.init
/petsc/bmake/alpha_gnu/packages
/petsc/bmake/common/bopt_O
/petsc/bmake/common/bopt_O_single
/petsc/bmake/common/bopt_g
/petsc/bmake/common/bopt_g_single
/petsc/bmake/common/rules
/petsc/bmake/common/variables
/petsc/bmake/config/packages.in
/petsc/bmake/config/rules.in
/petsc/bmake/config/variables.in
/petsc/bmake/freebsd/packages
/petsc/bmake/hpux/packages
/petsc/bmake/hpux64/packages
/petsc/bmake/linux/packages
/petsc/bmake/linux64/packages
/petsc/bmake/linux_absoft/packages
/petsc/bmake/linux_gcc_ifc/packages
/petsc/bmake/linux_gcc_ifc/petscconf.h
/petsc/bmake/linux_gcc_ifc/petscfix.h
/petsc/bmake/linux_gcc_ifc/rules
/petsc/bmake/linux_gcc_ifc/variables
/petsc/bmake/linux_gcc_pgf90/packages
/petsc/bmake/linux_intel/packages
/petsc/bmake/linux_intel/petscconf.h
/petsc/bmake/linux_jazz_intel/packages
/petsc/bmake/linux_jazz_intel/petscconf.h
/petsc/bmake/linux_nagf90/petscconf.h
/petsc/bmake/linux_nagf90/variables
/petsc/bmake/linux_superludist/packages
/petsc/bmake/linux_uni/packages
/petsc/bmake/macx/buildtest
/petsc/bmake/rs6000/packages
/petsc/bmake/rs6000_64/buildtest
/petsc/bmake/rs6000_gnu/packages
/petsc/bmake/solaris/packages
/petsc/bmake/solaris_gnu/packages
/petsc/bmake/solaris_x86/packages
/petsc/bmake/t3e/packages
/petsc/bmake/win32_borland/petscconf.h
/petsc/bmake/win32_gnu/packages
/petsc/bmake/win32_gnu/petscconf.h
/petsc/bmake/win32_gnu/variables
/petsc/bmake/win32_intel/petscconf.h
/petsc/bmake/win32_ms/petscconf.h
/petsc/bmake/win32_ms_hpvm/petscconf.h
/petsc/bmake/win32_ms_mpich/petscconf.h
/petsc/bmake/win32_ms_mpipro/petscconf.h
/petsc/bmake/win32_ms_wmpi/petscconf.h
/petsc/bmake/win64_intel/petscconf.h
/petsc/config/configure.py
/petsc/config/configure_cygwin-intel.py
/petsc/config/configure_cygwin-ms.py
/petsc/config/configure_cygwin.py
/petsc/config/configure_darwin6.6.py
/petsc/config/configure_irix6.5-64.py
/petsc/config/configure_irix6.5.py
/petsc/config/configure_linux-gnu-gcc-ifc.py
/petsc/config/configure_linux-gnu-intel.py
/petsc/config/configure_linux-gnu.py
/petsc/config/configure_osf5.0.py
/petsc/config/configure_solaris2.9.py
/petsc/docs/tex/manual/acknowl.tex
/petsc/docs/tex/manual/intro.tex
/petsc/docs/tex/manual/manual.tex
/petsc/docs/tex/manual/part1.tex
/petsc/docs/tex/manual/part2.tex
/petsc/docs/tex/petsc.bib
/petsc/docs/tex/petscapp.bib
/petsc/docs/website/documentation/benchmarks.html
/petsc/docs/website/documentation/changes/2015.html
/petsc/docs/website/documentation/changes/2016.html
/petsc/docs/website/documentation/changes/2017.html
/petsc/docs/website/documentation/changes/2022.html
/petsc/docs/website/documentation/changes/2024.html
/petsc/docs/website/documentation/changes/2028.html
/petsc/docs/website/documentation/changes/2029.html
/petsc/docs/website/documentation/changes/21.html
/petsc/docs/website/documentation/changes/211.html
/petsc/docs/website/documentation/changes/212.html
/petsc/docs/website/documentation/changes/213.html
/petsc/docs/website/documentation/changes/215.html
/petsc/docs/website/documentation/changes/216.html
/petsc/docs/website/documentation/changes/217.html
/petsc/docs/website/documentation/changes/2918-21.html
/petsc/docs/website/documentation/changes/index.html
/petsc/docs/website/documentation/codemanagement.html
/petsc/docs/website/documentation/copyright.html
/petsc/docs/website/documentation/faq.html
/petsc/docs/website/documentation/index.html
/petsc/docs/website/documentation/installation.html
/petsc/docs/website/documentation/linearsolvertable.html
/petsc/docs/website/documentation/referencing.html
/petsc/docs/website/documentation/troubleshooting.html
/petsc/docs/website/documentation/tutorials/index.html
/petsc/docs/website/download/index.html
/petsc/docs/website/download/petsc-patches.html
/petsc/docs/website/index.html
/petsc/docs/website/miscellaneous/acknwldg.html
/petsc/docs/website/publications/index.html
/petsc/include/adic/ad_grad.h
/petsc/include/adic/ad_utils.h
/petsc/include/adic/run-alloc.h
/petsc/include/adic/run-map.h
/petsc/include/f90impl/f90_nag.h
/petsc/include/finclude/petsc.h
/petsc/include/finclude/petscmat.h
/petsc/include/finclude/petscviewer.h
/petsc/include/petsc.h
/petsc/include/petscadic.h
/petsc/include/petscao.h
/petsc/include/petscblaslapack.h
/petsc/include/petscbt.h
/petsc/include/petscda.h
/petsc/include/petscdraw.h
/petsc/include/petscerror.h
/petsc/include/petscf90.h
/petsc/include/petschead.h
/petsc/include/petscis.h
/petsc/include/petscksp.h
/petsc/include/petsclog.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscmatlab.h
/petsc/include/petscmg.h
/petsc/include/petscoptions.h
/petsc/include/petscpc.h
/petsc/include/petscpf.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/petsc/include/petscviewer.h
/petsc/maint/builddist
/petsc/maint/submitPatch.py
/petsc/maint/update-docs.py
/petsc/maint/xclude
/petsc/makefile
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/MPE.py
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/Matlab.py
/petsc/python/PETSc/packages/NetCDF.py
/petsc/src/benchmarks/results/performance_cfd_2_10
/petsc/src/contrib/adic/Gradient/ad_utils.c
/petsc/src/contrib/fun3d/flow.c
/petsc/src/contrib/lahaye/ramg/petscfunc.h
/petsc/src/contrib/lahaye/ramg/ramgpetsc.c
/petsc/src/contrib/oberman/burgers_df_based_q1/appload.c
/petsc/src/contrib/oberman/burgers_vertex_based_q1/appload.c
/petsc/src/contrib/oberman/laplacian_q1/appload.c
/petsc/src/dm/ao/examples/tests/ex3.c
/petsc/src/dm/ao/examples/tests/ex4.c
/petsc/src/dm/ao/examples/tutorials/ex1.c
/petsc/src/dm/da/daimpl.h
/petsc/src/dm/da/examples/tests/ex13.c
/petsc/src/dm/da/examples/tests/ex14.c
/petsc/src/dm/da/examples/tests/ex19.c
/petsc/src/dm/da/examples/tests/makefile
/petsc/src/dm/da/examples/tutorials/ex1.c
/petsc/src/dm/da/src/da1.c
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/da3.c
/petsc/src/dm/da/src/daload.c
/petsc/src/dm/da/src/dalocal.c
/petsc/src/dm/da/src/daview.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/dm/da/src/makefile
/petsc/src/dm/da/utils/dm.c
/petsc/src/dm/da/utils/fdda.c
/petsc/src/dm/usg/utils/input.c
/petsc/src/dm/usg/utils/triconvert.c
/petsc/src/fortran/custom/zda.c
/petsc/src/fortran/custom/zpetsc.h
/petsc/src/fortran/custom/zsys.c
/petsc/src/fortran/custom/zviewer.c
/petsc/src/fortran/kernels/frelax.F
/petsc/src/inline/dot.h
/petsc/src/inline/gccsse.h
/petsc/src/inline/iclsse.h
/petsc/src/mat/examples/tests/ex12.c
/petsc/src/mat/examples/tests/ex15.c
/petsc/src/mat/examples/tests/ex31.c
/petsc/src/mat/examples/tests/ex32.c
/petsc/src/mat/examples/tests/ex33.c
/petsc/src/mat/examples/tests/ex34.c
/petsc/src/mat/examples/tests/ex40.c
/petsc/src/mat/examples/tests/ex41.c
/petsc/src/mat/examples/tests/ex42.c
/petsc/src/mat/examples/tests/ex43.c
/petsc/src/mat/examples/tests/ex44.c
/petsc/src/mat/examples/tests/ex47.c
/petsc/src/mat/examples/tests/ex50.c
/petsc/src/mat/examples/tests/ex53.c
/petsc/src/mat/examples/tests/ex55.c
/petsc/src/mat/examples/tests/ex57.c
/petsc/src/mat/examples/tests/ex58f.F
/petsc/src/mat/examples/tests/ex62.c
/petsc/src/mat/examples/tests/ex63.F
/petsc/src/mat/examples/tests/ex64.c
/petsc/src/mat/examples/tests/ex65.c
/petsc/src/mat/examples/tests/ex66.c
/petsc/src/mat/examples/tests/ex67f.F
/petsc/src/mat/examples/tests/ex72.c
/petsc/src/mat/examples/tests/ex73.c
/petsc/src/mat/examples/tests/ex74.c
/petsc/src/mat/examples/tests/ex78.c
/petsc/src/mat/examples/tests/ex79f.F
/petsc/src/mat/examples/tests/ex81.c
/petsc/src/mat/examples/tests/ex86.c
/petsc/src/mat/examples/tests/output/ex20_1.out
/petsc/src/mat/examples/tests/output/ex30_1.out
/petsc/src/mat/examples/tutorials/ex1.c
/petsc/src/mat/examples/tutorials/ex3.c
/petsc/src/mat/impls/adic/matadic.c
/petsc/src/mat/impls/adic/nladic.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/fdmpiaij.c
/petsc/src/mat/impls/aij/mpi/makefile
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.h
/petsc/src/mat/impls/aij/mpi/mumps/makefile
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/spooles/makefile
/petsc/src/mat/impls/aij/mpi/spooles/mpiaijspooles.c
/petsc/src/mat/impls/aij/mpi/spooles/mpispooles.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/makefile
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/aijmatlab.c
/petsc/src/mat/impls/aij/seq/aijnode.c
/petsc/src/mat/impls/aij/seq/dxml/dxml.c
/petsc/src/mat/impls/aij/seq/dxml/makefile
/petsc/src/mat/impls/aij/seq/essl/essl.c
/petsc/src/mat/impls/aij/seq/essl/makefile
/petsc/src/mat/impls/aij/seq/fdaij.c
/petsc/src/mat/impls/aij/seq/lusol/lusol.c
/petsc/src/mat/impls/aij/seq/lusol/makefile
/petsc/src/mat/impls/aij/seq/makefile
/petsc/src/mat/impls/aij/seq/spooles/aijspooles.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.h
/petsc/src/mat/impls/aij/seq/spooles/spoolesOptions.c
/petsc/src/mat/impls/aij/seq/superlu/makefile
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/aij/seq/umfpack/makefile
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/mpi/dscpack/dscpack.c
/petsc/src/mat/impls/baij/mpi/dscpack/makefile
/petsc/src/mat/impls/baij/mpi/makefile
/petsc/src/mat/impls/baij/mpi/mmbaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.h
/petsc/src/mat/impls/baij/seq/aijbaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij.h
/petsc/src/mat/impls/baij/seq/makefile
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.h
/petsc/src/mat/impls/bdiag/seq/bdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag.h
/petsc/src/mat/impls/bdiag/seq/bdiag2.c
/petsc/src/mat/impls/bdiag/seq/bdiag3.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/mpi/mpidense.h
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/esi/mesi.c
/petsc/src/mat/impls/is/is.c
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.h
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.h
/petsc/src/mat/impls/sbaij/mpi/spooles/makefile
/petsc/src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
/petsc/src/mat/impls/sbaij/seq/aijsbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/spooles/makefile
/petsc/src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/impls/shell/shellcnv.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/order/makefile
/petsc/src/mat/order/sregis.c
/petsc/src/mat/partition/impls/pmetis/makefile
/petsc/src/mat/utils/axpy.c
/petsc/src/mat/utils/convert.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/mat/utils/matio.c
/petsc/src/mat/utils/matioall.c
/petsc/src/pf/impls/matlab/makefile
/petsc/src/pf/interface/pfall.c
/petsc/src/sles/examples/tests/ex12.F
/petsc/src/sles/examples/tests/ex16.F
/petsc/src/sles/examples/tests/ex18.c
/petsc/src/sles/examples/tests/ex6.c
/petsc/src/sles/examples/tests/ex7.c
/petsc/src/sles/examples/tutorials/ex1.c
/petsc/src/sles/examples/tutorials/ex10.c
/petsc/src/sles/examples/tutorials/ex2.c
/petsc/src/sles/examples/tutorials/ex21f.F
/petsc/src/sles/examples/tutorials/ex27.c
/petsc/src/sles/examples/tutorials/ex31.c
/petsc/src/sles/examples/tutorials/ex5.c
/petsc/src/sles/examples/tutorials/ex7.c
/petsc/src/sles/examples/tutorials/makefile
/petsc/src/sles/examples/tutorials/output/ex15_1.out
/petsc/src/sles/examples/tutorials/output/ex15f_1.out
/petsc/src/sles/examples/tutorials/output/ex1_1.out
/petsc/src/sles/examples/tutorials/output/ex1_2.out
/petsc/src/sles/examples/tutorials/output/ex1_3.out
/petsc/src/sles/examples/tutorials/output/ex1f_1.out
/petsc/src/sles/examples/tutorials/output/ex23_1.out
/petsc/src/sles/examples/tutorials/output/ex23_2.out
/petsc/src/sles/ksp/impls/gmres/gmres.c
/petsc/src/sles/ksp/interface/eige.c
/petsc/src/sles/ksp/interface/itcreate.c
/petsc/src/sles/ksp/interface/itfunc.c
/petsc/src/sles/ksp/kspimpl.h
/petsc/src/sles/pc/impls/bjacobi/bjacobi.c
/petsc/src/sles/pc/impls/icc/icc.c
/petsc/src/sles/pc/impls/ilu/ilu.c
/petsc/src/sles/pc/impls/lu/lu.c
/petsc/src/sles/pc/impls/mg/mg.c
/petsc/src/sles/pc/impls/shell/shellpc.c
/petsc/src/sles/pc/impls/spai/src/ispai.c
/petsc/src/sles/pc/interface/precon.c
/petsc/src/sles/utils/damg.c
/petsc/src/snes/examples/tests/ex11.c
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/ex24.c
/petsc/src/snes/examples/tutorials/ex26.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex29.options
/petsc/src/snes/examples/tutorials/ex30.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/ex5f.F
/petsc/src/snes/examples/tutorials/ex5f90.F
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex2_1.out
/petsc/src/snes/examples/tutorials/output/ex2_2.out
/petsc/src/snes/mf/mfregis.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/mf/wp.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/src/dll/reg.c
/petsc/src/sys/src/draw/examples/tests/ex3.c
/petsc/src/sys/src/draw/utils/dscatter.c
/petsc/src/sys/src/draw/utils/lg.c
/petsc/src/sys/src/error/adebug.c
/petsc/src/sys/src/error/examples/tests/ex1.c
/petsc/src/sys/src/error/examples/tests/makefile
/petsc/src/sys/src/error/signal.c
/petsc/src/sys/src/f90/f90_common.c
/petsc/src/sys/src/fileio/sysio.c
/petsc/src/sys/src/matlabengine/makefile
/petsc/src/sys/src/matlabengine/matlab.c
/petsc/src/sys/src/memory/mal.c
/petsc/src/sys/src/memory/mtr.c
/petsc/src/sys/src/objects/inherit.c
/petsc/src/sys/src/objects/init.c
/petsc/src/sys/src/objects/makefile
/petsc/src/sys/src/objects/pinit.c
/petsc/src/sys/src/objects/state.c
/petsc/src/sys/src/utils/ctable.c
/petsc/src/sys/src/utils/fhost.c
/petsc/src/sys/src/utils/sorti.c
/petsc/src/sys/src/utils/sortip.c
/petsc/src/sys/src/utils/str.c
/petsc/src/sys/src/viewer/impls/binary/binv.c
/petsc/src/sys/src/viewer/impls/hdf4/hdf4v.c
/petsc/src/sys/src/viewer/impls/hdf4/makefile
/petsc/src/sys/src/viewer/impls/makefile
/petsc/src/sys/src/viewer/impls/matlab/makefile
/petsc/src/sys/src/viewer/impls/matlab/vmatlab.c
/petsc/src/sys/src/viewer/impls/netcdf/makefile
/petsc/src/sys/src/viewer/impls/netcdf/vnetcdf.c
/petsc/src/sys/src/viewer/impls/socket/matlab/closeport.c
/petsc/src/sys/src/viewer/impls/socket/matlab/launch.c
/petsc/src/sys/src/viewer/impls/socket/matlab/makefile
/petsc/src/sys/src/viewer/impls/socket/matlab/openport.c
/petsc/src/sys/src/viewer/impls/socket/matlab/readinvecs.c
/petsc/src/sys/src/viewer/impls/socket/matlab/receive.c
/petsc/src/sys/src/viewer/impls/socket/matlab/receivedense.c
/petsc/src/sys/src/viewer/impls/socket/matlab/receivesparse.c
/petsc/src/sys/src/viewer/interface/viewregall.c
/petsc/src/ts/examples/tutorials/ex6.c
/petsc/src/ts/impls/explicit/rk/rk.c
pvode/petscpvode.c
/petsc/src/vec/examples/tests/ex20.F
/petsc/src/vec/examples/tutorials/ex1f.F
/petsc/src/vec/examples/tutorials/ex5.c
/petsc/src/vec/examples/tutorials/ex6.c
/petsc/src/vec/impls/mpi/makefile
/petsc/src/vec/impls/mpi/pbvec.c
/petsc/src/vec/impls/mpi/pdvec.c
/petsc/src/vec/impls/mpi/pvecimpl.h
/petsc/src/vec/impls/seq/bvec2.c
/petsc/src/vec/impls/seq/makefile
/petsc/src/vec/interface/vector.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/utils/gcreatev.c
/petsc/src/vec/utils/makefile
/petsc/src/vec/utils/vecio.c
/petsc/src/vec/utils/vinv.c
/petsc/src/vec/utils/vpscat.c
/petsc/src/vec/utils/vscat.c
/petsc/src/vec/vecimpl.h
523ff52425-Jun-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1337
bsmith@harley.mcs.anl.gov|ChangeSet|20030625213711|56454
ChangeSet
1.1337 03/06/25 16:37:11 bsmith@harley.mcs.anl.gov +2 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into

bk-changeset-1.1337
bsmith@harley.mcs.anl.gov|ChangeSet|20030625213711|56454
ChangeSet
1.1337 03/06/25 16:37:11 bsmith@harley.mcs.anl.gov +2 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into harley.mcs.anl.gov:/sandbox/bsmith/petsc

src/ts/impls/implicit/pvode/petscpvode.c
1.13 03/06/25 16:37:10 bsmith@harley.mcs.anl.gov +0 -0
Auto merged

src/sles/ksp/interface/itfunc.c
1.16 03/06/25 16:37:10 bsmith@harley.mcs.anl.gov +0 -0
Auto merged


Hg-commit: 2c62a8cee06779b5a60aad604dd7f217797e6df7

show more ...

5fcf39f425-Jun-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1328.1.2
bsmith@harley.mcs.anl.gov|ChangeSet|20030625213701|35827
ChangeSet
1.1328.1.2 03/06/25 16:37:01 bsmith@harley.mcs.anl.gov +12 -0
changed PC apply to behave differently if

bk-changeset-1.1328.1.2
bsmith@harley.mcs.anl.gov|ChangeSet|20030625213701|35827
ChangeSet
1.1328.1.2 03/06/25 16:37:01 bsmith@harley.mcs.anl.gov +12 -0
changed PC apply to behave differently if left or right preconditioner
don't allow deflation if right preconditioner

src/ts/impls/implicit/pvode/petscpvode.c
1.11.1.1 03/06/25 16:37:00 bsmith@harley.mcs.anl.gov +1 -1
changed PC apply to behave differently if left or right preconditioner

src/sles/pc/interface/precon.c
1.22 03/06/25 16:37:00 bsmith@harley.mcs.anl.gov +16 -7
changed PC apply to behave differently if left or right preconditioner

src/sles/pc/impls/redundant/redundant.c
1.8 03/06/25 16:37:00 bsmith@harley.mcs.anl.gov +1 -1
changed PC apply to behave differently if left or right preconditioner

src/sles/pc/impls/composite/composite.c
1.7 03/06/25 16:37:00 bsmith@harley.mcs.anl.gov +6 -6
changed PC apply to behave differently if left or right preconditioner

src/sles/pc/examples/tests/ex4.c
1.4 03/06/25 16:37:00 bsmith@harley.mcs.anl.gov +1 -1
changed PC apply to behave differently if left or right preconditioner

src/sles/pc/esi/epreconditioner.c
1.24 03/06/25 16:36:59 bsmith@harley.mcs.anl.gov +1 -1
changed PC apply to behave differently if left or right preconditioner

src/sles/ksp/kspimpl.h
1.11 03/06/25 16:36:59 bsmith@harley.mcs.anl.gov +2 -2
changed PC apply to behave differently if left or right preconditioner

src/sles/ksp/interface/itfunc.c
1.14.1.1 03/06/25 16:36:59 bsmith@harley.mcs.anl.gov +1 -1
changed PC apply to behave differently if left or right preconditioner

src/sles/ksp/impls/fgmres/fgmres.c
1.9 03/06/25 16:36:59 bsmith@harley.mcs.anl.gov +1 -1
changed PC apply to behave differently if left or right preconditioner

src/sles/examples/tutorials/ex21f.F
1.4 03/06/25 16:36:59 bsmith@harley.mcs.anl.gov +3 -3
changed PC apply to behave differently if left or right preconditioner

src/mat/interface/matnull.c
1.9 03/06/25 16:36:59 bsmith@harley.mcs.anl.gov +1 -1
better expliation of out argument

include/petscpc.h
1.30 03/06/25 16:36:59 bsmith@harley.mcs.anl.gov +1 -1
changed PC apply to behave differently if left or right preconditioner


Hg-commit: 6b4cc7577337a795eea8ec0dcebfe5b2b66ce3e7

show more ...


/petsc/bin/adprocess.py
/petsc/bmake/config/packages.in
/petsc/bmake/linux64_intel/buildtest
/petsc/bmake/macx/packages
/petsc/bmake/solaris64/variables
/petsc/config/configure_darwin6.6.py
/petsc/docs/tex/petscapp.bib
/petsc/docs/website/documentation/linearsolvertable.html
/petsc/docs/website/miscellaneous/usage.1.gif
/petsc/docs/website/miscellaneous/usage.html
/petsc/docs/website/miscellaneous/usage.xls
/petsc/include/finclude/petsc.h
/petsc/include/petsc.h
/petsc/include/petscao.h
/petsc/include/petscda.h
/petsc/include/petscis.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscpc.h
/petsc/maint/fixinclude
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/src/dm/ao/aoimpl.h
/petsc/src/dm/ao/impls/basic/aobasic.c
/petsc/src/dm/ao/impls/mapping/aomapping.c
/petsc/src/dm/ao/interface/ao.c
/petsc/src/dm/da/examples/tests/output/ex1_1.out
/petsc/src/dm/da/examples/tests/output/ex2_1.out
/petsc/src/dm/da/examples/tests/output/ex4_1.out
/petsc/src/dm/da/src/dadist.c
/petsc/src/dm/da/src/dalocal.c
/petsc/src/dm/da/utils/fdda.c
/petsc/src/fortran/custom/zsnes.c
/petsc/src/fortran/custom/zsys.c
/petsc/src/mat/examples/tests/ex12.c
/petsc/src/mat/examples/tests/output/ex60_1.out
/petsc/src/mat/examples/tests/output/ex9_1.out
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/makefile
/petsc/src/mat/impls/aij/mpi/mmaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/mpi/spooles/makefile
/petsc/src/mat/impls/aij/mpi/spooles/mpiaijspooles.c
/petsc/src/mat/impls/aij/mpi/spooles/mpispooles.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijnode.c
/petsc/src/mat/impls/aij/seq/fdaij.c
/petsc/src/mat/impls/aij/seq/makefile
/petsc/src/mat/impls/aij/seq/spooles/aijspooles.c
/petsc/src/mat/impls/aij/seq/spooles/makefile
/petsc/src/mat/impls/aij/seq/spooles/spooles.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.h
/petsc/src/mat/impls/aij/seq/spooles/spoolesOptions.c
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/mpi/mmbaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij.h
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag2.c
/petsc/src/mat/impls/dense/mpi/mmdense.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/esi/mesi.c
/petsc/src/mat/impls/feti/feti.c
/petsc/src/mat/impls/feti/feti.h
/petsc/src/mat/impls/feti/makefile
/petsc/src/mat/impls/is/is.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaijspooles.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/impls/sbaij/seq/sbaijspooles.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/interface/matnull.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/partition/impls/pmetis/pmetis.c
/petsc/src/mat/partition/partition.c
/petsc/src/mat/utils/axpy.c
/petsc/src/mat/utils/matioall.c
/petsc/src/mat/utils/matstash.c
/petsc/src/mat/utils/zerodiag.c
/petsc/src/sles/examples/tests/ex6.c
/petsc/src/sles/examples/tutorials/ex10.c
/petsc/src/sles/examples/tutorials/ex21f.F
/petsc/src/sles/examples/tutorials/ex31.c
/petsc/src/sles/examples/tutorials/hacks.h
/petsc/src/sles/examples/tutorials/makefile
/petsc/src/sles/ksp/impls/cg/cg.c
/petsc/src/sles/ksp/impls/fgmres/fgmres.c
/petsc/src/sles/ksp/impls/gmres/gmreig.c
/petsc/src/sles/ksp/interface/itfunc.c
/petsc/src/sles/ksp/kspimpl.h
/petsc/src/sles/pc/esi/epreconditioner.c
/petsc/src/sles/pc/examples/tests/ex4.c
/petsc/src/sles/pc/impls/asm/asm.c
/petsc/src/sles/pc/impls/bjacobi/bjacobi.c
/petsc/src/sles/pc/impls/composite/composite.c
/petsc/src/sles/pc/impls/hypre/hyppilut.c
/petsc/src/sles/pc/impls/is/feti/examples/ex1.c
/petsc/src/sles/pc/impls/is/feti/examples/makefile
/petsc/src/sles/pc/impls/is/feti/fetipc.c
/petsc/src/sles/pc/impls/is/feti/fetipc.h
/petsc/src/sles/pc/impls/is/feti/makefile
/petsc/src/sles/pc/impls/mg/mg.c
/petsc/src/sles/pc/impls/mg/mgfunc.c
/petsc/src/sles/pc/impls/redundant/redundant.c
/petsc/src/sles/pc/impls/shell/shellpc.c
/petsc/src/sles/pc/interface/pcregis.c
/petsc/src/sles/pc/interface/pcset.c
/petsc/src/sles/pc/interface/precon.c
/petsc/src/sles/pc/pcimpl.h
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/sys/examples/tests/ex1f.F
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/examples/tests/output/ex1f_1.out
/petsc/src/sys/src/error/err.c
/petsc/src/sys/src/error/errabort.c
/petsc/src/sys/src/fileio/mprint.c
/petsc/src/sys/src/viewer/interface/viewa.c
pvode/petscpvode.c
/petsc/src/vec/examples/tests/output/ex10_1.out
/petsc/src/vec/examples/tests/output/ex11_1.out
/petsc/src/vec/examples/tests/output/ex12_1.out
/petsc/src/vec/examples/tests/output/ex13_1.out
/petsc/src/vec/examples/tests/output/ex14_1.out
/petsc/src/vec/examples/tests/output/ex16_1.out
/petsc/src/vec/examples/tests/output/ex17_1.out
/petsc/src/vec/examples/tests/output/ex17f_1.out
/petsc/src/vec/examples/tests/output/ex22_1.out
/petsc/src/vec/examples/tests/output/ex24_1.out
/petsc/src/vec/examples/tests/output/ex25_1.out
/petsc/src/vec/examples/tests/output/ex29_1.out
/petsc/src/vec/examples/tests/output/ex30f_1.out
/petsc/src/vec/examples/tests/output/ex33_1.out
/petsc/src/vec/examples/tests/output/ex3_1.out
/petsc/src/vec/examples/tests/output/ex5_1.out
/petsc/src/vec/examples/tests/output/ex9_1.out
/petsc/src/vec/examples/tutorials/output/ex12_1.out
/petsc/src/vec/examples/tutorials/output/ex2_1.out
/petsc/src/vec/examples/tutorials/output/ex2f_1.out
/petsc/src/vec/examples/tutorials/output/ex5_2.out
/petsc/src/vec/examples/tutorials/output/ex7_1.out
/petsc/src/vec/examples/tutorials/output/ex8_1.out
/petsc/src/vec/impls/mpi/pdvec.c
/petsc/src/vec/is/utils/iscoloring.c
/petsc/src/vec/is/utils/isltog.c
1836bdbc24-Jun-2003 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.1326.1.1
balay@smash.mcs.anl.gov|ChangeSet|20030624211410|13641
ChangeSet
1.1326.1.1 03/06/24 16:14:10 balay@smash.mcs.anl.gov +20 -0
const and [] changes

src/ts/interface/ts.c

bk-changeset-1.1326.1.1
balay@smash.mcs.anl.gov|ChangeSet|20030624211410|13641
ChangeSet
1.1326.1.1 03/06/24 16:14:10 balay@smash.mcs.anl.gov +20 -0
const and [] changes

src/ts/interface/ts.c
1.21 03/06/24 16:14:09 balay@smash.mcs.anl.gov +7 -9
const and [] changes

src/ts/interface/dlregis.c
1.11 03/06/24 16:14:09 balay@smash.mcs.anl.gov +1 -1
const and [] changes

src/ts/impls/implicit/pvode/petscpvode.c
1.12 03/06/24 16:14:09 balay@smash.mcs.anl.gov +1 -1
const and [] changes

src/sys/src/objects/options.c
1.25 03/06/24 16:14:09 balay@smash.mcs.anl.gov +1 -1
const and [] changes

src/snes/mf/snesmfj.c
1.18 03/06/24 16:14:08 balay@smash.mcs.anl.gov +1 -1
const and [] changes

src/snes/interface/snesregi.c
1.5 03/06/24 16:14:08 balay@smash.mcs.anl.gov +1 -1
const and [] changes

src/snes/interface/snes.c
1.28 03/06/24 16:14:08 balay@smash.mcs.anl.gov +7 -7
const and [] changes

src/snes/interface/dlregis.c
1.12 03/06/24 16:14:08 balay@smash.mcs.anl.gov +1 -1
const and [] changes

src/sles/pc/impls/bjacobi/bjacobi.c
1.14 03/06/24 16:14:08 balay@smash.mcs.anl.gov +1 -1
const and [] changes

src/sles/pc/impls/asm/asm.c
1.11 03/06/24 16:14:08 balay@smash.mcs.anl.gov +1 -1
const and [] changes

src/sles/ksp/interface/xmon.c
1.5 03/06/24 16:14:08 balay@smash.mcs.anl.gov +2 -2
const and [] changes

src/sles/ksp/interface/itregis.c
1.6 03/06/24 16:14:08 balay@smash.mcs.anl.gov +1 -1
const and [] changes

src/sles/ksp/interface/itfunc.c
1.12.1.1 03/06/24 16:14:08 balay@smash.mcs.anl.gov +2 -2
const and [] changes

src/sles/ksp/interface/itcreate.c
1.21 03/06/24 16:14:08 balay@smash.mcs.anl.gov +1 -1
const and [] changes

src/sles/ksp/interface/itcl.c
1.4 03/06/24 16:14:07 balay@smash.mcs.anl.gov +3 -3
const and [] changes

src/sles/ksp/interface/dlregis.c
1.11 03/06/24 16:14:07 balay@smash.mcs.anl.gov +1 -1
const and [] changes

include/petscts.h
1.15 03/06/24 16:14:07 balay@smash.mcs.anl.gov +7 -7
const and [] changes

include/petscsnes.h
1.17 03/06/24 16:14:07 balay@smash.mcs.anl.gov +12 -12
const and [] changes

include/petscoptions.h
1.8 03/06/24 16:14:07 balay@smash.mcs.anl.gov +1 -1
const and [] changes

include/petscksp.h
1.15 03/06/24 16:14:07 balay@smash.mcs.anl.gov +9 -11
const and [] changes


Hg-commit: 33371881dd60ad6f363a1a1a69ee0af63ec149b8

show more ...


/petsc/bin/adprocess.py
/petsc/bmake/config/packages.in
/petsc/bmake/linux64_intel/buildtest
/petsc/bmake/macx/packages
/petsc/bmake/solaris64/variables
/petsc/config/configure_darwin6.6.py
/petsc/docs/tex/petscapp.bib
/petsc/docs/website/miscellaneous/usage.1.gif
/petsc/docs/website/miscellaneous/usage.html
/petsc/docs/website/miscellaneous/usage.xls
/petsc/include/finclude/petsc.h
/petsc/include/petsc.h
/petsc/include/petscao.h
/petsc/include/petscda.h
/petsc/include/petscis.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscoptions.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/include/petscts.h
/petsc/maint/fixinclude
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/src/dm/ao/aoimpl.h
/petsc/src/dm/ao/impls/basic/aobasic.c
/petsc/src/dm/ao/impls/mapping/aomapping.c
/petsc/src/dm/ao/interface/ao.c
/petsc/src/dm/da/examples/tests/output/ex1_1.out
/petsc/src/dm/da/examples/tests/output/ex2_1.out
/petsc/src/dm/da/examples/tests/output/ex4_1.out
/petsc/src/dm/da/src/dadist.c
/petsc/src/dm/da/utils/fdda.c
/petsc/src/fortran/custom/zsnes.c
/petsc/src/fortran/custom/zsys.c
/petsc/src/mat/examples/tests/ex12.c
/petsc/src/mat/examples/tests/output/ex60_1.out
/petsc/src/mat/examples/tests/output/ex9_1.out
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/makefile
/petsc/src/mat/impls/aij/mpi/mmaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/mpi/spooles/makefile
/petsc/src/mat/impls/aij/mpi/spooles/mpiaijspooles.c
/petsc/src/mat/impls/aij/mpi/spooles/mpispooles.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijnode.c
/petsc/src/mat/impls/aij/seq/fdaij.c
/petsc/src/mat/impls/aij/seq/makefile
/petsc/src/mat/impls/aij/seq/spooles/aijspooles.c
/petsc/src/mat/impls/aij/seq/spooles/makefile
/petsc/src/mat/impls/aij/seq/spooles/spooles.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.h
/petsc/src/mat/impls/aij/seq/spooles/spoolesOptions.c
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/mpi/mmbaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij.h
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag2.c
/petsc/src/mat/impls/dense/mpi/mmdense.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/esi/mesi.c
/petsc/src/mat/impls/feti/feti.c
/petsc/src/mat/impls/feti/feti.h
/petsc/src/mat/impls/feti/makefile
/petsc/src/mat/impls/is/is.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaijspooles.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/impls/sbaij/seq/sbaijspooles.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/interface/matnull.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/partition/impls/pmetis/pmetis.c
/petsc/src/mat/partition/partition.c
/petsc/src/mat/utils/axpy.c
/petsc/src/mat/utils/matioall.c
/petsc/src/mat/utils/matstash.c
/petsc/src/mat/utils/zerodiag.c
/petsc/src/sles/examples/tutorials/ex31.c
/petsc/src/sles/examples/tutorials/hacks.h
/petsc/src/sles/examples/tutorials/makefile
/petsc/src/sles/ksp/impls/cg/cg.c
/petsc/src/sles/ksp/impls/fgmres/fgmres.c
/petsc/src/sles/ksp/impls/gmres/gmreig.c
/petsc/src/sles/ksp/interface/dlregis.c
/petsc/src/sles/ksp/interface/itcl.c
/petsc/src/sles/ksp/interface/itcreate.c
/petsc/src/sles/ksp/interface/itfunc.c
/petsc/src/sles/ksp/interface/itregis.c
/petsc/src/sles/ksp/interface/xmon.c
/petsc/src/sles/pc/impls/asm/asm.c
/petsc/src/sles/pc/impls/bjacobi/bjacobi.c
/petsc/src/sles/pc/impls/hypre/hyppilut.c
/petsc/src/sles/pc/impls/is/feti/examples/ex1.c
/petsc/src/sles/pc/impls/is/feti/examples/makefile
/petsc/src/sles/pc/impls/is/feti/fetipc.c
/petsc/src/sles/pc/impls/is/feti/fetipc.h
/petsc/src/sles/pc/impls/is/feti/makefile
/petsc/src/sles/pc/impls/mg/mg.c
/petsc/src/sles/pc/impls/mg/mgfunc.c
/petsc/src/sles/pc/impls/shell/shellpc.c
/petsc/src/sles/pc/interface/pcregis.c
/petsc/src/sles/pc/interface/pcset.c
/petsc/src/sles/pc/interface/precon.c
/petsc/src/sles/pc/pcimpl.h
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/interface/dlregis.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesregi.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/sys/examples/tests/ex1f.F
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/examples/tests/output/ex1f_1.out
/petsc/src/sys/src/error/err.c
/petsc/src/sys/src/error/errabort.c
/petsc/src/sys/src/fileio/mprint.c
/petsc/src/sys/src/objects/options.c
/petsc/src/sys/src/viewer/interface/viewa.c
pvode/petscpvode.c
/petsc/src/ts/interface/dlregis.c
/petsc/src/ts/interface/ts.c
/petsc/src/vec/examples/tests/output/ex10_1.out
/petsc/src/vec/examples/tests/output/ex11_1.out
/petsc/src/vec/examples/tests/output/ex12_1.out
/petsc/src/vec/examples/tests/output/ex13_1.out
/petsc/src/vec/examples/tests/output/ex14_1.out
/petsc/src/vec/examples/tests/output/ex16_1.out
/petsc/src/vec/examples/tests/output/ex17_1.out
/petsc/src/vec/examples/tests/output/ex17f_1.out
/petsc/src/vec/examples/tests/output/ex22_1.out
/petsc/src/vec/examples/tests/output/ex24_1.out
/petsc/src/vec/examples/tests/output/ex25_1.out
/petsc/src/vec/examples/tests/output/ex29_1.out
/petsc/src/vec/examples/tests/output/ex30f_1.out
/petsc/src/vec/examples/tests/output/ex33_1.out
/petsc/src/vec/examples/tests/output/ex3_1.out
/petsc/src/vec/examples/tests/output/ex5_1.out
/petsc/src/vec/examples/tests/output/ex9_1.out
/petsc/src/vec/examples/tutorials/output/ex12_1.out
/petsc/src/vec/examples/tutorials/output/ex2_1.out
/petsc/src/vec/examples/tutorials/output/ex2f_1.out
/petsc/src/vec/examples/tutorials/output/ex5_2.out
/petsc/src/vec/examples/tutorials/output/ex7_1.out
/petsc/src/vec/examples/tutorials/output/ex8_1.out
/petsc/src/vec/impls/mpi/pdvec.c
/petsc/src/vec/is/utils/iscoloring.c
/petsc/src/vec/is/utils/isltog.c
93adecfc13-Jun-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1267.1.1
bsmith@harley.mcs.anl.gov|ChangeSet|20030613165132|64854
ChangeSet
1.1267.1.1 03/06/13 11:51:32 bsmith@harley.mcs.anl.gov +1 -0
fix bug report Timothy William Chevalier <t

bk-changeset-1.1267.1.1
bsmith@harley.mcs.anl.gov|ChangeSet|20030613165132|64854
ChangeSet
1.1267.1.1 03/06/13 11:51:32 bsmith@harley.mcs.anl.gov +1 -0
fix bug report Timothy William Chevalier <timothyc@stanford.edu> Re: [PETSC #7167] PETSC - PVODE
where we told pvode to ignore the iopt and ropt passed in.

src/ts/impls/implicit/pvode/petscpvode.c
1.11 03/06/13 11:51:03 bsmith@harley.mcs.anl.gov +1 -1
fix bug report Timothy William Chevalier <timothyc@stanford.edu> Re: [PETSC #7167] PETSC - PVODE
where we told pvode to ignore the iopt and ropt passed in.


Hg-commit: e80da8f551ad8be482be8c03c89d6de90f169e47

show more ...

31b3f9ab12-Jun-2003 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.1260
bsmith@harley.mcs.anl.gov|ChangeSet|20030612180415|63161
ChangeSet
1.1260 03/06/12 13:04:15 bsmith@harley.mcs.anl.gov +2 -0
added TSPVodeGetParameters()

include/petscts.h

bk-changeset-1.1260
bsmith@harley.mcs.anl.gov|ChangeSet|20030612180415|63161
ChangeSet
1.1260 03/06/12 13:04:15 bsmith@harley.mcs.anl.gov +2 -0
added TSPVodeGetParameters()

include/petscts.h
1.13 03/06/12 13:03:56 bsmith@harley.mcs.anl.gov +1 -0
added
TSPVodeGetParameters

src/ts/impls/implicit/pvode/petscpvode.c
1.10 03/06/12 13:03:44 bsmith@harley.mcs.anl.gov +41 -0
added TSPVodeGetParameters()


Hg-commit: 049324cdc49ca57d96298e50341a565d3a343e4f

show more ...


/petsc/bin/petscarch
/petsc/bmake/adic.init
/petsc/bmake/adicmf.init
/petsc/bmake/common/rules
/petsc/bmake/linux_uni/buildtest
/petsc/bmake/linux_uni/packages
/petsc/bmake/linux_uni/petscconf.h
/petsc/bmake/linux_uni/petscfix.h
/petsc/bmake/linux_uni/rules
/petsc/bmake/linux_uni/variables
/petsc/docs/website/documentation/troubleshooting.html
/petsc/docs/website/download/petsc-patches.html
/petsc/include/petscda.h
/petsc/include/petscmat.h
/petsc/include/petscts.h
/petsc/makefile
/petsc/src/contrib/lahaye/samg/samgpetsctools.c
/petsc/src/contrib/libtfs/comm.c
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/dagetarray.c
/petsc/src/fortran/custom/zstart.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/makefile
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/aij/seq/matpapt.c
/petsc/src/mat/impls/aij/seq/matptap.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/interface/matrix.c
/petsc/src/sles/ksp/impls/fgmres/fgmres.c
/petsc/src/sles/ksp/impls/fgmres/makefile
/petsc/src/sles/ksp/impls/gmres/gmres2.c
/petsc/src/sles/ksp/interface/itfunc.c
/petsc/src/sles/pc/impls/spai/src/ispai.c
/petsc/src/sles/pc/impls/spai/src/makefile
/petsc/src/snes/examples/tutorials/ex14.c
/petsc/src/snes/examples/tutorials/ex18.c
/petsc/src/snes/examples/tutorials/ex19.c
/petsc/src/snes/examples/tutorials/ex20.c
/petsc/src/snes/examples/tutorials/ex21.c
/petsc/src/snes/examples/tutorials/ex22.c
/petsc/src/snes/examples/tutorials/ex23.c
/petsc/src/snes/examples/tutorials/ex24.c
/petsc/src/snes/examples/tutorials/ex25.c
/petsc/src/snes/examples/tutorials/ex26.c
/petsc/src/snes/examples/tutorials/ex27.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex3.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex19_1.testout
/petsc/src/snes/examples/tutorials/output/ex5f_1.testout
/petsc/src/sys/src/objects/ams/aoptions.c
/petsc/src/sys/src/objects/options.c
/petsc/src/sys/src/objects/pinit.c
/petsc/src/ts/examples/tutorials/ex7.c
/petsc/src/ts/impls/explicit/rk/rk.c
pvode/petscpvode.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/is/utils/iscoloring.c
bce2476603-Jun-2003 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.1244.1.10
balay@smash.mcs.anl.gov|ChangeSet|20030603024942|64491
ChangeSet
1.1244.1.10 03/06/02 21:49:42 balay@smash.mcs.anl.gov +5 -0
fix PVODE interface to work with BOPT=g_c++

bk-changeset-1.1244.1.10
balay@smash.mcs.anl.gov|ChangeSet|20030603024942|64491
ChangeSet
1.1244.1.10 03/06/02 21:49:42 balay@smash.mcs.anl.gov +5 -0
fix PVODE interface to work with BOPT=g_c++

src/ts/interface/tsregall.c
1.7 03/06/02 21:49:40 balay@smash.mcs.anl.gov +1 -1
fix PVODE interface to work with BOPT=g_c++

src/ts/impls/implicit/pvode/petscpvode.h
1.7 03/06/02 21:49:40 balay@smash.mcs.anl.gov +4 -2
fix PVODE interface to work with BOPT=g_c++

src/ts/impls/implicit/pvode/makefile
1.4 03/06/02 21:49:40 balay@smash.mcs.anl.gov +1 -1
fix PVODE interface to work with BOPT=g_c++

src/ts/examples/tests/ex4.c
1.7 03/06/02 21:49:40 balay@smash.mcs.anl.gov +3 -3
fix PVODE interface to work with BOPT=g_c++

src/fortran/custom/zts.c
1.8 03/06/02 21:49:40 balay@smash.mcs.anl.gov +1 -1
fix PVODE interface to work with BOPT=g_c++


Hg-commit: 565a4592388583fa835e4bb230cb9a93b4f5a97f

show more ...


/petsc/bin/matlab/PetscBinaryWrite.m
/petsc/bmake/common/rules
/petsc/bmake/common/variables
/petsc/bmake/cray-x1/packages
/petsc/bmake/cray-x1/petscconf.h
/petsc/bmake/cray-x1/petscfix.h
/petsc/bmake/cray-x1/rules
/petsc/bmake/cray-x1/variables
/petsc/bmake/linux_gcc_pgf90/buildtest
/petsc/bmake/linux_gcc_pgf90/packages
/petsc/bmake/linux_gcc_pgf90/variables
/petsc/bmake/linux_intel/packages
/petsc/bmake/linux_intel/variables
/petsc/bmake/linux_jazz_intel/packages
/petsc/bmake/linux_jazz_intel/petscconf.h
/petsc/bmake/linux_jazz_intel/variables
/petsc/bmake/solaris/variables
/petsc/bmake/solaris64/variables
/petsc/bmake/solaris_gnu/variables
/petsc/bmake/solaris_lam/variables
/petsc/bmake/solaris_uni/variables
/petsc/config/configure.py
/petsc/docs/tex/manual/acknowl.tex
/petsc/docs/tex/manual/part2.tex
/petsc/docs/tex/petscapp.bib
/petsc/docs/website/developers/index.html
/petsc/docs/website/documentation/changes/index.html
/petsc/docs/website/documentation/troubleshooting.html
/petsc/docs/website/download/petsc-patches.html
/petsc/docs/website/index.html
/petsc/docs/website/miscellaneous/acknwldg.html
/petsc/include/finclude/petscmat.h
/petsc/include/finclude/petscts.h
/petsc/include/petsc.h
/petsc/include/petscda.h
/petsc/include/petscmat.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/petsc/maint/bugReport.py
/petsc/maint/checkBuilds.py
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/MPI.py
/petsc/src/benchmarks/results/performance_cfd_2_10
/petsc/src/contrib/adic/Gradient/ad_utils.c
/petsc/src/contrib/fun3d/flow.c
/petsc/src/contrib/libtfs/comm.c
/petsc/src/dm/da/daimpl.h
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/da3.c
/petsc/src/dm/da/src/dadestroy.c
/petsc/src/dm/da/src/dainterp.c
/petsc/src/dm/da/utils/fdda.c
/petsc/src/fortran/custom/zts.c
/petsc/src/inline/axpy.h
/petsc/src/mat/examples/tests/ex32.c
/petsc/src/mat/impls/adic/nladic.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/mmaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/mpi/mpispooles.c
/petsc/src/mat/impls/aij/mpi/mumps.c
/petsc/src/mat/impls/aij/mpi/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/aijnode.c
/petsc/src/mat/impls/aij/seq/dxml.c
/petsc/src/mat/impls/aij/seq/essl.c
/petsc/src/mat/impls/aij/seq/lusol.c
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/aij/seq/matptap.c
/petsc/src/mat/impls/aij/seq/superlu.c
/petsc/src/mat/impls/aij/seq/symtranspose.c
/petsc/src/mat/impls/baij/mpi/dscpack.c
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.h
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaijspooles.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/partition/impls/pmetis/pmetis.c
/petsc/src/mat/partition/partition.c
/petsc/src/sles/examples/tutorials/cyclic.h
/petsc/src/sles/examples/tutorials/da_hdf.c
/petsc/src/sles/examples/tutorials/ex10.c
/petsc/src/sles/examples/tutorials/ex31.c
/petsc/src/sles/examples/tutorials/hacks.h
/petsc/src/sles/examples/tutorials/makefile
/petsc/src/sles/pc/impls/cholesky/cholesky.c
/petsc/src/sles/pc/impls/icc/icc.c
/petsc/src/sles/pc/impls/ilu/ilu.c
/petsc/src/sles/pc/impls/lu/lu.c
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/ex10d/ex10.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex29view.m
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/src/fileio/sysio.c
/petsc/src/sys/src/utils/memc.c
/petsc/src/sys/src/utils/str.c
/petsc/src/ts/examples/tests/ex4.c
/petsc/src/ts/impls/explicit/makefile
/petsc/src/ts/impls/explicit/rk/makefile
/petsc/src/ts/impls/explicit/rk/rk.c
pvode/makefile
pvode/petscpvode.h
/petsc/src/ts/interface/tsregall.c
/petsc/src/vec/examples/tutorials/ex16.c
/petsc/src/vec/examples/tutorials/makefile
/petsc/src/vec/impls/seq/bvec2.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/is/utils/iscoloring.c
/petsc/src/vec/utils/vinv.c
1e30020030-Apr-2003 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.1175
balay@smash.mcs.anl.gov|ChangeSet|20030430202420|36304
ChangeSet
1.1175 03/04/30 15:24:20 balay@smash.mcs.anl.gov +2 -0
fix pvode interface to use a separate communicator

s

bk-changeset-1.1175
balay@smash.mcs.anl.gov|ChangeSet|20030430202420|36304
ChangeSet
1.1175 03/04/30 15:24:20 balay@smash.mcs.anl.gov +2 -0
fix pvode interface to use a separate communicator

src/ts/impls/implicit/pvode/petscpvode.h
1.6 03/04/30 15:24:20 balay@smash.mcs.anl.gov +1 -0
fix pvode interface to use a separate communicator

src/ts/impls/implicit/pvode/petscpvode.c
1.9 03/04/30 15:24:20 balay@smash.mcs.anl.gov +4 -2
fix pvode interface to use a separate communicator


Hg-commit: 19faa8276df4140df08e55674fee697297d050e5

show more ...


/petsc/bin/config/config.guess
/petsc/bin/config/config.sub
/petsc/bin/configarch
/petsc/bin/matlab/PetscBinaryRead.m
/petsc/bin/matlab/PetscBinaryWrite.m
/petsc/bin/mpirun.lam
/petsc/bmake/IRIX/packages
/petsc/bmake/IRIX/petscfix.h
/petsc/bmake/IRIX/rules
/petsc/bmake/IRIX64/packages
/petsc/bmake/IRIX64/rules
/petsc/bmake/IRIX_gnu/packages
/petsc/bmake/IRIX_gnu/rules
/petsc/bmake/IRIX_gnu/variables
/petsc/bmake/UXPV/packages
/petsc/bmake/UXPV/rules
/petsc/bmake/UXPV/variables
/petsc/bmake/adic.init
/petsc/bmake/adicmf.init
/petsc/bmake/alpha/buildtest
/petsc/bmake/alpha/rules
/petsc/bmake/alpha/variables
/petsc/bmake/alpha_gnu/packages
/petsc/bmake/alpha_gnu/rules
/petsc/bmake/alpha_gnu/variables
/petsc/bmake/alpha_uni/rules
/petsc/bmake/alpha_uni/variables
/petsc/bmake/ascired/rules
/petsc/bmake/ascired/variables
/petsc/bmake/beos/rules
/petsc/bmake/common/rules
/petsc/bmake/common/variables
/petsc/bmake/config/packages.in
/petsc/bmake/config/petscfix.h.in
/petsc/bmake/config/rules.in
/petsc/bmake/config/variables.in
/petsc/bmake/freebsd/packages
/petsc/bmake/freebsd/rules
/petsc/bmake/freebsd/variables
/petsc/bmake/hpux/packages
/petsc/bmake/hpux/rules
/petsc/bmake/hpux/variables
/petsc/bmake/hpux64/packages
/petsc/bmake/hpux64/rules
/petsc/bmake/hpux64/variables
/petsc/bmake/linux/buildtest
/petsc/bmake/linux/packages
/petsc/bmake/linux/rules
/petsc/bmake/linux/variables
/petsc/bmake/linux64/packages
/petsc/bmake/linux64/petscconf.h
/petsc/bmake/linux64/rules
/petsc/bmake/linux64_intel/buildtest
/petsc/bmake/linux64_intel/packages
/petsc/bmake/linux64_intel/petscconf.h
/petsc/bmake/linux64_intel/rules
/petsc/bmake/linux_absoft/packages
/petsc/bmake/linux_absoft/rules
/petsc/bmake/linux_alpha/buildtest
/petsc/bmake/linux_alpha/packages
/petsc/bmake/linux_alpha/rules
/petsc/bmake/linux_alpha/variables
/petsc/bmake/linux_alpha_dec/rules
/petsc/bmake/linux_alpha_dec/variables
/petsc/bmake/linux_gcc_pgf90/packages
/petsc/bmake/linux_gcc_pgf90/rules
/petsc/bmake/linux_gcc_pgf90/variables
/petsc/bmake/linux_gm/rules
/petsc/bmake/linux_intel/packages
/petsc/bmake/linux_intel/petscconf.h
/petsc/bmake/linux_intel/rules
/petsc/bmake/linux_intel/variables
/petsc/bmake/linux_jazz_intel/packages
/petsc/bmake/linux_jazz_intel/petscconf.h
/petsc/bmake/linux_jazz_intel/petscfix.h
/petsc/bmake/linux_jazz_intel/rules
/petsc/bmake/linux_jazz_intel/variables
/petsc/bmake/linux_nagf90/packages
/petsc/bmake/linux_nagf90/rules
/petsc/bmake/linux_pgi/packages
/petsc/bmake/linux_pgi/rules
/petsc/bmake/linux_pgi/variables
/petsc/bmake/linux_superludist/packages
/petsc/bmake/linux_superludist/rules
/petsc/bmake/linux_tau/rules
/petsc/bmake/macx/buildtest
/petsc/bmake/macx/rules
/petsc/bmake/macx/variables
/petsc/bmake/rs6000/rules
/petsc/bmake/rs6000/variables
/petsc/bmake/rs6000_64/buildtest
/petsc/bmake/rs6000_64/packages
/petsc/bmake/rs6000_64/rules
/petsc/bmake/rs6000_64/variables
/petsc/bmake/rs6000_gnu/rules
/petsc/bmake/rs6000_sp/packages
/petsc/bmake/rs6000_sp/petscfix.h
/petsc/bmake/rs6000_sp/rules
/petsc/bmake/rs6000_sp/variables
/petsc/bmake/solaris/buildtest
/petsc/bmake/solaris/packages
/petsc/bmake/solaris/rules
/petsc/bmake/solaris/variables
/petsc/bmake/solaris64/packages
/petsc/bmake/solaris64/rules
/petsc/bmake/solaris64/variables
/petsc/bmake/solaris_gnu/packages
/petsc/bmake/solaris_gnu/rules
/petsc/bmake/solaris_gnu/variables
/petsc/bmake/solaris_lam/packages
/petsc/bmake/solaris_lam/rules
/petsc/bmake/solaris_lam/variables
/petsc/bmake/solaris_uni/buildtest
/petsc/bmake/solaris_uni/packages
/petsc/bmake/solaris_uni/rules
/petsc/bmake/solaris_uni/variables
/petsc/bmake/solaris_x86/packages
/petsc/bmake/solaris_x86/rules
/petsc/bmake/solaris_x86/variables
/petsc/bmake/sx6/rules
/petsc/bmake/sx6/variables
/petsc/bmake/t3e/rules
/petsc/bmake/t3e/variables
/petsc/bmake/win32_borland/rules
/petsc/bmake/win32_gnu/rules
/petsc/bmake/win32_intel/petscconf.h
/petsc/bmake/win32_intel/rules
/petsc/bmake/win32_intel/variables
/petsc/bmake/win32_ms/rules
/petsc/bmake/win32_ms/variables
/petsc/bmake/win32_ms_hpvm/rules
/petsc/bmake/win32_ms_hpvm/variables
/petsc/bmake/win32_ms_mpich/rules
/petsc/bmake/win32_ms_mpich/variables
/petsc/bmake/win32_ms_mpipro/rules
/petsc/bmake/win32_ms_mpipro/variables
/petsc/bmake/win32_ms_wmpi/rules
/petsc/bmake/win32_ms_wmpi/variables
/petsc/bmake/win64_intel/rules
/petsc/bmake/win64_intel/variables
/petsc/config/configure.py
/petsc/config/configure_darwin6.4.py
/petsc/config/configure_irix6.5-64.py
/petsc/config/configure_irix6.5.py
/petsc/config/configure_linux-gnu-intel.py
/petsc/config/configure_linux-gnu.py
/petsc/config/configure_osf5.0.py
/petsc/config/configure_solaris2.9.py
/petsc/docs/makefile
/petsc/docs/tex/manual/intro.tex
/petsc/docs/tex/manual/manual.tex
/petsc/docs/tex/manual/part1.tex
/petsc/docs/tex/manual/part2.tex
/petsc/docs/tex/petscapp.bib
/petsc/docs/tex/petscconsult.bib
/petsc/docs/website/developers/index.html
/petsc/docs/website/developers/projects.html
/petsc/docs/website/documentation/benchmarks.html
/petsc/docs/website/documentation/bugreporting.html
/petsc/docs/website/documentation/changes/2015.html
/petsc/docs/website/documentation/changes/2016.html
/petsc/docs/website/documentation/changes/2017.html
/petsc/docs/website/documentation/changes/2022.html
/petsc/docs/website/documentation/changes/2024.html
/petsc/docs/website/documentation/changes/2028.html
/petsc/docs/website/documentation/changes/2029.html
/petsc/docs/website/documentation/changes/21.html
/petsc/docs/website/documentation/changes/211.html
/petsc/docs/website/documentation/changes/212.html
/petsc/docs/website/documentation/changes/213.html
/petsc/docs/website/documentation/changes/215.html
/petsc/docs/website/documentation/changes/216.html
/petsc/docs/website/documentation/changes/2918-21.html
/petsc/docs/website/documentation/changes/index.html
/petsc/docs/website/documentation/codemanagement.html
/petsc/docs/website/documentation/copyright.html
/petsc/docs/website/documentation/exercises/compiling/index.html
/petsc/docs/website/documentation/exercises/compiling/makeoutput.html
/petsc/docs/website/documentation/exercises/compiling/runoutput.html
/petsc/docs/website/documentation/exercises/index.html
/petsc/docs/website/documentation/exercises/matrices/index.html
/petsc/docs/website/documentation/exercises/odes/index.html
/petsc/docs/website/documentation/exercises/odes/runoutput.html
/petsc/docs/website/documentation/exercises/pseudo/index.html
/petsc/docs/website/documentation/exercises/pseudo/runoutput.html
/petsc/docs/website/documentation/exercises/simpleoutput/index.html
/petsc/docs/website/documentation/exercises/sles/index.html
/petsc/docs/website/documentation/exercises/snes/advanced.html
/petsc/docs/website/documentation/exercises/snes/index.html
/petsc/docs/website/documentation/exercises/vectors/index.html
/petsc/docs/website/documentation/faq.html
/petsc/docs/website/documentation/index.html
/petsc/docs/website/documentation/referencing.html
/petsc/docs/website/documentation/troubleshooting.html
/petsc/docs/website/documentation/tutorials/PCFD99.html
/petsc/docs/website/documentation/tutorials/ag.html
/petsc/docs/website/documentation/tutorials/index.html
/petsc/docs/website/documentation/tutorials/nersc01/nersc01.html
/petsc/docs/website/download/index.html
/petsc/docs/website/download/petsc-patches.html
/petsc/docs/website/features/details.html
/petsc/docs/website/features/diagram.html
/petsc/docs/website/features/index.html
/petsc/docs/website/images/barry.gif
/petsc/docs/website/images/bill.gif
/petsc/docs/website/images/buschelman.jpg
/petsc/docs/website/images/dinesh.jpg
/petsc/docs/website/images/headbang.gif
/petsc/docs/website/images/hong.jpg
/petsc/docs/website/images/lois.gif
/petsc/docs/website/images/matt.jpg
/petsc/docs/website/images/mcs-rule-small.gif
/petsc/docs/website/images/petscwww.gif
/petsc/docs/website/images/satish.gif
/petsc/docs/website/images/victor.jpg
/petsc/docs/website/index.html
/petsc/docs/website/miscellaneous/acknwldg.html
/petsc/docs/website/miscellaneous/ftp.gif
/petsc/docs/website/miscellaneous/funding.html
/petsc/docs/website/miscellaneous/index.html
/petsc/docs/website/miscellaneous/petscthreads.html
/petsc/docs/website/miscellaneous/pie.gif
/petsc/docs/website/miscellaneous/usage.html
/petsc/docs/website/miscellaneous/usage.xls
/petsc/docs/website/miscellaneous/usage_15625_image001.gif
/petsc/docs/website/miscellaneous/usage_6589_image001.gif
/petsc/docs/website/presentations/archive/doe2k/doe2k-apps.html
/petsc/docs/website/presentations/archive/doe2k/doe2k-aztec-petsc.html
/petsc/docs/website/presentations/archive/doe2k/doe2k-esi.html
/petsc/docs/website/presentations/archive/doe2k/doe2k-petsc.html
/petsc/docs/website/presentations/archive/doe2k/doe2k-pvode-petsc.html
/petsc/docs/website/presentations/future.html
/petsc/docs/website/presentations/index.html
/petsc/docs/website/publications/index.html
/petsc/docs/website/publications/structured.html
/petsc/docs/website/publications/unstructured.html
/petsc/include/adic/ad_deriv.h
/petsc/include/adic/ad_grad.h
/petsc/include/adic/ad_grad_macro_axpys.h
/petsc/include/adic/ad_utils.h
/petsc/include/finclude/petscmat.h
/petsc/include/gccsse.h
/petsc/include/iclsse.h
/petsc/include/petscda.h
/petsc/include/petscerror.h
/petsc/include/petscis.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscpc.h
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/petsc/libtool
/petsc/maint/builddist
/petsc/maint/buildtest
/petsc/maint/checkBuilds.py
/petsc/maint/copytestlog
/petsc/maint/killnightly
/petsc/maint/submitPatch.py
/petsc/maint/update-docs.py
/petsc/maint/updatetestbk
/petsc/maint/xclude
/petsc/makefile
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/Options.py
/petsc/python/PETSc/packages/ADIC.py
/petsc/python/PETSc/packages/BlockSolve.py
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/Mathematica.py
/petsc/python/PETSc/packages/Matlab.py
/petsc/python/PETSc/packages/PLAPACK.py
/petsc/python/PETSc/packages/PVODE.py
/petsc/python/PETSc/packages/ParMetis.py
/petsc/python/PETSc/packages/Triangle.py
/petsc/src/adic/examples/tutorials/makefile
/petsc/src/adic/src/makefile
/petsc/src/contrib/adic/Gradient/ad_grad.c
/petsc/src/contrib/adic/Gradient/ad_utils.c
/petsc/src/contrib/adic/Gradient/makefile
/petsc/src/contrib/adic/makefile
/petsc/src/contrib/fun3d/user.F
/petsc/src/contrib/lahaye/ramg/ramgpetsc.c
/petsc/src/contrib/libtfs/xyt.c
/petsc/src/contrib/sda/src/sda2.c
/petsc/src/dm/ao/impls/mapping/aomapping.c
/petsc/src/dm/ao/interface/dlregis.c
/petsc/src/dm/da/daimpl.h
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/dagtona.c
/petsc/src/dm/da/src/dainterp.c
/petsc/src/dm/da/src/dalocal.c
/petsc/src/dm/da/utils/dm.c
/petsc/src/dm/da/utils/fdda.c
/petsc/src/fortran/custom/zda.c
/petsc/src/fortran/custom/zis.c
/petsc/src/fortran/custom/zksp.c
/petsc/src/inline/dot.h
/petsc/src/mat/color/color.c
/petsc/src/mat/examples/tests/ex1.c
/petsc/src/mat/examples/tests/ex15.c
/petsc/src/mat/examples/tests/ex2.c
/petsc/src/mat/examples/tests/ex30.c
/petsc/src/mat/examples/tests/ex48.c
/petsc/src/mat/examples/tests/ex55.c
/petsc/src/mat/examples/tests/ex7.c
/petsc/src/mat/examples/tests/ex73.c
/petsc/src/mat/examples/tests/ex74.c
/petsc/src/mat/examples/tests/ex76.c
/petsc/src/mat/examples/tests/ex86.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tutorials/ex2.c
/petsc/src/mat/examples/tutorials/ex3.c
/petsc/src/mat/examples/tutorials/makefile
/petsc/src/mat/impls/adic/makefile
/petsc/src/mat/impls/adic/matadic.c
/petsc/src/mat/impls/adic/nladic.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/makefile
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaijspooles.c
/petsc/src/mat/impls/aij/mpi/mpispooles.c
/petsc/src/mat/impls/aij/mpi/mumps.c
/petsc/src/mat/impls/aij/mpi/pxxt.c
/petsc/src/mat/impls/aij/mpi/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/aijmatlab.c
/petsc/src/mat/impls/aij/seq/aijnode.c
/petsc/src/mat/impls/aij/seq/aijspooles.c
/petsc/src/mat/impls/aij/seq/essl.c
/petsc/src/mat/impls/aij/seq/fdaij.c
/petsc/src/mat/impls/aij/seq/lusol.c
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/aij/seq/spooles.c
/petsc/src/mat/impls/aij/seq/spooles.h
/petsc/src/mat/impls/aij/seq/spoolesOptions.c
/petsc/src/mat/impls/aij/seq/superlu.c
/petsc/src/mat/impls/aij/seq/umfpack.c
/petsc/src/mat/impls/baij/mpi/dscpack.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/aijbaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij.h
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/baij/seq/baijfact12.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/seq/bdfact.c
/petsc/src/mat/impls/bdiag/seq/bdiag.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/dense/seq/dense.h
/petsc/src/mat/impls/feti/feti.h
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/sbaij/mpi/makefile
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaijspooles.c
/petsc/src/mat/impls/sbaij/seq/aijsbaij.c
/petsc/src/mat/impls/sbaij/seq/makefile
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/impls/sbaij/seq/sbaijspooles.c
/petsc/src/mat/interface/dlregis.c
/petsc/src/mat/interface/matnull.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/partition/impls/pmetis/pmetis.c
/petsc/src/mat/partition/partition.c
/petsc/src/mat/utils/axpy.c
/petsc/src/mat/utils/matio.c
/petsc/src/mat/utils/zerodiag.c
/petsc/src/sles/examples/tests/output/ex24_2.out
/petsc/src/sles/examples/tests/output/ex24_3.out
/petsc/src/sles/examples/tutorials/ex28.c
/petsc/src/sles/examples/tutorials/makefile
/petsc/src/sles/examples/tutorials/output/ex10_7.out
/petsc/src/sles/examples/tutorials/output/ex10_9.out
/petsc/src/sles/ksp/impls/cg/cg.c
/petsc/src/sles/ksp/impls/gmres/gmres.c
/petsc/src/sles/ksp/impls/lgmres/lgmres.c
/petsc/src/sles/ksp/impls/lgmres/lgmresp.h
/petsc/src/sles/ksp/impls/lgmres/makefile
/petsc/src/sles/ksp/impls/lgmres/readme
/petsc/src/sles/ksp/impls/makefile
/petsc/src/sles/ksp/interface/itcreate.c
/petsc/src/sles/ksp/interface/itregis.c
/petsc/src/sles/pc/examples/tutorials/ex1.c
/petsc/src/sles/pc/examples/tutorials/ex2.c
/petsc/src/sles/pc/examples/tutorials/makefile
/petsc/src/sles/pc/impls/cholesky/cholesky.c
/petsc/src/sles/pc/impls/esi/pesi.c
/petsc/src/sles/pc/impls/hypre/hyppilut.c
/petsc/src/sles/pc/impls/icc/icc.c
/petsc/src/sles/pc/impls/icc/icc.h
/petsc/src/sles/pc/impls/ilu/ilu.c
/petsc/src/sles/pc/impls/ilu/ilu.h
/petsc/src/sles/pc/impls/is/feti/examples/ex1.c
/petsc/src/sles/pc/impls/is/feti/fetipc.h
/petsc/src/sles/pc/impls/lu/lu.c
/petsc/src/sles/pc/impls/mg/mg.c
/petsc/src/sles/pc/impls/mg/mgfunc.c
/petsc/src/sles/pc/impls/redundant/redundant.c
/petsc/src/sles/pc/impls/sor/sor.c
/petsc/src/sles/pc/impls/spai/examples/tutorials/ex2.c
/petsc/src/sles/pc/impls/spai/src/ispai.c
/petsc/src/sles/pc/interface/pcset.c
/petsc/src/sles/pc/interface/precon.c
/petsc/src/sles/utils/damg.c
/petsc/src/snes/examples/tests/ex11.c
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/ex19.c
/petsc/src/snes/examples/tutorials/ex24.c
/petsc/src/snes/examples/tutorials/ex25.c
/petsc/src/snes/examples/tutorials/ex26.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex21_1.out
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesj2.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/examples/tutorials/ex3f.F
/petsc/src/sys/src/error/adebug.c
/petsc/src/sys/src/error/errabort.c
/petsc/src/sys/src/error/errtrace.c
/petsc/src/sys/src/f90/f90_intel.c
/petsc/src/sys/src/fileio/mpiuopen.c
/petsc/src/sys/src/fileio/mprint.c
/petsc/src/sys/src/matlabengine/matlab.c
/petsc/src/sys/src/memory/mal.c
/petsc/src/sys/src/memory/mem.c
/petsc/src/sys/src/memory/mtr.c
/petsc/src/sys/src/objects/init.c
/petsc/src/sys/src/objects/options.c
/petsc/src/sys/src/plog/eventLog.c
/petsc/src/sys/src/plog/plog.c
/petsc/src/sys/src/plog/ploginfo.c
/petsc/src/sys/src/utils/sseenabled.c
/petsc/src/sys/src/viewer/impls/ascii/vcreatea.c
/petsc/src/sys/src/viewer/impls/binary/binv.c
/petsc/src/sys/src/viewer/impls/draw/drawv.c
/petsc/src/sys/src/viewer/impls/mathematica/makefile
/petsc/src/sys/src/viewer/impls/socket/matlab/receivedense.c
/petsc/src/sys/src/viewer/impls/socket/send.c
/petsc/src/sys/src/viewer/impls/socket/senddense.c
/petsc/src/ts/examples/tutorials/ex6.c
/petsc/src/ts/examples/tutorials/makefile
pvode/petscpvode.c
pvode/petscpvode.h
/petsc/src/ts/interface/tsreg.c
/petsc/src/vec/examples/tutorials/makefile
/petsc/src/vec/interface/dlregis.c
/petsc/src/vec/interface/mapreg.c
/petsc/src/vec/interface/vecreg.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/is/utils/iscoloring.c
/petsc/src/vec/utils/comb.c
/petsc/src/vec/utils/pipeline.c
/petsc/src/vec/utils/vecio.c
/petsc/src/vec/vecimpl.h
db2f66da09-Nov-2002 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.866.8.1
bsmith@terra.mcs.anl.gov|ChangeSet|20021109051115|43719
ChangeSet
1.866.8.1 02/11/08 23:11:15 bsmith@terra.mcs.anl.gov +28 -0
manpage additions

src/ts/impls/makefile

bk-changeset-1.866.8.1
bsmith@terra.mcs.anl.gov|ChangeSet|20021109051115|43719
ChangeSet
1.866.8.1 02/11/08 23:11:15 bsmith@terra.mcs.anl.gov +28 -0
manpage additions

src/ts/impls/makefile
1.4 02/11/08 23:11:14 bsmith@terra.mcs.anl.gov +1 -0
manpage additions

src/ts/impls/implicit/makefile
1.4 02/11/08 23:11:14 bsmith@terra.mcs.anl.gov +1 -0
manpage additions

src/ts/examples/makefile
1.4 02/11/08 23:11:13 bsmith@terra.mcs.anl.gov +1 -0
manpage additions

src/sys/src/viewer/impls/makefile
1.6 02/11/08 23:11:13 bsmith@terra.mcs.anl.gov +1 -0
manpage additions

src/sys/makefile
1.4 02/11/08 23:11:13 bsmith@terra.mcs.anl.gov +1 -0
manpage additions

src/pf/impls/makefile
1.4 02/11/08 23:11:13 bsmith@terra.mcs.anl.gov +1 -0
manpage additions

src/pf/examples/tutorials/makefile
1.6 02/11/08 23:11:13 bsmith@terra.mcs.anl.gov +1 -0
manpage additions

src/pf/examples/makefile
1.4 02/11/08 23:11:13 bsmith@terra.mcs.anl.gov +1 -0
manpage additions

src/makefile
1.7 02/11/08 23:11:13 bsmith@terra.mcs.anl.gov +1 -0
manpage additions

src/inline/makefile
1.4 02/11/08 23:11:13 bsmith@terra.mcs.anl.gov +1 -0
manpage additions

src/fortran/makefile
1.4 02/11/08 23:11:13 bsmith@terra.mcs.anl.gov +1 -0
manpage additions

src/fortran/f90/tests/makefile
1.5 02/11/08 23:11:13 bsmith@terra.mcs.anl.gov +2 -0
manpage additions

src/dm/makefile
1.5 02/11/08 23:11:13 bsmith@terra.mcs.anl.gov +1 -0
manpage additions

src/dm/da/examples/tutorials/makefile
1.5 02/11/08 23:11:13 bsmith@terra.mcs.anl.gov +1 -0
manpage additions

src/dm/da/examples/tests/makefile
1.7 02/11/08 23:11:13 bsmith@terra.mcs.anl.gov +1 -0
manpage additions

src/dm/ao/impls/makefile
1.6 02/11/08 23:11:12 bsmith@terra.mcs.anl.gov +1 -0
manpage additions

src/dm/ao/examples/makefile
1.5 02/11/08 23:11:12 bsmith@terra.mcs.anl.gov +1 -0
manpage additions

src/contrib/adic/adintrinsics/makefile
1.5 02/11/08 23:11:12 bsmith@terra.mcs.anl.gov +1 -0
manpage additions

src/contrib/adic/adic/makefile
1.4 02/11/08 23:11:12 bsmith@terra.mcs.anl.gov +1 -0
manpage additions

src/contrib/adic/Gradient/makefile
1.5 02/11/08 23:11:12 bsmith@terra.mcs.anl.gov +1 -0
manpage additions

src/benchmarks/makefile
1.4 02/11/08 23:11:12 bsmith@terra.mcs.anl.gov +1 -0
manpage additions

src/sles/pc/impls/redundant/redundant.c
1.6 02/11/08 19:46:27 bsmith@terra.mcs.anl.gov +1 -0
*** empty log message ***

src/mat/examples/tests/ex75.c
1.5 02/11/08 11:33:41 bsmith@terra.mcs.anl.gov +0 -6
no matzerorows for sbaij, hence cannot test

src/mat/impls/sbaij/seq/sbaij.c
1.41 02/11/08 10:46:39 bsmith@terra.mcs.anl.gov +1 -1
make nonstatic since function is not used in file, some compilers warn that function is never used.
Needed to get rid of warning message

include/petscengine.h
1.6 02/11/07 23:39:21 bsmith@terra.mcs.anl.gov +12 -2
man page for petscmatlabengine

src/sys/src/matlabengine/matlab.c
1.14 02/11/07 23:38:58 bsmith@terra.mcs.anl.gov +20 -11
more seealso in manual pages manual pages for PETSC_MATLAB_ENGINE_xxxx

include/petscda.h
1.8 02/11/07 23:29:28 bsmith@terra.mcs.anl.gov +1 -2
formatting

include/petscsys.h
1.10 02/11/07 23:28:22 bsmith@terra.mcs.anl.gov +16 -0
more manual pages


Hg-commit: f08c5603476a3a43d778dbf9d79c00155418538b

show more ...


/petsc/bin/mpirun.chiba
/petsc/bmake/alpha/variables
/petsc/bmake/alpha_uni/variables
/petsc/bmake/common/rules
/petsc/bmake/common/sedcmdforfortranstubs
/petsc/bmake/linux64_intel/buildtest
/petsc/bmake/linux64_intel/petscconf.h
/petsc/bmake/linux_gcc_pgf90/packages
/petsc/bmake/linux_gm/packages
/petsc/bmake/linux_gm/variables
/petsc/bmake/linux_intel/petscconf.h
/petsc/bmake/linux_superludist/packages
/petsc/bmake/linux_superludist/variables
/petsc/bmake/linux_tau/packages
/petsc/bmake/linux_tau/variables
/petsc/bmake/macx/variables
/petsc/bmake/rs6000_64/buildtest
/petsc/bmake/rs6000_64/packages
/petsc/bmake/rs6000_64/variables
/petsc/bmake/sx6/packages
/petsc/bmake/sx6/petscconf.h
/petsc/bmake/sx6/petscfix.h
/petsc/bmake/sx6/rules
/petsc/bmake/sx6/variables
/petsc/configure.py
/petsc/docs/mpi.www.index
/petsc/docs/tex/manual/acknowl.tex
/petsc/docs/tex/manual/makefile
/petsc/docs/tex/manual/part1.tex
/petsc/docs/tex/manual/part2.tex
/petsc/docs/tex/petsc.bib
/petsc/docs/tex/petscapp.bib
/petsc/include/f90impl/f90_intel.h
/petsc/include/petsc.h
/petsc/include/petscda.h
/petsc/include/petscengine.h
/petsc/include/petscerror.h
/petsc/include/petsclog.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/petsc/libtool
/petsc/maint/builddist
/petsc/maint/getexlist
/petsc/maint/killnightly
/petsc/maint/submitPatch.py
/petsc/maint/tuesdayreminder
/petsc/makefile
/petsc/projects/c++/sles/ex2/ex2.dsp
/petsc/projects/c++/sles/ex2/ex2.dsw
/petsc/projects/c/sles/ex2/ex2.dsp
/petsc/projects/complex/sles/ex2/ex2.dsp
/petsc/projects/complex/sles/ex2/ex2.dsw
/petsc/projects/fortran/sles/ex2f/ex2f.dsp
/petsc/projects/makefile
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/__init__.py
/petsc/python/PETSc/packages/ADIC.py
/petsc/python/PETSc/packages/BlockSolve.py
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/Mathematica.py
/petsc/python/PETSc/packages/Matlab.py
/petsc/python/PETSc/packages/PLAPACK.py
/petsc/python/PETSc/packages/PVODE.py
/petsc/python/PETSc/packages/ParMetis.py
/petsc/python/PETSc/packages/Triangle.py
/petsc/python/PETSc/packages/__init__.py
/petsc/python/__init__.py
/petsc/src/benchmarks/makefile
/petsc/src/benchmarks/results/performance_cfd_2_10
/petsc/src/contrib/adic/Gradient/makefile
/petsc/src/contrib/adic/adic/makefile
/petsc/src/contrib/adic/adintrinsics/makefile
/petsc/src/contrib/sda/src/sda2.c
/petsc/src/dm/ao/examples/makefile
/petsc/src/dm/ao/impls/makefile
/petsc/src/dm/da/daimpl.h
/petsc/src/dm/da/examples/tests/ex7.c
/petsc/src/dm/da/examples/tests/makefile
/petsc/src/dm/da/examples/tutorials/makefile
/petsc/src/dm/da/src/da1.c
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/da3.c
/petsc/src/dm/da/src/dadestroy.c
/petsc/src/dm/da/src/dadist.c
/petsc/src/dm/da/src/dagetarray.c
/petsc/src/dm/da/src/dagtol.c
/petsc/src/dm/da/src/dagtona.c
/petsc/src/dm/da/src/daindex.c
/petsc/src/dm/da/src/dalocal.c
/petsc/src/dm/da/src/daltol.c
/petsc/src/dm/da/utils/fdda.c
/petsc/src/dm/makefile
/petsc/src/fortran/custom/zpc.c
/petsc/src/fortran/custom/zplog.c
/petsc/src/fortran/custom/zsnes.c
/petsc/src/fortran/custom/zstart.c
/petsc/src/fortran/f90/tests/makefile
/petsc/src/fortran/makefile
/petsc/src/inline/makefile
/petsc/src/makefile
/petsc/src/mat/examples/tests/ex1.c
/petsc/src/mat/examples/tests/ex15.c
/petsc/src/mat/examples/tests/ex48.c
/petsc/src/mat/examples/tests/ex56.c
/petsc/src/mat/examples/tests/ex7.c
/petsc/src/mat/examples/tests/ex75.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaijspooles.c
/petsc/src/mat/impls/aij/mpi/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/aijmatlab.c
/petsc/src/mat/impls/aij/seq/aijnode.c
/petsc/src/mat/impls/aij/seq/aijspooles.c
/petsc/src/mat/impls/aij/seq/essl.c
/petsc/src/mat/impls/aij/seq/lusol.c
/petsc/src/mat/impls/aij/seq/spooles.c
/petsc/src/mat/impls/aij/seq/spooles.h
/petsc/src/mat/impls/aij/seq/spoolesOptions.c
/petsc/src/mat/impls/aij/seq/superlu.c
/petsc/src/mat/impls/aij/seq/umfpack.c
/petsc/src/mat/impls/aij/seq/unary.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/seq/bdfact.c
/petsc/src/mat/impls/dense/mpi/mmdense.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/sbaijspooles.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/utils/matio.c
/petsc/src/mat/utils/matstash.c
/petsc/src/pf/examples/makefile
/petsc/src/pf/examples/tutorials/makefile
/petsc/src/pf/impls/makefile
/petsc/src/pf/impls/matlab/cmatlab.c
/petsc/src/sles/examples/tests/ex5f.F
/petsc/src/sles/examples/tutorials/ex10.c
/petsc/src/sles/ksp/impls/cgs/cgs.c
/petsc/src/sles/ksp/impls/fgmres/fgmres.c
/petsc/src/sles/ksp/interface/itcreate.c
/petsc/src/sles/pc/esi/epreconditioner.c
/petsc/src/sles/pc/examples/tests/ex8f.F
/petsc/src/sles/pc/impls/asm/asm.c
/petsc/src/sles/pc/impls/bjacobi/bjacobi.c
/petsc/src/sles/pc/impls/cholesky/cholesky.c
/petsc/src/sles/pc/impls/composite/composite.c
/petsc/src/sles/pc/impls/eisens/eisen.c
/petsc/src/sles/pc/impls/hypre/hyppilut.c
/petsc/src/sles/pc/impls/ilu/ilu.c
/petsc/src/sles/pc/impls/jacobi/jacobi.c
/petsc/src/sles/pc/impls/lu/lu.c
/petsc/src/sles/pc/impls/mat/pcmat.c
/petsc/src/sles/pc/impls/none/none.c
/petsc/src/sles/pc/impls/redundant/redundant.c
/petsc/src/sles/pc/impls/shell/shellpc.c
/petsc/src/sles/pc/impls/sles/pcsles.c
/petsc/src/sles/pc/impls/sor/sor.c
/petsc/src/sles/pc/impls/spai/examples/makefile
/petsc/src/sles/pc/impls/spai/src/ispai.c
/petsc/src/sles/pc/interface/precon.c
/petsc/src/snes/examples/tutorials/ex27.c
/petsc/src/snes/examples/tutorials/ex28.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex21_1.out
/petsc/src/snes/examples/tutorials/output/ex5_13.out
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesj2.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/mf/snesmfj.h
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/makefile
/petsc/src/sys/src/error/adebug.c
/petsc/src/sys/src/error/fp.c
/petsc/src/sys/src/error/signal.c
/petsc/src/sys/src/f90/f90_intel.c
/petsc/src/sys/src/matlabengine/matlab.c
/petsc/src/sys/src/objects/init.c
/petsc/src/sys/src/objects/options.c
/petsc/src/sys/src/objects/pinit.c
/petsc/src/sys/src/objects/ptype.c
/petsc/src/sys/src/plog/plog.c
/petsc/src/sys/src/plog/stageLog.c
/petsc/src/sys/src/time/fdate.c
/petsc/src/sys/src/viewer/impls/ams/ams.c
/petsc/src/sys/src/viewer/impls/ascii/filev.c
/petsc/src/sys/src/viewer/impls/ascii/vcreatea.c
/petsc/src/sys/src/viewer/impls/binary/binv.c
/petsc/src/sys/src/viewer/impls/draw/drawv.c
/petsc/src/sys/src/viewer/impls/makefile
/petsc/src/sys/src/viewer/impls/mathematica/makefile
/petsc/src/sys/src/viewer/impls/mathematica/runtime.c
/petsc/src/sys/src/viewer/impls/socket/send.c
/petsc/src/ts/examples/makefile
makefile
/petsc/src/ts/impls/makefile
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tsreg.c
/petsc/src/ts/interface/tsregall.c
/petsc/src/vec/impls/dvecimpl.h
/petsc/src/vec/impls/mpi/pbvec.c
/petsc/src/vec/impls/seq/bvec2.c
/petsc/src/vec/impls/seq/dvec2.c
/petsc/src/vec/interface/mapreg.c
/petsc/src/vec/interface/vecreg.c
/petsc/src/vec/interface/vecregall.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/utils/gcreatev.c
/petsc/src/vec/utils/vecio.c
/petsc/src/vec/utils/vecstash.c
/petsc/src/vec/utils/vpscat.c
/petsc/src/vec/vecimpl.h
709bf61209-Sep-2002 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.796.1.31
bsmith@terra.mcs.anl.gov|ChangeSet|20020909011354|50222
ChangeSet
1.796.1.31 02/09/08 20:13:54 bsmith@terra.mcs.anl.gov +3 -0
new version of pvode

src/ts/impls/implicit

bk-changeset-1.796.1.31
bsmith@terra.mcs.anl.gov|ChangeSet|20020909011354|50222
ChangeSet
1.796.1.31 02/09/08 20:13:54 bsmith@terra.mcs.anl.gov +3 -0
new version of pvode

src/ts/impls/implicit/pvode/petscpvode.h
1.5 02/09/08 20:13:52 bsmith@terra.mcs.anl.gov +2 -1
new version of pvode

src/ts/impls/implicit/pvode/petscpvode.c
1.8 02/09/08 20:13:52 bsmith@terra.mcs.anl.gov +25 -18
new version of pvode

bmake/linux_gcc_pgf90/packages
1.23 02/09/08 20:13:52 bsmith@terra.mcs.anl.gov +2 -2
new version of pvode


Hg-commit: edd2f76aaf2ceccf0c905be972aa402932a9cddf

show more ...


/petsc/bin/adprocess.py
/petsc/bin/config/install-sh
/petsc/bin/hostnames.chiba
/petsc/bin/mpirun.chiba
/petsc/bin/petsc_libtool
/petsc/bin/petscarch
/petsc/bin/taucc.py
/petsc/bmake/IRIX/packages
/petsc/bmake/IRIX/rules
/petsc/bmake/IRIX64/packages
/petsc/bmake/IRIX64/rules
/petsc/bmake/IRIX_gnu/packages
/petsc/bmake/UXPV/packages
/petsc/bmake/adic.init
/petsc/bmake/adicmf.init
/petsc/bmake/alpha/buildtest
/petsc/bmake/alpha_gnu/packages
/petsc/bmake/common/bopt_O_c++_single
/petsc/bmake/common/bopt_g_c++_single
/petsc/bmake/common/rules
/petsc/bmake/common/test
/petsc/bmake/common/variables
/petsc/bmake/config/packages.in
/petsc/bmake/config/variables.in
/petsc/bmake/freebsd/buildtest
/petsc/bmake/freebsd/packages
/petsc/bmake/hpux/packages
/petsc/bmake/hpux64/packages
/petsc/bmake/linux/buildtest
/petsc/bmake/linux/packages
/petsc/bmake/linux/petscconf.h
/petsc/bmake/linux64_intel/buildtest
/petsc/bmake/linux64_intel/petscconf.h
/petsc/bmake/linux64_intel/variables
/petsc/bmake/linux_absoft/buildtest
/petsc/bmake/linux_absoft/packages
/petsc/bmake/linux_alpha/buildtest
/petsc/bmake/linux_alpha_dec/buildtest
/petsc/bmake/linux_alpha_dec/variables
/petsc/bmake/linux_gcc_pgf90/buildtest
/petsc/bmake/linux_gcc_pgf90/packages
/petsc/bmake/linux_gm/packages
/petsc/bmake/linux_intel/packages
/petsc/bmake/linux_intel/variables
/petsc/bmake/linux_nagf90/packages
/petsc/bmake/linux_nagf90/petscconf.h
/petsc/bmake/linux_nagf90/petscfix.h
/petsc/bmake/linux_nagf90/rules
/petsc/bmake/linux_nagf90/variables
/petsc/bmake/linux_pgi/packages
/petsc/bmake/linux_pgi/variables
/petsc/bmake/linux_superludist/packages
/petsc/bmake/linux_tau/packages
/petsc/bmake/linux_tau/petscconf.h
/petsc/bmake/linux_tau/petscfix.h
/petsc/bmake/linux_tau/rules
/petsc/bmake/linux_tau/variables
/petsc/bmake/macx/buildtest
/petsc/bmake/macx/packages
/petsc/bmake/macx/variables
/petsc/bmake/rs6000/petscfix.h
/petsc/bmake/rs6000_64/buildtest
/petsc/bmake/rs6000_gnu/petscfix.h
/petsc/bmake/rs6000_sp/packages
/petsc/bmake/rs6000_sp/petscfix.h
/petsc/bmake/solaris/buildtest
/petsc/bmake/solaris/packages
/petsc/bmake/solaris64/packages
/petsc/bmake/solaris_uni/buildtest
/petsc/bmake/solaris_uni/packages
/petsc/bmake/solaris_x86/packages
/petsc/bmake/t3e/packages
/petsc/bmake/win32_borland/petscfix.h
/petsc/bmake/win32_borland/variables
/petsc/bmake/win32_gnu/buildtest
/petsc/bmake/win32_gnu/packages
/petsc/bmake/win32_gnu/petscfix.h
/petsc/bmake/win32_intel/packages
/petsc/bmake/win32_intel/petscfix.h
/petsc/bmake/win32_intel/variables
/petsc/bmake/win32_ms/packages
/petsc/bmake/win32_ms/petscconf.h
/petsc/bmake/win32_ms/petscfix.h
/petsc/bmake/win32_ms/variables
/petsc/bmake/win32_ms_hpvm/packages
/petsc/bmake/win32_ms_hpvm/petscconf.h
/petsc/bmake/win32_ms_hpvm/petscfix.h
/petsc/bmake/win32_ms_hpvm/variables
/petsc/bmake/win32_ms_mpich/packages
/petsc/bmake/win32_ms_mpich/petscconf.h
/petsc/bmake/win32_ms_mpich/petscfix.h
/petsc/bmake/win32_ms_mpich/variables
/petsc/bmake/win32_ms_mpipro/packages
/petsc/bmake/win32_ms_mpipro/petscconf.h
/petsc/bmake/win32_ms_mpipro/petscfix.h
/petsc/bmake/win32_ms_mpipro/variables
/petsc/bmake/win32_ms_wmpi/packages
/petsc/bmake/win32_ms_wmpi/petscconf.h
/petsc/bmake/win32_ms_wmpi/petscfix.h
/petsc/bmake/win32_ms_wmpi/variables
/petsc/bmake/win64_intel/petscfix.h
/petsc/configure.py
/petsc/docs/tex/manual/acknowl.tex
/petsc/docs/tex/manual/gettinginfo.tex
/petsc/docs/tex/manual/intro.tex
/petsc/docs/tex/manual/makefile
/petsc/docs/tex/manual/manual.tex
/petsc/docs/tex/manual/part1.tex
/petsc/docs/tex/manual/part2.tex
/petsc/docs/tex/petscapp.bib
/petsc/docs/tex/sty/tpage.sty
/petsc/include/adic/run-map.h
/petsc/include/esi/ESI.h
/petsc/include/esi/IndexSpace.h
/petsc/include/esi/Operator.h
/petsc/include/esi/Preconditioner.h
/petsc/include/esi/SolverIterative.h
/petsc/include/esi/Vector.h
/petsc/include/esi/petsc/indexspace.h
/petsc/include/esi/petsc/matrix.h
/petsc/include/esi/petsc/object.h
/petsc/include/esi/petsc/preconditioner.h
/petsc/include/esi/petsc/solveriterative.h
/petsc/include/esi/petsc/vector.h
/petsc/include/f90impl/f90_nag.h
/petsc/include/f90impl/makefile
/petsc/include/finclude/petsclog.h
/petsc/include/finclude/petscmat.h
/petsc/include/finclude/petscviewer.h
/petsc/include/petsc.h
/petsc/include/petscblaslapack.h
/petsc/include/petscda.h
/petsc/include/petscis.h
/petsc/include/petsclog.h
/petsc/include/petscmat.h
/petsc/include/petscpc.h
/petsc/include/petscpf.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/petsc/include/petscviewer.h
/petsc/maint/builddist
/petsc/maint/buildtest
/petsc/maint/checkBuilds.py
/petsc/maint/copytestlog
/petsc/maint/getpdflabels.py
/petsc/maint/killnightly
/petsc/maint/lex.py
/petsc/maint/mapnameslatex.py
/petsc/maint/submitPatch.py
/petsc/maint/update-docs.py
/petsc/maint/xclude
/petsc/makefile
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/__init__.py
/petsc/python/__init__.py
/petsc/python/config/packages/ADIC.py
/petsc/python/config/packages/BlockSolve.py
/petsc/python/config/packages/MPI.py
/petsc/python/config/packages/Mathematica.py
/petsc/python/config/packages/Matlab.py
/petsc/python/config/packages/PLAPACK.py
/petsc/python/config/packages/PVODE.py
/petsc/python/config/packages/ParMetis.py
/petsc/python/config/packages/Triangle.py
/petsc/python/config/packages/__init__.py
/petsc/src/adic/src/makefile
/petsc/src/benchmarks/PetscVecNorm.c
/petsc/src/benchmarks/results/performance_cfd_2_10
/petsc/src/contrib/adic/Gradient/makefile
/petsc/src/contrib/adic/adic/makefile
/petsc/src/contrib/adic/adic/run-map.c
/petsc/src/contrib/adic/adintrinsics/adintrinsics.c
/petsc/src/contrib/adic/adintrinsics/makefile
/petsc/src/contrib/fun3d/flow.c
/petsc/src/contrib/fun3d/makefile
/petsc/src/contrib/fun3d/user.F
/petsc/src/contrib/fun3d/userJac.F
/petsc/src/contrib/lahaye/makefile
/petsc/src/contrib/lahaye/ramg/makefile
/petsc/src/contrib/lahaye/ramg/petscfunc.c
/petsc/src/contrib/lahaye/ramg/petscfunc.h
/petsc/src/contrib/lahaye/ramg/ramgpetsc.c
/petsc/src/contrib/lahaye/samg.old/README.TXT
/petsc/src/contrib/lahaye/samg.old/drvsamg.f
/petsc/src/contrib/lahaye/samg.old/makefile
/petsc/src/contrib/lahaye/samg.old/petscfunc.h
/petsc/src/contrib/lahaye/samg.old/petsctools.c
/petsc/src/contrib/lahaye/samg.old/samgfunc.h
/petsc/src/contrib/lahaye/samg.old/samgpetsc.c
/petsc/src/contrib/lahaye/samg.old/samgtools1.F
/petsc/src/contrib/lahaye/samg.old/samgtools2.c
/petsc/src/contrib/lahaye/samg/externc.h
/petsc/src/contrib/lahaye/samg/global.h
/petsc/src/contrib/lahaye/samg/makefile
/petsc/src/contrib/lahaye/samg/readme
/petsc/src/contrib/lahaye/samg/samgfunc.h
/petsc/src/contrib/lahaye/samg/samgmgpetsc.c
/petsc/src/contrib/lahaye/samg/samgpetsc.c
/petsc/src/contrib/lahaye/samg/samgpetsctools.c
/petsc/src/contrib/lahaye/samg/samgtools1.F
/petsc/src/contrib/libtfs/const.h
/petsc/src/contrib/libtfs/gs.c
/petsc/src/contrib/libtfs/ivec.c
/petsc/src/contrib/libtfs/makefile
/petsc/src/contrib/libtfs/xxt.c
/petsc/src/contrib/oberman/burgers_df_based_q1/appsetalg.c
/petsc/src/contrib/oberman/burgers_vertex_based_q1/main.c
/petsc/src/contrib/oberman/laplacian_q1/makefile
/petsc/src/contrib/oberman/makefile
/petsc/src/contrib/sda/src/sda2.c
/petsc/src/contrib/sda/src/sda2f.c
/petsc/src/dm/ao/examples/tests/makefile
/petsc/src/dm/ao/examples/tutorials/makefile
/petsc/src/dm/ao/impls/basic/aodatabasic.c
/petsc/src/dm/ao/impls/mapping/aomapping.c
/petsc/src/dm/ao/interface/aodata.c
/petsc/src/dm/da/daimpl.h
/petsc/src/dm/da/src/da1.c
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/da3.c
/petsc/src/dm/da/src/dadestroy.c
/petsc/src/dm/da/src/dadist.c
/petsc/src/dm/da/src/dagtol.c
/petsc/src/dm/da/src/dagtona.c
/petsc/src/dm/da/src/daindex.c
/petsc/src/dm/da/src/dainterp.c
/petsc/src/dm/da/src/daltog.c
/petsc/src/dm/da/src/daltol.c
/petsc/src/dm/da/src/dascatter.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/dm/da/src/makefile
/petsc/src/dm/da/utils/fdda.c
/petsc/src/fortran/custom/zis.c
/petsc/src/fortran/custom/zmat.c
/petsc/src/fortran/custom/zpc.c
/petsc/src/fortran/custom/zstart.c
/petsc/src/fortran/f90/tests/makefile
/petsc/src/fortran/kernels/faypx.F
/petsc/src/fortran/kernels/fcopy.F
/petsc/src/fortran/kernels/fnorm.F
/petsc/src/fortran/kernels/fsolvebaij.F
/petsc/src/fortran/kernels/fwaxpy.F
/petsc/src/fortran/kernels/makefile
/petsc/src/inline/axpy.h
/petsc/src/inline/dot.h
/petsc/src/mat/color/numsrt.c
/petsc/src/mat/esi/ematrix.c
/petsc/src/mat/esi/makefile
/petsc/src/mat/examples/tests/ex33.c
/petsc/src/mat/examples/tests/ex45.c
/petsc/src/mat/examples/tests/ex86.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/impls/adic/makefile
/petsc/src/mat/impls/aij/mpi/makefile
/petsc/src/mat/impls/aij/mpi/mmaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaijspooles.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/mpi/mpispooles.c
/petsc/src/mat/impls/aij/mpi/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/aijspooles.c
/petsc/src/mat/impls/aij/seq/makefile
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/aij/seq/matptap.c
/petsc/src/mat/impls/aij/seq/spooles.c
/petsc/src/mat/impls/aij/seq/spooles.h
/petsc/src/mat/impls/aij/seq/spoolesOptions.c
/petsc/src/mat/impls/aij/seq/superlu.c
/petsc/src/mat/impls/aij/seq/symtranspose.c
/petsc/src/mat/impls/aij/seq/umfpack.c
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/mpi/dscpack.c
/petsc/src/mat/impls/baij/mpi/makefile
/petsc/src/mat/impls/baij/mpi/mmbaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baijfact3.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag3.c
/petsc/src/mat/impls/dense/mpi/mmdense.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/esi/makefile
/petsc/src/mat/impls/esi/mesi.c
/petsc/src/mat/impls/is/is.c
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/maij/maij.h
/petsc/src/mat/impls/makefile
/petsc/src/mat/impls/normal/makefile
/petsc/src/mat/impls/normal/normm.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/sbaij/mpi/makefile
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaijspooles.c
/petsc/src/mat/impls/sbaij/seq/makefile
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/impls/sbaij/seq/sbaijspooles.c
/petsc/src/mat/interface/dlregis.c
/petsc/src/mat/interface/matnull.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/order/sorder.c
/petsc/src/mat/partition/impls/makefile
/petsc/src/mat/utils/freespace.c
/petsc/src/mat/utils/freespace.h
/petsc/src/mat/utils/gcreate.c
/petsc/src/mat/utils/makefile
/petsc/src/mat/utils/matio.c
/petsc/src/mat/utils/matioall.c
/petsc/src/pf/interface/pf.c
/petsc/src/sles/esi/esles.c
/petsc/src/sles/esi/makefile
/petsc/src/sles/examples/tests/ex20.c
/petsc/src/sles/examples/tests/makefile
/petsc/src/sles/examples/tests/output/ex20_1.out
/petsc/src/sles/examples/tutorials/ex1.c
/petsc/src/sles/examples/tutorials/ex10.c
/petsc/src/sles/examples/tutorials/ex26.c
/petsc/src/sles/examples/tutorials/ex27.c
/petsc/src/sles/examples/tutorials/ex8.c
/petsc/src/sles/examples/tutorials/makefile
/petsc/src/sles/examples/tutorials/output/ex10_15.out
/petsc/src/sles/examples/tutorials/output/ex10_16.out
/petsc/src/sles/examples/tutorials/output/ex10_17.out
/petsc/src/sles/examples/tutorials/output/ex10_18.out
/petsc/src/sles/examples/tutorials/output/ex22_1.out
/petsc/src/sles/examples/tutorials/output/ex26_1.out
/petsc/src/sles/examples/tutorials/output/ex6f_1.out
/petsc/src/sles/ksp/impls/bcgs/bcgs.c
/petsc/src/sles/ksp/impls/bicg/bicg.c
/petsc/src/sles/ksp/impls/cgs/cgs.c
/petsc/src/sles/ksp/impls/cr/cr.c
/petsc/src/sles/ksp/impls/fgmres/fgmres.c
/petsc/src/sles/ksp/impls/gmres/gmpre.c
/petsc/src/sles/ksp/impls/gmres/gmres.c
/petsc/src/sles/ksp/impls/gmres/gmres2.c
/petsc/src/sles/ksp/impls/lsqr/lsqr.c
/petsc/src/sles/ksp/impls/qcg/qcg.c
/petsc/src/sles/ksp/impls/rich/rich.c
/petsc/src/sles/ksp/impls/tcqmr/tcqmr.c
/petsc/src/sles/ksp/impls/tfqmr/tfqmr.c
/petsc/src/sles/ksp/interface/itcreate.c
/petsc/src/sles/ksp/interface/itfunc.c
/petsc/src/sles/ksp/kspimpl.h
/petsc/src/sles/makefile
/petsc/src/sles/pc/esi/epreconditioner.c
/petsc/src/sles/pc/esi/makefile
/petsc/src/sles/pc/examples/tests/makefile
/petsc/src/sles/pc/examples/tutorials/makefile
/petsc/src/sles/pc/impls/asm/asm.c
/petsc/src/sles/pc/impls/bjacobi/bjacobi.c
/petsc/src/sles/pc/impls/cholesky/cholesky.c
/petsc/src/sles/pc/impls/composite/composite.c
/petsc/src/sles/pc/impls/eisens/eisen.c
/petsc/src/sles/pc/impls/esi/makefile
/petsc/src/sles/pc/impls/esi/pesi.c
/petsc/src/sles/pc/impls/hypre/hyppilut.c
/petsc/src/sles/pc/impls/icc/icc.c
/petsc/src/sles/pc/impls/is/is.c
/petsc/src/sles/pc/impls/is/nn/nn.c
/petsc/src/sles/pc/impls/jacobi/jacobi.c
/petsc/src/sles/pc/impls/lu/lu.c
/petsc/src/sles/pc/impls/mat/pcmat.c
/petsc/src/sles/pc/impls/mg/fmg.c
/petsc/src/sles/pc/impls/mg/mg.c
/petsc/src/sles/pc/impls/mg/mgimpl.h
/petsc/src/sles/pc/impls/mg/smg.c
/petsc/src/sles/pc/impls/none/none.c
/petsc/src/sles/pc/impls/shell/shellpc.c
/petsc/src/sles/pc/impls/sles/pcsles.c
/petsc/src/sles/pc/impls/sor/sor.c
/petsc/src/sles/pc/impls/spai/examples/makefile
/petsc/src/sles/pc/impls/spai/makefile
/petsc/src/sles/pc/impls/spai/src/ispai.c
/petsc/src/sles/pc/impls/spai/src/makefile
/petsc/src/sles/pc/interface/pcregis.c
/petsc/src/sles/pc/interface/pcset.c
/petsc/src/sles/pc/interface/precon.c
/petsc/src/sles/utils/damg.c
/petsc/src/snes/examples/tests/ex1.c
/petsc/src/snes/examples/tests/ex11.c
/petsc/src/snes/examples/tests/ex12.F
/petsc/src/snes/examples/tests/ex13.c
/petsc/src/snes/examples/tests/ex1f.F
/petsc/src/snes/examples/tests/ex4.c
/petsc/src/snes/examples/tests/ex5.c
/petsc/src/snes/examples/tests/ex7.c
/petsc/src/snes/examples/tests/ex9.c
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/ex10d/ex10.c
/petsc/src/snes/examples/tutorials/ex10d/makefile
/petsc/src/snes/examples/tutorials/ex19.c
/petsc/src/snes/examples/tutorials/ex20.c
/petsc/src/snes/examples/tutorials/ex24.c
/petsc/src/snes/examples/tutorials/ex26.c
/petsc/src/snes/examples/tutorials/ex27.c
/petsc/src/snes/examples/tutorials/ex5f.F
/petsc/src/snes/examples/tutorials/ex5f90.F
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/test/snestest.c
/petsc/src/snes/interface/noise/makefile
/petsc/src/snes/interface/noise/snesdnest.c
/petsc/src/snes/interface/noise/snesnoise.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesj2.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/src/dll/dl.c
/petsc/src/sys/src/dll/reg.c
/petsc/src/sys/src/draw/examples/tests/makefile
/petsc/src/sys/src/draw/examples/tutorials/makefile
/petsc/src/sys/src/draw/impls/ps/pops.c
/petsc/src/sys/src/draw/impls/x/frame.c
/petsc/src/sys/src/draw/impls/x/xcolor.c
/petsc/src/sys/src/draw/impls/x/xinit.c
/petsc/src/sys/src/draw/impls/x/xops.c
/petsc/src/sys/src/draw/interface/drawreg.c
/petsc/src/sys/src/error/adebug.c
/petsc/src/sys/src/error/err.c
/petsc/src/sys/src/error/errabort.c
/petsc/src/sys/src/esi/eobject.c
/petsc/src/sys/src/esi/makefile
/petsc/src/sys/src/fileio/ffpath.c
/petsc/src/sys/src/fileio/fpath.c
/petsc/src/sys/src/fileio/fretrieve.c
/petsc/src/sys/src/fileio/ftest.c
/petsc/src/sys/src/fileio/grpath.c
/petsc/src/sys/src/fileio/mpiuopen.c
/petsc/src/sys/src/fileio/mprint.c
/petsc/src/sys/src/fileio/sysio.c
/petsc/src/sys/src/matlabengine/makefile
/petsc/src/sys/src/memory/mal.c
/petsc/src/sys/src/memory/mem.c
/petsc/src/sys/src/memory/mtr.c
/petsc/src/sys/src/mpiuni/mpi.h
/petsc/src/sys/src/objects/ams/aoptions.c
/petsc/src/sys/src/objects/ams/java/PETScRund.java
/petsc/src/sys/src/objects/ams/java/makefile
/petsc/src/sys/src/objects/ams/makefile
/petsc/src/sys/src/objects/init.c
/petsc/src/sys/src/objects/options.c
/petsc/src/sys/src/objects/pinit.c
/petsc/src/sys/src/plog/classLog.c
/petsc/src/sys/src/plog/eventLog.c
/petsc/src/sys/src/plog/plog.c
/petsc/src/sys/src/plog/plog.h
/petsc/src/sys/src/plog/ploginfo.c
/petsc/src/sys/src/plog/plogmpe.c
/petsc/src/sys/src/plog/stageLog.c
/petsc/src/sys/src/utils/ctable.c
/petsc/src/sys/src/utils/fhost.c
/petsc/src/sys/src/utils/memc.c
/petsc/src/sys/src/utils/sseenabled.c
/petsc/src/sys/src/utils/str.c
/petsc/src/sys/src/viewer/examples/tests/makefile
/petsc/src/sys/src/viewer/examples/tutorials/makefile
/petsc/src/sys/src/viewer/impls/ams/ams.c
/petsc/src/sys/src/viewer/impls/ascii/filev.c
/petsc/src/sys/src/viewer/impls/binary/binv.c
/petsc/src/sys/src/viewer/impls/mathematica/makefile
/petsc/src/sys/src/viewer/impls/mathematica/mathematica.c
/petsc/src/sys/src/viewer/impls/mathematica/mathematica.h
/petsc/src/sys/src/viewer/impls/silo/vsilo.c
/petsc/src/sys/src/viewer/impls/socket/matlab/launch.c
/petsc/src/sys/src/viewer/impls/socket/matlab/makefile
/petsc/src/sys/src/viewer/impls/socket/matlab/receivedense.c
/petsc/src/sys/src/viewer/impls/socket/send.c
/petsc/src/sys/src/viewer/impls/socket/sendsparse.c
/petsc/src/sys/src/viewer/impls/string/stringv.c
/petsc/src/sys/src/viewer/impls/vu/petscvu.c
/petsc/src/sys/src/viewer/interface/viewa.c
/petsc/src/sys/src/viewer/interface/viewreg.c
/petsc/src/sys/src/viewer/interface/viewregall.c
/petsc/src/ts/examples/tests/ex1f.F
/petsc/src/ts/examples/tests/ex4.c
/petsc/src/ts/examples/tests/makefile
/petsc/src/ts/examples/tutorials/util2.c
pvode/petscpvode.c
pvode/petscpvode.h
/petsc/src/ts/interface/ts.c
/petsc/src/vec/esi/ecomp.c
/petsc/src/vec/esi/eindexspace.c
/petsc/src/vec/esi/evector.c
/petsc/src/vec/esi/makefile
/petsc/src/vec/examples/tests/makefile
/petsc/src/vec/examples/tutorials/ex15.c
/petsc/src/vec/examples/tutorials/makefile
/petsc/src/vec/impls/esi/ebvec1.c
/petsc/src/vec/impls/esi/makefile
/petsc/src/vec/impls/mpi/pbvec.c
/petsc/src/vec/impls/mpi/pdvec.c
/petsc/src/vec/impls/mpi/pvec2.c
/petsc/src/vec/impls/seq/bvec2.c
/petsc/src/vec/impls/seq/dvec2.c
/petsc/src/vec/impls/shared/shvec.c
/petsc/src/vec/interface/dlregis.c
/petsc/src/vec/interface/map.c
/petsc/src/vec/interface/mapreg.c
/petsc/src/vec/interface/vecreg.c
/petsc/src/vec/interface/vecregall.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/is/utils/iscoloring.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/utils/makefile
/petsc/src/vec/utils/vecio.c
/petsc/src/vec/utils/vinv.c
/petsc/src/vec/utils/vscat.c
4b27c08a23-Mar-2002 Lois Curfman McInnes <curfman@mcs.anl.gov>

bk-changeset-1.534.1.1
curfman@terra.mcs.anl.gov|ChangeSet|20020323185046|43624
ChangeSet
1.534.1.1 02/03/23 12:50:46 curfman@terra.mcs.anl.gov +43 -0
deleted the support for unconstrained minimi

bk-changeset-1.534.1.1
curfman@terra.mcs.anl.gov|ChangeSet|20020323185046|43624
ChangeSet
1.534.1.1 02/03/23 12:50:46 curfman@terra.mcs.anl.gov +43 -0
deleted the support for unconstrained minimization problems in SNES

BitKeeper/etc/logging_ok
1.21 02/03/23 12:50:17 curfman@terra.mcs.anl.gov +1 -0
Logging to logging@openlogging.org accepted

src/ts/impls/pseudo/posindep.c
1.9 02/03/23 12:49:55 curfman@terra.mcs.anl.gov +1 -1
deleted the support for unconstrained minimization problems in SNES

src/ts/impls/implicit/cn/cn.c
1.5 02/03/23 12:49:55 curfman@terra.mcs.anl.gov +1 -1
deleted the support for unconstrained minimization problems in SNES

src/ts/impls/implicit/beuler/beuler.c
1.6 02/03/23 12:49:55 curfman@terra.mcs.anl.gov +1 -1
deleted the support for unconstrained minimization problems in SNES

src/snes/utils/damgsnes.c
1.5 02/03/23 12:49:55 curfman@terra.mcs.anl.gov +1 -1
deleted the support for unconstrained minimization problems in SNES

src/snes/snesimpl.h
1.9 02/03/23 12:49:54 curfman@terra.mcs.anl.gov +10 -23
deleted the support for unconstrained minimization problems in SNES

src/snes/mf/snesmfj.c
1.8 02/03/23 12:49:54 curfman@terra.mcs.anl.gov +2 -14
deleted the support for unconstrained minimization problems in SNES

src/snes/interface/snesut.c
1.9 02/03/23 12:49:54 curfman@terra.mcs.anl.gov +25 -48
deleted the support for unconstrained minimization problems in SNES

src/snes/interface/snesregi.c
1.4 02/03/23 12:49:54 curfman@terra.mcs.anl.gov +4 -8
deleted the support for unconstrained minimization problems in SNES

src/snes/interface/snesj.c
1.4 02/03/23 12:49:53 curfman@terra.mcs.anl.gov +1 -78
deleted the support for unconstrained minimization problems in SNES

src/snes/interface/snes.c
1.14.1.1 02/03/23 12:49:53 curfman@terra.mcs.anl.gov +37 -688
deleted the support for unconstrained minimization problems in SNES

src/snes/interface/noise/snesmfj2.c
1.11 02/03/23 12:49:53 curfman@terra.mcs.anl.gov +2 -10
deleted the support for unconstrained minimization problems in SNES

src/snes/interface/dlregis.c
1.11 02/03/23 12:49:53 curfman@terra.mcs.anl.gov +0 -3
deleted the support for unconstrained minimization problems in SNES

src/snes/impls/tr/tr.h
1.4 02/03/23 12:49:52 curfman@terra.mcs.anl.gov +3 -3
deleted the support for unconstrained minimization problems in SNES

src/snes/impls/tr/tr.c
1.7 02/03/23 12:49:52 curfman@terra.mcs.anl.gov +59 -66
deleted the support for unconstrained minimization problems in SNES

src/snes/impls/test/snestest.c
1.6 02/03/23 12:49:52 curfman@terra.mcs.anl.gov +1 -4
deleted the support for unconstrained minimization problems in SNES

src/snes/impls/makefile
1.5 02/03/23 12:49:52 curfman@terra.mcs.anl.gov +1 -1
deleted the support for unconstrained minimization problems in SNES

src/snes/impls/ls/lsparams.c
1.4 02/03/23 12:49:52 curfman@terra.mcs.anl.gov +6 -6
deleted the support for unconstrained minimization problems in SNES

src/snes/impls/ls/ls.h
1.4 02/03/23 12:49:51 curfman@terra.mcs.anl.gov +3 -3
deleted the support for unconstrained minimization problems in SNES

src/snes/impls/ls/ls.c
1.15 02/03/23 12:49:51 curfman@terra.mcs.anl.gov +97 -102
deleted the support for unconstrained minimization problems in SNES

src/snes/examples/tutorials/makefile
1.9 02/03/23 12:49:51 curfman@terra.mcs.anl.gov +1 -5
deleted the support for unconstrained minimization problems in SNES

src/snes/examples/tutorials/ex6.c
1.5 02/03/23 12:49:51 curfman@terra.mcs.anl.gov +1 -1
deleted the support for unconstrained minimization problems in SNES

src/snes/examples/tutorials/ex5s.c
1.4 02/03/23 12:49:50 curfman@terra.mcs.anl.gov +1 -1
deleted the support for unconstrained minimization problems in SNES

src/snes/examples/tutorials/ex5f90.F
1.4 02/03/23 12:49:50 curfman@terra.mcs.anl.gov +1 -2
deleted the support for unconstrained minimization problems in SNES

src/snes/examples/tutorials/ex5f.F
1.6 02/03/23 12:49:50 curfman@terra.mcs.anl.gov +1 -2
deleted the support for unconstrained minimization problems in SNES

src/snes/examples/tutorials/ex5.c
1.5 02/03/23 12:49:50 curfman@terra.mcs.anl.gov +1 -1
deleted the support for unconstrained minimization problems in SNES

src/snes/examples/tutorials/ex3.c
1.4 02/03/23 12:49:49 curfman@terra.mcs.anl.gov +1 -1
deleted the support for unconstrained minimization problems in SNES

src/snes/examples/tutorials/ex24.c
1.4 02/03/23 12:49:49 curfman@terra.mcs.anl.gov +2 -2
deleted the support for unconstrained minimization problems in SNES

src/snes/examples/tutorials/ex23.c
1.4 02/03/23 12:49:49 curfman@terra.mcs.anl.gov +2 -2
deleted the support for unconstrained minimization problems in SNES

src/snes/examples/tutorials/ex22.c
1.6 02/03/23 12:49:49 curfman@terra.mcs.anl.gov +2 -2
deleted the support for unconstrained minimization problems in SNES

src/snes/examples/tutorials/ex21.c
1.4 02/03/23 12:49:49 curfman@terra.mcs.anl.gov +1 -1
deleted the support for unconstrained minimization problems in SNES

src/snes/examples/tutorials/ex2.c
1.5 02/03/23 12:49:48 curfman@terra.mcs.anl.gov +1 -1
deleted the support for unconstrained minimization problems in SNES

src/snes/examples/tutorials/ex1f.F
1.5 02/03/23 12:49:48 curfman@terra.mcs.anl.gov +1 -2
deleted the support for unconstrained minimization problems in SNES

src/snes/examples/tutorials/ex14.c
1.4 02/03/23 12:49:48 curfman@terra.mcs.anl.gov +1 -1
deleted the support for unconstrained minimization problems in SNES

src/snes/examples/tutorials/ex10d/ex10.c
1.5 02/03/23 12:49:48 curfman@terra.mcs.anl.gov +3 -3
deleted the support for unconstrained minimization problems in SNES

src/snes/examples/tutorials/ex1.c
1.4 02/03/23 12:49:47 curfman@terra.mcs.anl.gov +1 -1
deleted the support for unconstrained minimization problems in SNES

src/snes/examples/tests/makefile
1.4 02/03/23 12:49:47 curfman@terra.mcs.anl.gov +1 -1
deleted the support for unconstrained minimization problems in SNES

src/snes/examples/tests/ex7.c
1.4 02/03/23 12:49:47 curfman@terra.mcs.anl.gov +1 -1
deleted the support for unconstrained minimization problems in SNES

src/snes/examples/tests/ex4.c
1.4 02/03/23 12:49:47 curfman@terra.mcs.anl.gov +1 -1
deleted the support for unconstrained minimization problems in SNES

src/snes/examples/tests/ex13.c
1.4 02/03/23 12:49:47 curfman@terra.mcs.anl.gov +2 -2
deleted the support for unconstrained minimization problems in SNES

src/sles/ksp/impls/qcg/qcg.c
1.7 02/03/23 12:49:46 curfman@terra.mcs.anl.gov +2 -2
deleted the support for unconstrained minimization problems in SNES

src/fortran/custom/zsnes.c
1.8 02/03/23 12:49:46 curfman@terra.mcs.anl.gov +17 -110
deleted the support for unconstrained minimization problems in SNES

include/finclude/petscsnes.h
1.7 02/03/23 12:49:45 curfman@terra.mcs.anl.gov +8 -25
deleted the support for unconstrained minimization problems in SNES


Hg-commit: c4951f713e71e81ac227a1978df391a4b06ef6c3

show more ...


/petsc/bin/adprocess.py
/petsc/bin/urlget.py
/petsc/bmake/IRIX_gnu/packages
/petsc/bmake/adic.init
/petsc/bmake/adicmf.init
/petsc/bmake/ascired/packages
/petsc/bmake/common/rules
/petsc/bmake/common/test
/petsc/bmake/common/variables
/petsc/bmake/freebsd/packages
/petsc/bmake/freebsd/petscconf.h
/petsc/bmake/linux/packages
/petsc/bmake/linux_absoft/packages
/petsc/bmake/linux_absoft/variables
/petsc/bmake/linux_alpha_dec/buildtest
/petsc/bmake/linux_alpha_dec/petscconf.h
/petsc/bmake/linux_gcc_pgf90/packages
/petsc/bmake/linux_intel/rules
/petsc/bmake/linux_intel/variables
/petsc/bmake/linux_superludist/packages
/petsc/bmake/macx/buildtest
/petsc/bmake/macx/packages
/petsc/bmake/macx/variables
/petsc/bmake/rs6000_gnu/packages
/petsc/bmake/rs6000_sp/packages
/petsc/bmake/rs6000_sp/variables
/petsc/bmake/solaris/buildtest
/petsc/bmake/solaris/packages
/petsc/bmake/solaris/variables
/petsc/bmake/win32_ms_mpich/packages
/petsc/bmake/win32_ms_mpich/variables
/petsc/docs/tex/doctext/petsc.group
/petsc/docs/tex/manual/makefile
/petsc/docs/tex/petscapp.bib
/petsc/include/adic/adintrinsics.h
/petsc/include/esi/petsc/preconditioner.h
/petsc/include/finclude/petscdef.h
/petsc/include/finclude/petscksp.h
/petsc/include/finclude/petscmat.h
/petsc/include/finclude/petscmg.h
/petsc/include/finclude/petscsnes.h
/petsc/include/finclude/petscts.h
/petsc/include/petscda.h
/petsc/include/petscdraw.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscoptions.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/include/petscversion.h
/petsc/maint/builddist
/petsc/src/contrib/lahaye/ex1.c
/petsc/src/contrib/lahaye/ex2.c
/petsc/src/contrib/lahaye/makefile
/petsc/src/contrib/oberman/laplacian_q1/finput.c
/petsc/src/dm/ao/examples/tests/output/ex1_1.out
/petsc/src/dm/ao/examples/tests/output/ex1_2.out
/petsc/src/dm/ao/examples/tests/output/ex1_3.out
/petsc/src/dm/ao/examples/tests/output/ex2_1.out
/petsc/src/dm/ao/examples/tests/output/ex2_2.out
/petsc/src/dm/ao/examples/tests/output/ex2_3.out
/petsc/src/dm/ao/examples/tests/output/ex7_1.out
/petsc/src/dm/ao/examples/tutorials/ex1.c
/petsc/src/dm/ao/examples/tutorials/output/ex2_1.out
/petsc/src/dm/ao/examples/tutorials/output/ex2_2.out
/petsc/src/dm/ao/impls/basic/aobasic.c
/petsc/src/dm/ao/interface/dlregis.c
/petsc/src/dm/da/examples/tests/makefile
/petsc/src/dm/da/src/dagetarray.c
/petsc/src/dm/da/src/dalocal.c
/petsc/src/fortran/custom/zis.c
/petsc/src/fortran/custom/zsnes.c
/petsc/src/fortran/custom/zvec.c
/petsc/src/inline/ilu.h
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex10_1.out
/petsc/src/mat/examples/tests/output/ex11_1.out
/petsc/src/mat/examples/tests/output/ex11_2.out
/petsc/src/mat/examples/tests/output/ex11_3.out
/petsc/src/mat/examples/tests/output/ex11_4.out
/petsc/src/mat/examples/tests/output/ex12_1.out
/petsc/src/mat/examples/tests/output/ex12_2.out
/petsc/src/mat/examples/tests/output/ex12_3.out
/petsc/src/mat/examples/tests/output/ex12_4.out
/petsc/src/mat/examples/tests/output/ex13_1.out
/petsc/src/mat/examples/tests/output/ex14_1.out
/petsc/src/mat/examples/tests/output/ex15_1.out
/petsc/src/mat/examples/tests/output/ex20_1.out
/petsc/src/mat/examples/tests/output/ex21_1.out
/petsc/src/mat/examples/tests/output/ex2_1_A.out
/petsc/src/mat/examples/tests/output/ex2_1_B.out
/petsc/src/mat/examples/tests/output/ex30_1.out
/petsc/src/mat/examples/tests/output/ex31_1.out
/petsc/src/mat/examples/tests/output/ex31_2.out
/petsc/src/mat/examples/tests/output/ex35_1.out
/petsc/src/mat/examples/tests/output/ex37_1.out
/petsc/src/mat/examples/tests/output/ex46_1.out
/petsc/src/mat/examples/tests/output/ex4_1.out
/petsc/src/mat/examples/tests/output/ex4_2.out
/petsc/src/mat/examples/tests/output/ex56_1.out
/petsc/src/mat/examples/tests/output/ex56_2.out
/petsc/src/mat/examples/tests/output/ex56_3.out
/petsc/src/mat/examples/tests/output/ex56_4.out
/petsc/src/mat/examples/tests/output/ex56_5.out
/petsc/src/mat/examples/tests/output/ex59_1.out
/petsc/src/mat/examples/tests/output/ex59_2.out
/petsc/src/mat/examples/tests/output/ex59_3.out
/petsc/src/mat/examples/tests/output/ex5_1_A.out
/petsc/src/mat/examples/tests/output/ex5_1_B.out
/petsc/src/mat/examples/tests/output/ex5_2.out
/petsc/src/mat/examples/tests/output/ex5_3.out
/petsc/src/mat/examples/tests/output/ex60_1.out
/petsc/src/mat/examples/tests/output/ex61_1.out
/petsc/src/mat/examples/tests/output/ex67f_1.out
/petsc/src/mat/examples/tests/output/ex6_1.out
/petsc/src/mat/examples/tests/output/ex7_1.out
/petsc/src/mat/examples/tests/output/ex8_1.out
/petsc/src/mat/examples/tests/output/ex9_1.out
/petsc/src/mat/impls/aij/mpi/makefile
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.h
/petsc/src/mat/impls/aij/mpi/pxxt.c
/petsc/src/mat/impls/aij/mpi/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/essl.c
/petsc/src/mat/impls/aij/seq/lusol.c
/petsc/src/mat/impls/aij/seq/makefile
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/aij/seq/spooles.c
/petsc/src/mat/impls/aij/seq/superlu.c
/petsc/src/mat/impls/baij/mpi/dscpack.c
/petsc/src/mat/impls/baij/mpi/makefile
/petsc/src/mat/impls/baij/mpi/mmbaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij.h
/petsc/src/mat/impls/baij/seq/baijfact11.c
/petsc/src/mat/impls/baij/seq/baijfact12.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.c
/petsc/src/mat/impls/bdiag/seq/bdiag3.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/hypre/makefile
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact5.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact6.c
/petsc/src/mat/interface/dlregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/order/sregis.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/sles/examples/tests/output/ex20_1.out
/petsc/src/sles/examples/tutorials/ex9.c
/petsc/src/sles/examples/tutorials/makefile
/petsc/src/sles/ksp/impls/bcgs/bcgs.c
/petsc/src/sles/ksp/impls/cgs/cgs.c
/petsc/src/sles/ksp/impls/cr/cr.c
/petsc/src/sles/ksp/impls/fgmres/fgmresp.h
/petsc/src/sles/ksp/impls/gmres/gmres.c
/petsc/src/sles/ksp/impls/gmres/gmresp.h
/petsc/src/sles/ksp/impls/qcg/qcg.c
/petsc/src/sles/ksp/impls/tcqmr/tcqmr.c
/petsc/src/sles/ksp/impls/tfqmr/tfqmr.c
/petsc/src/sles/ksp/interface/dlregis.c
/petsc/src/sles/ksp/interface/itcreate.c
/petsc/src/sles/ksp/interface/itfunc.c
/petsc/src/sles/ksp/interface/itres.c
/petsc/src/sles/ksp/interface/xmon.c
/petsc/src/sles/ksp/kspimpl.h
/petsc/src/sles/pc/esi/epreconditioner.c
/petsc/src/sles/pc/impls/cholesky/cholesky.c
/petsc/src/sles/pc/impls/esi/pesi.c
/petsc/src/sles/pc/impls/hypre/hyppilut.c
/petsc/src/sles/pc/impls/hypre/makefile
/petsc/src/sles/pc/impls/ilu/ilu.c
/petsc/src/sles/pc/impls/lu/lu.c
/petsc/src/sles/pc/impls/sor/sor.c
/petsc/src/sles/pc/interface/pcregis.c
/petsc/src/sles/pc/interface/pcset.c
/petsc/src/sles/utils/damg.c
/petsc/src/snes/examples/tests/ex13.c
/petsc/src/snes/examples/tests/ex4.c
/petsc/src/snes/examples/tests/ex7.c
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/ex1.c
/petsc/src/snes/examples/tutorials/ex10d/ex10.c
/petsc/src/snes/examples/tutorials/ex14.c
/petsc/src/snes/examples/tutorials/ex1f.F
/petsc/src/snes/examples/tutorials/ex2.c
/petsc/src/snes/examples/tutorials/ex21.c
/petsc/src/snes/examples/tutorials/ex22.c
/petsc/src/snes/examples/tutorials/ex23.c
/petsc/src/snes/examples/tutorials/ex24.c
/petsc/src/snes/examples/tutorials/ex3.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/ex5f.F
/petsc/src/snes/examples/tutorials/ex5f90.F
/petsc/src/snes/examples/tutorials/ex5s.c
/petsc/src/snes/examples/tutorials/ex6.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex25_1.out
/petsc/src/snes/examples/tutorials/output/ex25_2.out
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/ls/ls.h
/petsc/src/snes/impls/ls/lsparams.c
/petsc/src/snes/impls/makefile
/petsc/src/snes/impls/test/snestest.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/impls/tr/tr.h
/petsc/src/snes/interface/dlregis.c
/petsc/src/snes/interface/makefile
/petsc/src/snes/interface/noise/makefile
/petsc/src/snes/interface/noise/snesmfj2.c
/petsc/src/snes/interface/noise/snesnoise.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesj.c
/petsc/src/snes/interface/snesregi.c
/petsc/src/snes/interface/snesut.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/snesimpl.h
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/examples/tests/output/ex1_1.out
/petsc/src/sys/examples/tests/output/ex2_1.out
/petsc/src/sys/examples/tests/output/ex3_1.out
/petsc/src/sys/src/draw/impls/ps/pops.c
/petsc/src/sys/src/draw/interface/draw.c
/petsc/src/sys/src/draw/utils/axis.c
/petsc/src/sys/src/error/adebug.c
/petsc/src/sys/src/fileio/ftest.c
/petsc/src/sys/src/objects/ams/aoptions.c
/petsc/src/sys/src/objects/options.c
/petsc/src/sys/src/objects/pinit.c
/petsc/src/sys/src/plog/plog.c
/petsc/src/sys/src/time/cputime.c
/petsc/src/sys/src/utils/dlregis.h
/petsc/src/sys/src/utils/plapack.c
/petsc/src/sys/src/viewer/impls/draw/drawv.c
/petsc/src/sys/src/viewer/interface/dlregispetsc.c
beuler/beuler.c
cn/cn.c
/petsc/src/ts/impls/pseudo/posindep.c
/petsc/src/ts/interface/dlregis.c
/petsc/src/vec/esi/ecomp.c
/petsc/src/vec/esi/evector.c
/petsc/src/vec/esi/makefile
/petsc/src/vec/impls/hypre/makefile
/petsc/src/vec/impls/shared/shvec.c
/petsc/src/vec/interface/dlregis.c
/petsc/src/vec/interface/veccreate.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/utils/vinv.c
94ff2e0a29-Jan-2002 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.476.1.1
bsmith@terra.mcs.anl.gov|ChangeSet|20020129171813|42443
ChangeSet
1.476.1.1 02/01/29 11:18:13 bsmith@terra.mcs.anl.gov +11 -0
nightly build fixes

src/ts/impls/implicit/p

bk-changeset-1.476.1.1
bsmith@terra.mcs.anl.gov|ChangeSet|20020129171813|42443
ChangeSet
1.476.1.1 02/01/29 11:18:13 bsmith@terra.mcs.anl.gov +11 -0
nightly build fixes

src/ts/impls/implicit/pvode/petscpvode.h
1.4 02/01/29 11:18:13 bsmith@terra.mcs.anl.gov +2 -0
added counters

docs/makefile
1.6 02/01/29 11:18:13 bsmith@terra.mcs.anl.gov +1 -1
new path for bib2html

bmake/common/rules
1.25 02/01/29 11:13:46 bsmith@terra.mcs.anl.gov +2 -2
fixed c flags that should have been fflags in the adifor builds

maint/buildtest
1.17 02/01/29 10:43:44 bsmith@terra.mcs.anl.gov +8 -1
won't test packages (like blocksolve) if compiling with gorO_complex.

src/sles/pc/impls/hypre/hyppilut.c
1.8 02/01/29 10:06:31 bsmith@terra.mcs.anl.gov +1 -2
removed unused variables

src/sles/pc/impls/hypre/hyppilut.c
1.7 02/01/29 10:05:24 bsmith@terra.mcs.anl.gov +1 -4
removed unused variables

src/sys/src/viewer/impls/draw/drawv.c
1.8.1.1 02/01/29 09:59:22 bsmith@terra.mcs.anl.gov +3 -3
fixed shawdowing of draw

bmake/linux_gm/packages
1.2 02/01/28 22:14:55 bsmith@terra.mcs.anl.gov +2 -0
*** empty log message ***

bmake/linux_gcc_pgf90/packages
1.14.1.1 02/01/28 22:13:38 bsmith@terra.mcs.anl.gov +2 -1
*** empty log message ***

src/ts/impls/implicit/pvode/petscpvode.c
1.7 02/01/21 17:47:45 bsmith@terra.mcs.anl.gov +8 -2
*** empty log message ***

docs/tex/doctext/petscapp.cfg
1.4 02/01/19 11:31:07 bsmith@terra.mcs.anl.gov +0 -0
Rename: docs/tex/doctext/petscapps.cfg -> docs/tex/doctext/petscapp.cfg

docs/tex/petscapp.bib
1.5 02/01/18 18:42:41 bsmith@terra.mcs.anl.gov +2 -1
*** empty log message ***

docs/tex/petscapp.bib
1.4 02/01/18 17:17:28 bsmith@terra.mcs.anl.gov +7 -0
*** empty log message ***

docs/makefile
1.5 02/01/18 17:17:11 bsmith@terra.mcs.anl.gov +1 -1
*** empty log message ***


Hg-commit: 7c22347a5a3d746c49a3ce2327373a80fe04670c

show more ...


/petsc/bin/adiforfix.py
/petsc/bin/mpirun.chiba
/petsc/bmake/alpha/packages
/petsc/bmake/ascired/petscfix.h
/petsc/bmake/common/rules
/petsc/bmake/common/test
/petsc/bmake/common/variables
/petsc/bmake/freebsd/buildtest
/petsc/bmake/linux/buildtest
/petsc/bmake/linux/packages
/petsc/bmake/linux_absoft/buildtest
/petsc/bmake/linux_gcc_pgf90/packages
/petsc/bmake/linux_gm/packages
/petsc/bmake/linux_gm/petscconf.h
/petsc/bmake/linux_gm/petscfix.h
/petsc/bmake/linux_gm/rules
/petsc/bmake/linux_gm/variables
/petsc/bmake/macx/buildtest
/petsc/bmake/rs6000_sp/petscfix.h
/petsc/bmake/solaris_gnu/packages
/petsc/bmake/solaris_lam/petscconf.h
/petsc/bmake/win64_intel/petscconf.h
/petsc/docs/makefile
/petsc/docs/tex/doctext/petscapp.cfg
/petsc/docs/tex/petscapp.bib
/petsc/include/esi/MatrixColPointerAccess.h
/petsc/include/esi/MatrixRowPointerAccess.h
/petsc/include/esi/scalarTraits.h
/petsc/include/petscksp.h
/petsc/include/petscpc.h
/petsc/include/petscversion.h
/petsc/include/petscviewer.h
/petsc/maint/buildtest
/petsc/maint/killnightly
/petsc/makefile
/petsc/src/contrib/adic/Gradient/makefile
/petsc/src/contrib/adic/adic/makefile
/petsc/src/contrib/adic/adintrinsics/makefile
/petsc/src/dm/ao/interface/dlregis.c
/petsc/src/dm/da/utils/fdda.c
/petsc/src/fortran/custom/zksp.c
/petsc/src/fortran/custom/zsys.c
/petsc/src/mat/examples/tests/ex46.c
/petsc/src/mat/examples/tests/ex58f.F
/petsc/src/mat/examples/tests/ex74.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/hypre/makefile
/petsc/src/mat/impls/hypre/mhyp.c
/petsc/src/mat/impls/makefile
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.h
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/sles/examples/tests/ex20.c
/petsc/src/sles/ksp/impls/cg/cg.c
/petsc/src/sles/ksp/impls/cr/cr.c
/petsc/src/sles/ksp/impls/rich/rich.c
/petsc/src/sles/ksp/interface/itcreate.c
/petsc/src/sles/ksp/interface/itfunc.c
/petsc/src/sles/ksp/kspimpl.h
/petsc/src/sles/pc/impls/asm/asm.c
/petsc/src/sles/pc/impls/hypre/hyppilut.c
/petsc/src/sles/pc/impls/hypre/makefile
/petsc/src/sles/pc/impls/lu/lu.c
/petsc/src/sles/pc/impls/makefile
/petsc/src/sles/pc/impls/mat/makefile
/petsc/src/sles/pc/impls/mat/pcmat.c
/petsc/src/sles/pc/impls/pilut/hyppilut.c
/petsc/src/sles/pc/impls/pilut/makefile
/petsc/src/sles/pc/interface/pcregis.c
/petsc/src/snes/examples/tutorials/ex25.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/sys/src/draw/impls/ps/pops.c
/petsc/src/sys/src/draw/interface/dpoints.c
/petsc/src/sys/src/draw/interface/drawreg.c
/petsc/src/sys/src/fileio/mprint.c
/petsc/src/sys/src/mpiuni/mpi.c
/petsc/src/sys/src/mpiuni/mpi.h
/petsc/src/sys/src/objects/ams/aoptions.c
/petsc/src/sys/src/objects/init.c
/petsc/src/sys/src/objects/pinit.c
/petsc/src/sys/src/plog/plog.c
/petsc/src/sys/src/utils/dlregis.h
/petsc/src/sys/src/viewer/impls/ascii/filev.c
/petsc/src/sys/src/viewer/impls/draw/drawv.c
/petsc/src/sys/src/viewer/impls/draw/vdraw.h
pvode/petscpvode.c
pvode/petscpvode.h
/petsc/src/vec/impls/hypre/makefile
/petsc/src/vec/impls/hypre/vhyp.c
/petsc/src/vec/impls/makefile
/petsc/src/vec/interface/vector.c
/petsc/src/vec/utils/pipeline.c
4753d19517-Jan-2002 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.415.2.7
knepley@spinetta.mcs.anl.gov|ChangeSet|20020117213714|29374
ChangeSet
1.415.2.7 02/01/17 15:37:14 knepley@spinetta.mcs.anl.gov +1 -0
Fixed double printing of SNESMonitor()

bk-changeset-1.415.2.7
knepley@spinetta.mcs.anl.gov|ChangeSet|20020117213714|29374
ChangeSet
1.415.2.7 02/01/17 15:37:14 knepley@spinetta.mcs.anl.gov +1 -0
Fixed double printing of SNESMonitor() for TS

src/ts/impls/implicit/beuler/beuler.c
1.5 02/01/17 15:37:14 knepley@spinetta.mcs.anl.gov +0 -1
Removed extra call to SNESSetFromOptions


Hg-commit: 8356a113f78f48cb5b0fc21e3dfe78f835af4140

show more ...


/petsc/bin/petsc_libtool
/petsc/bmake/IRIX/packages
/petsc/bmake/IRIX/petscconf.h
/petsc/bmake/IRIX/petscfix.h
/petsc/bmake/IRIX64/packages
/petsc/bmake/IRIX64/petscconf.h
/petsc/bmake/IRIX64/petscfix.h
/petsc/bmake/IRIX64/variables
/petsc/bmake/IRIX_gnu/packages
/petsc/bmake/IRIX_gnu/petscconf.h
/petsc/bmake/UXPV/packages
/petsc/bmake/UXPV/petscconf.h
/petsc/bmake/alpha/buildtest
/petsc/bmake/alpha/packages
/petsc/bmake/alpha/petscconf.h
/petsc/bmake/alpha/variables
/petsc/bmake/alpha_gnu/packages
/petsc/bmake/alpha_gnu/petscconf.h
/petsc/bmake/alpha_uni/packages
/petsc/bmake/alpha_uni/petscconf.h
/petsc/bmake/alpha_uni/rules
/petsc/bmake/alpha_uni/variables
/petsc/bmake/ascired/petscconf.h
/petsc/bmake/ascired/petscfix.h
/petsc/bmake/beos/petscconf.h
/petsc/bmake/common/bopt_O
/petsc/bmake/common/bopt_O_c++
/petsc/bmake/common/rules
/petsc/bmake/common/test
/petsc/bmake/common/variables
/petsc/bmake/config/packages.in
/petsc/bmake/config/variables.in
/petsc/bmake/freebsd/buildtest
/petsc/bmake/freebsd/packages
/petsc/bmake/freebsd/petscconf.h
/petsc/bmake/hpux/packages
/petsc/bmake/hpux/petscconf.h
/petsc/bmake/hpux64/packages
/petsc/bmake/hpux64/petscconf.h
/petsc/bmake/linux/buildtest
/petsc/bmake/linux/packages
/petsc/bmake/linux/petscconf.h
/petsc/bmake/linux64/packages
/petsc/bmake/linux64/petscconf.h
/petsc/bmake/linux64/petscfix.h
/petsc/bmake/linux64_intel/packages
/petsc/bmake/linux64_intel/petscconf.h
/petsc/bmake/linux64_intel/petscfix.h
/petsc/bmake/linux64_intel/variables
/petsc/bmake/linux_absoft/buildtest
/petsc/bmake/linux_absoft/packages
/petsc/bmake/linux_absoft/petscconf.h
/petsc/bmake/linux_absoft/rules
/petsc/bmake/linux_alpha/buildtest
/petsc/bmake/linux_alpha/packages
/petsc/bmake/linux_alpha/petscconf.h
/petsc/bmake/linux_alpha/petscfix.h
/petsc/bmake/linux_alpha_dec/buildtest
/petsc/bmake/linux_alpha_dec/packages
/petsc/bmake/linux_alpha_dec/petscconf.h
/petsc/bmake/linux_alpha_dec/rules
/petsc/bmake/linux_alpha_dec/variables
/petsc/bmake/linux_gcc_pgf90/buildtest
/petsc/bmake/linux_gcc_pgf90/packages
/petsc/bmake/linux_gcc_pgf90/petscconf.h
/petsc/bmake/linux_gcc_pgf90/rules
/petsc/bmake/linux_gcc_pgf90/variables
/petsc/bmake/linux_intel/packages
/petsc/bmake/linux_intel/petscconf.h
/petsc/bmake/linux_intel/petscfix.h
/petsc/bmake/linux_intel/rules
/petsc/bmake/linux_intel/variables
/petsc/bmake/linux_pgi/packages
/petsc/bmake/linux_pgi/petscconf.h
/petsc/bmake/linux_superludist/packages
/petsc/bmake/linux_superludist/petscconf.h
/petsc/bmake/macx/buildtest
/petsc/bmake/macx/petscconf.h
/petsc/bmake/macx/variables
/petsc/bmake/petscconf.defs
/petsc/bmake/rs6000/petscconf.h
/petsc/bmake/rs6000_64/packages
/petsc/bmake/rs6000_64/petscconf.h
/petsc/bmake/rs6000_gnu/petscconf.h
/petsc/bmake/rs6000_sp/packages
/petsc/bmake/rs6000_sp/petscconf.h
/petsc/bmake/solaris/buildtest
/petsc/bmake/solaris/packages
/petsc/bmake/solaris/petscconf.h
/petsc/bmake/solaris64/packages
/petsc/bmake/solaris64/petscconf.h
/petsc/bmake/solaris_gnu/packages
/petsc/bmake/solaris_gnu/petscconf.h
/petsc/bmake/solaris_lam/petscconf.h
/petsc/bmake/solaris_uni/buildtest
/petsc/bmake/solaris_uni/packages
/petsc/bmake/solaris_uni/petscconf.h
/petsc/bmake/solaris_x86/packages
/petsc/bmake/solaris_x86/petscconf.h
/petsc/bmake/t3e/packages
/petsc/bmake/t3e/petscconf.h
/petsc/bmake/t3e/petscfix.h
/petsc/bmake/t3e/rules
/petsc/bmake/win32_borland/petscconf.h
/petsc/bmake/win32_borland/petscfix.h
/petsc/bmake/win32_borland/variables
/petsc/bmake/win32_gnu/packages
/petsc/bmake/win32_gnu/petscconf.h
/petsc/bmake/win32_intel/packages
/petsc/bmake/win32_intel/petscconf.h
/petsc/bmake/win32_ms/petscconf.h
/petsc/bmake/win32_ms/variables
/petsc/bmake/win32_ms_hpvm/petscconf.h
/petsc/bmake/win32_ms_hpvm/variables
/petsc/bmake/win32_ms_mpich/packages
/petsc/bmake/win32_ms_mpich/petscconf.h
/petsc/bmake/win32_ms_mpich/variables
/petsc/bmake/win32_ms_mpipro/petscconf.h
/petsc/bmake/win32_ms_mpipro/petscfix.h
/petsc/bmake/win32_ms_mpipro/variables
/petsc/bmake/win32_ms_wmpi/petscconf.h
/petsc/bmake/win64_intel/petscconf.h
/petsc/bmake/win64_intel/variables
/petsc/config/configarch
/petsc/docs/manualpages/sec/bop.DA
/petsc/docs/manualpages/sec/bop.Discretization
/petsc/docs/manualpages/sec/bop.GVec
/petsc/docs/manualpages/sec/bop.Grid
/petsc/docs/manualpages/sec/bop.KSP
/petsc/docs/manualpages/sec/bop.Mat
/petsc/docs/manualpages/sec/bop.Mesh
/petsc/docs/manualpages/sec/bop.PC
/petsc/docs/manualpages/sec/bop.SLES
/petsc/docs/manualpages/sec/bop.SNES
/petsc/docs/manualpages/sec/bop.Vec
/petsc/docs/tex/manual/acknowl.tex
/petsc/docs/tex/manual/argonne.pdf
/petsc/docs/tex/manual/danumbering.pdf
/petsc/docs/tex/manual/dirs.pdf
/petsc/docs/tex/manual/ghost.pdf
/petsc/docs/tex/manual/intro.tex
/petsc/docs/tex/manual/makefile
/petsc/docs/tex/manual/manual.tex
/petsc/docs/tex/manual/part1.tex
/petsc/docs/tex/manual/part2.tex
/petsc/docs/tex/manual/petscwww.pdf
/petsc/docs/tex/manual/treep.pdf
/petsc/docs/tex/manual/usg.pdf
/petsc/docs/tex/manual/zoom.pdf
/petsc/docs/tex/petsc.bib
/petsc/docs/tex/petscapp.bib
/petsc/docs/tex/sty/IEEEtran.sty
/petsc/docs/tex/sty/anlhelper.sty
/petsc/docs/tex/sty/bwslides.sty
/petsc/docs/tex/sty/color.sty
/petsc/docs/tex/sty/colorslides.sty
/petsc/docs/tex/sty/handpage.sty
/petsc/docs/tex/sty/here.sty
/petsc/docs/tex/sty/mcsletter.sty
/petsc/docs/tex/sty/palatino.sty
/petsc/docs/tex/sty/report_petsc.cls
/petsc/docs/tex/sty/report_petsc.sty
/petsc/docs/tex/sty/tpage.sty
/petsc/docs/tex/sty/trl.sty
/petsc/docs/tex/sty/url.sty
/petsc/docs/tex/sty/verbatim.sty
/petsc/include/adic/ad_deriv.h
/petsc/include/adic/ad_grad.h
/petsc/include/adic/ad_grad_daxpy.h
/petsc/include/adic/ad_grad_macro_axpys.h
/petsc/include/adic/ad_utils.h
/petsc/include/adic/adintr_proto.h
/petsc/include/adic/adintrinsics.h
/petsc/include/adic/initcommon.h
/petsc/include/adic/initenum.h
/petsc/include/adic/knr-compat.h
/petsc/include/adic/run-alloc.h
/petsc/include/adic/run-map.h
/petsc/include/esi/Argv.h
/petsc/include/esi/ESI.h
/petsc/include/esi/IndexSpace.h
/petsc/include/esi/MPI_traits.h
/petsc/include/esi/MatrixColPointerAccess.h
/petsc/include/esi/MatrixColReadAccess.h
/petsc/include/esi/MatrixColWriteAccess.h
/petsc/include/esi/MatrixData.h
/petsc/include/esi/MatrixRowPointerAccess.h
/petsc/include/esi/MatrixRowReadAccess.h
/petsc/include/esi/MatrixRowWriteAccess.h
/petsc/include/esi/Object.h
/petsc/include/esi/Operator.h
/petsc/include/esi/OperatorTranspose.h
/petsc/include/esi/Preconditioner.h
/petsc/include/esi/PreconditionerTranspose.h
/petsc/include/esi/Properties.h
/petsc/include/esi/Solver.h
/petsc/include/esi/SolverIterative.h
/petsc/include/esi/Vector.h
/petsc/include/esi/VectorReplaceAccess.h
/petsc/include/esi/basicTypes.h
/petsc/include/esi/ordinalTraits.h
/petsc/include/esi/petsc/indexspace.h
/petsc/include/esi/petsc/matrix.h
/petsc/include/esi/petsc/object.h
/petsc/include/esi/petsc/preconditioner.h
/petsc/include/esi/petsc/vector.h
/petsc/include/esi/scalarTraits.h
/petsc/include/f90impl/f90_IRIX.h
/petsc/include/finclude/petscdef.h
/petsc/include/finclude/petscksp.h
/petsc/include/finclude/petscmg.h
/petsc/include/finclude/petscsnes.h
/petsc/include/finclude/petscts.h
/petsc/include/petsc.h
/petsc/include/petscao.h
/petsc/include/petscbt.h
/petsc/include/petscengine.h
/petsc/include/petscerror.h
/petsc/include/petschead.h
/petsc/include/petscksp.h
/petsc/include/petsclog.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscts.h
/petsc/include/petscversion.h
/petsc/include/petscviewer.h
/petsc/maint/builddist
/petsc/maint/buildtest
/petsc/maint/copytestlog
/petsc/maint/hosts.local
/petsc/maint/killnightly
/petsc/maint/update-docs.py
/petsc/maint/wwwindex.py
/petsc/maint/xclude
/petsc/makefile
/petsc/projects/c++/sles/ex2/ex2.dsp
/petsc/projects/c/sles/ex2/ex2.dsp
/petsc/projects/fortran/sles/ex2f/ex2f.dsp
/petsc/projects/makefile
/petsc/src/benchmarks/PLogEvent.c
/petsc/src/contrib/adic/Gradient/ad_grad.c
/petsc/src/contrib/adic/Gradient/ad_grad_daxpy.c
/petsc/src/contrib/adic/Gradient/ad_utils.c
/petsc/src/contrib/adic/Gradient/makefile
/petsc/src/contrib/adic/adic/aclocal.m4
/petsc/src/contrib/adic/adic/alloc.c
/petsc/src/contrib/adic/adic/makefile
/petsc/src/contrib/adic/adic/run-alloc.c
/petsc/src/contrib/adic/adic/run-map.c
/petsc/src/contrib/adic/adintrinsics/adintr_acos.c
/petsc/src/contrib/adic/adintrinsics/adintr_acosh.c
/petsc/src/contrib/adic/adintrinsics/adintr_asin.c
/petsc/src/contrib/adic/adintrinsics/adintr_asinh.c
/petsc/src/contrib/adic/adintrinsics/adintr_atan.c
/petsc/src/contrib/adic/adintrinsics/adintr_atan2.c
/petsc/src/contrib/adic/adintrinsics/adintr_atanh.c
/petsc/src/contrib/adic/adintrinsics/adintr_ceil.c
/petsc/src/contrib/adic/adintrinsics/adintr_cos.c
/petsc/src/contrib/adic/adintrinsics/adintr_cosh.c
/petsc/src/contrib/adic/adintrinsics/adintr_exp.c
/petsc/src/contrib/adic/adintrinsics/adintr_fabs.c
/petsc/src/contrib/adic/adintrinsics/adintr_floor.c
/petsc/src/contrib/adic/adintrinsics/adintr_fmax.c
/petsc/src/contrib/adic/adintrinsics/adintr_fmin.c
/petsc/src/contrib/adic/adintrinsics/adintr_fmod.c
/petsc/src/contrib/adic/adintrinsics/adintr_frexp.c
/petsc/src/contrib/adic/adintrinsics/adintr_ldexp.c
/petsc/src/contrib/adic/adintrinsics/adintr_log.c
/petsc/src/contrib/adic/adintrinsics/adintr_log10.c
/petsc/src/contrib/adic/adintrinsics/adintr_max.c
/petsc/src/contrib/adic/adintrinsics/adintr_min.c
/petsc/src/contrib/adic/adintrinsics/adintr_modf.c
/petsc/src/contrib/adic/adintrinsics/adintr_pow.c
/petsc/src/contrib/adic/adintrinsics/adintr_sin.c
/petsc/src/contrib/adic/adintrinsics/adintr_sinh.c
/petsc/src/contrib/adic/adintrinsics/adintr_sqrt.c
/petsc/src/contrib/adic/adintrinsics/adintr_tan.c
/petsc/src/contrib/adic/adintrinsics/adintr_tanh.c
/petsc/src/contrib/adic/adintrinsics/adintrinsics.c
/petsc/src/contrib/adic/adintrinsics/config.h
/petsc/src/contrib/adic/adintrinsics/makefile
/petsc/src/contrib/adic/adintrinsics/names.h
/petsc/src/contrib/adic/adintrinsics/report-once.c
/petsc/src/contrib/adic/adintrinsics/report-once.h
/petsc/src/contrib/adic/makefile
/petsc/src/contrib/fun3d/makefile
/petsc/src/contrib/fun3d/user.F
/petsc/src/contrib/lahaye/matmatmult.c
/petsc/src/contrib/lahaye/ramg/petscfunc.c
/petsc/src/contrib/libtfs/bss_malloc.c
/petsc/src/contrib/libtfs/comm.c
/petsc/src/contrib/libtfs/const.h
/petsc/src/contrib/libtfs/gs.c
/petsc/src/contrib/makefile
/petsc/src/contrib/oberman/burgers_df_based_q1/appload.c
/petsc/src/contrib/oberman/laplacian_q1/appalgebra.c
/petsc/src/dm/ao/aoimpl.h
/petsc/src/dm/ao/examples/tutorials/ex2.c
/petsc/src/dm/ao/examples/tutorials/output/ex2_1.out
/petsc/src/dm/ao/examples/tutorials/output/ex2_2.out
/petsc/src/dm/ao/impls/mapping/aomapping.c
/petsc/src/dm/ao/impls/mapping/makefile
/petsc/src/dm/ao/interface/dlregis.c
/petsc/src/dm/da/daimpl.h
/petsc/src/dm/da/examples/tests/makefile
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/dalocal.c
/petsc/src/dm/da/src/daview.c
/petsc/src/dm/da/src/makefile
/petsc/src/dm/da/utils/fdda.c
/petsc/src/fortran/custom/zda.c
/petsc/src/fortran/custom/zis.c
/petsc/src/fortran/custom/zksp.c
/petsc/src/fortran/custom/zmat.c
/petsc/src/fortran/custom/zpc.c
/petsc/src/fortran/custom/zplog.c
/petsc/src/fortran/custom/zsles.c
/petsc/src/fortran/custom/zsnes.c
/petsc/src/fortran/custom/zstart.c
/petsc/src/fortran/custom/zsys.c
/petsc/src/fortran/custom/zvec.c
/petsc/src/mat/esi/ematrix.c
/petsc/src/mat/esi/makefile
/petsc/src/mat/examples/tests/ex2.c
/petsc/src/mat/examples/tests/ex30.c
/petsc/src/mat/examples/tests/ex31.c
/petsc/src/mat/examples/tests/ex48.c
/petsc/src/mat/examples/tests/ex49.c
/petsc/src/mat/examples/tutorials/ex1.c
/petsc/src/mat/impls/adic/makefile
/petsc/src/mat/impls/adic/matadic.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/mpi/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/aijmatlab.c
/petsc/src/mat/impls/aij/seq/aijnode.c
/petsc/src/mat/impls/aij/seq/makefile
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/mpi/mmbaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag2.c
/petsc/src/mat/impls/bdiag/seq/bdiag3.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/esi/makefile
/petsc/src/mat/impls/esi/mesi.c
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.h
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/interface/dlregis.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/utils/axpy.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/mat/utils/matioall.c
/petsc/src/pf/pfimpl.h
/petsc/src/sles/examples/tests/ex17.c
/petsc/src/sles/examples/tests/ex25.c
/petsc/src/sles/examples/tests/makefile
/petsc/src/sles/examples/tests/output/ex10_1.out
/petsc/src/sles/examples/tests/output/ex20_1.out
/petsc/src/sles/examples/tutorials/ex11f.F
/petsc/src/sles/examples/tutorials/ex25.c
/petsc/src/sles/examples/tutorials/ex9.c
/petsc/src/sles/examples/tutorials/makefile
/petsc/src/sles/examples/tutorials/output/ex2_6.out
/petsc/src/sles/ksp/impls/bcgs/bcgs.c
/petsc/src/sles/ksp/impls/bicg/bicg.c
/petsc/src/sles/ksp/impls/cg/cg.c
/petsc/src/sles/ksp/impls/cgs/cgs.c
/petsc/src/sles/ksp/impls/cheby/cheby.c
/petsc/src/sles/ksp/impls/cr/cr.c
/petsc/src/sles/ksp/impls/lsqr/lsqr.c
/petsc/src/sles/ksp/impls/minres/minres.c
/petsc/src/sles/ksp/impls/qcg/qcg.c
/petsc/src/sles/ksp/impls/rich/rich.c
/petsc/src/sles/ksp/impls/symmlq/symmlq.c
/petsc/src/sles/ksp/impls/tcqmr/tcqmr.c
/petsc/src/sles/ksp/impls/tfqmr/tfqmr.c
/petsc/src/sles/ksp/interface/dlregis.c
/petsc/src/sles/ksp/interface/itcreate.c
/petsc/src/sles/ksp/interface/iterativ.c
/petsc/src/sles/ksp/interface/itfunc.c
/petsc/src/sles/ksp/kspimpl.h
/petsc/src/sles/pc/esi/epreconditioner.c
/petsc/src/sles/pc/esi/makefile
/petsc/src/sles/pc/examples/tests/ex5.c
/petsc/src/sles/pc/impls/asm/asm.c
/petsc/src/sles/pc/impls/bjacobi/bjacobi.c
/petsc/src/sles/pc/impls/eisens/eisen.c
/petsc/src/sles/pc/impls/esi/makefile
/petsc/src/sles/pc/impls/esi/pesi.c
/petsc/src/sles/pc/impls/makefile
/petsc/src/sles/pc/impls/redundant/redundant.c
/petsc/src/sles/pc/impls/sor/sor.c
/petsc/src/sles/pc/impls/spai/src/ispai.c
/petsc/src/sles/pc/interface/pcregis.c
/petsc/src/sles/pc/interface/precon.c
/petsc/src/sles/pc/pcimpl.h
/petsc/src/snes/examples/tutorials/ex1f.F
/petsc/src/snes/examples/tutorials/ex22.c
/petsc/src/snes/examples/tutorials/ex25.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/ex5f.F
/petsc/src/snes/examples/tutorials/output/ex2_1.out
/petsc/src/snes/examples/tutorials/output/ex2_2.out
/petsc/src/snes/impls/test/snestest.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/interface/dlregis.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesut.c
/petsc/src/snes/mf/snesmfjdef.c
/petsc/src/snes/snesimpl.h
/petsc/src/snes/utils/damgsnes.c
/petsc/src/snes/utils/makefile
/petsc/src/sys/examples/tests/ex12.c
/petsc/src/sys/examples/tests/ex16.c
/petsc/src/sys/examples/tutorials/ex3.c
/petsc/src/sys/examples/tutorials/ex3f.F
/petsc/src/sys/src/dll/dl.c
/petsc/src/sys/src/dll/reg.c
/petsc/src/sys/src/draw/drawimpl.h
/petsc/src/sys/src/draw/examples/tests/ex4f.F
/petsc/src/sys/src/draw/impls/x/xops.c
/petsc/src/sys/src/draw/interface/dgpause.c
/petsc/src/sys/src/draw/interface/dlinegw.c
/petsc/src/sys/src/draw/interface/dsetpause.c
/petsc/src/sys/src/draw/utils/hists.c
/petsc/src/sys/src/draw/utils/lg.c
/petsc/src/sys/src/error/adebug.c
/petsc/src/sys/src/error/err.c
/petsc/src/sys/src/error/errabort.c
/petsc/src/sys/src/error/errstop.c
/petsc/src/sys/src/error/errtrace.c
/petsc/src/sys/src/error/fp.c
/petsc/src/sys/src/error/signal.c
/petsc/src/sys/src/error/stack.c
/petsc/src/sys/src/esi/eobject.c
/petsc/src/sys/src/esi/makefile
/petsc/src/sys/src/fileio/ffpath.c
/petsc/src/sys/src/fileio/fpath.c
/petsc/src/sys/src/fileio/fretrieve.c
/petsc/src/sys/src/fileio/ftest.c
/petsc/src/sys/src/fileio/fwd.c
/petsc/src/sys/src/fileio/ghome.c
/petsc/src/sys/src/fileio/grpath.c
/petsc/src/sys/src/fileio/mpiuopen.c
/petsc/src/sys/src/fileio/mprint.c
/petsc/src/sys/src/fileio/mprint.h
/petsc/src/sys/src/fileio/rpath.c
/petsc/src/sys/src/fileio/smatlab.c
/petsc/src/sys/src/fileio/sysio.c
/petsc/src/sys/src/matlabengine/matlab.c
/petsc/src/sys/src/memory/mal.c
/petsc/src/sys/src/memory/mem.c
/petsc/src/sys/src/memory/mtr.c
/petsc/src/sys/src/mpiuni/mpi.c
/petsc/src/sys/src/mpiuni/mpi.h
/petsc/src/sys/src/objects/ams/aoptions.c
/petsc/src/sys/src/objects/ams/java/makefile
/petsc/src/sys/src/objects/cookie.c
/petsc/src/sys/src/objects/destroy.c
/petsc/src/sys/src/objects/gcomm.c
/petsc/src/sys/src/objects/gcookie.c
/petsc/src/sys/src/objects/gtype.c
/petsc/src/sys/src/objects/inherit.c
/petsc/src/sys/src/objects/init.c
/petsc/src/sys/src/objects/olist.c
/petsc/src/sys/src/objects/options.c
/petsc/src/sys/src/objects/pcomm.c
/petsc/src/sys/src/objects/pgname.c
/petsc/src/sys/src/objects/pinit.c
/petsc/src/sys/src/objects/pname.c
/petsc/src/sys/src/objects/prefix.c
/petsc/src/sys/src/objects/ptype.c
/petsc/src/sys/src/objects/tagm.c
/petsc/src/sys/src/plog/classLog.c
/petsc/src/sys/src/plog/eventLog.c
/petsc/src/sys/src/plog/makefile
/petsc/src/sys/src/plog/mpitr.c
/petsc/src/sys/src/plog/plog.c
/petsc/src/sys/src/plog/plog.h
/petsc/src/sys/src/plog/ploginfo.c
/petsc/src/sys/src/plog/plogmpe.c
/petsc/src/sys/src/plog/ptime.h
/petsc/src/sys/src/plog/stageLog.c
/petsc/src/sys/src/time/cputime.c
/petsc/src/sys/src/time/fdate.c
/petsc/src/sys/src/time/nt_time.c
/petsc/src/sys/src/time/rs6000_time.c
/petsc/src/sys/src/utils/arch.c
/petsc/src/sys/src/utils/ctable.c
/petsc/src/sys/src/utils/dict.c
/petsc/src/sys/src/utils/fhost.c
/petsc/src/sys/src/utils/fuser.c
/petsc/src/sys/src/utils/ghost.c
/petsc/src/sys/src/utils/memc.c
/petsc/src/sys/src/utils/mpimesg.c
/petsc/src/sys/src/utils/mpiu.c
/petsc/src/sys/src/utils/pbarrier.c
/petsc/src/sys/src/utils/pdisplay.c
/petsc/src/sys/src/utils/plapack.c
/petsc/src/sys/src/utils/psleep.c
/petsc/src/sys/src/utils/psplit.c
/petsc/src/sys/src/utils/random.c
/petsc/src/sys/src/utils/select.c
/petsc/src/sys/src/utils/sortd.c
/petsc/src/sys/src/utils/sorti.c
/petsc/src/sys/src/utils/sortip.c
/petsc/src/sys/src/utils/sseenabled.c
/petsc/src/sys/src/utils/str.c
/petsc/src/sys/src/viewer/impls/ams/ams.c
/petsc/src/sys/src/viewer/impls/ascii/filev.c
/petsc/src/sys/src/viewer/impls/ascii/vcreatea.c
/petsc/src/sys/src/viewer/impls/binary/binv.c
/petsc/src/sys/src/viewer/impls/draw/drawv.c
/petsc/src/sys/src/viewer/impls/mathematica/mathematica.c
/petsc/src/sys/src/viewer/impls/silo/makefile
/petsc/src/sys/src/viewer/impls/silo/vsilo.c
/petsc/src/sys/src/viewer/impls/silo/vsilo.h
/petsc/src/sys/src/viewer/impls/socket/matlab/bread.c
/petsc/src/sys/src/viewer/impls/socket/matlab/openport.c
/petsc/src/sys/src/viewer/impls/socket/matlab/readinvecs.c
/petsc/src/sys/src/viewer/impls/socket/send.c
/petsc/src/sys/src/viewer/impls/socket/senddense.c
/petsc/src/sys/src/viewer/impls/socket/sendsparse.c
/petsc/src/sys/src/viewer/impls/string/stringv.c
/petsc/src/sys/src/viewer/impls/vu/petscvu.c
/petsc/src/sys/src/viewer/interface/dlregispetsc.c
/petsc/src/sys/src/viewer/viewerimpl.h
/petsc/src/ts/examples/tests/ex1.c
/petsc/src/ts/examples/tutorials/ex3.c
/petsc/src/ts/examples/tutorials/ex5.c
beuler/beuler.c
/petsc/src/ts/interface/dlregis.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/tsimpl.h
/petsc/src/vec/esi/eindexspace.c
/petsc/src/vec/esi/evector.c
/petsc/src/vec/esi/makefile
/petsc/src/vec/examples/tutorials/ex14f.F
/petsc/src/vec/examples/tutorials/ex1f90.F
/petsc/src/vec/examples/tutorials/ex4f.F
/petsc/src/vec/examples/tutorials/ex4f90.F
/petsc/src/vec/examples/tutorials/ex5.c
/petsc/src/vec/examples/tutorials/ex9.c
/petsc/src/vec/examples/tutorials/ex9f.F
/petsc/src/vec/impls/esi/ebvec1.c
/petsc/src/vec/impls/esi/makefile
/petsc/src/vec/impls/seq/bvec2.c
/petsc/src/vec/impls/seq/dvec2.c
/petsc/src/vec/impls/shared/shvec.c
/petsc/src/vec/interface/dlregis.c
/petsc/src/vec/interface/mapregall.c
/petsc/src/vec/interface/veccreate.c
/petsc/src/vec/interface/vecregall.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/is/examples/tests/ex1.c
/petsc/src/vec/is/examples/tests/ex2.c
/petsc/src/vec/is/examples/tutorials/ex1.c
/petsc/src/vec/is/examples/tutorials/ex1f.F
/petsc/src/vec/is/examples/tutorials/ex1f90.F
/petsc/src/vec/is/examples/tutorials/ex2.c
/petsc/src/vec/is/examples/tutorials/ex2f.F
/petsc/src/vec/is/examples/tutorials/ex3.c
/petsc/src/vec/is/examples/tutorials/ex3f90.F
/petsc/src/vec/is/examples/tutorials/ex4.c
/petsc/src/vec/is/isimpl.h
/petsc/src/vec/is/utils/iscoloring.c
/petsc/src/vec/is/utils/iscomp.c
/petsc/src/vec/is/utils/isdiff.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/utils/comb.c
/petsc/src/vec/utils/vinv.c
/petsc/src/vec/utils/vpscat.c
/petsc/src/vec/vecimpl.h
f3f3dde227-Nov-2001 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.215.2.1
bsmith@terra.mcs.anl.gov|ChangeSet|20011127194423|63118
ChangeSet
1.215.2.1 01/11/27 13:44:23 bsmith@terra.mcs.anl.gov +14 -0
all the files needed for java compiles

mak

bk-changeset-1.215.2.1
bsmith@terra.mcs.anl.gov|ChangeSet|20011127194423|63118
ChangeSet
1.215.2.1 01/11/27 13:44:23 bsmith@terra.mcs.anl.gov +14 -0
all the files needed for java compiles

makefile
1.29.1.1 01/11/27 13:44:22 bsmith@terra.mcs.anl.gov +1 -1
fixed order of includes for petscconf.h

src/mat/impls/aij/seq/superlu.c
1.5 01/11/27 13:15:48 bsmith@terra.mcs.anl.gov +1 -0
*** empty log message ***

bmake/linux_gcc_pgf90/petscfix.h
1.5 01/11/27 13:12:04 bsmith@terra.mcs.anl.gov +1 -5
don't need memalign anymore it is prototyped in malloc.h

bmake/linux_gcc_pgf90/packages
1.9 01/11/27 13:08:47 bsmith@terra.mcs.anl.gov +3 -3
added superludist properly

src/sys/src/objects/ams/java/makefile
1.4 01/11/27 13:02:29 bsmith@terra.mcs.anl.gov +1 -1
*** empty log message ***

src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMS_Memory.class
1.1 01/11/27 12:58:36 bsmith@terra.mcs.anl.gov +33 -0

src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMS_Memory.class
1.0 01/11/27 12:58:36 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMS_Memory.class

src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMS_Field.class
1.1 01/11/27 12:58:36 bsmith@terra.mcs.anl.gov +144 -0

src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMS_Comm.class
1.1 01/11/27 12:58:35 bsmith@terra.mcs.anl.gov +14 -0

src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMS_Base.class
1.1 01/11/27 12:58:35 bsmith@terra.mcs.anl.gov +22 -0

src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMSBeanBeanInfo.class
1.1 01/11/27 12:58:35 bsmith@terra.mcs.anl.gov +19 -0

src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMSBean.class
1.1 01/11/27 12:58:35 bsmith@terra.mcs.anl.gov +26 -0

src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMS_Field.class
1.0 01/11/27 12:58:35 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMS_Field.class

src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMS_Comm.class
1.0 01/11/27 12:58:35 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMS_Comm.class

src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMS_Base.class
1.0 01/11/27 12:58:35 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMS_Base.class

src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMSBeanBeanInfo.class
1.0 01/11/27 12:58:35 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMSBeanBeanInfo.class

src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMSBean.class
1.0 01/11/27 12:58:35 bsmith@terra.mcs.anl.gov +0 -0
BitKeeper file /sandbox/bsmith/petsc/src/sys/src/objects/ams/java/gov/anl/mcs/ams/AMSBean.class

src/ts/impls/implicit/pvode/petscpvode.c
1.6 01/11/27 11:14:40 bsmith@terra.mcs.anl.gov +5 -5
fixed for storing function pointers in the ops data structure

src/contrib/lahaye/ramg/ramgpetsc.c
1.4 01/11/27 11:11:51 bsmith@terra.mcs.anl.gov +1 -1
*** empty log message ***

src/contrib/lahaye/matmatmult.c
1.5 01/11/27 11:11:31 bsmith@terra.mcs.anl.gov +0 -1
fix petscconf.h order


Hg-commit: 40755d4837ff7255681519aac395cdad1bbc0e6b

show more ...

1...<<21222324252627282930>>...32