History log of /petsc/src/snes/interface/ (Results 1351 – 1375 of 1850)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
eabae89a25-Oct-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3632.7.1
barrysmith@barry-smiths-computer.local|ChangeSet|20051025190522|29072
ChangeSet
1.3632.7.1 05/10/25 14:05:22 barrysmith@barry-smiths-computer.local +8 -0
itfunc.c:
add

bk-changeset-1.3632.7.1
barrysmith@barry-smiths-computer.local|ChangeSet|20051025190522|29072
ChangeSet
1.3632.7.1 05/10/25 14:05:22 barrysmith@barry-smiths-computer.local +8 -0
itfunc.c:
add support for -ksp_view <optionalfilename>
snes.c:
support -snes_view <optionalfilename> syntax
ts.c:
don't view preloading run
view.c:
flush whenever destroy is called even if not yet really destroying
this is so callers of destroy need not always also call flush themselves
ts.c:
get rid of silly code that passes in viewer type as argument to -ts_view go to
standard syntax -ts_view <optional filename>
itcreate.c, snes.c, ts.c:
simplify -ts_monitor by using new PetscViewerASCIIOpen feature supporting empty filename
ts.c:
support for filename for -ts_monitor filename
not done you idiot
itcreate.c:
finished file support for singmonitor,smonitor and truemonitor
snes.c:
added file writing for smonitor and ratio monitoring
petscsnes.h, snesut.c:
added support for viewer for ratio monitor
iterativ.c:
fixed KSPSingularValueMonitor() to properly use viewer instead of stdout
added support for file output for singmonitor and smonitor
itcreate.c:
make ksp_truemonitor support writing to a file

src/ksp/ksp/interface/itfunc.c
1.72 05/10/25 13:57:05 barrysmith@barry-smiths-computer.local +9 -5
add support for -ksp_view <optionalfilename>

src/snes/interface/snes.c
1.95 05/10/25 13:52:29 barrysmith@barry-smiths-computer.local +9 -2
support -snes_view <optionalfilename> syntax

src/ts/interface/ts.c
1.54 05/10/25 13:52:06 barrysmith@barry-smiths-computer.local +1 -2
don't view preloading run

src/sys/viewer/interface/view.c
1.18 05/10/25 13:46:44 barrysmith@barry-smiths-computer.local +1 -0
flush whenever destroy is called even if not yet really destroying
this is so callers of destroy need not always also call flush themselves

src/ts/interface/ts.c
1.53 05/10/25 13:42:16 barrysmith@barry-smiths-computer.local +5 -20
get rid of silly code that passes in viewer type as argument to -ts_view go to
standard syntax -ts_view <optional filename>

src/ksp/ksp/interface/itcreate.c
1.67 05/10/25 10:48:25 barrysmith@barry-smiths-computer.local +8 -29
simplify -ts_monitor by using new PetscViewerASCIIOpen feature supporting empty filename

src/snes/interface/snes.c
1.94 05/10/25 10:45:04 barrysmith@barry-smiths-computer.local +6 -22
simplify -ts_monitor by using new PetscViewerASCIIOpen feature supporting empty filename

src/ts/interface/ts.c
1.52 05/10/25 10:41:26 barrysmith@barry-smiths-computer.local +2 -8
simplify -ts_monitor by using new PetscViewerASCIIOpen feature supporting empty filename

src/ts/interface/ts.c
1.51 05/10/25 10:35:53 barrysmith@barry-smiths-computer.local +5 -3
support for filename for -ts_monitor filename

src/ts/interface/ts.c
1.50 05/10/25 10:29:40 barrysmith@barry-smiths-computer.local +27 -18
not done you idiot

src/ksp/ksp/interface/itcreate.c
1.66 05/10/25 10:27:20 barrysmith@barry-smiths-computer.local +16 -5
finished file support for singmonitor,smonitor and truemonitor

src/snes/interface/snes.c
1.93 05/10/25 10:24:36 barrysmith@barry-smiths-computer.local +27 -9
added file writing for smonitor and ratio monitoring

include/petscsnes.h
1.54 05/10/25 10:23:39 barrysmith@barry-smiths-computer.local +1 -1
added support for viewer for ratio monitor

src/snes/interface/snesut.c
1.19 05/10/25 10:23:21 barrysmith@barry-smiths-computer.local +38 -25
added support for viewer for ratio monitor

src/ksp/ksp/interface/iterativ.c
1.38 05/10/25 09:54:44 barrysmith@barry-smiths-computer.local +17 -15
fixed KSPSingularValueMonitor() to properly use viewer instead of stdout
added support for file output for singmonitor and smonitor

src/ksp/ksp/interface/itcreate.c
1.65 05/10/25 09:41:08 barrysmith@barry-smiths-computer.local +11 -5
make ksp_truemonitor support writing to a file


Hg-commit: 0974906d7dcc67d5e721ad2a3e32dac6df83fe42

show more ...

e8105e0121-Oct-2005 Richard Katz <katz@katz.columbia.edu>

bk-changeset-1.3626
katz@dyn-160-39-51-28.dyn.columbia.edu|ChangeSet|20051021191417|43884
ChangeSet
1.3626 05/10/21 15:14:17 katz@dyn-160-39-51-28.dyn.columbia.edu +2 -0
Allow user to specify a f

bk-changeset-1.3626
katz@dyn-160-39-51-28.dyn.columbia.edu|ChangeSet|20051021191417|43884
ChangeSet
1.3626 05/10/21 15:14:17 katz@dyn-160-39-51-28.dyn.columbia.edu +2 -0
Allow user to specify a filename for ASCII output of snes monitor or
ksp monitor. set with -<ksp,snes>_monitor <filename>. If this survives
scrutiny will add the same for other text-based ksp monitors.

src/ksp/ksp/interface/itcreate.c
1.64 05/10/21 15:11:25 katz@dyn-160-39-51-28.dyn.columbia.edu +12 -3
added same capability to ksp: -ksp_monitor <filename> sends output to
an ascii file

src/snes/interface/snes.c
1.92 05/10/21 15:07:08 katz@dyn-160-39-51-28.dyn.columbia.edu +1 -1
fixed mistake

src/snes/interface/snes.c
1.91 05/10/21 14:25:35 katz@dyn-160-39-51-28.dyn.columbia.edu +16 -4
allow -snes_monitor option to open a DefaultMonitor with an ASCII
file viewer. User specifies -snes_monitor <filename>


Hg-commit: 1819ee316d70310bc5ac5b61cec209a753dc218c

show more ...


/petsc/bin/TOPSGenerator.py
/petsc/bmake/common/rules.shared.basic
/petsc/include/finclude/petsc.h
/petsc/include/finclude/petscdef.h
/petsc/include/finclude/petscmat.h
/petsc/include/finclude/petscvec.h
/petsc/include/mpiuni/mpi.h
/petsc/include/petsc.h
/petsc/include/petscda.h
/petsc/include/petscmat.h
/petsc/include/petscversion.h
/petsc/include/private/pcimpl.h
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/package.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/Prometheus.py
/petsc/python/PETSc/packages/SuperLU.py
/petsc/python/PETSc/packages/SuperLU_DIST.py
/petsc/python/PETSc/packages/hypre.py
/petsc/python/PETSc/packages/spooles.py
/petsc/python/PETSc/utilities/languages.py
/petsc/python/PETSc/utilities/libraryOptions.py
/petsc/python/PETSc/utilities/python.py
/petsc/src/dm/da/examples/tests/ex21f.F
/petsc/src/dm/da/src/da3.c
/petsc/src/dm/da/utils/fdda.c
/petsc/src/dm/da/utils/makefile
/petsc/src/dm/makefile
/petsc/src/dm/mesh/makefile
/petsc/src/dm/mesh/mesh.c
/petsc/src/dm/mesh/sieve/ALE.cxx
/petsc/src/dm/mesh/sieve/ALE.hh
/petsc/src/dm/mesh/sieve/ClosureBundle.cxx
/petsc/src/dm/mesh/sieve/ClosureBundle.hh
/petsc/src/dm/mesh/sieve/PreSieve.cxx
/petsc/src/dm/mesh/sieve/PreSieve.hh
/petsc/src/dm/mesh/sieve/Sieve.cxx
/petsc/src/dm/mesh/sieve/Sieve.hh
/petsc/src/dm/mesh/sieve/Stack.cxx
/petsc/src/dm/mesh/sieve/Stack.hh
/petsc/src/dm/mesh/sieve/makefile
/petsc/src/docs/tex/manual/developers.tex
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/changes/231.html
/petsc/src/docs/website/documentation/changes/index.html
/petsc/src/docs/website/miscellaneous/acknwldg.html
/petsc/src/docs/website/publications/index.html
/petsc/src/fortran/kernels/bgl/fmaxpy_bgl.F
/petsc/src/fortran/kernels/bgl/fmdot_bgl.F
/petsc/src/fortran/kernels/bgl/fsolvebaij_bgl.F
/petsc/src/fortran/kernels/bgl/sgemv_bgl.F
/petsc/src/fortran/kernels/fmaxpy.F
/petsc/src/fortran/kernels/fmdot.F
/petsc/src/fortran/kernels/fmult.F
/petsc/src/fortran/kernels/frelax.F
/petsc/src/fortran/kernels/fsolve.F
/petsc/src/fortran/kernels/fsolvebaij.F
/petsc/src/fortran/kernels/sgemv.F
/petsc/src/ksp/ksp/examples/tutorials/ex11f.F
/petsc/src/ksp/ksp/examples/tutorials/ex14f.F
/petsc/src/ksp/ksp/examples/tutorials/ex15f.F
/petsc/src/ksp/ksp/examples/tutorials/ex21f.F
/petsc/src/ksp/ksp/examples/tutorials/ex22f.F
/petsc/src/ksp/ksp/examples/tutorials/ex2f.F
/petsc/src/ksp/ksp/examples/tutorials/ex33.c
/petsc/src/ksp/ksp/examples/tutorials/ex33mesh.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/p1.py
/petsc/src/ksp/ksp/impls/bcgsl/bcgsl.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/pc/examples/tests/ex8f.F
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.h
/petsc/src/ksp/pc/impls/composite/composite.c
/petsc/src/ksp/pc/impls/eisens/eisen.c
/petsc/src/ksp/pc/impls/factor/cholesky/cholesky.c
/petsc/src/ksp/pc/impls/factor/factor.c
/petsc/src/ksp/pc/impls/factor/icc/icc.h
/petsc/src/ksp/pc/impls/factor/ilu/ilu.c
/petsc/src/ksp/pc/impls/factor/lu/lu.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/hypre/hyppilut.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/mat/pcmat.c
/petsc/src/ksp/pc/impls/mg/mgfunc.c
/petsc/src/ksp/pc/impls/mg/mgimpl.h
/petsc/src/ksp/pc/impls/ml/ml.c
/petsc/src/ksp/pc/impls/none/none.c
/petsc/src/ksp/pc/impls/pbjacobi/pbjacobi.c
/petsc/src/ksp/pc/impls/prometheus/petscprom.c
/petsc/src/ksp/pc/impls/redundant/redundant.c
/petsc/src/ksp/pc/impls/shell/shellpc.c
/petsc/src/ksp/pc/impls/sor/sor.c
/petsc/src/ksp/pc/impls/spai/ispai.c
/petsc/src/ksp/pc/impls/tfs/tfs.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/pc/makefile
/petsc/src/mat/examples/tests/ex105f.F
/petsc/src/mat/examples/tests/ex79f.F
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/csrperm/csrperm.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.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/interface/matnull.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matimpl.h
/petsc/src/snes/examples/tests/ex12f.F
/petsc/src/snes/examples/tests/ex1f.F
/petsc/src/snes/examples/tutorials/ex5f.F
/petsc/src/snes/impls/ls/ftn-custom/zlsf.c
snes.c
/petsc/src/snes/utils/damg.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/draw/utils/axis.c
/petsc/src/sys/error/signal.c
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/fileio/mprint.h
/petsc/src/sys/fileio/sysio.c
/petsc/src/sys/memory/mal.c
/petsc/src/sys/memory/mem.c
/petsc/src/sys/objects/aoptions.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/makefile
/petsc/src/sys/utils/ftn-custom/makefile
/petsc/src/sys/utils/ftn-custom/zpbarrierf.c
/petsc/src/sys/utils/pbarrier.c
/petsc/src/sys/viewer/impls/mathematica/mathematica.c
/petsc/src/tops/examples/c++/ex1/Ex1.sidl
/petsc/src/tops/examples/c++/ex1/Ex1_gui_rc.in
/petsc/src/tops/examples/c++/ex1/Ex1_rc.in
/petsc/src/tops/examples/c++/ex1/makefile
/petsc/src/tops/examples/c++/ex2/Ex2.sidl
/petsc/src/tops/examples/c++/ex2/makefile
/petsc/src/tops/examples/c++/ex3/Ex3.sidl
/petsc/src/tops/examples/c++/ex3/Ex3_gui_rc.in
/petsc/src/tops/examples/c++/ex3/Ex3_rc.in
/petsc/src/tops/examples/c++/ex4/Ex4.sidl
/petsc/src/tops/examples/c++/ex4/Ex4_gui_rc.in
/petsc/src/tops/examples/c++/ex4/Ex4_rc.in
/petsc/src/tops/images/13.jpg
/petsc/src/tops/images/s10.jpg
/petsc/src/tops/images/s11.jpg
/petsc/src/tops/makefile
/petsc/src/tops/makefile.rules
/petsc/src/tops/tops.html
/petsc/src/tops/topsgenerator.html
/petsc/src/tops/topsinstaller.html
/petsc/src/ts/examples/tests/ex1f.F
/petsc/src/ts/examples/tests/ex1f.h
/petsc/src/ts/examples/tutorials/ex1f.F
/petsc/src/ts/examples/tutorials/ex2f.F
/petsc/src/ts/examples/tutorials/ex2f.h
/petsc/src/ts/impls/implicit/sundials/sundials.h
/petsc/src/vec/is/examples/tests/ex2f.F
/petsc/src/vec/is/utils/iscoloring.c
/petsc/src/vec/vec/examples/tests/ex17f.F
/petsc/src/vec/vec/examples/tests/ex30f.F
/petsc/src/vec/vec/examples/tutorials/ex14f.F
/petsc/src/vec/vec/examples/tutorials/ex1f.F
/petsc/src/vec/vec/examples/tutorials/ex9f.F
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/utils/vscat.c
7e4bb74c05-Oct-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3564.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20051005021120|18731
ChangeSet
1.3564.1.1 05/10/04 21:11:20 barrysmith@barry-smiths-computer.local +24 -0
added GUI compon

bk-changeset-1.3564.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20051005021120|18731
ChangeSet
1.3564.1.1 05/10/04 21:11:20 barrysmith@barry-smiths-computer.local +24 -0
added GUI component generator for TSC
required some changes to the TOPS make rules

src/tops/topsgenerator.html
1.4 05/10/04 21:11:15 barrysmith@barry-smiths-computer.local +114 -17
added GUI component generator for TSC
required some changes to the TOPS make rules

src/tops/server/c++/TOPS_UnstructuredSolver_Impl.hh
1.6 05/10/04 21:11:15 barrysmith@barry-smiths-computer.local +84 -0
added GUI component generator for TSC
required some changes to the TOPS make rules

src/tops/server/c++/TOPS_UnstructuredSolver_Impl.cc
1.8 05/10/04 21:11:15 barrysmith@barry-smiths-computer.local +108 -0
added GUI component generator for TSC
required some changes to the TOPS make rules

src/tops/server/c++/TOPS_StructuredSolver_Impl.hh
1.7 05/10/04 21:11:15 barrysmith@barry-smiths-computer.local +84 -0
added GUI component generator for TSC
required some changes to the TOPS make rules

src/tops/server/c++/TOPS_StructuredSolver_Impl.cc
1.14 05/10/04 21:11:15 barrysmith@barry-smiths-computer.local +108 -0
added GUI component generator for TSC
required some changes to the TOPS make rules

src/tops/server/c++/TOPS_ParameterHandling.cc
1.2 05/10/04 21:11:15 barrysmith@barry-smiths-computer.local +0 -2
added GUI component generator for TSC
required some changes to the TOPS make rules

src/tops/makefile.rules
1.23 05/10/04 21:11:15 barrysmith@barry-smiths-computer.local +14 -17
added GUI component generator for TSC
required some changes to the TOPS make rules

src/tops/examples/c++/ex4/makefile
1.9 05/10/04 21:11:15 barrysmith@barry-smiths-computer.local +3 -3
added GUI component generator for TSC
required some changes to the TOPS make rules

src/tops/examples/c++/ex3/makefile
1.16 05/10/04 21:11:14 barrysmith@barry-smiths-computer.local +3 -3
added GUI component generator for TSC
required some changes to the TOPS make rules

src/tops/examples/c++/ex2/server/c++/Ex2_System_Impl.cc
1.14 05/10/04 21:11:14 barrysmith@barry-smiths-computer.local +2 -14
added GUI component generator for TSC
required some changes to the TOPS make rules

src/tops/examples/c++/ex2/makefile
1.13 05/10/04 21:11:14 barrysmith@barry-smiths-computer.local +3 -3
added GUI component generator for TSC
required some changes to the TOPS make rules

src/tops/examples/c++/ex1/makefile
1.17 05/10/04 21:11:14 barrysmith@barry-smiths-computer.local +3 -3
added GUI component generator for TSC
required some changes to the TOPS make rules

bin/TOPSGenerator.py
1.13 05/10/04 21:11:14 barrysmith@barry-smiths-computer.local +190 -1496
added GUI component generator for TSC

src/tops/images/s9.jpg
1.1 05/10/04 19:38:16 barrysmith@barry-smiths-computer.local +408 -0

src/tops/images/s8.jpg
1.1 05/10/04 19:38:16 barrysmith@barry-smiths-computer.local +399 -0

src/tops/images/s7.jpg
1.1 05/10/04 19:38:16 barrysmith@barry-smiths-computer.local +404 -0

src/tops/images/s6.jpg
1.1 05/10/04 19:38:16 barrysmith@barry-smiths-computer.local +438 -0

src/tops/images/s5.jpg
1.1 05/10/04 19:38:16 barrysmith@barry-smiths-computer.local +405 -0

src/tops/images/s4.jpg
1.1 05/10/04 19:38:16 barrysmith@barry-smiths-computer.local +519 -0

src/tops/images/s3.jpg
1.1 05/10/04 19:38:16 barrysmith@barry-smiths-computer.local +405 -0

src/tops/images/s9.jpg
1.0 05/10/04 19:38:16 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/images/s9.jpg

src/tops/images/s8.jpg
1.0 05/10/04 19:38:16 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/images/s8.jpg

src/tops/images/s7.jpg
1.0 05/10/04 19:38:16 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/images/s7.jpg

src/tops/images/s6.jpg
1.0 05/10/04 19:38:16 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/images/s6.jpg

src/tops/images/s5.jpg
1.0 05/10/04 19:38:16 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/images/s5.jpg

src/tops/images/s4.jpg
1.0 05/10/04 19:38:16 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/images/s4.jpg

src/tops/images/s3.jpg
1.0 05/10/04 19:38:16 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/images/s3.jpg

src/tops/images/s2.jpg
1.1 05/10/04 19:38:15 barrysmith@barry-smiths-computer.local +360 -0

src/tops/images/s1.jpg
1.1 05/10/04 19:38:15 barrysmith@barry-smiths-computer.local +1045 -0

src/tops/images/s2.jpg
1.0 05/10/04 19:38:15 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/images/s2.jpg

src/tops/images/s1.jpg
1.0 05/10/04 19:38:15 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/images/s1.jpg

src/tops/topsgenerator.html
1.3 05/10/04 19:15:31 barrysmith@barry-smiths-computer.local +0 -0
bk cp topsinstaller.html topsgenerator.html

src/snes/interface/snes.c
1.89 05/10/04 14:09:27 barrysmith@barrysmith-57.mcs.anl.gov +3 -2
clarify when SNESSetUpdate() function is called.

src/snes/impls/ls/ls.c
1.65 05/10/04 14:09:03 barrysmith@barrysmith-57.mcs.anl.gov +2 -1
link to SNESetUpdate() manual page

src/tops/topsgenerator.html
1.2 05/08/21 17:45:07 barrysmith@barry-smiths-computer.local +44 -0
tops installation guide web page

src/tops/topsgenerator.html
1.1 05/08/21 09:28:30 barrysmith@barry-smiths-computer.local +0 -0

src/tops/topsgenerator.html
1.0 05/08/21 09:28:29 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/topsinstaller.html


Hg-commit: 40a0bae7555700205b5cfa6fa48e20fd46939121

show more ...


/petsc/bin/TOPSGenerator.py
/petsc/bin/TOPSInstaller.py
/petsc/bmake/common/rules
/petsc/bmake/common/rules.shared.basic
/petsc/config/configure.py
/petsc/config/cray-x1.py
/petsc/config/linux-gnu-gcc-absoft.py
/petsc/config/solaris-64.py
/petsc/include/finclude/petscdef.h
/petsc/include/petsc.h
/petsc/include/petscbag.h
/petsc/include/petscctable.h
/petsc/include/petscda.h
/petsc/include/petscksp.h
/petsc/include/petsclog.h
/petsc/include/petscmat.h
/petsc/include/petscsys.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/petsc/include/private/petscimpl.h
/petsc/include/private/vecimpl.h
/petsc/maint/bk2darcs.py
/petsc/make.py
/petsc/makefile
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/package.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/BlockSolve.py
/petsc/python/PETSc/packages/Dscpack.py
/petsc/python/PETSc/packages/Jostle.py
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/MUMPS.py
/petsc/python/PETSc/packages/PLAPACK.py
/petsc/python/PETSc/packages/Prometheus.py
/petsc/python/PETSc/packages/SCALAPACK.py
/petsc/python/PETSc/packages/Scotch.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/babel.py
/petsc/python/PETSc/packages/c2html.py
/petsc/python/PETSc/packages/ccafe.py
/petsc/python/PETSc/packages/spai.py
/petsc/python/PETSc/packages/spooles.py
/petsc/python/PETSc/utilities/arch.py
/petsc/python/PETSc/utilities/languages.py
/petsc/python/PETSc/utilities/petscdir.py
/petsc/python/PETSc/utilities/sharedLibraries.py
/petsc/src/benchmarks/results/performance_arco1
/petsc/src/benchmarks/results/performance_cfd_2_10
/petsc/src/contrib/oberman/burgers_df_based_q1/appctx.h
/petsc/src/contrib/oberman/burgers_df_based_q1/appsetalg.c
/petsc/src/contrib/oberman/laplacian_q1/appctx.h
/petsc/src/contrib/reusememory/reuse.c
/petsc/src/dm/ao/interface/aodata.c
/petsc/src/dm/da/utils/makefile
/petsc/src/dm/da/utils/mesh.c
/petsc/src/dm/da/utils/sliced.c
/petsc/src/dm/usg/2d/quadratic/appview.c
/petsc/src/docs/strategy.tex
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/developers/index.html
/petsc/src/docs/website/documentation/linearsolvertable.html
/petsc/src/docs/website/miscellaneous/external.html
/petsc/src/docs/website/miscellaneous/index.html
/petsc/src/docs/website/publications/prizes.html
/petsc/src/ksp/ksp/examples/tutorials/ex14f.F
/petsc/src/ksp/ksp/examples/tutorials/ex22f.F
/petsc/src/ksp/ksp/examples/tutorials/ex25.c
/petsc/src/ksp/ksp/examples/tutorials/ex28.c
/petsc/src/ksp/ksp/examples/tutorials/ex29.c
/petsc/src/ksp/ksp/examples/tutorials/ex31.c
/petsc/src/ksp/ksp/examples/tutorials/ex32.c
/petsc/src/ksp/ksp/examples/tutorials/ex33.c
/petsc/src/ksp/ksp/examples/tutorials/ex33mesh.cc
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/p1.py
/petsc/src/ksp/ksp/impls/lsqr/lsqr.c
/petsc/src/ksp/ksp/interface/eige.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/pc/examples/tests/ex8f.F
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/hypre/hyppilut.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/mg/smg.c
/petsc/src/ksp/pc/impls/sor/sor.c
/petsc/src/mat/examples/tests/ex103.c
/petsc/src/mat/examples/tests/ex104.c
/petsc/src/mat/examples/tests/ex2.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tutorials/ex5.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/mpi/mpiptap.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/spooles/mpispooles.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/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/aij/seq/spooles/spoolesOptions.c
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/csr/inode/inode.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/mpi/plapack/PLA_prototypes.h
/petsc/src/mat/impls/dense/mpi/plapack/plapack.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/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/interface/matnull.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/utils/freespace.c
/petsc/src/mat/utils/freespace.h
/petsc/src/snes/examples/tutorials/ex2.py
/petsc/src/snes/examples/tutorials/ex27.c
/petsc/src/snes/examples/tutorials/ex4.c
/petsc/src/snes/examples/tutorials/ex5s.c
/petsc/src/snes/examples/tutorials/ex7.c
/petsc/src/snes/examples/tutorials/ex8.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/ls/ls.c
snes.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/utils/ftn-custom/zdamgf.c
/petsc/src/sys/dll/dl.c
/petsc/src/sys/draw/impls/x/drawopenx.c
/petsc/src/sys/error/signal.c
/petsc/src/sys/examples/tutorials/ex4.c
/petsc/src/sys/fileio/fretrieve.c
/petsc/src/sys/fileio/ghome.c
/petsc/src/sys/matlabengine/matlab.c
/petsc/src/sys/memory/mal.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/state.c
/petsc/src/sys/plog/plog.c
/petsc/src/sys/plog/ploginfo.c
/petsc/src/sys/utils/makefile
/petsc/src/sys/utils/mpimesg.c
/petsc/src/sys/viewer/impls/string/stringv.c
/petsc/src/sys/viewer/interface/dlregispetsc.c
/petsc/src/tops/examples/c++/ex1/ex1.bld
/petsc/src/tops/examples/c++/ex1/ex1.cc
/petsc/src/tops/examples/c++/ex1/ex1.sidl
/petsc/src/tops/examples/c++/ex1/ex1_gui_rc.in
/petsc/src/tops/examples/c++/ex1/ex1_rc.in
/petsc/src/tops/examples/c++/ex1/makefile
/petsc/src/tops/examples/c++/ex1/server/c++/Ex1_System_Impl.cc
/petsc/src/tops/examples/c++/ex1/server/c++/Ex1_System_Impl.hh
/petsc/src/tops/examples/c++/ex2/ex1_rc.in
/petsc/src/tops/examples/c++/ex2/ex2.cc
/petsc/src/tops/examples/c++/ex2/ex2.sidl
/petsc/src/tops/examples/c++/ex2/ex2_gui_rc.in
/petsc/src/tops/examples/c++/ex2/ex2_rc.in
/petsc/src/tops/examples/c++/ex2/makefile
/petsc/src/tops/examples/c++/ex2/server/c++/Ex2_System_Impl.cc
/petsc/src/tops/examples/c++/ex2/server/c++/Ex2_System_Impl.hh
/petsc/src/tops/examples/c++/ex3/ex3.cc
/petsc/src/tops/examples/c++/ex3/ex3.sidl
/petsc/src/tops/examples/c++/ex3/ex3_gui_rc.in
/petsc/src/tops/examples/c++/ex3/ex3_rc.in
/petsc/src/tops/examples/c++/ex3/makefile
/petsc/src/tops/examples/c++/ex3/server/c++/Ex3_System_Impl.cc
/petsc/src/tops/examples/c++/ex3/server/c++/Ex3_System_Impl.hh
/petsc/src/tops/examples/c++/ex4/ex4.cc
/petsc/src/tops/examples/c++/ex4/ex4.sidl
/petsc/src/tops/examples/c++/ex4/ex4_gui_rc.in
/petsc/src/tops/examples/c++/ex4/ex4_rc.in
/petsc/src/tops/examples/c++/ex4/makefile
/petsc/src/tops/examples/c++/ex4/server/c++/Ex4_System_Impl.cc
/petsc/src/tops/examples/c++/ex4/server/c++/Ex4_System_Impl.hh
/petsc/src/tops/images/s2.jpg
/petsc/src/tops/images/s3.jpg
/petsc/src/tops/images/s4.jpg
/petsc/src/tops/images/s5.jpg
/petsc/src/tops/images/s6.jpg
/petsc/src/tops/images/s7.jpg
/petsc/src/tops/images/s8.jpg
/petsc/src/tops/images/s9.jpg
/petsc/src/tops/makefile
/petsc/src/tops/makefile.rules
/petsc/src/tops/server/c++/TOPS_ParameterHandling.cc
/petsc/src/tops/server/c++/TOPS_ParameterHandling.hh
/petsc/src/tops/server/c++/TOPS_StructuredSolver_Impl.cc
/petsc/src/tops/server/c++/TOPS_StructuredSolver_Impl.hh
/petsc/src/tops/server/c++/TOPS_Structured_Matrix_Impl.cc
/petsc/src/tops/server/c++/TOPS_Structured_Matrix_Impl.hh
/petsc/src/tops/server/c++/TOPS_UnstructuredSolver_Impl.cc
/petsc/src/tops/server/c++/TOPS_UnstructuredSolver_Impl.hh
/petsc/src/tops/server/c++/TOPS_Unstructured_Matrix_Impl.cc
/petsc/src/tops/server/c++/TOPS_Unstructured_Matrix_Impl.hh
/petsc/src/tops/tops.html
/petsc/src/tops/tops.sidl
/petsc/src/tops/topsgenerator.html
/petsc/src/tops/utils/genSCLCCA.sh
/petsc/src/ts/examples/tests/ex1f.F
/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/utils/isltog.c
/petsc/src/vec/vec/examples/tutorials/ex17.c
/petsc/src/vec/vec/interface/dlregisvec.c
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/utils/comb.c
/petsc/src/vec/vec/utils/vinv.c
4a9d489d26-Aug-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3489.1.1
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050826202731|55706
ChangeSet
1.3489.1.1 05/08/26 15:27:31 barrysmith@barrysmith-57.mcs.anl.gov +3 -0
petsc-maint 13596
w

bk-changeset-1.3489.1.1
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050826202731|55706
ChangeSet
1.3489.1.1 05/08/26 15:27:31 barrysmith@barrysmith-57.mcs.anl.gov +3 -0
petsc-maint 13596
when using SNESDefaultComputeJacobianColoring() with a different
function then SNES uses must NOT reuse latest function computed by SNES

src/snes/interface/snesj2.c
1.15 05/08/26 15:27:24 barrysmith@barrysmith-57.mcs.anl.gov +6 -2
petsc-maint 13596
when using SNESDefaultComputeJacobianColoring() with a different
function then SNES uses must NOT reuse latest function computed by SNES

src/mat/matfd/fdmatrix.c
1.34 05/08/26 15:27:24 barrysmith@barrysmith-57.mcs.anl.gov +27 -0
petsc-maint 13596
when using SNESDefaultComputeJacobianColoring() with a different
function then SNES uses must NOT reuse latest function computed by SNES

include/petscmat.h
1.190 05/08/26 15:27:24 barrysmith@barrysmith-57.mcs.anl.gov +1 -0
petsc-maint 13596
when using SNESDefaultComputeJacobianColoring() with a different
function then SNES uses must NOT reuse latest function computed by SNES


Hg-commit: 49189d3a7622888697364e2cd3365de47424a2dc

show more ...


/petsc/bmake/common/rules
/petsc/bmake/common/rules.shared.basic
/petsc/config-a
/petsc/config/aix5.1.0.0-64.py
/petsc/config/cygwin-portland.py
/petsc/config/freebsd5.1.py
/petsc/config/linux-gnu-ia64-intel.py
/petsc/config/linux-gnu-ia64.py
/petsc/include/finclude/petscmat.h
/petsc/include/petscdmmg.h
/petsc/include/petscerror.h
/petsc/include/petscmat.h
/petsc/include/petscpc.h
/petsc/include/petscversion.h
/petsc/maint/confignightly/tg-login
/petsc/maint/generateetags.py
/petsc/maint/mapnameslatex.py
/petsc/maint/startnightly
/petsc/maint/startnightly.tao
/petsc/makefile
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/PLAPACK.py
/petsc/python/PETSc/packages/ParMetis.py
/petsc/python/PETSc/packages/SuperLU.py
/petsc/python/PETSc/packages/SuperLU_DIST.py
/petsc/python/PETSc/packages/X11.py
/petsc/python/PETSc/utilities/sharedLibraries.py
/petsc/src/benchmarks/sizeof.c
/petsc/src/docs/tex/manual/developers.tex
/petsc/src/docs/tex/manual/makefile
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/developers/index.html
/petsc/src/docs/website/documentation/linearsolvertable.html
/petsc/src/docs/website/documentation/troubleshooting.html
/petsc/src/docs/website/documentation/tutorials/SIAMPP06.txt
/petsc/src/docs/website/publications/prizes.html
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/examples/tutorials/ex22.c
/petsc/src/ksp/ksp/examples/tutorials/ex22f.F
/petsc/src/ksp/ksp/examples/tutorials/ex25.c
/petsc/src/ksp/ksp/examples/tutorials/ex28.c
/petsc/src/ksp/ksp/examples/tutorials/ex29.c
/petsc/src/ksp/ksp/examples/tutorials/ex31.c
/petsc/src/ksp/ksp/examples/tutorials/ex32.c
/petsc/src/ksp/ksp/impls/gmres/gmreig.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/shell/shellpc.c
/petsc/src/makefile
/petsc/src/mat/examples/tests/ex103.c
/petsc/src/mat/examples/tests/ex53.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/impls/aij/mpi/mpiaij.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/superlu/superlu.c
/petsc/src/mat/impls/baij/mpi/dscpack/dscpack.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/dense/mpi/makefile
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/mpi/plapack/makefile
/petsc/src/mat/impls/dense/mpi/plapack/plapack.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/shell/shell.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/order/makefile
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex7.c
snesj2.c
/petsc/src/snes/utils/damg.c
/petsc/src/snes/utils/ftn-custom/zdamgf.c
/petsc/src/sys/error/err.c
/petsc/src/sys/error/errstop.c
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/viewer/impls/binary/binv.c
/petsc/src/sys/viewer/impls/draw/drawv.c
/petsc/src/sys/viewer/impls/matlab/vmatlab.c
/petsc/src/sys/viewer/impls/socket/send.c
/petsc/src/tops/examples/c++/ex1/ex1.sidl
/petsc/src/tops/examples/c++/ex1/makefile
/petsc/src/tops/examples/c++/ex1/server/c++/Ex1_System_Impl.cc
/petsc/src/tops/examples/c++/ex1/server/c++/Ex1_System_Impl.hh
/petsc/src/tops/examples/c++/ex2/ex2.sidl
/petsc/src/tops/examples/c++/ex2/makefile
/petsc/src/tops/examples/c++/ex2/server/c++/Ex2_System_Impl.cc
/petsc/src/tops/examples/c++/ex2/server/c++/Ex2_System_Impl.hh
/petsc/src/tops/examples/c++/ex3/ex3.cc
/petsc/src/tops/examples/c++/ex3/ex3.sidl
/petsc/src/tops/examples/c++/ex3/makefile
/petsc/src/tops/examples/c++/ex3/server/c++/Ex3_System_Impl.cc
/petsc/src/tops/examples/c++/ex3/server/c++/Ex3_System_Impl.hh
/petsc/src/tops/images/10.jpg
/petsc/src/tops/images/11.jpg
/petsc/src/tops/images/12.jpg
/petsc/src/tops/images/4.jpg
/petsc/src/tops/images/5.jpg
/petsc/src/tops/images/6.jpg
/petsc/src/tops/images/7.jpg
/petsc/src/tops/images/8.jpg
/petsc/src/tops/images/9.jpg
/petsc/src/tops/makefile
/petsc/src/tops/makefile.rules
/petsc/src/tops/server/c++/TOPS_MatrixStructured_Impl.cc
/petsc/src/tops/server/c++/TOPS_MatrixStructured_Impl.hh
/petsc/src/tops/server/c++/TOPS_Solver_Sliced_Impl.cc
/petsc/src/tops/server/c++/TOPS_Solver_Sliced_Impl.hh
/petsc/src/tops/server/c++/TOPS_Solver_Structured_Impl.cc
/petsc/src/tops/server/c++/TOPS_Solver_Structured_Impl.hh
/petsc/src/tops/tops.html
/petsc/src/tops/tops.sidl
/petsc/src/tops/topsinstaller.html
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/impls/mpi/pvec2.c
/petsc/src/vec/vec/impls/seq/dvec2.c
45babc5a14-Aug-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3465.1.3
barrysmith@barry-smiths-computer.local|ChangeSet|20050814000908|48031
ChangeSet
1.3465.1.3 05/08/13 19:09:08 barrysmith@barry-smiths-computer.local +3 -0
Merge barry-smith

bk-changeset-1.3465.1.3
barrysmith@barry-smiths-computer.local|ChangeSet|20050814000908|48031
ChangeSet
1.3465.1.3 05/08/13 19:09:08 barrysmith@barry-smiths-computer.local +3 -0
Merge barry-smiths-computer.local:/Users/barrysmith/petsc-2.3.0
into barry-smiths-computer.local:/Users/barrysmith/petsc-dev

src/ts/interface/ts.c
1.49 05/08/13 19:09:05 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

src/snes/interface/snes.c
1.88 05/08/13 19:09:04 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

src/ksp/ksp/interface/itfunc.c
1.71 05/08/13 19:09:04 barrysmith@barry-smiths-computer.local +0 -0
Auto merged


Hg-commit: ba6a87e577b351f598d2bf09c6381723a89080fd

show more ...

dc67937b14-Aug-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3465.1.2
barrysmith@barry-smiths-computer.local|ChangeSet|20050814000834|46217
ChangeSet
1.3465.1.2 05/08/13 19:08:34 barrysmith@barry-smiths-computer.local +3 -0
zaobasicf.c:

bk-changeset-1.3465.1.2
barrysmith@barry-smiths-computer.local|ChangeSet|20050814000834|46217
ChangeSet
1.3465.1.2 05/08/13 19:08:34 barrysmith@barry-smiths-computer.local +3 -0
zaobasicf.c:
don't check for null pointers if local length is zero
petscapp.bib:
couple new apps found on scholor.google.com
snes.c:
always check memory before and after user provided Jacobian

src/dm/ao/impls/basic/ftn-custom/zaobasicf.c
1.2 05/08/13 18:50:56 barrysmith@barry-smiths-computer.local +4 -2
don't check for null pointers if local length is zero

src/docs/tex/petscapp.bib
1.178 05/08/11 20:45:43 barrysmith@barry-smiths-computer.local +31 -1
couple new apps found on scholor.google.com

src/snes/interface/snes.c
1.87 05/08/11 13:49:56 barrysmith@barry-smiths-computer.local +2 -0
always check memory before and after user provided Jacobian


Hg-commit: 2e1dad74fec4b9f999a2ad87fceca042eaa4853c

show more ...


/petsc/bin/taucc.py
/petsc/bmake/common/rules
/petsc/config/configure.py
/petsc/config/linux-gnu-nagf90.py
/petsc/include/mpiuni/mpi.h
/petsc/include/petsc.h
/petsc/include/petscerror.h
/petsc/include/petscis.h
/petsc/include/petscmat.h
/petsc/include/petscpc.h
/petsc/include/petscversion.h
/petsc/maint/checkloc.py
/petsc/maint/confignightly/smash2
/petsc/maint/mapnameslatex.py
/petsc/python/PETSc/package.py
/petsc/python/PETSc/packages/PLAPACK.py
/petsc/python/PETSc/packages/Prometheus.py
/petsc/python/PETSc/packages/SuperLU_DIST.py
/petsc/python/PETSc/utilities/languages.py
/petsc/python/PETSc/utilities/missing.py
/petsc/python/PETSc/utilities/petscdir.py
/petsc/src/dm/ao/impls/basic/aobasic.c
/petsc/src/dm/ao/impls/basic/ftn-custom/zaobasicf.c
/petsc/src/docs/tex/manual/abstract.tex
/petsc/src/docs/tex/manual/gettinginfo.tex
/petsc/src/docs/tex/manual/intro.tex
/petsc/src/docs/tex/manual/makefile
/petsc/src/docs/tex/manual/part1.tex
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/documentation/tutorials/SIAMPP06.txt
/petsc/src/docs/website/documentation/tutorials/index.html
/petsc/src/fortran/kernels/bgl/makefile
/petsc/src/ksp/ksp/interface/dlregisksp.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/prometheus/petscprom.c
/petsc/src/mat/examples/tests/ex102.c
/petsc/src/mat/examples/tutorials/ex2.c
/petsc/src/mat/impls/aij/seq/ftn-custom/makefile
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/rowbs/mpi/iccbs.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/interface/matregis.c
/petsc/src/snes/examples/tutorials/ex4.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/ex7.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/ls/ls.c
snes.c
/petsc/src/sys/memory/ftn-custom/makefile
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/utils/fhost.c
/petsc/src/sys/utils/plapack.c
/petsc/src/tops/examples/c++/ex1/ex1.cc
/petsc/src/tops/examples/c++/ex1/ex1.sidl
/petsc/src/tops/examples/c++/ex1/makefile
/petsc/src/tops/examples/c++/ex1/server/c++/Ex1_System_Impl.cc
/petsc/src/tops/examples/c++/ex1/server/c++/Ex1_System_Impl.hh
/petsc/src/tops/examples/c++/ex2/ex2.cc
/petsc/src/tops/examples/c++/ex2/ex2.sidl
/petsc/src/tops/examples/c++/ex2/makefile
/petsc/src/tops/examples/c++/ex2/server/c++/Ex2_System_Impl.cc
/petsc/src/tops/examples/c++/ex2/server/c++/Ex2_System_Impl.hh
/petsc/src/tops/makefile
/petsc/src/tops/makefile.rules
/petsc/src/tops/server/c++/TOPS_Solver_Sliced_Impl.cc
/petsc/src/tops/server/c++/TOPS_Solver_Sliced_Impl.hh
/petsc/src/tops/server/c++/TOPS_Solver_Structured_Impl.cc
/petsc/src/tops/server/c++/TOPS_Solver_Structured_Impl.hh
/petsc/src/tops/tops.sidl
/petsc/src/vec/vec/impls/seq/dvec2.c
/petsc/src/vec/vec/interface/vector.c
d952e50114-Aug-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3215.1.50
barrysmith@barry-smiths-computer.local|ChangeSet|20050814000708|42412
ChangeSet
1.3215.1.50 05/08/13 19:07:08 barrysmith@barry-smiths-computer.local +3 -0
ts.c:
petsc

bk-changeset-1.3215.1.50
barrysmith@barry-smiths-computer.local|ChangeSet|20050814000708|42412
ChangeSet
1.3215.1.50 05/08/13 19:07:08 barrysmith@barry-smiths-computer.local +3 -0
ts.c:
petsc-maint 13519 tsclearmonitor did not call monitordestroy
itfunc.c:
petsc-maint 13519 kspclearmonitor did call monitordestroy
snes.c:
petsc-maint 13519 clearmonitor does not call monitordestroy

src/ts/interface/ts.c
1.46.1.1 05/08/13 19:06:36 barrysmith@barry-smiths-computer.local +9 -6
petsc-maint 13519 tsclearmonitor did not call monitordestroy

src/ksp/ksp/interface/itfunc.c
1.67.1.1 05/08/13 19:04:55 barrysmith@barry-smiths-computer.local +9 -6
petsc-maint 13519 kspclearmonitor did call monitordestroy

src/snes/interface/snes.c
1.77.1.2 05/08/13 19:03:49 barrysmith@barry-smiths-computer.local +9 -6
petsc-maint 13519 clearmonitor does not call monitordestroy


Hg-commit: 38f000d72964eb4e21a0c7941dff68d669412a6f

show more ...


/petsc/config/configure.py
/petsc/include/petsc.h
/petsc/include/petscblaslapack_c.h
/petsc/include/petscblaslapack_caps.h
/petsc/include/petscblaslapack_cptofcd.h
/petsc/include/petscblaslapack_stdcall.h
/petsc/include/petscblaslapack_uscore.h
/petsc/include/petsclog.h
/petsc/include/petscpc.h
/petsc/include/petscversion.h
/petsc/maint/mapnameslatex.py
/petsc/makefile
/petsc/projects/c++/ksp/ex2/ex2.dsp
/petsc/projects/c/ksp/ex2/ex2.dsp
/petsc/projects/complex/ksp/ex2/ex2.dsp
/petsc/projects/fortran/ksp/ex2f/ex2f.dsp
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/package.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/BlockSolve.py
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/MUMPS.py
/petsc/python/PETSc/packages/Matlab.py
/petsc/python/PETSc/packages/SuperLU_DIST.py
/petsc/python/PETSc/packages/blacs.py
/petsc/python/PETSc/packages/hypre.py
/petsc/python/PETSc/utilities/Regression.py
/petsc/src/dm/ao/impls/basic/aobasic.c
/petsc/src/dm/ao/impls/mapping/aomapping.c
/petsc/src/docs/tex/manual/abstract.tex
/petsc/src/docs/tex/manual/gettinginfo.tex
/petsc/src/docs/tex/manual/intro.tex
/petsc/src/docs/tex/manual/makefile
/petsc/src/docs/tex/manual/part1.tex
/petsc/src/docs/website/documentation/changes/230.html
/petsc/src/fortran/custom/zao.c
/petsc/src/fortran/custom/zmat.c
/petsc/src/fortran/custom/zpetsc.h
/petsc/src/fortran/custom/zsys.c
/petsc/src/fortran/custom/zvec.c
/petsc/src/ksp/ksp/impls/gmres/borthog2.c
/petsc/src/ksp/ksp/impls/gmres/fgmres/fgmres.c
/petsc/src/ksp/ksp/interface/dlregisksp.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/impls/ksp/pcksp.c
/petsc/src/ksp/pc/impls/prometheus/petscprom.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/matlab/aijmatlab.c
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/rowbs/mpi/iccbs.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/examples/tutorials/ex5f.F
snes.c
/petsc/src/snes/utils/makefile
/petsc/src/sys/src/bag/bag.c
/petsc/src/sys/src/error/fp.c
/petsc/src/sys/src/error/signal.c
/petsc/src/sys/src/memory/mem.c
/petsc/src/sys/src/objects/tagm.c
/petsc/src/sys/src/utils/random.c
/petsc/src/sys/src/viewer/impls/socket/matlab/makefile
/petsc/src/ts/interface/ts.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/utils/makefile
d139023301-Aug-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3437
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050801163134|01413
ChangeSet
1.3437 05/08/01 11:31:34 barrysmith@barrysmith-57.mcs.anl.gov +1 -0
Merge bk://petsc@petsc.bkbits

bk-changeset-1.3437
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050801163134|01413
ChangeSet
1.3437 05/08/01 11:31:34 barrysmith@barrysmith-57.mcs.anl.gov +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into barrysmith-57.mcs.anl.gov:/Users/barrysmith/petsc-dev

src/snes/interface/snes.c
1.86 05/08/01 11:31:30 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Auto merged


Hg-commit: 984336a654e5821395768845863b8363dff5136e

show more ...

3960baed01-Aug-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3426.1.2
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050801163109|03810
ChangeSet
1.3426.1.2 05/08/01 11:31:09 barrysmith@barrysmith-57.mcs.anl.gov +32 -0
Many files:
Dele

bk-changeset-1.3426.1.2
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050801163109|03810
ChangeSet
1.3426.1.2 05/08/01 11:31:09 barrysmith@barrysmith-57.mcs.anl.gov +32 -0
Many files:
Delete: src/tops/examples/c++/ex1/server/c++/TOPS_Vector_Impl.hh
Delete: src/tops/examples/c++/ex1/server/c++/TOPS_Vector_Impl.cc
Delete: src/tops/examples/c++/ex1/server/c++/TOPS_State_Impl.hh
Delete: src/tops/examples/c++/ex1/server/c++/TOPS_State_Impl.cc
Delete: src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Structured_Impl.hh
Delete: src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Structured_Impl.cc
Delete: src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Sliced_Impl.hh
Delete: src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Sliced_Impl.cc
Delete: src/tops/examples/c++/ex1/server/c++/TOPS_Matrix_Impl.hh
Delete: src/tops/examples/c++/ex1/server/c++/TOPS_Matrix_Impl.cc
new file
snes.c:
typo in docs
snesmfj.c:
missing manual page

BitKeeper/deleted/.del-TOPS_Vector_Impl.hh~1e10b87e22e4201
1.2 05/07/31 21:29:22 barrysmith@barry-smiths-computer.local +0 -0
Delete: src/tops/examples/c++/ex1/server/c++/TOPS_Vector_Impl.hh

BitKeeper/deleted/.del-TOPS_Vector_Impl.cc~5d0f139aac4bc9
1.2 05/07/31 21:29:22 barrysmith@barry-smiths-computer.local +0 -0
Delete: src/tops/examples/c++/ex1/server/c++/TOPS_Vector_Impl.cc

BitKeeper/deleted/.del-TOPS_State_Impl.hh~80f4b67580109153
1.2 05/07/31 21:29:22 barrysmith@barry-smiths-computer.local +0 -0
Delete: src/tops/examples/c++/ex1/server/c++/TOPS_State_Impl.hh

BitKeeper/deleted/.del-TOPS_State_Impl.cc~135c0351372ade0c
1.2 05/07/31 21:29:22 barrysmith@barry-smiths-computer.local +0 -0
Delete: src/tops/examples/c++/ex1/server/c++/TOPS_State_Impl.cc

BitKeeper/deleted/.del-TOPS_Solver_Structured_Impl.hh~440ad2909e5d4448
1.2 05/07/31 21:29:22 barrysmith@barry-smiths-computer.local +0 -0
Delete: src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Structured_Impl.hh

BitKeeper/deleted/.del-TOPS_Solver_Structured_Impl.cc~a38dcc7bbef0800c
1.2 05/07/31 21:29:21 barrysmith@barry-smiths-computer.local +0 -0
Delete: src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Structured_Impl.cc

BitKeeper/deleted/.del-TOPS_Solver_Sliced_Impl.hh~52666585b56bbcc7
1.2 05/07/31 21:29:21 barrysmith@barry-smiths-computer.local +0 -0
Delete: src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Sliced_Impl.hh

BitKeeper/deleted/.del-TOPS_Solver_Sliced_Impl.cc~75ad7c9fc1aca7e5
1.2 05/07/31 21:29:21 barrysmith@barry-smiths-computer.local +0 -0
Delete: src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Sliced_Impl.cc

BitKeeper/deleted/.del-TOPS_Matrix_Impl.hh~4840e5082c363bce
1.2 05/07/31 21:29:21 barrysmith@barry-smiths-computer.local +0 -0
Delete: src/tops/examples/c++/ex1/server/c++/TOPS_Matrix_Impl.hh

BitKeeper/deleted/.del-TOPS_Matrix_Impl.cc~f8b4fb49baab2832
1.2 05/07/31 21:29:21 barrysmith@barry-smiths-computer.local +0 -0
Delete: src/tops/examples/c++/ex1/server/c++/TOPS_Matrix_Impl.cc

src/tops/examples/c++/ex1/server/c++/TOPS_Vector_Impl.hh
1.1 05/07/31 21:28:27 barrysmith@barry-smiths-computer.local +133 -0

src/tops/examples/c++/ex1/server/c++/TOPS_Vector_Impl.cc
1.1 05/07/31 21:28:27 barrysmith@barry-smiths-computer.local +124 -0

src/tops/examples/c++/ex1/server/c++/TOPS_State_Impl.hh
1.1 05/07/31 21:28:27 barrysmith@barry-smiths-computer.local +109 -0

src/tops/examples/c++/ex1/server/c++/TOPS_State_Impl.cc
1.1 05/07/31 21:28:27 barrysmith@barry-smiths-computer.local +72 -0

src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Structured_Impl.hh
1.1 05/07/31 21:28:27 barrysmith@barry-smiths-computer.local +245 -0

src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Structured_Impl.cc
1.1 05/07/31 21:28:27 barrysmith@barry-smiths-computer.local +256 -0

src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Sliced_Impl.hh
1.1 05/07/31 21:28:27 barrysmith@barry-smiths-computer.local +251 -0

src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Sliced_Impl.cc
1.1 05/07/31 21:28:27 barrysmith@barry-smiths-computer.local +258 -0

src/tops/examples/c++/ex1/server/c++/TOPS_Matrix_Impl.hh
1.1 05/07/31 21:28:27 barrysmith@barry-smiths-computer.local +113 -0

src/tops/examples/c++/ex1/server/c++/TOPS_Matrix_Impl.cc
1.1 05/07/31 21:28:27 barrysmith@barry-smiths-computer.local +73 -0

src/tops/examples/c++/ex1/server/c++/TOPS_Vector_Impl.hh
1.0 05/07/31 21:28:27 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/examples/c++/ex1/server/c++/TOPS_Vector_Impl.hh

src/tops/examples/c++/ex1/server/c++/TOPS_Vector_Impl.cc
1.0 05/07/31 21:28:27 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/examples/c++/ex1/server/c++/TOPS_Vector_Impl.cc

src/tops/examples/c++/ex1/server/c++/TOPS_State_Impl.hh
1.0 05/07/31 21:28:27 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/examples/c++/ex1/server/c++/TOPS_State_Impl.hh

src/tops/examples/c++/ex1/server/c++/TOPS_State_Impl.cc
1.0 05/07/31 21:28:27 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/examples/c++/ex1/server/c++/TOPS_State_Impl.cc

src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Structured_Impl.hh
1.0 05/07/31 21:28:27 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Structured_Impl.hh

src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Structured_Impl.cc
1.0 05/07/31 21:28:27 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Structured_Impl.cc

src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Sliced_Impl.hh
1.0 05/07/31 21:28:27 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Sliced_Impl.hh

src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Sliced_Impl.cc
1.0 05/07/31 21:28:27 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Sliced_Impl.cc

src/tops/examples/c++/ex1/server/c++/TOPS_Matrix_Impl.hh
1.0 05/07/31 21:28:27 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/examples/c++/ex1/server/c++/TOPS_Matrix_Impl.hh

src/tops/examples/c++/ex1/server/c++/TOPS_Matrix_Impl.cc
1.0 05/07/31 21:28:27 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/examples/c++/ex1/server/c++/TOPS_Matrix_Impl.cc

BitKeeper/deleted/.del-TOPS_Vector_Impl.hh~5fd30931d59a44ec
1.2 05/07/31 20:37:08 barrysmith@barry-smiths-computer.local +0 -0
Delete: src/tops/examples/c++/ex1/server/c++/TOPS_Vector_Impl.hh

BitKeeper/deleted/.del-TOPS_Vector_Impl.cc~1730424a42ece179
1.2 05/07/31 20:37:08 barrysmith@barry-smiths-computer.local +0 -0
Delete: src/tops/examples/c++/ex1/server/c++/TOPS_Vector_Impl.cc

BitKeeper/deleted/.del-TOPS_State_Impl.hh~3e6cc050d4b1b13d
1.2 05/07/31 20:37:07 barrysmith@barry-smiths-computer.local +0 -0
Delete: src/tops/examples/c++/ex1/server/c++/TOPS_State_Impl.hh

BitKeeper/deleted/.del-TOPS_State_Impl.cc~f8a8a837b5ea283d
1.2 05/07/31 20:37:07 barrysmith@barry-smiths-computer.local +0 -0
Delete: src/tops/examples/c++/ex1/server/c++/TOPS_State_Impl.cc

BitKeeper/deleted/.del-TOPS_Solver_Structured_Impl.hh~e2b42e91ba182de5
1.2 05/07/31 20:37:07 barrysmith@barry-smiths-computer.local +0 -0
Delete: src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Structured_Impl.hh

BitKeeper/deleted/.del-TOPS_Solver_Structured_Impl.cc~9d837b9ac1a31a1f
1.2 05/07/31 20:37:07 barrysmith@barry-smiths-computer.local +0 -0
Delete: src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Structured_Impl.cc

BitKeeper/deleted/.del-TOPS_Solver_Sliced_Impl.hh~74f840cec91af244
1.2 05/07/31 20:37:07 barrysmith@barry-smiths-computer.local +0 -0
Delete: src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Sliced_Impl.hh

BitKeeper/deleted/.del-TOPS_Solver_Sliced_Impl.cc~6ae4cd7440ce528e
1.2 05/07/31 20:37:07 barrysmith@barry-smiths-computer.local +0 -0
Delete: src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Sliced_Impl.cc

BitKeeper/deleted/.del-TOPS_Matrix_Impl.hh~983c6266d426980
1.2 05/07/31 20:37:06 barrysmith@barry-smiths-computer.local +0 -0
Delete: src/tops/examples/c++/ex1/server/c++/TOPS_Matrix_Impl.hh

BitKeeper/deleted/.del-TOPS_Matrix_Impl.cc~ea7cdf6b43856399
1.2 05/07/31 20:37:06 barrysmith@barry-smiths-computer.local +0 -0
Delete: src/tops/examples/c++/ex1/server/c++/TOPS_Matrix_Impl.cc

src/snes/interface/snes.c
1.84.1.1 05/07/31 19:02:58 barrysmith@barry-smiths-computer.local +1 -1
typo in docs

src/snes/mf/snesmfj.c
1.57 05/07/31 19:02:39 barrysmith@barry-smiths-computer.local +26 -0
missing manual page

src/tops/examples/c++/ex1/server/c++/TOPS_Vector_Impl.hh
1.1 05/07/30 22:14:32 barrysmith@barry-smiths-computer.local +133 -0

src/tops/examples/c++/ex1/server/c++/TOPS_State_Impl.hh
1.1 05/07/30 22:14:32 barrysmith@barry-smiths-computer.local +109 -0

src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Structured_Impl.hh
1.1 05/07/30 22:14:32 barrysmith@barry-smiths-computer.local +245 -0

src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Sliced_Impl.hh
1.1 05/07/30 22:14:32 barrysmith@barry-smiths-computer.local +251 -0

src/tops/examples/c++/ex1/server/c++/TOPS_Matrix_Impl.hh
1.1 05/07/30 22:14:32 barrysmith@barry-smiths-computer.local +113 -0

src/tops/examples/c++/ex1/server/c++/Ex1_Ex1_System_Impl.hh
1.1 05/07/30 22:14:32 barrysmith@barry-smiths-computer.local +165 -0

src/tops/examples/c++/ex1/server/c++/TOPS_Vector_Impl.hh
1.0 05/07/30 22:14:32 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/examples/c++/ex1/server/c++/TOPS_Vector_Impl.hh

src/tops/examples/c++/ex1/server/c++/TOPS_Vector_Impl.cc
1.1 05/07/30 22:14:31 barrysmith@barry-smiths-computer.local +124 -0

src/tops/examples/c++/ex1/server/c++/TOPS_State_Impl.hh
1.0 05/07/30 22:14:32 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/examples/c++/ex1/server/c++/TOPS_State_Impl.hh

src/tops/examples/c++/ex1/server/c++/TOPS_State_Impl.cc
1.1 05/07/30 22:14:31 barrysmith@barry-smiths-computer.local +72 -0

src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Structured_Impl.hh
1.0 05/07/30 22:14:32 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Structured_Impl.hh

src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Structured_Impl.cc
1.1 05/07/30 22:14:31 barrysmith@barry-smiths-computer.local +256 -0

src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Sliced_Impl.hh
1.0 05/07/30 22:14:32 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Sliced_Impl.hh

src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Sliced_Impl.cc
1.1 05/07/30 22:14:31 barrysmith@barry-smiths-computer.local +258 -0

src/tops/examples/c++/ex1/server/c++/TOPS_Matrix_Impl.hh
1.0 05/07/30 22:14:32 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/examples/c++/ex1/server/c++/TOPS_Matrix_Impl.hh

src/tops/examples/c++/ex1/server/c++/TOPS_Matrix_Impl.cc
1.1 05/07/30 22:14:31 barrysmith@barry-smiths-computer.local +73 -0

src/tops/examples/c++/ex1/server/c++/Ex1_Ex1_System_Impl.hh
1.0 05/07/30 22:14:32 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/examples/c++/ex1/server/c++/Ex1_Ex1_System_Impl.hh

src/tops/examples/c++/ex1/server/c++/Ex1_Ex1_System_Impl.cc
1.1 05/07/30 22:14:31 barrysmith@barry-smiths-computer.local +140 -0

src/tops/examples/c++/ex1/server/c++/TOPS_Vector_Impl.cc
1.0 05/07/30 22:14:31 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/examples/c++/ex1/server/c++/TOPS_Vector_Impl.cc

src/tops/examples/c++/ex1/server/c++/TOPS_State_Impl.cc
1.0 05/07/30 22:14:31 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/examples/c++/ex1/server/c++/TOPS_State_Impl.cc

src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Structured_Impl.cc
1.0 05/07/30 22:14:31 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Structured_Impl.cc

src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Sliced_Impl.cc
1.0 05/07/30 22:14:31 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/examples/c++/ex1/server/c++/TOPS_Solver_Sliced_Impl.cc

src/tops/examples/c++/ex1/server/c++/TOPS_Matrix_Impl.cc
1.0 05/07/30 22:14:31 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/examples/c++/ex1/server/c++/TOPS_Matrix_Impl.cc

src/tops/examples/c++/ex1/server/c++/Ex1_Ex1_System_Impl.cc
1.0 05/07/30 22:14:31 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/examples/c++/ex1/server/c++/Ex1_Ex1_System_Impl.cc

src/tops/server/c++/TOPS_Vector_Impl.hh
1.1 05/07/30 20:02:43 barrysmith@barry-smiths-computer.local +133 -0

src/tops/server/c++/TOPS_Vector_Impl.cc
1.1 05/07/30 20:02:43 barrysmith@barry-smiths-computer.local +124 -0

src/tops/server/c++/TOPS_Solver_Structured_Impl.hh
1.1 05/07/30 20:02:43 barrysmith@barry-smiths-computer.local +245 -0

src/tops/server/c++/TOPS_Solver_Structured_Impl.cc
1.1 05/07/30 20:02:43 barrysmith@barry-smiths-computer.local +256 -0

src/tops/server/c++/TOPS_Solver_Sliced_Impl.hh
1.1 05/07/30 20:02:43 barrysmith@barry-smiths-computer.local +251 -0

src/tops/server/c++/TOPS_Solver_Sliced_Impl.cc
1.1 05/07/30 20:02:43 barrysmith@barry-smiths-computer.local +258 -0

src/tops/server/c++/TOPS_Matrix_Impl.hh
1.1 05/07/30 20:02:43 barrysmith@barry-smiths-computer.local +113 -0

src/tops/server/c++/TOPS_Vector_Impl.hh
1.0 05/07/30 20:02:43 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/server/c++/TOPS_Vector_Impl.hh

src/tops/server/c++/TOPS_Vector_Impl.cc
1.0 05/07/30 20:02:43 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/server/c++/TOPS_Vector_Impl.cc

src/tops/server/c++/TOPS_Solver_Structured_Impl.hh
1.0 05/07/30 20:02:43 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/server/c++/TOPS_Solver_Structured_Impl.hh

src/tops/server/c++/TOPS_Solver_Structured_Impl.cc
1.0 05/07/30 20:02:43 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/server/c++/TOPS_Solver_Structured_Impl.cc

src/tops/server/c++/TOPS_Solver_Sliced_Impl.hh
1.0 05/07/30 20:02:43 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/server/c++/TOPS_Solver_Sliced_Impl.hh

src/tops/server/c++/TOPS_Solver_Sliced_Impl.cc
1.0 05/07/30 20:02:43 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/server/c++/TOPS_Solver_Sliced_Impl.cc

src/tops/server/c++/TOPS_Matrix_Impl.hh
1.0 05/07/30 20:02:43 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/server/c++/TOPS_Matrix_Impl.hh

src/tops/server/c++/TOPS_Matrix_Impl.cc
1.1 05/07/30 20:02:43 barrysmith@barry-smiths-computer.local +73 -0

src/tops/server/c++/TOPS_Matrix_Impl.cc
1.0 05/07/30 20:02:42 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/server/c++/TOPS_Matrix_Impl.cc


Hg-commit: d0165d8c090f9bbcab64c8ca47aed52f871acdd3

show more ...

9a582fef29-Jul-2005 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.3431
knepley@khan.(none)|ChangeSet|20050729181627|62858
ChangeSet
1.3431 05/07/29 13:16:27 knepley@khan.(none) +2 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into khan.(none)

bk-changeset-1.3431
knepley@khan.(none)|ChangeSet|20050729181627|62858
ChangeSet
1.3431 05/07/29 13:16:27 knepley@khan.(none) +2 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into khan.(none):/home/knepley/PETSc-dev/petsc-dev

src/snes/interface/snes.c
1.85 05/07/29 13:16:25 knepley@khan.(none) +0 -0
Auto merged

bmake/common/rules.shared.basic
1.25 05/07/29 13:16:25 knepley@khan.(none) +0 -0
Auto merged


Hg-commit: 1569326d5454b22b7e364a3026fc81b9db9fcefc

show more ...

956f384429-Jul-2005 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.3423.1.2
knepley@khan.(none)|ChangeSet|20050729181207|43007
ChangeSet
1.3423.1.2 05/07/29 13:12:07 knepley@khan.(none) +1 -0
SNES fix

src/snes/interface/snes.c
1.83.1.1 05/0

bk-changeset-1.3423.1.2
knepley@khan.(none)|ChangeSet|20050729181207|43007
ChangeSet
1.3423.1.2 05/07/29 13:12:07 knepley@khan.(none) +1 -0
SNES fix

src/snes/interface/snes.c
1.83.1.1 05/07/29 13:12:06 knepley@khan.(none) +0 -6
These should not have been checked in


Hg-commit: 10803796b07e39c669038ad9a950f3ae13abc7ed

show more ...


/petsc/bin/TOPSInstaller.py
/petsc/bin/matlab/closeport.m
/petsc/bin/matlab/launch.m
/petsc/bin/matlab/openport.m
/petsc/bin/matlab/receive.m
/petsc/bmake/common/rules
/petsc/bmake/common/rules.shared.basic
/petsc/config/bgl-gnu-opt.py
/petsc/config/bgl-ibm-opt.py
/petsc/config/configure.py
/petsc/include/petscmat.h
/petsc/include/petscsnes.h
/petsc/include/petscversion.h
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/package.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/Jostle.py
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/MUMPS.py
/petsc/python/PETSc/packages/Matlab.py
/petsc/python/PETSc/packages/ParMetis.py
/petsc/python/PETSc/packages/Prometheus.py
/petsc/python/PETSc/packages/SCALAPACK.py
/petsc/python/PETSc/packages/Scotch.py
/petsc/python/PETSc/packages/SuperLU.py
/petsc/python/PETSc/packages/SuperLU_DIST.py
/petsc/python/PETSc/packages/blacs.py
/petsc/python/PETSc/packages/c2html.py
/petsc/python/PETSc/packages/lgrind.py
/petsc/python/PETSc/packages/sowing.py
/petsc/python/PETSc/packages/spooles.py
/petsc/python/PETSc/petsc.py
/petsc/python/PETSc/utilities/Etags.py
/petsc/python/PETSc/utilities/FPTrap.py
/petsc/python/PETSc/utilities/arch.py
/petsc/python/PETSc/utilities/dataFilesPath.py
/petsc/python/PETSc/utilities/languages.py
/petsc/python/PETSc/utilities/libraryOptions.py
/petsc/python/PETSc/utilities/petscdir.py
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/developers/index.html
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/publications/index.html
/petsc/src/fortran/kernels/bgl/bgl_align.c
/petsc/src/fortran/kernels/bgl/fcopy_bgl.F
/petsc/src/fortran/kernels/bgl/fmaxpy_bgl.F
/petsc/src/fortran/kernels/bgl/fmdot_bgl.F
/petsc/src/fortran/kernels/bgl/fnorm_bgl.F
/petsc/src/fortran/kernels/bgl/fsolvebaij_bgl.F
/petsc/src/fortran/kernels/bgl/fwaxpy_bgl.F
/petsc/src/fortran/kernels/bgl/makefile
/petsc/src/fortran/kernels/bgl/sgemv_bgl.F
/petsc/src/fortran/kernels/makefile
/petsc/src/inline/axpy.h
/petsc/src/inline/dot.h
/petsc/src/inline/ilu.h
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/impls/gmres/fgmres/fgmres.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/sor/sor.c
/petsc/src/mat/examples/tutorials/ex7.py
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/dense/seq/dense.h
/petsc/src/mat/impls/is/matis.c
/petsc/src/mat/interface/ftn-custom/zmatrixf.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/utils/gcreate.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex30.c
/petsc/src/snes/examples/tutorials/ex4.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/ls/ls.c
snes.c
/petsc/src/sys/fileio/sysio.c
/petsc/src/sys/memory/mtr.c
/petsc/src/sys/objects/tagm.c
/petsc/src/sys/utils/str.c
/petsc/src/sys/viewer/impls/binary/binv.c
/petsc/src/sys/viewer/impls/socket/matlab/closeport.c
/petsc/src/sys/viewer/impls/socket/matlab/makefile
/petsc/src/sys/viewer/impls/socket/matlab/readinvecs.c
/petsc/src/sys/viewer/impls/socket/matlab/receivedense.c
/petsc/src/sys/viewer/impls/socket/matlab/receivesparse.c
/petsc/src/sys/viewer/interface/viewa.c
4221952129-Jul-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3420.2.1
barrysmith@barry-smiths-computer.local|ChangeSet|20050729122553|02657
ChangeSet
1.3420.2.1 05/07/29 07:25:53 barrysmith@barry-smiths-computer.local +13 -0
various build fi

bk-changeset-1.3420.2.1
barrysmith@barry-smiths-computer.local|ChangeSet|20050729122553|02657
ChangeSet
1.3420.2.1 05/07/29 07:25:53 barrysmith@barry-smiths-computer.local +13 -0
various build fixes, introduced C_CC

src/tops/server/c++/TOPS_State_Impl.cc
1.2 05/07/29 07:25:48 barrysmith@barry-smiths-computer.local +17 -3
implementation of TOPS.State

src/sys/viewer/impls/socket/matlab/makefile
1.15 05/07/29 07:25:48 barrysmith@barry-smiths-computer.local +4 -6
MATLAB_CC no longer needed since now always have C_CC

src/docs/tex/petscapp.bib
1.177 05/07/29 07:25:48 barrysmith@barry-smiths-computer.local +1 -1
fixed name of book

python/PETSc/packages/Matlab.py
1.56 05/07/29 07:25:48 barrysmith@barry-smiths-computer.local +0 -1
MATLAB_CC no longer needed since now we always have a C_CC

python/PETSc/Configure.py
1.341.1.1 05/07/29 07:25:48 barrysmith@barry-smiths-computer.local +6 -0
always save info on C compiler, even when using C++ as main compiler

bmake/common/rules
1.169 05/07/29 07:25:48 barrysmith@barry-smiths-computer.local +2 -2
Bad test code slipped into bk

src/mat/impls/rowbs/mpi/mpirowbs.h
1.13 05/07/25 14:45:30 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
MatType is already const

src/mat/impls/rowbs/mpi/mpirowbs.c
1.73 05/07/25 14:45:17 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
MatType is already const

src/snes/interface/snes.c
1.84 05/07/25 14:41:56 barrysmith@barrysmith-57.mcs.anl.gov +3 -0
avoid snessetsolution routine

src/fortran/fsrc/somefort.F
1.7 05/07/25 14:39:05 barrysmith@barrysmith-57.mcs.anl.gov +3 -1
moved comments so as to not upset gfortran compiler bugs

src/tops/server/c++/TOPS_State_Impl.hh
1.1 05/07/23 22:31:08 barrysmith@barry-smiths-computer.local +109 -0

src/tops/server/c++/TOPS_State_Impl.cc
1.1 05/07/23 22:31:08 barrysmith@barry-smiths-computer.local +72 -0

src/tops/server/c++/TOPS_State_Impl.hh
1.0 05/07/23 22:31:08 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/server/c++/TOPS_State_Impl.hh

src/tops/server/c++/TOPS_State_Impl.cc
1.0 05/07/23 22:31:08 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/server/c++/TOPS_State_Impl.cc

BitKeeper/deleted/.del-TOPS_State_Impl.hh~f711bdcd99a4e37
1.2 05/07/23 22:30:29 barrysmith@barry-smiths-computer.local +0 -0
Delete: src/tops/server/c++/petsc/TOPS_State_Impl.hh

BitKeeper/deleted/.del-TOPS_State_Impl.cc~36087b35fe79ebcb
1.2 05/07/23 22:30:28 barrysmith@barry-smiths-computer.local +0 -0
Delete: src/tops/server/c++/petsc/TOPS_State_Impl.cc

src/tops/server/c++/petsc/TOPS_State_Impl.hh
1.1 05/07/23 20:49:47 barrysmith@barry-smiths-computer.local +109 -0

src/tops/server/c++/petsc/TOPS_State_Impl.cc
1.1 05/07/23 20:49:47 barrysmith@barry-smiths-computer.local +72 -0

src/tops/server/c++/petsc/TOPS_State_Impl.hh
1.0 05/07/23 20:49:47 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/server/c++/petsc/TOPS_State_Impl.hh

src/tops/server/c++/petsc/TOPS_State_Impl.cc
1.0 05/07/23 20:49:47 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/tops/server/c++/petsc/TOPS_State_Impl.cc


Hg-commit: 8f96bf43abc3106e2af23c9c330d9fb83104b51e

show more ...


/petsc/bin/TOPSInstaller.py
/petsc/bin/matlab/closeport.m
/petsc/bin/matlab/launch.m
/petsc/bin/matlab/openport.m
/petsc/bin/matlab/receive.m
/petsc/bmake/common/rules
/petsc/bmake/common/rules.shared.basic
/petsc/config/bgl-gnu-opt.py
/petsc/config/bgl-ibm-opt.py
/petsc/config/configure.py
/petsc/include/petscmat.h
/petsc/include/petscversion.h
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/package.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/Jostle.py
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/MUMPS.py
/petsc/python/PETSc/packages/Matlab.py
/petsc/python/PETSc/packages/ParMetis.py
/petsc/python/PETSc/packages/Prometheus.py
/petsc/python/PETSc/packages/SCALAPACK.py
/petsc/python/PETSc/packages/Scotch.py
/petsc/python/PETSc/packages/SuperLU.py
/petsc/python/PETSc/packages/SuperLU_DIST.py
/petsc/python/PETSc/packages/blacs.py
/petsc/python/PETSc/packages/c2html.py
/petsc/python/PETSc/packages/lgrind.py
/petsc/python/PETSc/packages/sowing.py
/petsc/python/PETSc/packages/spooles.py
/petsc/python/PETSc/utilities/Etags.py
/petsc/python/PETSc/utilities/FPTrap.py
/petsc/python/PETSc/utilities/arch.py
/petsc/python/PETSc/utilities/dataFilesPath.py
/petsc/python/PETSc/utilities/languages.py
/petsc/python/PETSc/utilities/libraryOptions.py
/petsc/python/PETSc/utilities/petscdir.py
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/developers/index.html
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/publications/index.html
/petsc/src/fortran/fsrc/somefort.F
/petsc/src/fortran/kernels/bgl/bgl_align.c
/petsc/src/fortran/kernels/bgl/fcopy_bgl.F
/petsc/src/fortran/kernels/bgl/fmaxpy_bgl.F
/petsc/src/fortran/kernels/bgl/fmdot_bgl.F
/petsc/src/fortran/kernels/bgl/fnorm_bgl.F
/petsc/src/fortran/kernels/bgl/fsolvebaij_bgl.F
/petsc/src/fortran/kernels/bgl/fwaxpy_bgl.F
/petsc/src/fortran/kernels/bgl/makefile
/petsc/src/fortran/kernels/bgl/sgemv_bgl.F
/petsc/src/fortran/kernels/makefile
/petsc/src/inline/axpy.h
/petsc/src/inline/dot.h
/petsc/src/inline/ilu.h
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/impls/gmres/fgmres/fgmres.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/sor/sor.c
/petsc/src/mat/examples/tutorials/ex7.py
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/dense/seq/dense.h
/petsc/src/mat/impls/is/matis.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.h
/petsc/src/mat/interface/ftn-custom/zmatrixf.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/utils/gcreate.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex30.c
/petsc/src/snes/examples/tutorials/ex4.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/ls/ls.c
snes.c
/petsc/src/sys/fileio/sysio.c
/petsc/src/sys/memory/mtr.c
/petsc/src/sys/objects/tagm.c
/petsc/src/sys/utils/str.c
/petsc/src/sys/viewer/impls/binary/binv.c
/petsc/src/sys/viewer/impls/socket/matlab/closeport.c
/petsc/src/sys/viewer/impls/socket/matlab/makefile
/petsc/src/sys/viewer/impls/socket/matlab/readinvecs.c
/petsc/src/sys/viewer/impls/socket/matlab/receivedense.c
/petsc/src/sys/viewer/impls/socket/matlab/receivesparse.c
/petsc/src/sys/viewer/interface/viewa.c
/petsc/src/tops/server/c++/TOPS_State_Impl.cc
/petsc/src/tops/server/c++/TOPS_State_Impl.hh
273b700b06-Jul-2005 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.3358.1.1
knepley@khan.mcs.anl.gov|ChangeSet|20050706194055|35421
ChangeSet
1.3358.1.1 05/07/06 14:40:55 knepley@khan.mcs.anl.gov +5 -0
SNES fixes

todo
1.140 05/07/06 14:40:5

bk-changeset-1.3358.1.1
knepley@khan.mcs.anl.gov|ChangeSet|20050706194055|35421
ChangeSet
1.3358.1.1 05/07/06 14:40:55 knepley@khan.mcs.anl.gov +5 -0
SNES fixes

todo
1.140 05/07/06 14:40:53 knepley@khan.mcs.anl.gov +2 -0
More todo

src/snes/interface/snesregi.c
1.10 05/07/06 14:40:53 knepley@khan.mcs.anl.gov +2 -2
Fix convergence reason names

src/snes/interface/snes.c
1.83 05/07/06 14:40:53 knepley@khan.mcs.anl.gov +6 -0
Zero out residual and Jacobian at each iteration

src/snes/examples/tutorials/ex4.c
1.2 05/07/06 14:40:53 knepley@khan.mcs.anl.gov +59 -27
Added alpha to turn off linear part
Better documentation
Print the convergence reason

bmake/common/rules
1.165.1.1 05/07/06 14:40:52 knepley@khan.mcs.anl.gov +1 -1
Fix spelling


Hg-commit: 34c3cbff107eb42bca8e29eb71cc9c1330c3119b

show more ...


/petsc/bmake/adicmfb.init
/petsc/bmake/common/rules
/petsc/include/adic/ad_grad_macro_axpys.h
/petsc/include/petscda.h
/petsc/include/petscdmmg.h
/petsc/include/petscmat.h
/petsc/include/petscsys.h
/petsc/include/petscversion.h
/petsc/include/petscviewer.h
/petsc/maint/checkloc.py
/petsc/make.py
/petsc/makefile
/petsc/python/PETSc/package.py
/petsc/python/PETSc/packages/BlockSolve.py
/petsc/python/PETSc/packages/MPE.py
/petsc/python/PETSc/packages/MUMPS.py
/petsc/python/PETSc/packages/ParMetis.py
/petsc/python/PETSc/packages/SCALAPACK.py
/petsc/python/PETSc/packages/blacs.py
/petsc/python/makefile
/petsc/python/sidl/snes.sidl
/petsc/src/dm/da/daimpl.h
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/dalocal.c
/petsc/src/dm/da/src/ftn-custom/makefile
/petsc/src/docs/strategy.tex
/petsc/src/docs/website/documentation/faq.html
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/publications/index.html
/petsc/src/docs/website/publications/prizes.html
/petsc/src/ksp/ksp/impls/gmres/borthog2.c
/petsc/src/ksp/ksp/impls/gmres/fgmres/fgmres.c
/petsc/src/ksp/ksp/impls/gmres/fgmres/fgmresp.h
/petsc/src/ksp/ksp/impls/gmres/gmreig.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/gmresp.h
/petsc/src/ksp/ksp/impls/gmres/lgmres/lgmres.c
/petsc/src/ksp/ksp/impls/gmres/lgmres/lgmresp.h
/petsc/src/ksp/ksp/impls/lsqr/lsqr.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/kspimpl.h
/petsc/src/ksp/pc/impls/hypre/ftn-custom/zhyppilutf.c
/petsc/src/ksp/pc/impls/ksp/pcksp.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/mat/examples/tests/ex17.c
/petsc/src/mat/examples/tests/ex7.c
/petsc/src/mat/examples/tests/ex78.c
/petsc/src/mat/examples/tutorials/ex1.py
/petsc/src/mat/examples/tutorials/ex2.c
/petsc/src/mat/examples/tutorials/ex2.py
/petsc/src/mat/impls/adic/nladic.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/partition/impls/party/ftn-custom/makefile
/petsc/src/snes/examples/tutorials/ex1.py
/petsc/src/snes/examples/tutorials/ex19.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex4.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/ftn-custom/zdmmg.c
snes.c
snesregi.c
/petsc/src/snes/utils/adutils/damgsnesad.c
/petsc/src/snes/utils/adutils/makefile
/petsc/src/snes/utils/damgsnes.c
/petsc/src/snes/utils/ftn-custom/makefile
/petsc/src/snes/utils/ftn-custom/zdamgf.c
/petsc/src/sys/bag/bag.c
/petsc/src/sys/draw/impls/x/ftn-custom/makefile
/petsc/src/sys/draw/impls/x/ftn-custom/zdrawopenxf.c
/petsc/src/sys/draw/interface/ftn-custom/makefile
/petsc/src/sys/draw/interface/ftn-custom/zdrawf.c
/petsc/src/sys/draw/interface/ftn-custom/zdrawregf.c
/petsc/src/sys/draw/interface/ftn-custom/zdtextf.c
/petsc/src/sys/draw/interface/ftn-custom/zdtextvf.c
/petsc/src/sys/draw/utils/ftn-custom/makefile
/petsc/src/sys/draw/utils/ftn-custom/zaxisf.c
/petsc/src/sys/draw/utils/ftn-custom/zzoomf.c
/petsc/src/sys/error/ftn-custom/makefile
/petsc/src/sys/error/ftn-custom/zerrf.c
/petsc/src/sys/error/signal.c
/petsc/src/sys/fileio/ftn-custom/makefile
/petsc/src/sys/fileio/ftn-custom/zghomef.c
/petsc/src/sys/fileio/ftn-custom/zmpiuopenf.c
/petsc/src/sys/fileio/ftn-custom/zmprintf.c
/petsc/src/sys/fileio/ftn-custom/zsysiof.c
/petsc/src/sys/ftn-custom/makefile
/petsc/src/sys/ftn-custom/zplog.c
/petsc/src/sys/ftn-custom/zsys.c
/petsc/src/sys/ftn-custom/zutils.c
/petsc/src/sys/matlabengine/ftn-custom/makefile
/petsc/src/sys/matlabengine/ftn-custom/zmatlabf.c
/petsc/src/sys/memory/ftn-custom/makefile
/petsc/src/sys/memory/ftn-custom/zmtrf.c
/petsc/src/sys/objects/ftn-custom/makefile
/petsc/src/sys/objects/ftn-custom/zgcommf.c
/petsc/src/sys/objects/ftn-custom/zoptionsf.c
/petsc/src/sys/objects/ftn-custom/zpgnamef.c
/petsc/src/sys/objects/ftn-custom/zpnamef.c
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/plog/ftn-custom/makefile
/petsc/src/sys/plog/ftn-custom/zplogf.c
/petsc/src/sys/utils/ftn-custom/makefile
/petsc/src/sys/utils/ftn-custom/zarchf.c
/petsc/src/sys/utils/ftn-custom/zstrf.c
/petsc/src/sys/utils/random.c
/petsc/src/sys/viewer/impls/ascii/ftn-custom/makefile
/petsc/src/sys/viewer/impls/ascii/ftn-custom/zfilevf.c
/petsc/src/sys/viewer/impls/ascii/ftn-custom/zvcreatef.c
/petsc/src/sys/viewer/impls/binary/binv.c
/petsc/src/sys/viewer/impls/binary/ftn-custom/makefile
/petsc/src/sys/viewer/impls/binary/ftn-custom/zbinvf.c
/petsc/src/sys/viewer/impls/draw/ftn-custom/makefile
/petsc/src/sys/viewer/impls/draw/ftn-custom/zdrawvf.c
/petsc/src/sys/viewer/impls/matlab/ftn-custom/makefile
/petsc/src/sys/viewer/impls/matlab/ftn-custom/zvmatlabf.c
/petsc/src/sys/viewer/impls/socket/ftn-custom/makefile
/petsc/src/sys/viewer/impls/socket/ftn-custom/zsenddensef.c
/petsc/src/sys/viewer/impls/socket/ftn-custom/zsendf.c
/petsc/src/sys/viewer/impls/string/ftn-custom/makefile
/petsc/src/sys/viewer/impls/string/ftn-custom/zstringvf.c
/petsc/src/sys/viewer/interface/ftn-custom/makefile
/petsc/src/sys/viewer/interface/ftn-custom/zviewaf.c
/petsc/src/ts/impls/implicit/sundials/sundials.c
/petsc/src/vec/vec/utils/vpscat.c
/petsc/todo
8e27ec2216-Jun-2005 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.3349.2.32
balay@asterix.mcs.anl.gov|ChangeSet|20050616150543|35875
ChangeSet
1.3349.2.32 05/06/16 10:05:43 balay@asterix.mcs.anl.gov +11 -0
splitup znes.c [ftn-custom]

src/snes/

bk-changeset-1.3349.2.32
balay@asterix.mcs.anl.gov|ChangeSet|20050616150543|35875
ChangeSet
1.3349.2.32 05/06/16 10:05:43 balay@asterix.mcs.anl.gov +11 -0
splitup znes.c [ftn-custom]

src/snes/utils/ftn-custom/zdamgsnesf.c
1.1 05/06/16 10:05:41 balay@asterix.mcs.anl.gov +47 -0

src/snes/utils/ftn-custom/makefile
1.1 05/06/16 10:05:41 balay@asterix.mcs.anl.gov +14 -0

src/snes/mf/ftn-custom/zsnesmfjf.c
1.1 05/06/16 10:05:41 balay@asterix.mcs.anl.gov +40 -0

src/snes/mf/ftn-custom/makefile
1.1 05/06/16 10:05:41 balay@asterix.mcs.anl.gov +14 -0

src/snes/interface/ftn-custom/zsnesf.c
1.1 05/06/16 10:05:41 balay@asterix.mcs.anl.gov +349 -0

src/snes/interface/ftn-custom/makefile
1.1 05/06/16 10:05:41 balay@asterix.mcs.anl.gov +14 -0

src/snes/utils/ftn-custom/zdamgsnesf.c
1.0 05/06/16 10:05:41 balay@asterix.mcs.anl.gov +0 -0
BitKeeper file /home/balay/bk-rep/petsc-dev/src/snes/utils/ftn-custom/zdamgsnesf.c

src/snes/utils/ftn-custom/makefile
1.0 05/06/16 10:05:41 balay@asterix.mcs.anl.gov +0 -0
BitKeeper file /home/balay/bk-rep/petsc-dev/src/snes/utils/ftn-custom/makefile

src/snes/mf/ftn-custom/zsnesmfjf.c
1.0 05/06/16 10:05:41 balay@asterix.mcs.anl.gov +0 -0
BitKeeper file /home/balay/bk-rep/petsc-dev/src/snes/mf/ftn-custom/zsnesmfjf.c

src/snes/mf/ftn-custom/makefile
1.0 05/06/16 10:05:41 balay@asterix.mcs.anl.gov +0 -0
BitKeeper file /home/balay/bk-rep/petsc-dev/src/snes/mf/ftn-custom/makefile

src/snes/interface/ftn-custom/zsnesf.c
1.0 05/06/16 10:05:41 balay@asterix.mcs.anl.gov +0 -0
BitKeeper file /home/balay/bk-rep/petsc-dev/src/snes/interface/ftn-custom/zsnesf.c

src/snes/interface/ftn-custom/makefile
1.0 05/06/16 10:05:41 balay@asterix.mcs.anl.gov +0 -0
BitKeeper file /home/balay/bk-rep/petsc-dev/src/snes/interface/ftn-custom/makefile

src/snes/impls/ls/ftn-custom/zlsparamsf.c
1.1 05/06/16 10:05:40 balay@asterix.mcs.anl.gov +20 -0

src/snes/impls/ls/ftn-custom/zlsf.c
1.1 05/06/16 10:05:40 balay@asterix.mcs.anl.gov +86 -0

src/snes/impls/ls/ftn-custom/makefile
1.1 05/06/16 10:05:40 balay@asterix.mcs.anl.gov +14 -0

src/snes/impls/ls/ftn-custom/zlsparamsf.c
1.0 05/06/16 10:05:40 balay@asterix.mcs.anl.gov +0 -0
BitKeeper file /home/balay/bk-rep/petsc-dev/src/snes/impls/ls/ftn-custom/zlsparamsf.c

src/snes/impls/ls/ftn-custom/zlsf.c
1.0 05/06/16 10:05:40 balay@asterix.mcs.anl.gov +0 -0
BitKeeper file /home/balay/bk-rep/petsc-dev/src/snes/impls/ls/ftn-custom/zlsf.c

src/snes/impls/ls/ftn-custom/makefile
1.0 05/06/16 10:05:40 balay@asterix.mcs.anl.gov +0 -0
BitKeeper file /home/balay/bk-rep/petsc-dev/src/snes/impls/ls/ftn-custom/makefile

src/snes/ftn-custom/makefile
1.5 05/06/16 10:05:40 balay@asterix.mcs.anl.gov +2 -2
splitup znes.c [ftn-custom]

BitKeeper/deleted/.del-zsnes.c~48f2489983070ac
1.38 05/06/16 10:03:27 balay@asterix.mcs.anl.gov +0 -495
Delete: src/snes/ftn-custom/zsnes.c


Hg-commit: c4d50b02ab4c260ce14a7560d7d83cd3fac88a90

show more ...


/petsc/bmake/adic.init
/petsc/bmake/adicmf.init
/petsc/config/bgl-gnu-opt.py
/petsc/config/bgl-ibm-opt.py
/petsc/config/macosx-gnu.py
/petsc/include/finclude/petscvec.h
/petsc/include/petsclog.h
/petsc/include/petscsnes.h
/petsc/include/petscversion.h
/petsc/maint/confignightly/seaborg
/petsc/projects/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/Prometheus.py
/petsc/python/PETSc/packages/SCALAPACK.py
/petsc/python/PETSc/packages/blacs.py
/petsc/python/PETSc/packages/hypre.py
/petsc/src/dm/ao/impls/basic/ftn-custom/makefile
/petsc/src/dm/ao/impls/basic/ftn-custom/zaobasicf.c
/petsc/src/dm/ao/interface/ftn-custom/makefile
/petsc/src/dm/ao/interface/ftn-custom/zaof.c
/petsc/src/dm/da/src/ftn-custom/makefile
/petsc/src/dm/da/src/ftn-custom/zda1f.c
/petsc/src/dm/da/src/ftn-custom/zda2f.c
/petsc/src/dm/da/src/ftn-custom/zda3f.c
/petsc/src/dm/da/src/ftn-custom/zdacornf.c
/petsc/src/dm/da/src/ftn-custom/zdagetscatterf.c
/petsc/src/dm/da/src/ftn-custom/zdaindexf.c
/petsc/src/dm/da/src/ftn-custom/zdainterpf.c
/petsc/src/dm/da/src/ftn-custom/zdaloadf.c
/petsc/src/dm/da/src/ftn-custom/zdaviewf.c
/petsc/src/dm/da/utils/ftn-custom/makefile
/petsc/src/dm/da/utils/ftn-custom/zfddaf.c
/petsc/src/dm/da/utils/ftn-custom/zsda2f.c
/petsc/src/dm/ftn-custom/makefile
/petsc/src/dm/ftn-custom/zda.c
/petsc/src/docs/tex/manual/part1.tex
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/ksp/ksp/impls/gmres/fgmres/ftn-custom/makefile
/petsc/src/ksp/ksp/impls/gmres/fgmres/ftn-custom/zmodpcff.c
/petsc/src/ksp/ksp/interface/ftn-custom/makefile
/petsc/src/ksp/ksp/interface/ftn-custom/zitclf.c
/petsc/src/ksp/ksp/interface/ftn-custom/zitcreatef.c
/petsc/src/ksp/ksp/interface/ftn-custom/zitfuncf.c
/petsc/src/ksp/ksp/interface/ftn-custom/zxonf.c
/petsc/src/ksp/makefile
/petsc/src/ksp/pc/impls/asm/ftn-custom/makefile
/petsc/src/ksp/pc/impls/asm/ftn-custom/zasmf.c
/petsc/src/ksp/pc/impls/bjacobi/ftn-custom/makefile
/petsc/src/ksp/pc/impls/bjacobi/ftn-custom/zbjacobif.c
/petsc/src/ksp/pc/impls/composite/ftn-custom/makefile
/petsc/src/ksp/pc/impls/composite/ftn-custom/zcompositef.c
/petsc/src/ksp/pc/impls/factor/ilu/ftn-custom/makefile
/petsc/src/ksp/pc/impls/factor/ilu/ftn-custom/ziluf.c
/petsc/src/ksp/pc/impls/factor/lu/ftn-custom/makefile
/petsc/src/ksp/pc/impls/factor/lu/ftn-custom/zluf.c
/petsc/src/ksp/pc/impls/hypre/ftn-custom/makefile
/petsc/src/ksp/pc/impls/hypre/ftn-custom/zhyppilutf.c
/petsc/src/ksp/pc/impls/hypre/hyppilut.c
/petsc/src/ksp/pc/impls/mg/ftn-custom/makefile
/petsc/src/ksp/pc/impls/mg/ftn-custom/zmgf.c
/petsc/src/ksp/pc/impls/mg/ftn-custom/zmgfuncf.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/shell/ftn-custom/makefile
/petsc/src/ksp/pc/impls/shell/ftn-custom/zshellpcf.c
/petsc/src/ksp/pc/interface/ftn-custom/makefile
/petsc/src/ksp/pc/interface/ftn-custom/zpcsetf.c
/petsc/src/ksp/pc/interface/ftn-custom/zpreconf.c
/petsc/src/mat/color/ftn-custom/makefile
/petsc/src/mat/color/ftn-custom/zcolorf.c
/petsc/src/mat/ftn-custom/zmat.c
/petsc/src/mat/impls/adic/matadic.c
/petsc/src/mat/impls/adic/nladic.c
/petsc/src/mat/impls/adj/mpi/ftn-custom/makefile
/petsc/src/mat/impls/adj/mpi/ftn-custom/zmpiadjf.c
/petsc/src/mat/impls/aij/mpi/ftn-custom/makefile
/petsc/src/mat/impls/aij/mpi/ftn-custom/zmpiaijf.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/ftn-custom/makefile
/petsc/src/mat/impls/aij/seq/ftn-custom/zaijf.c
/petsc/src/mat/impls/baij/mpi/ftn-custom/makefile
/petsc/src/mat/impls/baij/mpi/ftn-custom/zmpibaijf.c
/petsc/src/mat/impls/baij/seq/ftn-custom/makefile
/petsc/src/mat/impls/baij/seq/ftn-custom/zbaijf.c
/petsc/src/mat/impls/bdiag/mpi/ftn-custom/makefile
/petsc/src/mat/impls/bdiag/mpi/ftn-custom/zmpibdiagf.c
/petsc/src/mat/impls/bdiag/seq/ftn-custom/makefile
/petsc/src/mat/impls/bdiag/seq/ftn-custom/zbdiagf.c
/petsc/src/mat/impls/dense/mpi/ftn-custom/makefile
/petsc/src/mat/impls/dense/mpi/ftn-custom/zmpidensef.c
/petsc/src/mat/impls/dense/seq/ftn-custom/makefile
/petsc/src/mat/impls/dense/seq/ftn-custom/zdensef.c
/petsc/src/mat/impls/rowbs/mpi/ftn-custom/makefile
/petsc/src/mat/impls/rowbs/mpi/ftn-custom/zmpirowbsf.c
/petsc/src/mat/impls/sbaij/mpi/ftn-custom/makefile
/petsc/src/mat/impls/sbaij/mpi/ftn-custom/zmpisbaijf.c
/petsc/src/mat/impls/sbaij/seq/ftn-custom/makefile
/petsc/src/mat/impls/sbaij/seq/ftn-custom/zsbaijf.c
/petsc/src/mat/impls/shell/ftn-custom/makefile
/petsc/src/mat/impls/shell/ftn-custom/zshellf.c
/petsc/src/mat/interface/ftn-custom/makefile
/petsc/src/mat/interface/ftn-custom/zmatregf.c
/petsc/src/mat/interface/ftn-custom/zmatrixf.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/ftn-custom/makefile
/petsc/src/mat/matfd/ftn-custom/zfdmatrixf.c
/petsc/src/mat/order/ftn-custom/makefile
/petsc/src/mat/order/ftn-custom/zsorderf.c
/petsc/src/mat/partition/ftn-custom/makefile
/petsc/src/mat/partition/ftn-custom/zpartitionf.c
/petsc/src/mat/partition/impls/party/ftn-custom/makefile
/petsc/src/mat/partition/impls/party/ftn-custom/zpartyf.c
/petsc/src/mat/partition/impls/scotch/ftn-custom/makefile
/petsc/src/mat/partition/impls/scotch/ftn-custom/zscotchf.c
/petsc/src/mat/utils/ftn-custom/makefile
/petsc/src/mat/utils/ftn-custom/zmatiof.c
/petsc/src/snes/ftn-custom/makefile
/petsc/src/snes/impls/ls/ftn-custom/makefile
/petsc/src/snes/impls/ls/ftn-custom/zlsf.c
/petsc/src/snes/impls/ls/ftn-custom/zlsparamsf.c
ftn-custom/makefile
ftn-custom/zsnesf.c
/petsc/src/snes/mf/ftn-custom/makefile
/petsc/src/snes/mf/ftn-custom/zsnesmfjf.c
/petsc/src/snes/utils/adutils/damgsnesad.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/snes/utils/ftn-custom/makefile
/petsc/src/snes/utils/ftn-custom/zdamgsnesf.c
/petsc/src/sys/error/adebug.c
/petsc/src/sys/error/err.c
/petsc/src/sys/error/fp.c
/petsc/src/sys/error/signal.c
/petsc/src/sys/fileio/mpiuopen.c
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/fileio/sysio.c
/petsc/src/sys/ftn-custom/zoptions.c
/petsc/src/sys/ftn-custom/zsys.c
/petsc/src/sys/ftn-custom/zviewer.c
/petsc/src/sys/matlabengine/matlab.c
/petsc/src/sys/memory/mem.c
/petsc/src/sys/objects/destroy.c
/petsc/src/sys/objects/tagm.c
/petsc/src/sys/time/cputime.c
/petsc/src/sys/utils/memc.c
/petsc/src/sys/utils/mpiu.c
/petsc/src/sys/utils/pbarrier.c
/petsc/src/sys/utils/psplit.c
/petsc/src/sys/utils/random.c
/petsc/src/sys/viewer/impls/ascii/filev.c
/petsc/src/sys/viewer/interface/view.c
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/ts/impls/implicit/sundials/ftn-custom/makefile
/petsc/src/ts/impls/implicit/sundials/ftn-custom/zsundialsf.c
/petsc/src/ts/interface/ftn-custom/makefile
/petsc/src/ts/interface/ftn-custom/ztscreatef.c
/petsc/src/ts/interface/ftn-custom/ztsf.c
/petsc/src/ts/interface/ftn-custom/ztsregf.c
/petsc/src/vec/vec/interface/ftn-custom/zvectorf.c
79f3646010-Jun-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3349.9.1
barrysmith@barry-smiths-computer.local|ChangeSet|20050610214511|01102
ChangeSet
1.3349.9.1 05/06/10 16:45:11 barrysmith@barry-smiths-computer.local +11 -0
unused one, zero

bk-changeset-1.3349.9.1
barrysmith@barry-smiths-computer.local|ChangeSet|20050610214511|01102
ChangeSet
1.3349.9.1 05/06/10 16:45:11 barrysmith@barry-smiths-computer.local +11 -0
unused one, zero variabls

src/snes/interface/snesj.c
1.13 05/06/10 16:45:07 barrysmith@barry-smiths-computer.local +22 -9
unused one, zero variabls

src/snes/interface/noise/snesmfj2.c
1.29 05/06/10 16:45:07 barrysmith@barry-smiths-computer.local +3 -4
unused one, zero variabls

src/snes/impls/tr/tr.c
1.32 05/06/10 16:45:07 barrysmith@barry-smiths-computer.local +2 -2
unused one, zero variabls

src/snes/impls/test/snestest.c
1.20 05/06/10 16:45:07 barrysmith@barry-smiths-computer.local +3 -4
unused one, zero variabls

src/snes/impls/ls/ls.c
1.60 05/06/10 16:45:07 barrysmith@barry-smiths-computer.local +11 -14
unused one, zero variabls

src/snes/examples/tutorials/makefile
1.52 05/06/10 16:45:07 barrysmith@barry-smiths-computer.local +1 -1
option now gone do do vecnorm caching

src/snes/examples/tutorials/ex24.c
1.25 05/06/10 16:45:07 barrysmith@barry-smiths-computer.local +0 -1
unused one, zero variabls

src/snes/examples/tutorials/ex23.c
1.10 05/06/10 16:45:07 barrysmith@barry-smiths-computer.local +0 -1
unused one, zero variabls

src/snes/examples/tutorials/ex22.c
1.13 05/06/10 16:45:07 barrysmith@barry-smiths-computer.local +2 -3
unused one, zero variabls

src/mat/examples/tests/ex15.c
1.16 05/06/10 16:45:07 barrysmith@barry-smiths-computer.local +3 -3
unused one, zero variabls

src/ksp/pc/examples/tests/ex3.c
1.12 05/06/10 16:45:06 barrysmith@barry-smiths-computer.local +1 -1
unused one, zero variabls


Hg-commit: b8d0a8894cd00b99858ea071b546bb3fc322b92b

show more ...

3388292110-Jun-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3349.2.6
barrysmith@barry-smiths-computer.local|ChangeSet|20050610023020|53283
ChangeSet
1.3349.2.6 05/06/09 21:30:20 barrysmith@barry-smiths-computer.local +7 -0
damn you whoever

bk-changeset-1.3349.2.6
barrysmith@barry-smiths-computer.local|ChangeSet|20050610023020|53283
ChangeSet
1.3349.2.6 05/06/09 21:30:20 barrysmith@barry-smiths-computer.local +7 -0
damn you whoever deleted/moved these functions!

src/snes/utils/damgsnes.c
1.67 05/06/09 21:30:17 barrysmith@barry-smiths-computer.local +223 -6
damn you whoever deleted/moved these functions!

src/ts/interface/tsfd.c
1.16 05/06/09 21:24:42 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

src/snes/mf/snesmfj.c
1.56 05/06/09 21:24:42 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

src/snes/interface/snes.c
1.82 05/06/09 21:24:41 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

src/mat/interface/matnull.c
1.26 05/06/09 21:24:41 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

src/mat/impls/aij/mpi/mpiaij.c
1.248 05/06/09 21:24:41 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

src/mat/impls/adic/matadic.c
1.35 05/06/09 21:24:40 barrysmith@barry-smiths-computer.local +0 -0
Auto merged


Hg-commit: fb9ca39a94c3b90dbd4145496d4e0a6b9611dcfb

show more ...


/petsc/include/makefile
/petsc/include/petscmat.h
/petsc/makefile
/petsc/python/PETSc/packages/ADIC.py
/petsc/src/dm/da/examples/tutorials/makefile
/petsc/src/docs/tex/petscapp.bib
/petsc/src/fortran/f90/tests/ex1.c
/petsc/src/fortran/f90/zf90da.c
/petsc/src/fortran/f90/zf90ksp.c
/petsc/src/fortran/f90/zf90mat.c
/petsc/src/fortran/f90/zf90snes.c
/petsc/src/fortran/f90/zf90vec.c
/petsc/src/ksp/ksp/examples/tutorials/ex13f90.F
/petsc/src/mat/impls/adic/matadic.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/normal/normm.c
/petsc/src/mat/interface/matnull.c
/petsc/src/snes/ftn-custom/zdmmg.c
/petsc/src/snes/ftn-custom/zsnes.c
/petsc/src/snes/impls/ls/lsparams.c
snes.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/utils/adutils/damgsnesad.c
/petsc/src/snes/utils/adutils/makefile
/petsc/src/snes/utils/makefile
/petsc/src/sys/bag/bag.c
/petsc/src/sys/draw/interface/draw.c
/petsc/src/sys/draw/utils/axis.c
/petsc/src/sys/draw/utils/lg.c
/petsc/src/sys/f90/f90_IRIX.h
/petsc/src/sys/f90/f90_absoft.h
/petsc/src/sys/f90/f90_alpha.h
/petsc/src/sys/f90/f90_common.c
/petsc/src/sys/f90/f90_cray_x1.h
/petsc/src/sys/f90/f90_g95.h
/petsc/src/sys/f90/f90_hpux.h
/petsc/src/sys/f90/f90_intel.h
/petsc/src/sys/f90/f90_intel8.h
/petsc/src/sys/f90/f90_nag.h
/petsc/src/sys/f90/f90_pgi.h
/petsc/src/sys/f90/f90_rs6000.h
/petsc/src/sys/f90/f90_solaris.h
/petsc/src/sys/f90/f90_solaris_old.h
/petsc/src/sys/f90/f90_t3e.h
/petsc/src/sys/f90/f90_win32.h
/petsc/src/sys/f90/f90impl.h
/petsc/src/sys/f90/makefile
/petsc/src/sys/ftn-custom/zdraw.c
/petsc/src/ts/ftn-custom/zts.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tsfd.c
016dedfb10-Jun-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3349.2.5
barrysmith@barry-smiths-computer.local|ChangeSet|20050610022418|54301
ChangeSet
1.3349.2.5 05/06/09 21:24:18 barrysmith@barry-smiths-computer.local +1 -0
snes.c:
ff

bk-changeset-1.3349.2.5
barrysmith@barry-smiths-computer.local|ChangeSet|20050610022418|54301
ChangeSet
1.3349.2.5 05/06/09 21:24:18 barrysmith@barry-smiths-computer.local +1 -0
snes.c:
ff

src/snes/interface/snes.c
1.80.1.1 05/06/09 21:23:50 barrysmith@barry-smiths-computer.local +1 -2
ff


Hg-commit: f52c9858c787e78d6c402974873b61e9b058bf6b

show more ...


/petsc/bmake/adic.init
/petsc/bmake/adicmf.init
/petsc/bmake/common/rules
/petsc/bmake/common/rules.shared.basic
/petsc/config/macosx-gnu.py
/petsc/include/finclude/petscda.h
/petsc/include/finclude/petscsnes.h
/petsc/include/makefile
/petsc/include/petsc.h
/petsc/include/petscbag.h
/petsc/include/petscda.h
/petsc/include/petscerror.h
/petsc/include/petscmat.h
/petsc/include/petscsnes.h
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/petsc/include/private/petscimpl.h
/petsc/include/private/vecimpl.h
/petsc/include/zpetsc.h
/petsc/maint/checkloc.py
/petsc/maint/generatefortranstubs.py
/petsc/makefile
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/sowing.py
/petsc/python/PETSc/packages/sundials.py
/petsc/python/PETSc/petsc.py
/petsc/python/PETSc/utilities/languages.py
/petsc/src/adic/src/petscadic.c
/petsc/src/apps/2/makefile
/petsc/src/benchmarks/PetscTime.c
/petsc/src/contrib/dvr/makefile
/petsc/src/contrib/fun3d/comp/makefile
/petsc/src/contrib/fun3d/incomp/makefile
/petsc/src/contrib/fun3d/makefile
/petsc/src/contrib/helmholtz_2/ex12.c
/petsc/src/contrib/helmholtz_2/makefile
/petsc/src/contrib/keyes/ex15.c
/petsc/src/contrib/keyes/makefile
/petsc/src/contrib/lahaye/samg.old/makefile
/petsc/src/contrib/mixedrealcomplex/makefile
/petsc/src/contrib/oberman/ns_q1q0_penalty/makefile
/petsc/src/contrib/oberman/ns_q1q1/makefile
/petsc/src/contrib/oberman/quasigeo_q1/makefile
/petsc/src/contrib/oberman/tns_q2q1/makefile
/petsc/src/contrib/pc/makefile
/petsc/src/contrib/sif/1d/makefile
/petsc/src/contrib/sif/2d/makefile
/petsc/src/contrib/src/burgers_df_based_q1/makefile
/petsc/src/contrib/src/burgers_vertex_based_q1/makefile
/petsc/src/contrib/src/ns_q1q0_penalty/makefile
/petsc/src/contrib/ysmp/ex1.c
/petsc/src/dm/da/examples/tests/ex20.c
/petsc/src/dm/da/examples/tests/ex7.c
/petsc/src/dm/da/examples/tutorials/ex6.c
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/dadestroy.c
/petsc/src/dm/da/src/dadist.c
/petsc/src/dm/da/src/daindex.c
/petsc/src/dm/da/src/dainterp.c
/petsc/src/dm/da/src/dalocal.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/dm/da/utils/fdda.c
/petsc/src/dm/da/utils/sda2.c
/petsc/src/dm/ftn-custom/zda.c
/petsc/src/dm/ftn-custom/zsda.c
/petsc/src/dm/makefile
/petsc/src/dm/usg/2d/constant_bilinear/makefile
/petsc/src/dm/usg/2d/makefile
/petsc/src/docs/tex/manual/makefile
/petsc/src/docs/website/documentation/installation.html
/petsc/src/inline/ilu.h
/petsc/src/ksp/ftn-custom/zksp.c
/petsc/src/ksp/ftn-custom/zpc.c
/petsc/src/ksp/ksp/examples/makefile
/petsc/src/ksp/ksp/examples/tests/ex1.c
/petsc/src/ksp/ksp/examples/tests/ex10.c
/petsc/src/ksp/ksp/examples/tests/ex12f.F
/petsc/src/ksp/ksp/examples/tests/ex14.c
/petsc/src/ksp/ksp/examples/tests/ex15.c
/petsc/src/ksp/ksp/examples/tests/ex16f.F
/petsc/src/ksp/ksp/examples/tests/ex17.c
/petsc/src/ksp/ksp/examples/tests/ex18.c
/petsc/src/ksp/ksp/examples/tests/ex19.c
/petsc/src/ksp/ksp/examples/tests/ex20.c
/petsc/src/ksp/ksp/examples/tests/ex24.c
/petsc/src/ksp/ksp/examples/tests/ex25.c
/petsc/src/ksp/ksp/examples/tests/ex26.c
/petsc/src/ksp/ksp/examples/tests/ex3.c
/petsc/src/ksp/ksp/examples/tests/ex4.c
/petsc/src/ksp/ksp/examples/tests/ex5f.F
/petsc/src/ksp/ksp/examples/tests/ex6.c
/petsc/src/ksp/ksp/examples/tests/ex7.c
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tests/output/ex10_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex12f_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex16_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex16f_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex17_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex19_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex19_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex20_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex24_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex24_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex24_3.out
/petsc/src/ksp/ksp/examples/tests/output/ex24_4.out
/petsc/src/ksp/ksp/examples/tests/output/ex25_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex25_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex26_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex26_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex2_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex3_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex3_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex4_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex4_3.out
/petsc/src/ksp/ksp/examples/tests/output/ex4_5.out
/petsc/src/ksp/ksp/examples/tests/output/ex5f_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex6_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex6_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex6_3.out
/petsc/src/ksp/ksp/examples/tests/output/ex6_4.out
/petsc/src/ksp/ksp/examples/tests/output/ex6_6.out
/petsc/src/ksp/ksp/examples/tests/output/ex6_7.out
/petsc/src/ksp/ksp/examples/tests/scripts/ex10.asm
/petsc/src/ksp/ksp/examples/tests/scripts/ex10.script
/petsc/src/ksp/ksp/examples/tests/scripts/ex10_asm_matbaij
/petsc/src/ksp/ksp/examples/tests/scripts/ex10_asm_mpibaij
/petsc/src/ksp/ksp/examples/tests/scripts/ex10_bjacobi_mpibaij
/petsc/src/ksp/ksp/examples/tests/scripts/ex10_blu
/petsc/src/ksp/ksp/examples/tests/scripts/ex10_lu
/petsc/src/ksp/ksp/examples/tests/scripts/ex10_lu_blocks
/petsc/src/ksp/ksp/examples/tests/scripts/ex10_seqbdiag
/petsc/src/ksp/ksp/examples/tutorials/ex1.c
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/examples/tutorials/ex11.c
/petsc/src/ksp/ksp/examples/tutorials/ex11f.F
/petsc/src/ksp/ksp/examples/tutorials/ex12.c
/petsc/src/ksp/ksp/examples/tutorials/ex13.c
/petsc/src/ksp/ksp/examples/tutorials/ex13f90.F
/petsc/src/ksp/ksp/examples/tutorials/ex14f.F
/petsc/src/ksp/ksp/examples/tutorials/ex15.c
/petsc/src/ksp/ksp/examples/tutorials/ex15f.F
/petsc/src/ksp/ksp/examples/tutorials/ex16.c
/petsc/src/ksp/ksp/examples/tutorials/ex1f.F
/petsc/src/ksp/ksp/examples/tutorials/ex2.c
/petsc/src/ksp/ksp/examples/tutorials/ex20options
/petsc/src/ksp/ksp/examples/tutorials/ex21f.F
/petsc/src/ksp/ksp/examples/tutorials/ex22.c
/petsc/src/ksp/ksp/examples/tutorials/ex22f.F
/petsc/src/ksp/ksp/examples/tutorials/ex23.c
/petsc/src/ksp/ksp/examples/tutorials/ex25.c
/petsc/src/ksp/ksp/examples/tutorials/ex27.c
/petsc/src/ksp/ksp/examples/tutorials/ex28.c
/petsc/src/ksp/ksp/examples/tutorials/ex29.c
/petsc/src/ksp/ksp/examples/tutorials/ex2f.F
/petsc/src/ksp/ksp/examples/tutorials/ex3.c
/petsc/src/ksp/ksp/examples/tutorials/ex30.c
/petsc/src/ksp/ksp/examples/tutorials/ex31.c
/petsc/src/ksp/ksp/examples/tutorials/ex32.c
/petsc/src/ksp/ksp/examples/tutorials/ex4.c
/petsc/src/ksp/ksp/examples/tutorials/ex5.c
/petsc/src/ksp/ksp/examples/tutorials/ex6f.F
/petsc/src/ksp/ksp/examples/tutorials/ex7.c
/petsc/src/ksp/ksp/examples/tutorials/ex8.c
/petsc/src/ksp/ksp/examples/tutorials/ex9.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_10.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_11.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_12.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_13.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_15.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_16.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_17.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_18.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_20shiftnz.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_20shiftpd.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_21shiftnz.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_21shiftpd.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_3.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_4.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_5.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_6.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_7.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_8.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_9.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex11_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex11f_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex12_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex12_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex12_3.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex13_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex13f90_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex14_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex14_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex15_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex15f_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex16_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex18_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex1_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex1_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex1_3.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex1f_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex20_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex20_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex21f_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex22_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex23_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex23_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex25_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex26_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex29_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex29_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex2_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex2_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex2_3.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex2_4.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex2_5.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex2_6.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex2f_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex30_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex32_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex4_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex5_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex5_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex5_3.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex5_4.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex5_5.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex6f_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex7_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex9_1.out
/petsc/src/ksp/ksp/impls/bcgs/bcgs.c
/petsc/src/ksp/ksp/impls/bcgsl/bcgsl.c
/petsc/src/ksp/ksp/impls/bicg/bicg.c
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cg/cgne/cgne.c
/petsc/src/ksp/ksp/impls/cgs/cgs.c
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/impls/cr/cr.c
/petsc/src/ksp/ksp/impls/gmres/borthog.c
/petsc/src/ksp/ksp/impls/gmres/fgmres/fgmres.c
/petsc/src/ksp/ksp/impls/gmres/fgmres/modpcf.c
/petsc/src/ksp/ksp/impls/gmres/gmreig.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/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/symmlq/symmlq.c
/petsc/src/ksp/ksp/impls/tcqmr/tcqmr.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/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/ksp/interface/xmon.c
/petsc/src/ksp/ksp/makefile
/petsc/src/ksp/makefile
/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/impls/asm/asm.c
/petsc/src/ksp/pc/impls/composite/composite.c
/petsc/src/ksp/pc/impls/factor/cholesky/cholesky.c
/petsc/src/ksp/pc/impls/factor/icc/icc.c
/petsc/src/ksp/pc/impls/factor/ilu/ilu.c
/petsc/src/ksp/pc/impls/factor/lu/lu.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/hypre/hyppilut.c
/petsc/src/ksp/pc/impls/is/feti/examples/makefile
/petsc/src/ksp/pc/impls/is/feti/makefile
/petsc/src/ksp/pc/impls/is/nn/nn.c
/petsc/src/ksp/pc/impls/is/pcis.c
/petsc/src/ksp/pc/impls/mg/fmg.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/mg/mgfunc.c
/petsc/src/ksp/pc/impls/mg/smg.c
/petsc/src/ksp/pc/impls/ml/ml.c
/petsc/src/ksp/pc/impls/shell/shellpc.c
/petsc/src/ksp/pc/impls/spai/makefile
/petsc/src/ksp/pc/interface/pcset.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/examples/tests/ex1.c
/petsc/src/mat/examples/tests/ex101.c
/petsc/src/mat/examples/tests/ex15.c
/petsc/src/mat/examples/tests/ex17.c
/petsc/src/mat/examples/tests/ex3.c
/petsc/src/mat/examples/tests/ex48.c
/petsc/src/mat/examples/tests/ex53.c
/petsc/src/mat/examples/tests/ex62.c
/petsc/src/mat/examples/tests/ex7.c
/petsc/src/mat/examples/tests/ex76.c
/petsc/src/mat/examples/tests/ex78.c
/petsc/src/mat/examples/tutorials/ex2.c
/petsc/src/mat/ftn-custom/zmat.c
/petsc/src/mat/impls/adic/matadic.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/impls/shell/shellcnv.c
/petsc/src/mat/interface/matnull.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/makefile
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/order/sorder.c
/petsc/src/mat/partition/partition.c
/petsc/src/mat/utils/gcreate.c
snes.c
/petsc/src/snes/makefile
/petsc/src/snes/mf/mfregis.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/mf/snesmfjdef.c
/petsc/src/snes/mf/wp.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/adic/Gradient/ad_grad.c
/petsc/src/sys/adic/Gradient/ad_grad_daxpy.c
/petsc/src/sys/adic/Gradient/ad_utils.c
/petsc/src/sys/adic/Gradient/makefile
/petsc/src/sys/adic/adic/aclocal.m4
/petsc/src/sys/adic/adic/alloc.c
/petsc/src/sys/adic/adic/makefile
/petsc/src/sys/adic/adic/run-alloc.c
/petsc/src/sys/adic/adic/run-map.c
/petsc/src/sys/adic/adintrinsics/adintr_acos.c
/petsc/src/sys/adic/adintrinsics/adintr_acosh.c
/petsc/src/sys/adic/adintrinsics/adintr_asin.c
/petsc/src/sys/adic/adintrinsics/adintr_asinh.c
/petsc/src/sys/adic/adintrinsics/adintr_atan.c
/petsc/src/sys/adic/adintrinsics/adintr_atan2.c
/petsc/src/sys/adic/adintrinsics/adintr_atanh.c
/petsc/src/sys/adic/adintrinsics/adintr_ceil.c
/petsc/src/sys/adic/adintrinsics/adintr_cos.c
/petsc/src/sys/adic/adintrinsics/adintr_cosh.c
/petsc/src/sys/adic/adintrinsics/adintr_exp.c
/petsc/src/sys/adic/adintrinsics/adintr_fabs.c
/petsc/src/sys/adic/adintrinsics/adintr_floor.c
/petsc/src/sys/adic/adintrinsics/adintr_fmax.c
/petsc/src/sys/adic/adintrinsics/adintr_fmin.c
/petsc/src/sys/adic/adintrinsics/adintr_fmod.c
/petsc/src/sys/adic/adintrinsics/adintr_frexp.c
/petsc/src/sys/adic/adintrinsics/adintr_ldexp.c
/petsc/src/sys/adic/adintrinsics/adintr_log.c
/petsc/src/sys/adic/adintrinsics/adintr_log10.c
/petsc/src/sys/adic/adintrinsics/adintr_max.c
/petsc/src/sys/adic/adintrinsics/adintr_min.c
/petsc/src/sys/adic/adintrinsics/adintr_modf.c
/petsc/src/sys/adic/adintrinsics/adintr_pow.c
/petsc/src/sys/adic/adintrinsics/adintr_sin.c
/petsc/src/sys/adic/adintrinsics/adintr_sinh.c
/petsc/src/sys/adic/adintrinsics/adintr_sqrt.c
/petsc/src/sys/adic/adintrinsics/adintr_tan.c
/petsc/src/sys/adic/adintrinsics/adintr_tanh.c
/petsc/src/sys/adic/adintrinsics/adintrinsics.c
/petsc/src/sys/adic/adintrinsics/config.h
/petsc/src/sys/adic/adintrinsics/makefile
/petsc/src/sys/adic/adintrinsics/names.h
/petsc/src/sys/adic/adintrinsics/report-once.c
/petsc/src/sys/adic/adintrinsics/report-once.h
/petsc/src/sys/adic/makefile
/petsc/src/sys/bag/bag.c
/petsc/src/sys/bag/bagimpl.h
/petsc/src/sys/bag/makefile
/petsc/src/sys/dll/dl.c
/petsc/src/sys/dll/makefile
/petsc/src/sys/dll/reg.c
/petsc/src/sys/draw/drawimpl.h
/petsc/src/sys/draw/examples/makefile
/petsc/src/sys/draw/examples/tests/ex1.c
/petsc/src/sys/draw/examples/tests/ex10.c
/petsc/src/sys/draw/examples/tests/ex2.c
/petsc/src/sys/draw/examples/tests/ex3.c
/petsc/src/sys/draw/examples/tests/ex4.c
/petsc/src/sys/draw/examples/tests/ex4f.F
/petsc/src/sys/draw/examples/tests/ex5f.F
/petsc/src/sys/draw/examples/tests/ex9.c
/petsc/src/sys/draw/examples/tests/makefile
/petsc/src/sys/draw/examples/tutorials/makefile
/petsc/src/sys/draw/impls/makefile
/petsc/src/sys/draw/impls/ps/makefile
/petsc/src/sys/draw/impls/ps/pops.c
/petsc/src/sys/draw/impls/ps/psimpl.h
/petsc/src/sys/draw/impls/win32/makefile
/petsc/src/sys/draw/impls/win32/win32draw.c
/petsc/src/sys/draw/impls/win32/win32draw.h
/petsc/src/sys/draw/impls/x/drawopenx.c
/petsc/src/sys/draw/impls/x/frame.c
/petsc/src/sys/draw/impls/x/makefile
/petsc/src/sys/draw/impls/x/text.c
/petsc/src/sys/draw/impls/x/tone.c
/petsc/src/sys/draw/impls/x/wmap.c
/petsc/src/sys/draw/impls/x/xcolor.c
/petsc/src/sys/draw/impls/x/ximpl.h
/petsc/src/sys/draw/impls/x/xinit.c
/petsc/src/sys/draw/impls/x/xops.c
/petsc/src/sys/draw/impls/x/xvgrab.c
/petsc/src/sys/draw/interface/dbuff.c
/petsc/src/sys/draw/interface/dclear.c
/petsc/src/sys/draw/interface/dcoor.c
/petsc/src/sys/draw/interface/dellipse.c
/petsc/src/sys/draw/interface/dflush.c
/petsc/src/sys/draw/interface/dgcoor.c
/petsc/src/sys/draw/interface/dgpause.c
/petsc/src/sys/draw/interface/dline.c
/petsc/src/sys/draw/interface/dlinegw.c
/petsc/src/sys/draw/interface/dlinew.c
/petsc/src/sys/draw/interface/dmouse.c
/petsc/src/sys/draw/interface/dpause.c
/petsc/src/sys/draw/interface/dpoint.c
/petsc/src/sys/draw/interface/dpoints.c
/petsc/src/sys/draw/interface/draw.c
/petsc/src/sys/draw/interface/drawreg.c
/petsc/src/sys/draw/interface/drawregall.c
/petsc/src/sys/draw/interface/drect.c
/petsc/src/sys/draw/interface/dsclear.c
/petsc/src/sys/draw/interface/dsetpause.c
/petsc/src/sys/draw/interface/dsflush.c
/petsc/src/sys/draw/interface/dtext.c
/petsc/src/sys/draw/interface/dtextgs.c
/petsc/src/sys/draw/interface/dtexts.c
/petsc/src/sys/draw/interface/dtextv.c
/petsc/src/sys/draw/interface/dtri.c
/petsc/src/sys/draw/interface/dviewp.c
/petsc/src/sys/draw/interface/ftn-custom/makefile
/petsc/src/sys/draw/interface/ftn-custom/zdtrif.c
/petsc/src/sys/draw/interface/makefile
/petsc/src/sys/draw/makefile
/petsc/src/sys/draw/utils/axis.c
/petsc/src/sys/draw/utils/dscatter.c
/petsc/src/sys/draw/utils/hists.c
/petsc/src/sys/draw/utils/hue.c
/petsc/src/sys/draw/utils/lg.c
/petsc/src/sys/draw/utils/makefile
/petsc/src/sys/draw/utils/zoom.c
/petsc/src/sys/error/adebug.c
/petsc/src/sys/error/err.c
/petsc/src/sys/error/errabort.c
/petsc/src/sys/error/errstop.c
/petsc/src/sys/error/errtrace.c
/petsc/src/sys/error/examples/tests/ex1.c
/petsc/src/sys/error/examples/tests/makefile
/petsc/src/sys/error/fp.c
/petsc/src/sys/error/makefile
/petsc/src/sys/error/signal.c
/petsc/src/sys/error/stack.c
/petsc/src/sys/examples/tutorials/ex5.c
/petsc/src/sys/f90/f90_IRIX.c
/petsc/src/sys/f90/f90_absoft.c
/petsc/src/sys/f90/f90_alpha.c
/petsc/src/sys/f90/f90_common.c
/petsc/src/sys/f90/f90_cray_x1.c
/petsc/src/sys/f90/f90_g95.c
/petsc/src/sys/f90/f90_hpux.c
/petsc/src/sys/f90/f90_intel.c
/petsc/src/sys/f90/f90_intel8.c
/petsc/src/sys/f90/f90_nag.c
/petsc/src/sys/f90/f90_rs6000.c
/petsc/src/sys/f90/f90_solaris.c
/petsc/src/sys/f90/f90_solaris_old.c
/petsc/src/sys/f90/f90_t3e.c
/petsc/src/sys/f90/f90_win32.c
/petsc/src/sys/f90/makefile
/petsc/src/sys/fileio/ffpath.c
/petsc/src/sys/fileio/fpath.c
/petsc/src/sys/fileio/fretrieve.c
/petsc/src/sys/fileio/ftest.c
/petsc/src/sys/fileio/fwd.c
/petsc/src/sys/fileio/ghome.c
/petsc/src/sys/fileio/grpath.c
/petsc/src/sys/fileio/makefile
/petsc/src/sys/fileio/mpiuopen.c
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/fileio/mprint.h
/petsc/src/sys/fileio/rpath.c
/petsc/src/sys/fileio/smatlab.c
/petsc/src/sys/fileio/sysio.c
/petsc/src/sys/makefile
/petsc/src/sys/matlabengine/makefile
/petsc/src/sys/matlabengine/matlab.c
/petsc/src/sys/memory/makefile
/petsc/src/sys/memory/mal.c
/petsc/src/sys/memory/mem.c
/petsc/src/sys/memory/mtr.c
/petsc/src/sys/mpiuni/makefile
/petsc/src/sys/mpiuni/mpi.c
/petsc/src/sys/objects/ams/aoptions.c
/petsc/src/sys/objects/ams/makefile
/petsc/src/sys/objects/destroy.c
/petsc/src/sys/objects/gcomm.c
/petsc/src/sys/objects/gcookie.c
/petsc/src/sys/objects/gtype.c
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/makefile
/petsc/src/sys/objects/olist.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/pgname.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/objects/pmain.c
/petsc/src/sys/objects/pname.c
/petsc/src/sys/objects/prefix.c
/petsc/src/sys/objects/ptype.c
/petsc/src/sys/objects/state.c
/petsc/src/sys/objects/tagm.c
/petsc/src/sys/plog/classLog.c
/petsc/src/sys/plog/eventLog.c
/petsc/src/sys/plog/makefile
/petsc/src/sys/plog/mpitr.c
/petsc/src/sys/plog/plog.c
/petsc/src/sys/plog/plog.h
/petsc/src/sys/plog/ploginfo.c
/petsc/src/sys/plog/plogmpe.c
/petsc/src/sys/plog/ptime.h
/petsc/src/sys/plog/stageLog.c
/petsc/src/sys/time/cputime.c
/petsc/src/sys/time/fdate.c
/petsc/src/sys/time/makefile
/petsc/src/sys/time/nt_time.c
/petsc/src/sys/time/rs6000_time.c
/petsc/src/sys/utils/arch.c
/petsc/src/sys/utils/ctable.c
/petsc/src/sys/utils/fhost.c
/petsc/src/sys/utils/fuser.c
/petsc/src/sys/utils/makefile
/petsc/src/sys/utils/memc.c
/petsc/src/sys/utils/mpimesg.c
/petsc/src/sys/utils/mpiu.c
/petsc/src/sys/utils/pbarrier.c
/petsc/src/sys/utils/pdisplay.c
/petsc/src/sys/utils/plapack.c
/petsc/src/sys/utils/psleep.c
/petsc/src/sys/utils/psplit.c
/petsc/src/sys/utils/random.c
/petsc/src/sys/utils/select.c
/petsc/src/sys/utils/sortd.c
/petsc/src/sys/utils/sorti.c
/petsc/src/sys/utils/sortip.c
/petsc/src/sys/utils/sseenabled.c
/petsc/src/sys/utils/str.c
/petsc/src/sys/viewer/examples/makefile
/petsc/src/sys/viewer/examples/tests/ex3.c
/petsc/src/sys/viewer/examples/tests/makefile
/petsc/src/sys/viewer/examples/tutorials/makefile
/petsc/src/sys/viewer/impls/ascii/filev.c
/petsc/src/sys/viewer/impls/ascii/makefile
/petsc/src/sys/viewer/impls/ascii/vcreatea.c
/petsc/src/sys/viewer/impls/binary/binv.c
/petsc/src/sys/viewer/impls/binary/makefile
/petsc/src/sys/viewer/impls/draw/drawv.c
/petsc/src/sys/viewer/impls/draw/makefile
/petsc/src/sys/viewer/impls/draw/vdraw.h
/petsc/src/sys/viewer/impls/hdf4/hdf4v.c
/petsc/src/sys/viewer/impls/hdf4/makefile
/petsc/src/sys/viewer/impls/makefile
/petsc/src/sys/viewer/impls/mathematica/makefile
/petsc/src/sys/viewer/impls/mathematica/mathematica.c
/petsc/src/sys/viewer/impls/mathematica/mathematica.h
/petsc/src/sys/viewer/impls/mathematica/runtime.c
/petsc/src/sys/viewer/impls/matlab/makefile
/petsc/src/sys/viewer/impls/matlab/vmatlab.c
/petsc/src/sys/viewer/impls/netcdf/makefile
/petsc/src/sys/viewer/impls/netcdf/vnetcdf.c
/petsc/src/sys/viewer/impls/silo/makefile
/petsc/src/sys/viewer/impls/silo/vsilo.c
/petsc/src/sys/viewer/impls/silo/vsilo.h
/petsc/src/sys/viewer/impls/socket/makefile
/petsc/src/sys/viewer/impls/socket/matlab/bread.c
/petsc/src/sys/viewer/impls/socket/matlab/closeport.c
/petsc/src/sys/viewer/impls/socket/matlab/closeport.m
/petsc/src/sys/viewer/impls/socket/matlab/launch.c
/petsc/src/sys/viewer/impls/socket/matlab/launch.m
/petsc/src/sys/viewer/impls/socket/matlab/makefile
/petsc/src/sys/viewer/impls/socket/matlab/openport.c
/petsc/src/sys/viewer/impls/socket/matlab/openport.m
/petsc/src/sys/viewer/impls/socket/matlab/readinvecs.c
/petsc/src/sys/viewer/impls/socket/matlab/receive.c
/petsc/src/sys/viewer/impls/socket/matlab/receive.m
/petsc/src/sys/viewer/impls/socket/matlab/receivedense.c
/petsc/src/sys/viewer/impls/socket/matlab/receivesparse.c
/petsc/src/sys/viewer/impls/socket/send.c
/petsc/src/sys/viewer/impls/socket/senddense.c
/petsc/src/sys/viewer/impls/socket/sendsparse.c
/petsc/src/sys/viewer/impls/socket/socket.h
/petsc/src/sys/viewer/impls/string/makefile
/petsc/src/sys/viewer/impls/string/stringv.c
/petsc/src/sys/viewer/impls/vu/makefile
/petsc/src/sys/viewer/impls/vu/petscvu.c
/petsc/src/sys/viewer/interface/dlregispetsc.c
/petsc/src/sys/viewer/interface/dupl.c
/petsc/src/sys/viewer/interface/flush.c
/petsc/src/sys/viewer/interface/makefile
/petsc/src/sys/viewer/interface/view.c
/petsc/src/sys/viewer/interface/viewa.c
/petsc/src/sys/viewer/interface/viewers.c
/petsc/src/sys/viewer/interface/viewreg.c
/petsc/src/sys/viewer/interface/viewregall.c
/petsc/src/sys/viewer/makefile
/petsc/src/sys/viewer/viewerimpl.h
/petsc/src/ts/examples/tests/ex1.c
/petsc/src/ts/examples/tutorials/ex2.c
/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/util2.c
/petsc/src/ts/interface/tscreate.c
/petsc/src/ts/interface/tsfd.c
/petsc/src/ts/makefile
/petsc/src/vec/ftn-custom/makefile
/petsc/src/vec/ftn-custom/zis.c
/petsc/src/vec/is/impls/block/block.c
/petsc/src/vec/is/impls/block/ftn-custom/makefile
/petsc/src/vec/is/impls/block/ftn-custom/zblockf.c
/petsc/src/vec/is/impls/general/general.c
/petsc/src/vec/is/impls/stride/stride.c
/petsc/src/vec/is/interface/ftn-custom/makefile
/petsc/src/vec/is/interface/ftn-custom/zindexf.c
/petsc/src/vec/is/interface/index.c
/petsc/src/vec/is/isimpl.h
/petsc/src/vec/is/utils/ftn-custom/makefile
/petsc/src/vec/is/utils/ftn-custom/ziscoloringf.c
/petsc/src/vec/is/utils/ftn-custom/zisltogf.c
/petsc/src/vec/is/utils/iscoloring.c
/petsc/src/vec/is/utils/iscomp.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/makefile
/petsc/src/vec/vec/examples/makefile
/petsc/src/vec/vec/examples/tests/ex1.c
/petsc/src/vec/vec/examples/tests/ex10.c
/petsc/src/vec/vec/examples/tests/ex11.c
/petsc/src/vec/vec/examples/tests/ex12.c
/petsc/src/vec/vec/examples/tests/ex13.c
/petsc/src/vec/vec/examples/tests/ex14.c
/petsc/src/vec/vec/examples/tests/ex15.c
/petsc/src/vec/vec/examples/tests/ex16.c
/petsc/src/vec/vec/examples/tests/ex17.c
/petsc/src/vec/vec/examples/tests/ex17f.F
/petsc/src/vec/vec/examples/tests/ex18.c
/petsc/src/vec/vec/examples/tests/ex19f.F
/petsc/src/vec/vec/examples/tests/ex2.c
/petsc/src/vec/vec/examples/tests/ex20f.F
/petsc/src/vec/vec/examples/tests/ex21.c
/petsc/src/vec/vec/examples/tests/ex22.c
/petsc/src/vec/vec/examples/tests/ex23.c
/petsc/src/vec/vec/examples/tests/ex24.c
/petsc/src/vec/vec/examples/tests/ex25.c
/petsc/src/vec/vec/examples/tests/ex28.c
/petsc/src/vec/vec/examples/tests/ex29.c
/petsc/src/vec/vec/examples/tests/ex3.c
/petsc/src/vec/vec/examples/tests/ex30f.F
/petsc/src/vec/vec/examples/tests/ex31.c
/petsc/src/vec/vec/examples/tests/ex32f.F
/petsc/src/vec/vec/examples/tests/ex33.c
/petsc/src/vec/vec/examples/tests/ex34.c
/petsc/src/vec/vec/examples/tests/ex35.c
/petsc/src/vec/vec/examples/tests/ex4.c
/petsc/src/vec/vec/examples/tests/ex5.c
/petsc/src/vec/vec/examples/tests/ex6.c
/petsc/src/vec/vec/examples/tests/ex7.c
/petsc/src/vec/vec/examples/tests/ex8.c
/petsc/src/vec/vec/examples/tests/ex9.c
/petsc/src/vec/vec/examples/tests/makefile
/petsc/src/vec/vec/examples/tests/output/ex10_1.out
/petsc/src/vec/vec/examples/tests/output/ex11_1.out
/petsc/src/vec/vec/examples/tests/output/ex12_1.out
/petsc/src/vec/vec/examples/tests/output/ex13_1.out
/petsc/src/vec/vec/examples/tests/output/ex14_1.out
/petsc/src/vec/vec/examples/tests/output/ex15_1.out
/petsc/src/vec/vec/examples/tests/output/ex16_1.out
/petsc/src/vec/vec/examples/tests/output/ex17_1.out
/petsc/src/vec/vec/examples/tests/output/ex17f_1.out
/petsc/src/vec/vec/examples/tests/output/ex18_1.out
/petsc/src/vec/vec/examples/tests/output/ex19_1.out
/petsc/src/vec/vec/examples/tests/output/ex20f_1.out
/petsc/src/vec/vec/examples/tests/output/ex21_1.out
/petsc/src/vec/vec/examples/tests/output/ex21_2.out
/petsc/src/vec/vec/examples/tests/output/ex22_1.out
/petsc/src/vec/vec/examples/tests/output/ex23_1.out
/petsc/src/vec/vec/examples/tests/output/ex24_1.out
/petsc/src/vec/vec/examples/tests/output/ex25_1.out
/petsc/src/vec/vec/examples/tests/output/ex26_1.out
/petsc/src/vec/vec/examples/tests/output/ex29_1.out
/petsc/src/vec/vec/examples/tests/output/ex2_1.out
/petsc/src/vec/vec/examples/tests/output/ex30f_1.out
/petsc/src/vec/vec/examples/tests/output/ex32f_1.out
/petsc/src/vec/vec/examples/tests/output/ex33_1.out
/petsc/src/vec/vec/examples/tests/output/ex34_1.out
/petsc/src/vec/vec/examples/tests/output/ex35_1.out
/petsc/src/vec/vec/examples/tests/output/ex3_1.out
/petsc/src/vec/vec/examples/tests/output/ex4_1.out
/petsc/src/vec/vec/examples/tests/output/ex5_1.out
/petsc/src/vec/vec/examples/tests/output/ex6_1.out
/petsc/src/vec/vec/examples/tests/output/ex7_1.out
/petsc/src/vec/vec/examples/tests/output/ex8_1.out
/petsc/src/vec/vec/examples/tests/output/ex9_1.out
/petsc/src/vec/vec/examples/tutorials/ex1.c
/petsc/src/vec/vec/examples/tutorials/ex10.c
/petsc/src/vec/vec/examples/tutorials/ex11.c
/petsc/src/vec/vec/examples/tutorials/ex11f.F
/petsc/src/vec/vec/examples/tutorials/ex12.c
/petsc/src/vec/vec/examples/tutorials/ex13.c
/petsc/src/vec/vec/examples/tutorials/ex14f.F
/petsc/src/vec/vec/examples/tutorials/ex15.c
/petsc/src/vec/vec/examples/tutorials/ex16.c
/petsc/src/vec/vec/examples/tutorials/ex17.c
/petsc/src/vec/vec/examples/tutorials/ex1e.c
/petsc/src/vec/vec/examples/tutorials/ex1f.F
/petsc/src/vec/vec/examples/tutorials/ex1f90.F
/petsc/src/vec/vec/examples/tutorials/ex2.c
/petsc/src/vec/vec/examples/tutorials/ex2f.F
/petsc/src/vec/vec/examples/tutorials/ex3.c
/petsc/src/vec/vec/examples/tutorials/ex3f.F
/petsc/src/vec/vec/examples/tutorials/ex4f.F
/petsc/src/vec/vec/examples/tutorials/ex4f90.F
/petsc/src/vec/vec/examples/tutorials/ex5.c
/petsc/src/vec/vec/examples/tutorials/ex6.c
/petsc/src/vec/vec/examples/tutorials/ex7.c
/petsc/src/vec/vec/examples/tutorials/ex7f.F
/petsc/src/vec/vec/examples/tutorials/ex8.c
/petsc/src/vec/vec/examples/tutorials/ex9.c
/petsc/src/vec/vec/examples/tutorials/ex9f.F
/petsc/src/vec/vec/examples/tutorials/makefile
/petsc/src/vec/vec/examples/tutorials/output/ex11_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex11f_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex12_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex17_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex1_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex1_2.out
/petsc/src/vec/vec/examples/tutorials/output/ex1f90_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex1f_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex1f_2.out
/petsc/src/vec/vec/examples/tutorials/output/ex2_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex2f_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex3_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex3f_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex4f90_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex4f_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex5_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex5_2.out
/petsc/src/vec/vec/examples/tutorials/output/ex6_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex7_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex8_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex9_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex9f_1.out
/petsc/src/vec/vec/impls/dvecimpl.h
/petsc/src/vec/vec/impls/hypre/makefile
/petsc/src/vec/vec/impls/hypre/vhyp.c
/petsc/src/vec/vec/impls/makefile
/petsc/src/vec/vec/impls/mpi/ftn-custom/makefile
/petsc/src/vec/vec/impls/mpi/ftn-custom/zpbvecf.c
/petsc/src/vec/vec/impls/mpi/makefile
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/impls/mpi/pmap.c
/petsc/src/vec/vec/impls/mpi/pvec2.c
/petsc/src/vec/vec/impls/mpi/pvecimpl.h
/petsc/src/vec/vec/impls/mpi/vmpicr.c
/petsc/src/vec/vec/impls/seq/bvec1.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/impls/seq/dvec2.c
/petsc/src/vec/vec/impls/seq/ftn-custom/makefile
/petsc/src/vec/vec/impls/seq/ftn-custom/zbvec2f.c
/petsc/src/vec/vec/impls/seq/makefile
/petsc/src/vec/vec/impls/seq/vseqcr.c
/petsc/src/vec/vec/impls/shared/makefile
/petsc/src/vec/vec/impls/shared/shvec.c
/petsc/src/vec/vec/interface/dlregisvec.c
/petsc/src/vec/vec/interface/ftn-custom/makefile
/petsc/src/vec/vec/interface/ftn-custom/zvecregf.c
/petsc/src/vec/vec/interface/ftn-custom/zvectorf.c
/petsc/src/vec/vec/interface/makefile
/petsc/src/vec/vec/interface/map.c
/petsc/src/vec/vec/interface/mapcreate.c
/petsc/src/vec/vec/interface/mapreg.c
/petsc/src/vec/vec/interface/mapregall.c
/petsc/src/vec/vec/interface/veccreate.c
/petsc/src/vec/vec/interface/vecreg.c
/petsc/src/vec/vec/interface/vecregall.c
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/makefile
/petsc/src/vec/vec/utils/cmesh.c
/petsc/src/vec/vec/utils/comb.c
/petsc/src/vec/vec/utils/ftn-custom/makefile
/petsc/src/vec/vec/utils/ftn-custom/zveciof.c
/petsc/src/vec/vec/utils/ftn-custom/zvscatf.c
/petsc/src/vec/vec/utils/makefile
/petsc/src/vec/vec/utils/matlab/gcreatev.c
/petsc/src/vec/vec/utils/matlab/makefile
/petsc/src/vec/vec/utils/vecio.c
/petsc/src/vec/vec/utils/vecmpitoseq.c
/petsc/src/vec/vec/utils/vecstash.c
/petsc/src/vec/vec/utils/vinv.c
/petsc/src/vec/vec/utils/vpscat.c
/petsc/src/vec/vec/utils/vscat.c
/petsc/todo
52baeb7207-Jun-2005 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.3341.2.2
balay@asterix.mcs.anl.gov|ChangeSet|20050607145723|55265
ChangeSet
1.3341.2.2 05/06/07 09:57:23 balay@asterix.mcs.anl.gov +6 -0
snes [custom -> auto]

src/snes/utils/dam

bk-changeset-1.3341.2.2
balay@asterix.mcs.anl.gov|ChangeSet|20050607145723|55265
ChangeSet
1.3341.2.2 05/06/07 09:57:23 balay@asterix.mcs.anl.gov +6 -0
snes [custom -> auto]

src/snes/utils/damgsnes.c
1.63.1.1 05/06/07 09:57:21 balay@asterix.mcs.anl.gov +1 -1
snes [custom -> auto]

src/snes/mf/snesmfj.c
1.55 05/06/07 09:57:21 balay@asterix.mcs.anl.gov +2 -2
snes [custom -> auto]

src/snes/interface/snes.c
1.81 05/06/07 09:57:21 balay@asterix.mcs.anl.gov +7 -7
snes [custom -> auto]

src/snes/impls/ls/lsparams.c
1.10 05/06/07 09:57:21 balay@asterix.mcs.anl.gov +2 -2
snes [custom -> auto]

src/snes/ftn-custom/zsnes.c
1.37 05/06/07 09:57:21 balay@asterix.mcs.anl.gov +0 -102
snes [custom -> auto]

src/mat/impls/adic/matadic.c
1.33 05/06/07 09:57:21 balay@asterix.mcs.anl.gov +9 -2
snes [custom -> auto]


Hg-commit: b5e4591231fef0ea7e188514c10a60732f309e3c

show more ...


/petsc/bmake/common/rules
/petsc/bmake/common/rules.shared.basic
/petsc/config/macosx-gnu.py
/petsc/include/finclude/petscda.h
/petsc/include/makefile
/petsc/include/petsc.h
/petsc/include/petscbag.h
/petsc/include/petscda.h
/petsc/include/petscerror.h
/petsc/include/petscmat.h
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/petsc/include/private/petscimpl.h
/petsc/include/private/vecimpl.h
/petsc/include/zpetsc.h
/petsc/maint/checkloc.py
/petsc/maint/generatefortranstubs.py
/petsc/makefile
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/sowing.py
/petsc/python/PETSc/packages/sundials.py
/petsc/python/PETSc/petsc.py
/petsc/python/PETSc/utilities/languages.py
/petsc/src/apps/2/makefile
/petsc/src/benchmarks/PetscTime.c
/petsc/src/contrib/dvr/makefile
/petsc/src/contrib/fun3d/comp/makefile
/petsc/src/contrib/fun3d/incomp/makefile
/petsc/src/contrib/fun3d/makefile
/petsc/src/contrib/helmholtz_2/makefile
/petsc/src/contrib/keyes/makefile
/petsc/src/contrib/lahaye/samg.old/makefile
/petsc/src/contrib/mixedrealcomplex/makefile
/petsc/src/contrib/oberman/ns_q1q0_penalty/makefile
/petsc/src/contrib/oberman/ns_q1q1/makefile
/petsc/src/contrib/oberman/quasigeo_q1/makefile
/petsc/src/contrib/oberman/tns_q2q1/makefile
/petsc/src/contrib/pc/makefile
/petsc/src/contrib/sif/1d/makefile
/petsc/src/contrib/sif/2d/makefile
/petsc/src/contrib/src/burgers_df_based_q1/makefile
/petsc/src/contrib/src/burgers_vertex_based_q1/makefile
/petsc/src/contrib/src/ns_q1q0_penalty/makefile
/petsc/src/dm/da/examples/tutorials/makefile
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/dadestroy.c
/petsc/src/dm/da/src/dadist.c
/petsc/src/dm/da/src/daindex.c
/petsc/src/dm/da/src/dainterp.c
/petsc/src/dm/da/src/dalocal.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/dm/da/utils/fdda.c
/petsc/src/dm/da/utils/sda2.c
/petsc/src/dm/ftn-custom/zda.c
/petsc/src/dm/ftn-custom/zsda.c
/petsc/src/dm/makefile
/petsc/src/dm/usg/2d/constant_bilinear/makefile
/petsc/src/dm/usg/2d/makefile
/petsc/src/docs/tex/manual/makefile
/petsc/src/docs/website/documentation/installation.html
/petsc/src/fortran/f90/tests/ex1.c
/petsc/src/fortran/f90/zf90da.c
/petsc/src/fortran/f90/zf90ksp.c
/petsc/src/fortran/f90/zf90mat.c
/petsc/src/fortran/f90/zf90snes.c
/petsc/src/fortran/f90/zf90vec.c
/petsc/src/ksp/ftn-custom/zksp.c
/petsc/src/ksp/ftn-custom/zpc.c
/petsc/src/ksp/ksp/examples/makefile
/petsc/src/ksp/ksp/examples/tests/ex1.c
/petsc/src/ksp/ksp/examples/tests/ex10.c
/petsc/src/ksp/ksp/examples/tests/ex12f.F
/petsc/src/ksp/ksp/examples/tests/ex14.c
/petsc/src/ksp/ksp/examples/tests/ex15.c
/petsc/src/ksp/ksp/examples/tests/ex16f.F
/petsc/src/ksp/ksp/examples/tests/ex17.c
/petsc/src/ksp/ksp/examples/tests/ex18.c
/petsc/src/ksp/ksp/examples/tests/ex19.c
/petsc/src/ksp/ksp/examples/tests/ex20.c
/petsc/src/ksp/ksp/examples/tests/ex24.c
/petsc/src/ksp/ksp/examples/tests/ex25.c
/petsc/src/ksp/ksp/examples/tests/ex26.c
/petsc/src/ksp/ksp/examples/tests/ex3.c
/petsc/src/ksp/ksp/examples/tests/ex4.c
/petsc/src/ksp/ksp/examples/tests/ex5f.F
/petsc/src/ksp/ksp/examples/tests/ex6.c
/petsc/src/ksp/ksp/examples/tests/ex7.c
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tests/output/ex10_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex12f_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex16_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex16f_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex17_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex19_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex19_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex20_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex24_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex24_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex24_3.out
/petsc/src/ksp/ksp/examples/tests/output/ex24_4.out
/petsc/src/ksp/ksp/examples/tests/output/ex25_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex25_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex26_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex26_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex2_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex3_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex3_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex4_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex4_3.out
/petsc/src/ksp/ksp/examples/tests/output/ex4_5.out
/petsc/src/ksp/ksp/examples/tests/output/ex5f_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex6_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex6_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex6_3.out
/petsc/src/ksp/ksp/examples/tests/output/ex6_4.out
/petsc/src/ksp/ksp/examples/tests/output/ex6_6.out
/petsc/src/ksp/ksp/examples/tests/output/ex6_7.out
/petsc/src/ksp/ksp/examples/tests/scripts/ex10.asm
/petsc/src/ksp/ksp/examples/tests/scripts/ex10.script
/petsc/src/ksp/ksp/examples/tests/scripts/ex10_asm_matbaij
/petsc/src/ksp/ksp/examples/tests/scripts/ex10_asm_mpibaij
/petsc/src/ksp/ksp/examples/tests/scripts/ex10_bjacobi_mpibaij
/petsc/src/ksp/ksp/examples/tests/scripts/ex10_blu
/petsc/src/ksp/ksp/examples/tests/scripts/ex10_lu
/petsc/src/ksp/ksp/examples/tests/scripts/ex10_lu_blocks
/petsc/src/ksp/ksp/examples/tests/scripts/ex10_seqbdiag
/petsc/src/ksp/ksp/examples/tutorials/ex1.c
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/examples/tutorials/ex11.c
/petsc/src/ksp/ksp/examples/tutorials/ex11f.F
/petsc/src/ksp/ksp/examples/tutorials/ex12.c
/petsc/src/ksp/ksp/examples/tutorials/ex13.c
/petsc/src/ksp/ksp/examples/tutorials/ex13f90.F
/petsc/src/ksp/ksp/examples/tutorials/ex14f.F
/petsc/src/ksp/ksp/examples/tutorials/ex15.c
/petsc/src/ksp/ksp/examples/tutorials/ex15f.F
/petsc/src/ksp/ksp/examples/tutorials/ex16.c
/petsc/src/ksp/ksp/examples/tutorials/ex1f.F
/petsc/src/ksp/ksp/examples/tutorials/ex2.c
/petsc/src/ksp/ksp/examples/tutorials/ex20options
/petsc/src/ksp/ksp/examples/tutorials/ex21f.F
/petsc/src/ksp/ksp/examples/tutorials/ex22.c
/petsc/src/ksp/ksp/examples/tutorials/ex22f.F
/petsc/src/ksp/ksp/examples/tutorials/ex23.c
/petsc/src/ksp/ksp/examples/tutorials/ex25.c
/petsc/src/ksp/ksp/examples/tutorials/ex27.c
/petsc/src/ksp/ksp/examples/tutorials/ex28.c
/petsc/src/ksp/ksp/examples/tutorials/ex29.c
/petsc/src/ksp/ksp/examples/tutorials/ex2f.F
/petsc/src/ksp/ksp/examples/tutorials/ex3.c
/petsc/src/ksp/ksp/examples/tutorials/ex30.c
/petsc/src/ksp/ksp/examples/tutorials/ex31.c
/petsc/src/ksp/ksp/examples/tutorials/ex32.c
/petsc/src/ksp/ksp/examples/tutorials/ex4.c
/petsc/src/ksp/ksp/examples/tutorials/ex5.c
/petsc/src/ksp/ksp/examples/tutorials/ex6f.F
/petsc/src/ksp/ksp/examples/tutorials/ex7.c
/petsc/src/ksp/ksp/examples/tutorials/ex8.c
/petsc/src/ksp/ksp/examples/tutorials/ex9.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_10.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_11.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_12.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_13.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_15.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_16.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_17.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_18.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_20shiftnz.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_20shiftpd.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_21shiftnz.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_21shiftpd.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_3.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_4.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_5.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_6.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_7.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_8.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_9.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex11_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex11f_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex12_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex12_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex12_3.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex13_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex13f90_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex14_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex14_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex15_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex15f_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex16_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex18_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex1_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex1_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex1_3.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex1f_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex20_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex20_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex21f_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex22_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex23_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex23_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex25_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex26_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex29_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex29_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex2_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex2_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex2_3.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex2_4.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex2_5.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex2_6.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex2f_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex30_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex32_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex4_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex5_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex5_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex5_3.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex5_4.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex5_5.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex6f_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex7_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex9_1.out
/petsc/src/ksp/ksp/impls/gmres/fgmres/modpcf.c
/petsc/src/ksp/ksp/impls/gmres/gmres.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/xmon.c
/petsc/src/ksp/ksp/makefile
/petsc/src/ksp/makefile
/petsc/src/ksp/pc/impls/composite/composite.c
/petsc/src/ksp/pc/impls/factor/cholesky/cholesky.c
/petsc/src/ksp/pc/impls/factor/icc/icc.c
/petsc/src/ksp/pc/impls/factor/ilu/ilu.c
/petsc/src/ksp/pc/impls/factor/lu/lu.c
/petsc/src/ksp/pc/impls/is/feti/examples/makefile
/petsc/src/ksp/pc/impls/is/feti/makefile
/petsc/src/ksp/pc/impls/mg/mgfunc.c
/petsc/src/ksp/pc/impls/shell/shellpc.c
/petsc/src/ksp/pc/impls/spai/makefile
/petsc/src/ksp/pc/interface/pcset.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/examples/tests/ex1.c
/petsc/src/mat/examples/tests/ex76.c
/petsc/src/mat/ftn-custom/zmat.c
/petsc/src/mat/impls/adic/matadic.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/impls/shell/shellcnv.c
/petsc/src/mat/interface/matnull.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/makefile
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/order/sorder.c
/petsc/src/mat/partition/partition.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/snes/ftn-custom/zsnes.c
/petsc/src/snes/impls/ls/lsparams.c
snes.c
/petsc/src/snes/makefile
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/adic/Gradient/ad_grad.c
/petsc/src/sys/adic/Gradient/ad_grad_daxpy.c
/petsc/src/sys/adic/Gradient/ad_utils.c
/petsc/src/sys/adic/Gradient/makefile
/petsc/src/sys/adic/adic/aclocal.m4
/petsc/src/sys/adic/adic/alloc.c
/petsc/src/sys/adic/adic/makefile
/petsc/src/sys/adic/adic/run-alloc.c
/petsc/src/sys/adic/adic/run-map.c
/petsc/src/sys/adic/adintrinsics/adintr_acos.c
/petsc/src/sys/adic/adintrinsics/adintr_acosh.c
/petsc/src/sys/adic/adintrinsics/adintr_asin.c
/petsc/src/sys/adic/adintrinsics/adintr_asinh.c
/petsc/src/sys/adic/adintrinsics/adintr_atan.c
/petsc/src/sys/adic/adintrinsics/adintr_atan2.c
/petsc/src/sys/adic/adintrinsics/adintr_atanh.c
/petsc/src/sys/adic/adintrinsics/adintr_ceil.c
/petsc/src/sys/adic/adintrinsics/adintr_cos.c
/petsc/src/sys/adic/adintrinsics/adintr_cosh.c
/petsc/src/sys/adic/adintrinsics/adintr_exp.c
/petsc/src/sys/adic/adintrinsics/adintr_fabs.c
/petsc/src/sys/adic/adintrinsics/adintr_floor.c
/petsc/src/sys/adic/adintrinsics/adintr_fmax.c
/petsc/src/sys/adic/adintrinsics/adintr_fmin.c
/petsc/src/sys/adic/adintrinsics/adintr_fmod.c
/petsc/src/sys/adic/adintrinsics/adintr_frexp.c
/petsc/src/sys/adic/adintrinsics/adintr_ldexp.c
/petsc/src/sys/adic/adintrinsics/adintr_log.c
/petsc/src/sys/adic/adintrinsics/adintr_log10.c
/petsc/src/sys/adic/adintrinsics/adintr_max.c
/petsc/src/sys/adic/adintrinsics/adintr_min.c
/petsc/src/sys/adic/adintrinsics/adintr_modf.c
/petsc/src/sys/adic/adintrinsics/adintr_pow.c
/petsc/src/sys/adic/adintrinsics/adintr_sin.c
/petsc/src/sys/adic/adintrinsics/adintr_sinh.c
/petsc/src/sys/adic/adintrinsics/adintr_sqrt.c
/petsc/src/sys/adic/adintrinsics/adintr_tan.c
/petsc/src/sys/adic/adintrinsics/adintr_tanh.c
/petsc/src/sys/adic/adintrinsics/adintrinsics.c
/petsc/src/sys/adic/adintrinsics/config.h
/petsc/src/sys/adic/adintrinsics/makefile
/petsc/src/sys/adic/adintrinsics/names.h
/petsc/src/sys/adic/adintrinsics/report-once.c
/petsc/src/sys/adic/adintrinsics/report-once.h
/petsc/src/sys/adic/makefile
/petsc/src/sys/bag/bag.c
/petsc/src/sys/bag/bagimpl.h
/petsc/src/sys/bag/makefile
/petsc/src/sys/dll/dl.c
/petsc/src/sys/dll/makefile
/petsc/src/sys/dll/reg.c
/petsc/src/sys/draw/drawimpl.h
/petsc/src/sys/draw/examples/makefile
/petsc/src/sys/draw/examples/tests/ex1.c
/petsc/src/sys/draw/examples/tests/ex10.c
/petsc/src/sys/draw/examples/tests/ex2.c
/petsc/src/sys/draw/examples/tests/ex3.c
/petsc/src/sys/draw/examples/tests/ex4.c
/petsc/src/sys/draw/examples/tests/ex4f.F
/petsc/src/sys/draw/examples/tests/ex5f.F
/petsc/src/sys/draw/examples/tests/ex9.c
/petsc/src/sys/draw/examples/tests/makefile
/petsc/src/sys/draw/examples/tutorials/makefile
/petsc/src/sys/draw/impls/makefile
/petsc/src/sys/draw/impls/ps/makefile
/petsc/src/sys/draw/impls/ps/pops.c
/petsc/src/sys/draw/impls/ps/psimpl.h
/petsc/src/sys/draw/impls/win32/makefile
/petsc/src/sys/draw/impls/win32/win32draw.c
/petsc/src/sys/draw/impls/win32/win32draw.h
/petsc/src/sys/draw/impls/x/drawopenx.c
/petsc/src/sys/draw/impls/x/frame.c
/petsc/src/sys/draw/impls/x/makefile
/petsc/src/sys/draw/impls/x/text.c
/petsc/src/sys/draw/impls/x/tone.c
/petsc/src/sys/draw/impls/x/wmap.c
/petsc/src/sys/draw/impls/x/xcolor.c
/petsc/src/sys/draw/impls/x/ximpl.h
/petsc/src/sys/draw/impls/x/xinit.c
/petsc/src/sys/draw/impls/x/xops.c
/petsc/src/sys/draw/impls/x/xvgrab.c
/petsc/src/sys/draw/interface/dbuff.c
/petsc/src/sys/draw/interface/dclear.c
/petsc/src/sys/draw/interface/dcoor.c
/petsc/src/sys/draw/interface/dellipse.c
/petsc/src/sys/draw/interface/dflush.c
/petsc/src/sys/draw/interface/dgcoor.c
/petsc/src/sys/draw/interface/dgpause.c
/petsc/src/sys/draw/interface/dline.c
/petsc/src/sys/draw/interface/dlinegw.c
/petsc/src/sys/draw/interface/dlinew.c
/petsc/src/sys/draw/interface/dmouse.c
/petsc/src/sys/draw/interface/dpause.c
/petsc/src/sys/draw/interface/dpoint.c
/petsc/src/sys/draw/interface/dpoints.c
/petsc/src/sys/draw/interface/draw.c
/petsc/src/sys/draw/interface/drawreg.c
/petsc/src/sys/draw/interface/drawregall.c
/petsc/src/sys/draw/interface/drect.c
/petsc/src/sys/draw/interface/dsclear.c
/petsc/src/sys/draw/interface/dsetpause.c
/petsc/src/sys/draw/interface/dsflush.c
/petsc/src/sys/draw/interface/dtext.c
/petsc/src/sys/draw/interface/dtextgs.c
/petsc/src/sys/draw/interface/dtexts.c
/petsc/src/sys/draw/interface/dtextv.c
/petsc/src/sys/draw/interface/dtri.c
/petsc/src/sys/draw/interface/dviewp.c
/petsc/src/sys/draw/interface/ftn-custom/makefile
/petsc/src/sys/draw/interface/ftn-custom/zdtrif.c
/petsc/src/sys/draw/interface/makefile
/petsc/src/sys/draw/makefile
/petsc/src/sys/draw/utils/axis.c
/petsc/src/sys/draw/utils/dscatter.c
/petsc/src/sys/draw/utils/hists.c
/petsc/src/sys/draw/utils/hue.c
/petsc/src/sys/draw/utils/lg.c
/petsc/src/sys/draw/utils/makefile
/petsc/src/sys/draw/utils/zoom.c
/petsc/src/sys/error/adebug.c
/petsc/src/sys/error/err.c
/petsc/src/sys/error/errabort.c
/petsc/src/sys/error/errstop.c
/petsc/src/sys/error/errtrace.c
/petsc/src/sys/error/examples/tests/ex1.c
/petsc/src/sys/error/examples/tests/makefile
/petsc/src/sys/error/fp.c
/petsc/src/sys/error/makefile
/petsc/src/sys/error/signal.c
/petsc/src/sys/error/stack.c
/petsc/src/sys/examples/tutorials/ex5.c
/petsc/src/sys/f90/f90_IRIX.c
/petsc/src/sys/f90/f90_IRIX.h
/petsc/src/sys/f90/f90_absoft.c
/petsc/src/sys/f90/f90_absoft.h
/petsc/src/sys/f90/f90_alpha.c
/petsc/src/sys/f90/f90_alpha.h
/petsc/src/sys/f90/f90_common.c
/petsc/src/sys/f90/f90_cray_x1.c
/petsc/src/sys/f90/f90_cray_x1.h
/petsc/src/sys/f90/f90_g95.c
/petsc/src/sys/f90/f90_g95.h
/petsc/src/sys/f90/f90_hpux.c
/petsc/src/sys/f90/f90_hpux.h
/petsc/src/sys/f90/f90_intel.c
/petsc/src/sys/f90/f90_intel.h
/petsc/src/sys/f90/f90_intel8.c
/petsc/src/sys/f90/f90_intel8.h
/petsc/src/sys/f90/f90_nag.c
/petsc/src/sys/f90/f90_nag.h
/petsc/src/sys/f90/f90_pgi.h
/petsc/src/sys/f90/f90_rs6000.c
/petsc/src/sys/f90/f90_rs6000.h
/petsc/src/sys/f90/f90_solaris.c
/petsc/src/sys/f90/f90_solaris.h
/petsc/src/sys/f90/f90_solaris_old.c
/petsc/src/sys/f90/f90_solaris_old.h
/petsc/src/sys/f90/f90_t3e.c
/petsc/src/sys/f90/f90_t3e.h
/petsc/src/sys/f90/f90_win32.c
/petsc/src/sys/f90/f90_win32.h
/petsc/src/sys/f90/f90impl.h
/petsc/src/sys/f90/makefile
/petsc/src/sys/fileio/ffpath.c
/petsc/src/sys/fileio/fpath.c
/petsc/src/sys/fileio/fretrieve.c
/petsc/src/sys/fileio/ftest.c
/petsc/src/sys/fileio/fwd.c
/petsc/src/sys/fileio/ghome.c
/petsc/src/sys/fileio/grpath.c
/petsc/src/sys/fileio/makefile
/petsc/src/sys/fileio/mpiuopen.c
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/fileio/mprint.h
/petsc/src/sys/fileio/rpath.c
/petsc/src/sys/fileio/smatlab.c
/petsc/src/sys/fileio/sysio.c
/petsc/src/sys/makefile
/petsc/src/sys/matlabengine/makefile
/petsc/src/sys/matlabengine/matlab.c
/petsc/src/sys/memory/makefile
/petsc/src/sys/memory/mal.c
/petsc/src/sys/memory/mem.c
/petsc/src/sys/memory/mtr.c
/petsc/src/sys/mpiuni/makefile
/petsc/src/sys/mpiuni/mpi.c
/petsc/src/sys/objects/ams/aoptions.c
/petsc/src/sys/objects/ams/makefile
/petsc/src/sys/objects/destroy.c
/petsc/src/sys/objects/gcomm.c
/petsc/src/sys/objects/gcookie.c
/petsc/src/sys/objects/gtype.c
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/makefile
/petsc/src/sys/objects/olist.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/pgname.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/objects/pmain.c
/petsc/src/sys/objects/pname.c
/petsc/src/sys/objects/prefix.c
/petsc/src/sys/objects/ptype.c
/petsc/src/sys/objects/state.c
/petsc/src/sys/objects/tagm.c
/petsc/src/sys/plog/classLog.c
/petsc/src/sys/plog/eventLog.c
/petsc/src/sys/plog/makefile
/petsc/src/sys/plog/mpitr.c
/petsc/src/sys/plog/plog.c
/petsc/src/sys/plog/plog.h
/petsc/src/sys/plog/ploginfo.c
/petsc/src/sys/plog/plogmpe.c
/petsc/src/sys/plog/ptime.h
/petsc/src/sys/plog/stageLog.c
/petsc/src/sys/time/cputime.c
/petsc/src/sys/time/fdate.c
/petsc/src/sys/time/makefile
/petsc/src/sys/time/nt_time.c
/petsc/src/sys/time/rs6000_time.c
/petsc/src/sys/utils/arch.c
/petsc/src/sys/utils/ctable.c
/petsc/src/sys/utils/fhost.c
/petsc/src/sys/utils/fuser.c
/petsc/src/sys/utils/makefile
/petsc/src/sys/utils/memc.c
/petsc/src/sys/utils/mpimesg.c
/petsc/src/sys/utils/mpiu.c
/petsc/src/sys/utils/pbarrier.c
/petsc/src/sys/utils/pdisplay.c
/petsc/src/sys/utils/plapack.c
/petsc/src/sys/utils/psleep.c
/petsc/src/sys/utils/psplit.c
/petsc/src/sys/utils/random.c
/petsc/src/sys/utils/select.c
/petsc/src/sys/utils/sortd.c
/petsc/src/sys/utils/sorti.c
/petsc/src/sys/utils/sortip.c
/petsc/src/sys/utils/sseenabled.c
/petsc/src/sys/utils/str.c
/petsc/src/sys/viewer/examples/makefile
/petsc/src/sys/viewer/examples/tests/ex3.c
/petsc/src/sys/viewer/examples/tests/makefile
/petsc/src/sys/viewer/examples/tutorials/makefile
/petsc/src/sys/viewer/impls/ascii/filev.c
/petsc/src/sys/viewer/impls/ascii/makefile
/petsc/src/sys/viewer/impls/ascii/vcreatea.c
/petsc/src/sys/viewer/impls/binary/binv.c
/petsc/src/sys/viewer/impls/binary/makefile
/petsc/src/sys/viewer/impls/draw/drawv.c
/petsc/src/sys/viewer/impls/draw/makefile
/petsc/src/sys/viewer/impls/draw/vdraw.h
/petsc/src/sys/viewer/impls/hdf4/hdf4v.c
/petsc/src/sys/viewer/impls/hdf4/makefile
/petsc/src/sys/viewer/impls/makefile
/petsc/src/sys/viewer/impls/mathematica/makefile
/petsc/src/sys/viewer/impls/mathematica/mathematica.c
/petsc/src/sys/viewer/impls/mathematica/mathematica.h
/petsc/src/sys/viewer/impls/mathematica/runtime.c
/petsc/src/sys/viewer/impls/matlab/makefile
/petsc/src/sys/viewer/impls/matlab/vmatlab.c
/petsc/src/sys/viewer/impls/netcdf/makefile
/petsc/src/sys/viewer/impls/netcdf/vnetcdf.c
/petsc/src/sys/viewer/impls/silo/makefile
/petsc/src/sys/viewer/impls/silo/vsilo.c
/petsc/src/sys/viewer/impls/silo/vsilo.h
/petsc/src/sys/viewer/impls/socket/makefile
/petsc/src/sys/viewer/impls/socket/matlab/bread.c
/petsc/src/sys/viewer/impls/socket/matlab/closeport.c
/petsc/src/sys/viewer/impls/socket/matlab/closeport.m
/petsc/src/sys/viewer/impls/socket/matlab/launch.c
/petsc/src/sys/viewer/impls/socket/matlab/launch.m
/petsc/src/sys/viewer/impls/socket/matlab/makefile
/petsc/src/sys/viewer/impls/socket/matlab/openport.c
/petsc/src/sys/viewer/impls/socket/matlab/openport.m
/petsc/src/sys/viewer/impls/socket/matlab/readinvecs.c
/petsc/src/sys/viewer/impls/socket/matlab/receive.c
/petsc/src/sys/viewer/impls/socket/matlab/receive.m
/petsc/src/sys/viewer/impls/socket/matlab/receivedense.c
/petsc/src/sys/viewer/impls/socket/matlab/receivesparse.c
/petsc/src/sys/viewer/impls/socket/send.c
/petsc/src/sys/viewer/impls/socket/senddense.c
/petsc/src/sys/viewer/impls/socket/sendsparse.c
/petsc/src/sys/viewer/impls/socket/socket.h
/petsc/src/sys/viewer/impls/string/makefile
/petsc/src/sys/viewer/impls/string/stringv.c
/petsc/src/sys/viewer/impls/vu/makefile
/petsc/src/sys/viewer/impls/vu/petscvu.c
/petsc/src/sys/viewer/interface/dlregispetsc.c
/petsc/src/sys/viewer/interface/dupl.c
/petsc/src/sys/viewer/interface/flush.c
/petsc/src/sys/viewer/interface/makefile
/petsc/src/sys/viewer/interface/view.c
/petsc/src/sys/viewer/interface/viewa.c
/petsc/src/sys/viewer/interface/viewers.c
/petsc/src/sys/viewer/interface/viewreg.c
/petsc/src/sys/viewer/interface/viewregall.c
/petsc/src/sys/viewer/makefile
/petsc/src/sys/viewer/viewerimpl.h
/petsc/src/ts/makefile
/petsc/src/vec/ftn-custom/makefile
/petsc/src/vec/ftn-custom/zis.c
/petsc/src/vec/is/impls/block/block.c
/petsc/src/vec/is/impls/block/ftn-custom/makefile
/petsc/src/vec/is/impls/block/ftn-custom/zblockf.c
/petsc/src/vec/is/impls/general/general.c
/petsc/src/vec/is/impls/stride/stride.c
/petsc/src/vec/is/interface/ftn-custom/makefile
/petsc/src/vec/is/interface/ftn-custom/zindexf.c
/petsc/src/vec/is/interface/index.c
/petsc/src/vec/is/isimpl.h
/petsc/src/vec/is/utils/ftn-custom/makefile
/petsc/src/vec/is/utils/ftn-custom/ziscoloringf.c
/petsc/src/vec/is/utils/ftn-custom/zisltogf.c
/petsc/src/vec/is/utils/iscoloring.c
/petsc/src/vec/is/utils/iscomp.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/makefile
/petsc/src/vec/vec/examples/makefile
/petsc/src/vec/vec/examples/tests/ex1.c
/petsc/src/vec/vec/examples/tests/ex10.c
/petsc/src/vec/vec/examples/tests/ex11.c
/petsc/src/vec/vec/examples/tests/ex12.c
/petsc/src/vec/vec/examples/tests/ex13.c
/petsc/src/vec/vec/examples/tests/ex14.c
/petsc/src/vec/vec/examples/tests/ex15.c
/petsc/src/vec/vec/examples/tests/ex16.c
/petsc/src/vec/vec/examples/tests/ex17.c
/petsc/src/vec/vec/examples/tests/ex17f.F
/petsc/src/vec/vec/examples/tests/ex18.c
/petsc/src/vec/vec/examples/tests/ex19f.F
/petsc/src/vec/vec/examples/tests/ex2.c
/petsc/src/vec/vec/examples/tests/ex20f.F
/petsc/src/vec/vec/examples/tests/ex21.c
/petsc/src/vec/vec/examples/tests/ex22.c
/petsc/src/vec/vec/examples/tests/ex23.c
/petsc/src/vec/vec/examples/tests/ex24.c
/petsc/src/vec/vec/examples/tests/ex25.c
/petsc/src/vec/vec/examples/tests/ex28.c
/petsc/src/vec/vec/examples/tests/ex29.c
/petsc/src/vec/vec/examples/tests/ex3.c
/petsc/src/vec/vec/examples/tests/ex30f.F
/petsc/src/vec/vec/examples/tests/ex31.c
/petsc/src/vec/vec/examples/tests/ex32f.F
/petsc/src/vec/vec/examples/tests/ex33.c
/petsc/src/vec/vec/examples/tests/ex34.c
/petsc/src/vec/vec/examples/tests/ex35.c
/petsc/src/vec/vec/examples/tests/ex4.c
/petsc/src/vec/vec/examples/tests/ex5.c
/petsc/src/vec/vec/examples/tests/ex6.c
/petsc/src/vec/vec/examples/tests/ex7.c
/petsc/src/vec/vec/examples/tests/ex8.c
/petsc/src/vec/vec/examples/tests/ex9.c
/petsc/src/vec/vec/examples/tests/makefile
/petsc/src/vec/vec/examples/tests/output/ex10_1.out
/petsc/src/vec/vec/examples/tests/output/ex11_1.out
/petsc/src/vec/vec/examples/tests/output/ex12_1.out
/petsc/src/vec/vec/examples/tests/output/ex13_1.out
/petsc/src/vec/vec/examples/tests/output/ex14_1.out
/petsc/src/vec/vec/examples/tests/output/ex15_1.out
/petsc/src/vec/vec/examples/tests/output/ex16_1.out
/petsc/src/vec/vec/examples/tests/output/ex17_1.out
/petsc/src/vec/vec/examples/tests/output/ex17f_1.out
/petsc/src/vec/vec/examples/tests/output/ex18_1.out
/petsc/src/vec/vec/examples/tests/output/ex19_1.out
/petsc/src/vec/vec/examples/tests/output/ex20f_1.out
/petsc/src/vec/vec/examples/tests/output/ex21_1.out
/petsc/src/vec/vec/examples/tests/output/ex21_2.out
/petsc/src/vec/vec/examples/tests/output/ex22_1.out
/petsc/src/vec/vec/examples/tests/output/ex23_1.out
/petsc/src/vec/vec/examples/tests/output/ex24_1.out
/petsc/src/vec/vec/examples/tests/output/ex25_1.out
/petsc/src/vec/vec/examples/tests/output/ex26_1.out
/petsc/src/vec/vec/examples/tests/output/ex29_1.out
/petsc/src/vec/vec/examples/tests/output/ex2_1.out
/petsc/src/vec/vec/examples/tests/output/ex30f_1.out
/petsc/src/vec/vec/examples/tests/output/ex32f_1.out
/petsc/src/vec/vec/examples/tests/output/ex33_1.out
/petsc/src/vec/vec/examples/tests/output/ex34_1.out
/petsc/src/vec/vec/examples/tests/output/ex35_1.out
/petsc/src/vec/vec/examples/tests/output/ex3_1.out
/petsc/src/vec/vec/examples/tests/output/ex4_1.out
/petsc/src/vec/vec/examples/tests/output/ex5_1.out
/petsc/src/vec/vec/examples/tests/output/ex6_1.out
/petsc/src/vec/vec/examples/tests/output/ex7_1.out
/petsc/src/vec/vec/examples/tests/output/ex8_1.out
/petsc/src/vec/vec/examples/tests/output/ex9_1.out
/petsc/src/vec/vec/examples/tutorials/ex1.c
/petsc/src/vec/vec/examples/tutorials/ex10.c
/petsc/src/vec/vec/examples/tutorials/ex11.c
/petsc/src/vec/vec/examples/tutorials/ex11f.F
/petsc/src/vec/vec/examples/tutorials/ex12.c
/petsc/src/vec/vec/examples/tutorials/ex13.c
/petsc/src/vec/vec/examples/tutorials/ex14f.F
/petsc/src/vec/vec/examples/tutorials/ex15.c
/petsc/src/vec/vec/examples/tutorials/ex16.c
/petsc/src/vec/vec/examples/tutorials/ex17.c
/petsc/src/vec/vec/examples/tutorials/ex1e.c
/petsc/src/vec/vec/examples/tutorials/ex1f.F
/petsc/src/vec/vec/examples/tutorials/ex1f90.F
/petsc/src/vec/vec/examples/tutorials/ex2.c
/petsc/src/vec/vec/examples/tutorials/ex2f.F
/petsc/src/vec/vec/examples/tutorials/ex3.c
/petsc/src/vec/vec/examples/tutorials/ex3f.F
/petsc/src/vec/vec/examples/tutorials/ex4f.F
/petsc/src/vec/vec/examples/tutorials/ex4f90.F
/petsc/src/vec/vec/examples/tutorials/ex5.c
/petsc/src/vec/vec/examples/tutorials/ex6.c
/petsc/src/vec/vec/examples/tutorials/ex7.c
/petsc/src/vec/vec/examples/tutorials/ex7f.F
/petsc/src/vec/vec/examples/tutorials/ex8.c
/petsc/src/vec/vec/examples/tutorials/ex9.c
/petsc/src/vec/vec/examples/tutorials/ex9f.F
/petsc/src/vec/vec/examples/tutorials/makefile
/petsc/src/vec/vec/examples/tutorials/output/ex11_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex11f_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex12_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex17_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex1_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex1_2.out
/petsc/src/vec/vec/examples/tutorials/output/ex1f90_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex1f_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex1f_2.out
/petsc/src/vec/vec/examples/tutorials/output/ex2_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex2f_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex3_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex3f_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex4f90_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex4f_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex5_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex5_2.out
/petsc/src/vec/vec/examples/tutorials/output/ex6_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex7_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex8_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex9_1.out
/petsc/src/vec/vec/examples/tutorials/output/ex9f_1.out
/petsc/src/vec/vec/impls/dvecimpl.h
/petsc/src/vec/vec/impls/hypre/makefile
/petsc/src/vec/vec/impls/hypre/vhyp.c
/petsc/src/vec/vec/impls/makefile
/petsc/src/vec/vec/impls/mpi/ftn-custom/makefile
/petsc/src/vec/vec/impls/mpi/ftn-custom/zpbvecf.c
/petsc/src/vec/vec/impls/mpi/makefile
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/impls/mpi/pmap.c
/petsc/src/vec/vec/impls/mpi/pvec2.c
/petsc/src/vec/vec/impls/mpi/pvecimpl.h
/petsc/src/vec/vec/impls/mpi/vmpicr.c
/petsc/src/vec/vec/impls/seq/bvec1.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/impls/seq/dvec2.c
/petsc/src/vec/vec/impls/seq/ftn-custom/makefile
/petsc/src/vec/vec/impls/seq/ftn-custom/zbvec2f.c
/petsc/src/vec/vec/impls/seq/makefile
/petsc/src/vec/vec/impls/seq/vseqcr.c
/petsc/src/vec/vec/impls/shared/makefile
/petsc/src/vec/vec/impls/shared/shvec.c
/petsc/src/vec/vec/interface/dlregisvec.c
/petsc/src/vec/vec/interface/ftn-custom/makefile
/petsc/src/vec/vec/interface/ftn-custom/zvecregf.c
/petsc/src/vec/vec/interface/ftn-custom/zvectorf.c
/petsc/src/vec/vec/interface/makefile
/petsc/src/vec/vec/interface/map.c
/petsc/src/vec/vec/interface/mapcreate.c
/petsc/src/vec/vec/interface/mapreg.c
/petsc/src/vec/vec/interface/mapregall.c
/petsc/src/vec/vec/interface/veccreate.c
/petsc/src/vec/vec/interface/vecreg.c
/petsc/src/vec/vec/interface/vecregall.c
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/makefile
/petsc/src/vec/vec/utils/cmesh.c
/petsc/src/vec/vec/utils/comb.c
/petsc/src/vec/vec/utils/ftn-custom/makefile
/petsc/src/vec/vec/utils/ftn-custom/zveciof.c
/petsc/src/vec/vec/utils/ftn-custom/zvscatf.c
/petsc/src/vec/vec/utils/makefile
/petsc/src/vec/vec/utils/matlab/gcreatev.c
/petsc/src/vec/vec/utils/matlab/makefile
/petsc/src/vec/vec/utils/vecio.c
/petsc/src/vec/vec/utils/vecmpitoseq.c
/petsc/src/vec/vec/utils/vecstash.c
/petsc/src/vec/vec/utils/vinv.c
/petsc/src/vec/vec/utils/vpscat.c
/petsc/src/vec/vec/utils/vscat.c
e9a2bbcd31-May-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3323.2.2
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050531182947|31450
ChangeSet
1.3323.2.2 05/05/31 13:29:47 barrysmith@barrysmith-57.mcs.anl.gov +3 -0
gcc as shared library

bk-changeset-1.3323.2.2
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050531182947|31450
ChangeSet
1.3323.2.2 05/05/31 13:29:47 barrysmith@barrysmith-57.mcs.anl.gov +3 -0
gcc as shared library linker includes SystemLib stuff that resolves the STUB undefined nonsense
on Mac
also memchkq before and after some more user provided functions
(can't trust those users :-)).

bmake/common/rules.shared.basic
1.20 05/05/31 13:23:45 barrysmith@barrysmith-57.mcs.anl.gov +4 -4
gcc as shared library linker includes SystemLib stuff that resolves the STUB undefined nonsense

src/ksp/pc/impls/shell/shellpc.c
1.29 05/05/31 10:37:41 barrysmith@barry-smiths-computer.local +6 -0
chkmemq before and after untrustworthy user call

src/snes/interface/snes.c
1.80 05/05/31 10:37:34 barrysmith@barry-smiths-computer.local +2 -0
chkmemq before and after untrustworthy user call


Hg-commit: e804db33d234baf8a04660afecad7fbb23f2eed3

show more ...


/petsc/bin/adprocess.py
/petsc/bin/config/acconfig.h
/petsc/bmake/adic.init
/petsc/bmake/common/rules
/petsc/bmake/common/rules.shared.basic
/petsc/bmake/common/variables
/petsc/config/aix5.1.0.0-64
/petsc/config/aix5.1.0.0-64.py
/petsc/config/configure.py
/petsc/config/freebsd5.1-c89.py
/petsc/config/freebsd5.1.py
/petsc/config/linux-rhAS3-gcc32.py
/petsc/config/linux-rhAS3-intel81.py
/petsc/include/finclude/petscpc.h
/petsc/include/finclude/petscts.h
/petsc/include/makefile
/petsc/include/petsc.h
/petsc/include/petscadic.h
/petsc/include/petscao.h
/petsc/include/petscbag.h
/petsc/include/petscblaslapack_c.h
/petsc/include/petscblaslapack_caps.h
/petsc/include/petscblaslapack_cptofcd.h
/petsc/include/petscblaslapack_stdcall.h
/petsc/include/petscblaslapack_uscore.h
/petsc/include/petscctable.h
/petsc/include/petscda.h
/petsc/include/petscdmmg.h
/petsc/include/petscdraw.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/include/petscsys.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/petsc/include/petscviewer.h
/petsc/include/zpetsc.h
/petsc/maint/buildtest
/petsc/maint/confignightly/seaborg
/petsc/maint/generateetags.py
/petsc/maint/generatefortranstubs.py
/petsc/make.py
/petsc/makefile
/petsc/projects/c++/ksp/ex2/ex2.dsp
/petsc/projects/c/ksp/ex2/ex2.dsp
/petsc/projects/complex/ksp/ex2/ex2.dsp
/petsc/projects/fortran/ksp/ex2f/ex2f.dsp
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/compilerOptions.py
/petsc/python/PETSc/package.py
/petsc/python/PETSc/packages/ADIC.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/BlockSolve.py
/petsc/python/PETSc/packages/Dscpack.py
/petsc/python/PETSc/packages/Jostle.py
/petsc/python/PETSc/packages/MPE.py
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/Mathematica.py
/petsc/python/PETSc/packages/Matlab.py
/petsc/python/PETSc/packages/ParMetis.py
/petsc/python/PETSc/packages/Prometheus.py
/petsc/python/PETSc/packages/SCALAPACK.py
/petsc/python/PETSc/packages/Scotch.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/blacs.py
/petsc/python/PETSc/packages/c2html.py
/petsc/python/PETSc/packages/hypre.py
/petsc/python/PETSc/packages/lgrind.py
/petsc/python/PETSc/packages/ml.py
/petsc/python/PETSc/packages/sowing.py
/petsc/python/PETSc/packages/sundials.py
/petsc/python/PETSc/petsc.py
/petsc/python/PETSc/utilities/Etags.py
/petsc/python/PETSc/utilities/FPTrap.py
/petsc/python/PETSc/utilities/Regression.py
/petsc/python/PETSc/utilities/__init__.py
/petsc/python/PETSc/utilities/arch.py
/petsc/python/PETSc/utilities/bmakeDir.py
/petsc/python/PETSc/utilities/dataFilesPath.py
/petsc/python/PETSc/utilities/debugging.py
/petsc/python/PETSc/utilities/dynamicLibraries.py
/petsc/python/PETSc/utilities/fortranCPP.py
/petsc/python/PETSc/utilities/fortranCommandLine.py
/petsc/python/PETSc/utilities/getResidentSetSize.py
/petsc/python/PETSc/utilities/languages.py
/petsc/python/PETSc/utilities/libraryOptions.py
/petsc/python/PETSc/utilities/missing.py
/petsc/python/PETSc/utilities/sharedLibraries.py
/petsc/python/makefile
/petsc/python/sidl/snes.sidl
/petsc/src/adic/src/adpetsc.h
/petsc/src/adic/src/adpetscadic.c
/petsc/src/adic/src/petscadic.c
/petsc/src/contrib/fun3d/comp/flow.c
/petsc/src/contrib/fun3d/comp/user.F
/petsc/src/contrib/fun3d/comp/userJac.F
/petsc/src/contrib/fun3d/incomp/flow.c
/petsc/src/contrib/sif/1d/sif.F
/petsc/src/contrib/sif/1d/sifseq.F
/petsc/src/contrib/sif/2d/sif.F
/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/da/src/dagtona.c
/petsc/src/dm/da/src/dainterp.c
/petsc/src/dm/da/utils/sda2.c
/petsc/src/dm/ftn-custom/makefile
/petsc/src/dm/ftn-custom/zao.c
/petsc/src/dm/ftn-custom/zda.c
/petsc/src/dm/ftn-custom/zsda.c
/petsc/src/dm/makefile
/petsc/src/dm/usg/utils/inpututils.c
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/developers/index.html
/petsc/src/docs/website/documentation/changes/221.html
/petsc/src/docs/website/documentation/changes/230.html
/petsc/src/docs/website/documentation/copyright.html
/petsc/src/docs/website/documentation/index.html
/petsc/src/docs/website/download/index.html
/petsc/src/docs/website/features/index.html
/petsc/src/docs/website/index.html
/petsc/src/docs/website/miscellaneous/acknwldg.html
/petsc/src/docs/website/miscellaneous/external.html
/petsc/src/docs/website/miscellaneous/index.html
/petsc/src/docs/website/miscellaneous/plans.html
/petsc/src/docs/website/publications/index.html
/petsc/src/fortran/fsrc/makefile
/petsc/src/fortran/makefile
/petsc/src/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/examples/tutorials/ex22.c
/petsc/src/ksp/examples/tutorials/ex32.c
/petsc/src/ksp/examples/tutorials/makefile
/petsc/src/ksp/examples/tutorials/output/ex32_1.out
/petsc/src/ksp/ftn-custom/makefile
/petsc/src/ksp/ftn-custom/zksp.c
/petsc/src/ksp/ftn-custom/zpc.c
/petsc/src/ksp/ksp/impls/gmres/fgmres/fgmres.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/makefile
/petsc/src/ksp/pc/impls/ml/ml.c
/petsc/src/ksp/pc/impls/shell/shellpc.c
/petsc/src/mat/examples/tests/ex102.c
/petsc/src/mat/examples/tests/ex94.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex102_1.out
/petsc/src/mat/ftn-custom/makefile
/petsc/src/mat/ftn-custom/zmat.c
/petsc/src/mat/impls/aij/mpi/csrperm/mpicsrperm.c
/petsc/src/mat/impls/aij/mpi/makefile
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/csrperm/csrperm.c
/petsc/src/mat/impls/aij/seq/makefile
/petsc/src/mat/impls/aij/seq/matlab/aijmatlab.c
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/lrc/lrc.c
/petsc/src/mat/impls/lrc/makefile
/petsc/src/mat/impls/makefile
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/makefile
/petsc/src/snes/examples/tutorials/ex1.py
/petsc/src/snes/examples/tutorials/ex5f.F
/petsc/src/snes/ftn-custom/makefile
/petsc/src/snes/ftn-custom/zdmmg.c
/petsc/src/snes/ftn-custom/zsnes.c
/petsc/src/snes/impls/tr/tr.c
snes.c
/petsc/src/snes/makefile
/petsc/src/snes/utils/damg.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/snes/utils/makefile
/petsc/src/sys/ctable.h
/petsc/src/sys/ftn-custom/makefile
/petsc/src/sys/ftn-custom/pmainf.c
/petsc/src/sys/ftn-custom/zdraw.c
/petsc/src/sys/ftn-custom/zoptions.c
/petsc/src/sys/ftn-custom/zplog.c
/petsc/src/sys/ftn-custom/zstart.c
/petsc/src/sys/ftn-custom/zstartf.c
/petsc/src/sys/ftn-custom/zsys.c
/petsc/src/sys/ftn-custom/zviewer.c
/petsc/src/sys/makefile
/petsc/src/sys/src/bag/bag.c
/petsc/src/sys/src/dll/dl.c
/petsc/src/sys/src/dll/reg.c
/petsc/src/sys/src/error/fp.c
/petsc/src/sys/src/error/signal.c
/petsc/src/sys/src/fileio/mprint.c
/petsc/src/sys/src/fileio/mprint.h
/petsc/src/sys/src/memory/mem.c
/petsc/src/sys/src/objects/olist.c
/petsc/src/sys/src/objects/pinit.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/plog.h
/petsc/src/sys/src/plog/stageLog.c
/petsc/src/sys/src/utils/ctable.c
/petsc/src/sys/src/viewer/impls/socket/matlab/makefile
/petsc/src/sys/src/viewer/interface/viewers.c
/petsc/src/ts/examples/tests/ex2.c
/petsc/src/ts/examples/tests/ex4.c
/petsc/src/ts/examples/tutorials/util2.c
/petsc/src/ts/ftn-custom/makefile
/petsc/src/ts/ftn-custom/zts.c
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/ts/impls/implicit/makefile
/petsc/src/ts/impls/implicit/sundials/makefile
/petsc/src/ts/impls/implicit/sundials/sundials.c
/petsc/src/ts/impls/implicit/sundials/sundials.h
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tsreg.c
/petsc/src/ts/interface/tsregall.c
/petsc/src/ts/makefile
/petsc/src/vec/ftn-custom/makefile
/petsc/src/vec/ftn-custom/zis.c
/petsc/src/vec/ftn-custom/zvec.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/is/impls/stride/stride.c
/petsc/src/vec/is/utils/iscoloring.c
/petsc/src/vec/makefile
/petsc/src/vec/utils/makefile
/petsc/src/vec/utils/vinv.c
/petsc/todo
7aaed0d812-May-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3215.4.1
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050512144230|26970
ChangeSet
1.3215.4.1 05/05/12 09:42:30 barrysmith@barrysmith-57.mcs.anl.gov +1 -0
snes.c:
bug fix p

bk-changeset-1.3215.4.1
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050512144230|26970
ChangeSet
1.3215.4.1 05/05/12 09:42:30 barrysmith@barrysmith-57.mcs.anl.gov +1 -0
snes.c:
bug fix petsc-maint when user sets ew_conv flag before snessetfromoptions called then
it is overwritten
bug fix snessetupcalled was incorrectly written as set to FALSE at end of call
when translating to the int style 1

src/snes/interface/snes.c
1.77.1.1 05/05/12 09:42:07 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
bug fix petsc-maint when user sets ew_conv flag before snessetfromoptions called then
it is overwritten

bug fix snessetupcalled was incorrectly written as set to FALSE at end of call
when translating to the int style 1


Hg-commit: fa94c024feb0217139e4abc793384550013d7adf

show more ...


/petsc/bin/taucc.py
/petsc/include/finclude/petscmg.h
/petsc/include/petsc.h
/petsc/include/petscbag.h
/petsc/include/petscksp.h
/petsc/include/petscversion.h
/petsc/makefile
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/compilerOptions.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/lgrind.py
/petsc/python/PETSc/utilities/Make.py
/petsc/python/PETSc/utilities/dynamicLibraries.py
/petsc/python/PETSc/utilities/libraryOptions.py
/petsc/src/bilinear/impls/dense/seq/makefile
/petsc/src/bilinear/interface/makefile
/petsc/src/contrib/fun3d/comp/user.F
/petsc/src/contrib/fun3d/incomp/user.F
/petsc/src/contrib/fun3d/incomp/userJac.F
/petsc/src/dm/da/examples/tutorials/makefile
/petsc/src/dm/da/src/da2.c
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/download/index.html
/petsc/src/docs/website/miscellaneous/acknwldg.html
/petsc/src/fortran/custom/zmat.c
/petsc/src/ksp/examples/tutorials/ex2f.F
/petsc/src/ksp/examples/tutorials/ex31.c
/petsc/src/ksp/ksp/impls/bcgs/bcgs.c
/petsc/src/ksp/ksp/impls/bcgsl/bcgsl.c
/petsc/src/ksp/ksp/kspimpl.h
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/factor/cholesky/cholesky.c
/petsc/src/ksp/pc/impls/factor/icc/icc.c
/petsc/src/ksp/pc/impls/factor/ilu/ilu.c
/petsc/src/ksp/pc/impls/factor/lu/lu.c
/petsc/src/ksp/pc/impls/factor/makefile
/petsc/src/ksp/pc/impls/is/nn/nn.c
/petsc/src/mat/examples/tutorials/makefile
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/essl/essl.c
/petsc/src/mat/impls/aij/seq/essl/makefile
/petsc/src/mat/interface/matregis.c
snes.c
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/examples/tutorials/ex5.c
/petsc/src/sys/src/bag/bag.c
/petsc/src/sys/src/fileio/sysio.c
/petsc/src/sys/src/viewer/impls/binary/binv.c
/petsc/src/ts/examples/tutorials/ex2f.F
/petsc/src/vec/examples/tests/ex20f.F
/petsc/src/vec/examples/tutorials/ex1f.F
/petsc/src/vec/is/examples/tutorials/ex2f.F
/petsc/todo
abb0e12425-Apr-2005 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.3193.1.1
knepley@khan.(none)|ChangeSet|20050425200429|18993
ChangeSet
1.3193.1.1 05/04/25 15:04:29 knepley@khan.(none) +36 -0
Changed order of VecSetRandom arguments
Configure fi

bk-changeset-1.3193.1.1
knepley@khan.(none)|ChangeSet|20050425200429|18993
ChangeSet
1.3193.1.1 05/04/25 15:04:29 knepley@khan.(none) +36 -0
Changed order of VecSetRandom arguments
Configure fix

src/vec/interface/vector.c
1.129 05/04/25 15:04:27 knepley@khan.(none) +8 -8
Changed order of VecSetRandom arguments

src/vec/impls/seq/dvec2.c
1.32 05/04/25 15:04:27 knepley@khan.(none) +1 -1
Changed order of VecSetRandom arguments

src/vec/impls/dvecimpl.h
1.13 05/04/25 15:04:27 knepley@khan.(none) +1 -1
Changed order of VecSetRandom arguments

src/vec/examples/tests/ex34.c
1.9 05/04/25 15:04:27 knepley@khan.(none) +1 -1
Changed order of VecSetRandom arguments

src/snes/interface/noise/snesnoise.c
1.20 05/04/25 15:04:27 knepley@khan.(none) +1 -1
Changed order of VecSetRandom arguments

src/snes/impls/ls/ls.c
1.59 05/04/25 15:04:27 knepley@khan.(none) +1 -1
Changed order of VecSetRandom arguments

src/mat/utils/multequal.c
1.9 05/04/25 15:04:27 knepley@khan.(none) +6 -6
Changed order of VecSetRandom arguments

src/mat/examples/tests/ex96.c
1.16 05/04/25 15:04:27 knepley@khan.(none) +2 -2
Changed order of VecSetRandom arguments

src/mat/examples/tests/ex94.c
1.20 05/04/25 15:04:27 knepley@khan.(none) +3 -3
Changed order of VecSetRandom arguments

src/mat/examples/tests/ex92.c
1.12 05/04/25 15:04:27 knepley@khan.(none) +3 -3
Changed order of VecSetRandom arguments

src/mat/examples/tests/ex91.c
1.7 05/04/25 15:04:27 knepley@khan.(none) +3 -3
Changed order of VecSetRandom arguments

src/mat/examples/tests/ex77.c
1.9 05/04/25 15:04:27 knepley@khan.(none) +4 -4
Changed order of VecSetRandom arguments

src/mat/examples/tests/ex76.c
1.19 05/04/25 15:04:27 knepley@khan.(none) +1 -1
Changed order of VecSetRandom arguments

src/mat/examples/tests/ex75.c
1.25 05/04/25 15:04:27 knepley@khan.(none) +4 -4
Changed order of VecSetRandom arguments

src/mat/examples/tests/ex74.c
1.32 05/04/25 15:04:27 knepley@khan.(none) +4 -4
Changed order of VecSetRandom arguments

src/mat/examples/tests/ex72.c
1.11 05/04/25 15:04:27 knepley@khan.(none) +1 -1
Changed order of VecSetRandom arguments

src/mat/examples/tests/ex54.c
1.9 05/04/25 15:04:27 knepley@khan.(none) +2 -2
Changed order of VecSetRandom arguments

src/mat/examples/tests/ex53.c
1.17 05/04/25 15:04:27 knepley@khan.(none) +8 -8
Changed order of VecSetRandom arguments

src/mat/examples/tests/ex51.c
1.9 05/04/25 15:04:27 knepley@khan.(none) +2 -2
Changed order of VecSetRandom arguments

src/mat/examples/tests/ex48.c
1.19 05/04/25 15:04:27 knepley@khan.(none) +7 -7
Changed order of VecSetRandom arguments

src/mat/examples/tests/ex47.c
1.10 05/04/25 15:04:27 knepley@khan.(none) +2 -2
Changed order of VecSetRandom arguments

src/ksp/examples/tutorials/ex4.c
1.14 05/04/25 15:04:27 knepley@khan.(none) +1 -1
Changed order of VecSetRandom arguments

src/ksp/examples/tutorials/ex2.c
1.14 05/04/25 15:04:27 knepley@khan.(none) +1 -1
Changed order of VecSetRandom arguments

src/ksp/examples/tutorials/ex11.c
1.15 05/04/25 15:04:27 knepley@khan.(none) +1 -1
Changed order of VecSetRandom arguments

src/ksp/examples/tests/ex26.c
1.6 05/04/25 15:04:27 knepley@khan.(none) +1 -1
Changed order of VecSetRandom arguments

src/ksp/examples/tests/ex24.c
1.15 05/04/25 15:04:27 knepley@khan.(none) +1 -1
Changed order of VecSetRandom arguments

src/ksp/examples/tests/ex19.c
1.16 05/04/25 15:04:27 knepley@khan.(none) +1 -1
Changed order of VecSetRandom arguments

src/ksp/examples/tests/ex17.c
1.15 05/04/25 15:04:27 knepley@khan.(none) +1 -1
Changed order of VecSetRandom arguments

src/fortran/custom/zvec.c
1.21 05/04/25 15:04:27 knepley@khan.(none) +2 -2
Changed order of VecSetRandom arguments

src/docs/website/documentation/changes/230.html
1.45 05/04/25 15:04:27 knepley@khan.(none) +1 -0
Changed order of VecSetRandom arguments

src/dm/da/src/da2.c
1.66 05/04/25 15:04:27 knepley@khan.(none) +1 -1
Changed order of VecSetRandom arguments

src/dm/da/examples/tests/ex23.c
1.12 05/04/25 15:04:27 knepley@khan.(none) +1 -1
Changed order of VecSetRandom arguments

python/PETSc/packages/ParMetis.py
1.55 05/04/25 15:04:27 knepley@khan.(none) +1 -0
Can now check for math library

python/PETSc/package.py
1.56 05/04/25 15:04:27 knepley@khan.(none) +6 -0
Can now check for math library

include/vecimpl.h
1.44 05/04/25 15:04:27 knepley@khan.(none) +1 -1
Changed order of VecSetRandom arguments

include/petscvec.h
1.75 05/04/25 15:04:27 knepley@khan.(none) +1 -1
Changed order of VecSetRandom arguments


Hg-commit: c3ad6e4945a4acd5357b26530cd1ecfba4b3a732

show more ...


/petsc/bmake/adic.init
/petsc/bmake/common/rules.shared.basic
/petsc/bmake/common/test
/petsc/config/configure.py
/petsc/config/freebsd5.1-c89.py
/petsc/config/freebsd5.1.py
/petsc/config/linux-gnu-amd64.py
/petsc/config/linux-gnu-gcc-absoft.py
/petsc/config/solaris2.9.py
/petsc/include/petscmat.h
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/petsc/include/vecimpl.h
/petsc/maint/buildtest
/petsc/maint/copylognightly
/petsc/maint/copylognightly.tao
/petsc/maint/update-docs.py
/petsc/make.py
/petsc/makefile
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/compilerOptions.py
/petsc/python/PETSc/package.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/BlockSolve.py
/petsc/python/PETSc/packages/Dscpack.py
/petsc/python/PETSc/packages/Jostle.py
/petsc/python/PETSc/packages/MPE.py
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/MUMPS.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/Prometheus.py
/petsc/python/PETSc/packages/SCALAPACK.py
/petsc/python/PETSc/packages/Scotch.py
/petsc/python/PETSc/packages/SuperLU.py
/petsc/python/PETSc/packages/SuperLU_DIST.py
/petsc/python/PETSc/packages/Triangle.py
/petsc/python/PETSc/packages/UMFPACK.py
/petsc/python/PETSc/packages/X11.py
/petsc/python/PETSc/packages/blacs.py
/petsc/python/PETSc/packages/hypre.py
/petsc/python/PETSc/packages/ml.py
/petsc/python/PETSc/packages/sowing.py
/petsc/python/PETSc/packages/spai.py
/petsc/python/PETSc/packages/spooles.py
/petsc/python/PETSc/petsc.py
/petsc/python/PETSc/utilities/Etags.py
/petsc/python/PETSc/utilities/FPTrap.py
/petsc/python/PETSc/utilities/Regression.py
/petsc/python/PETSc/utilities/bmakeDir.py
/petsc/python/PETSc/utilities/compilerFlags.py
/petsc/python/PETSc/utilities/dataFilesPath.py
/petsc/python/PETSc/utilities/debuggers.py
/petsc/python/PETSc/utilities/dynamicLibraries.py
/petsc/python/PETSc/utilities/fortranCPP.py
/petsc/python/PETSc/utilities/fortranCommandLine.py
/petsc/python/PETSc/utilities/getResidentSetSize.py
/petsc/python/PETSc/utilities/languages.py
/petsc/python/PETSc/utilities/libraryOptions.py
/petsc/python/PETSc/utilities/missing.py
/petsc/python/PETSc/utilities/sharedLibraries.py
/petsc/python/makefile
/petsc/python/sidl/snes.sidl
/petsc/src/dm/da/examples/tests/ex23.c
/petsc/src/dm/da/examples/tutorials/ex6.c
/petsc/src/dm/da/examples/tutorials/makefile
/petsc/src/dm/da/src/da2.c
/petsc/src/docs/tex/manual/intro.tex
/petsc/src/docs/tex/manual/manual.tex
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/changes/230.html
/petsc/src/docs/website/documentation/changes/index.html
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/index.html
/petsc/src/fortran/custom/zvec.c
/petsc/src/ksp/examples/tests/ex10.c
/petsc/src/ksp/examples/tests/ex17.c
/petsc/src/ksp/examples/tests/ex19.c
/petsc/src/ksp/examples/tests/ex24.c
/petsc/src/ksp/examples/tests/ex26.c
/petsc/src/ksp/examples/tests/makefile
/petsc/src/ksp/examples/tutorials/ex11.c
/petsc/src/ksp/examples/tutorials/ex13.c
/petsc/src/ksp/examples/tutorials/ex2.c
/petsc/src/ksp/examples/tutorials/ex29.c
/petsc/src/ksp/examples/tutorials/ex31.c
/petsc/src/ksp/examples/tutorials/ex4.c
/petsc/src/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cg/cgne/cgne.c
/petsc/src/ksp/ksp/impls/symmlq/symmlq.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/prometheus/makefile
/petsc/src/mat/examples/tests/ex47.c
/petsc/src/mat/examples/tests/ex48.c
/petsc/src/mat/examples/tests/ex51.c
/petsc/src/mat/examples/tests/ex53.c
/petsc/src/mat/examples/tests/ex54.c
/petsc/src/mat/examples/tests/ex72.c
/petsc/src/mat/examples/tests/ex74.c
/petsc/src/mat/examples/tests/ex75.c
/petsc/src/mat/examples/tests/ex76.c
/petsc/src/mat/examples/tests/ex77.c
/petsc/src/mat/examples/tests/ex91.c
/petsc/src/mat/examples/tests/ex92.c
/petsc/src/mat/examples/tests/ex94.c
/petsc/src/mat/examples/tests/ex96.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/impls/aij/mpi/csrperm/makefile
/petsc/src/mat/impls/aij/mpi/csrperm/mpicsrperm.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/csrperm/csrperm.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/utils/multequal.c
/petsc/src/snes/examples/tests/ex13.c
/petsc/src/snes/examples/tests/ex7.c
/petsc/src/snes/examples/tutorials/ex30.c
/petsc/src/snes/impls/ls/ls.c
noise/snesnoise.c
/petsc/src/sys/examples/tutorials/ex5.c
/petsc/src/sys/examples/tutorials/makefile
/petsc/src/sys/src/dll/dl.c
/petsc/src/sys/src/fileio/makefile
/petsc/src/sys/src/fileio/mprint.c
/petsc/src/sys/src/fileio/sysio.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/inherit.c
/petsc/src/sys/src/plog/makefile
/petsc/src/sys/src/plog/plog.c
/petsc/src/ts/examples/tutorials/ex2f.F
/petsc/src/vec/examples/tests/ex32f.F
/petsc/src/vec/examples/tests/ex34.c
/petsc/src/vec/impls/dvecimpl.h
/petsc/src/vec/impls/seq/dvec2.c
/petsc/src/vec/interface/vector.c
/petsc/todo
4081143f14-Apr-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3105
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050414212435|25137
ChangeSet
1.3105 05/04/14 16:24:35 barrysmith@barrysmith-57.mcs.anl.gov +7 -0
get rid of authors contents s

bk-changeset-1.3105
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050414212435|25137
ChangeSet
1.3105 05/04/14 16:24:35 barrysmith@barrysmith-57.mcs.anl.gov +7 -0
get rid of authors contents stuff for dynamic librares, not used any more

src/vec/interface/dlregisvec.c
1.28 05/04/14 16:24:33 barrysmith@barrysmith-57.mcs.anl.gov +0 -5
get rid of authors contents stuff for dynamic librares, not used any more

src/ts/interface/dlregists.c
1.22 05/04/14 16:24:33 barrysmith@barrysmith-57.mcs.anl.gov +0 -7
get rid of authors contents stuff for dynamic librares, not used any more

src/sys/src/viewer/interface/dlregispetsc.c
1.24 05/04/14 16:24:33 barrysmith@barrysmith-57.mcs.anl.gov +0 -4
get rid of authors contents stuff for dynamic librares, not used any more

src/snes/interface/dlregissnes.c
1.24 05/04/14 16:24:33 barrysmith@barrysmith-57.mcs.anl.gov +0 -7
get rid of authors contents stuff for dynamic librares, not used any more

src/mat/interface/dlregismat.c
1.32 05/04/14 16:24:33 barrysmith@barrysmith-57.mcs.anl.gov +0 -4
get rid of authors contents stuff for dynamic librares, not used any more

src/ksp/ksp/interface/dlregisksp.c
1.26 05/04/14 16:24:33 barrysmith@barrysmith-57.mcs.anl.gov +0 -7
get rid of authors contents stuff for dynamic librares, not used any more

src/dm/ao/interface/dlregisdm.c
1.27 05/04/14 16:24:33 barrysmith@barrysmith-57.mcs.anl.gov +0 -8
get rid of authors contents stuff for dynamic librares, not used any more


Hg-commit: ff1672b2151eae3e69ed9d4efc870a7139ae105c

show more ...

1153da1114-Apr-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3094.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20050414014634|22332
ChangeSet
1.3094.1.1 05/04/13 20:46:34 barrysmith@barry-smiths-computer.local +26 -0
changed petscdll

bk-changeset-1.3094.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20050414014634|22332
ChangeSet
1.3094.1.1 05/04/13 20:46:34 barrysmith@barry-smiths-computer.local +26 -0
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/vec/interface/makefile
1.8 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +1 -1
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/vec/interface/dlregisvec.c
1.27 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +2 -3
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/ts/interface/makefile
1.6 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +1 -1
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/ts/interface/dlregists.c
1.21 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +2 -3
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/sys/src/viewer/interface/dlregispetsc.c
1.23 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +2 -3
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/sys/src/utils/str.c
1.32 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +30 -0
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/sys/src/utils/makefile
1.11 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +1 -1
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/sys/src/dll/dl.c
1.34 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +28 -76
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/sys/examples/tutorials/makefile
1.10 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +1 -2
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/snes/interface/makefile
1.7 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +2 -2
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/snes/interface/dlregissnes.c
1.23 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +2 -3
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/mat/interface/makefile
1.6 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +1 -1
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/mat/interface/dlregismat.c
1.31 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +2 -3
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/ksp/ksp/interface/dlregisksp.c
1.25 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +2 -3
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/dm/ao/interface/dlregisdm.c
1.26 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +1 -2
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

bmake/common/rules.shared.darwin7
1.13 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +5 -6
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/mat/impls/aij/seq/essl/essl.c
1.39 05/04/13 20:46:30 barrysmith@barry-smiths-computer.local +19 -17
formating

src/ksp/ksp/interface/makefile
1.6 05/04/13 20:46:30 barrysmith@barry-smiths-computer.local +2 -2
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

src/dm/ao/interface/makefile
1.8 05/04/13 20:46:30 barrysmith@barry-smiths-computer.local +1 -1
changed petscdllibraryopen() to load symbol based on filename
so that symbol is different in each dynamic library and hence
can build dynamic libraries on mac

python/PETSc/utilities/dynamicLibraries.py
1.9 05/04/13 20:46:30 barrysmith@barry-smiths-computer.local +2 -3
shared libraries allowed on Mac

include/petsc.h
1.128 05/04/13 20:46:30 barrysmith@barry-smiths-computer.local +1 -0
added search for substring starting from end

BitKeeper/deleted/.del-ex4.c~dbd43215a9eb8a1b
1.9 05/04/13 19:17:33 barrysmith@barry-smiths-computer.local +0 -0
Delete: src/sys/examples/tutorials/ex4.c

src/dm/da/src/da2.c
1.65 05/04/13 19:00:52 barrysmith@barry-smiths-computer.local +31 -50
always set x,xs,y,ys from lx, ly and removed unneeded code

src/dm/da/src/da3.c
1.36 05/04/13 18:56:40 barrysmith@barry-smiths-computer.local +18 -38
eliminate code that manually sets x,xs,y,ys,z,zs when PETSc sets lx,ly, lz

BitKeeper/deleted/.del-dlregis.h~65e71245d21434f
1.11 05/04/13 17:25:29 barrysmith@barry-smiths-computer.local +1 -1
Delete: src/sys/src/utils/dlregis.h

src/dm/ao/interface/dlregisdm.c
1.25 05/04/13 17:24:55 barrysmith@barry-smiths-computer.local +1 -1
*** empty log message ***

bmake/common/rules.shared.darwin7
1.12 05/04/13 14:56:41 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
save tries

bmake/common/rules.shared.darwin7
1.11 05/04/13 13:36:18 barrysmith@barrysmith-57.mcs.anl.gov +12 -12
try adding other stuff

src/ts/interface/dlregists.c
1.20 05/04/13 13:19:50 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Rename: src/ts/interface/dlregis.c -> src/ts/interface/dlregists.c

BitKeeper/deleted/.del-dlregis.c~e51dcaca1281f61b
1.5 05/04/13 13:19:33 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Delete: src/sys/src/viewer/interface/dlregis.c

src/snes/interface/dlregissnes.c
1.22 05/04/13 13:18:51 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Rename: src/snes/interface/dlregis.c -> src/snes/interface/dlregissnes.c

src/mat/interface/dlregismat.c
1.30 05/04/13 13:18:23 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Rename: src/mat/interface/dlregis.c -> src/mat/interface/dlregismat.c

src/ksp/ksp/interface/dlregisksp.c
1.24 05/04/13 13:17:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Rename: src/ksp/ksp/interface/dlregis.c -> src/ksp/ksp/interface/dlregisksp.c

src/dm/ao/interface/dlregisdm.c
1.24 05/04/13 13:17:16 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Rename: src/dm/ao/interface/dlregis.c -> src/dm/ao/interface/dlregisdm.c

src/vec/interface/dlregisvec.c
1.26 05/04/13 13:16:24 barrysmith@barrysmith-57.mcs.anl.gov +0 -0
Rename: src/vec/interface/dlregis.c -> src/vec/interface/dlregisvec.c


Hg-commit: adbb991a27b625ba59426a49bb8f5fb43da1236e

show more ...


/petsc/bmake/common/rules
/petsc/bmake/common/rules.shared.darwin7
/petsc/bmake/common/test
/petsc/bmake/common/variables
/petsc/config/aix5.1.0.0.py
/petsc/config/configure.py
/petsc/config/freebsd5.1-c89.py
/petsc/config/linux-gnu-gcc-absoft.py
/petsc/config/linux-gnu-gcc-pgf90.py
/petsc/config/linux-gnu-intel.py
/petsc/config/solaris-64.py
/petsc/include/petsc.h
/petsc/include/petscbag.h
/petsc/include/vecimpl.h
/petsc/maint/buildtest
/petsc/maint/startnightly
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/compilerOptions.py
/petsc/python/PETSc/package.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/BlockSolve.py
/petsc/python/PETSc/packages/Dscpack.py
/petsc/python/PETSc/packages/Jostle.py
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/Matlab.py
/petsc/python/PETSc/packages/PVODE.py
/petsc/python/PETSc/packages/ParMetis.py
/petsc/python/PETSc/packages/Prometheus.py
/petsc/python/PETSc/packages/Scotch.py
/petsc/python/PETSc/packages/Triangle.py
/petsc/python/PETSc/packages/X11.py
/petsc/python/PETSc/packages/c2html.py
/petsc/python/PETSc/packages/lgrind.py
/petsc/python/PETSc/packages/sowing.py
/petsc/python/PETSc/utilities/Regression.py
/petsc/python/PETSc/utilities/arch.py
/petsc/python/PETSc/utilities/debugging.py
/petsc/python/PETSc/utilities/dynamicLibraries.py
/petsc/src/dm/ao/interface/dlregisdm.c
/petsc/src/dm/ao/interface/makefile
/petsc/src/dm/da/examples/tutorials/ex6f90.F
/petsc/src/dm/da/examples/tutorials/makefile
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/da3.c
/petsc/src/fortran/custom/zao.c
/petsc/src/fortran/custom/zda.c
/petsc/src/fortran/custom/zis.c
/petsc/src/fortran/custom/zmat.c
/petsc/src/fortran/custom/zpetsc.h
/petsc/src/fortran/custom/zstart.c
/petsc/src/fortran/custom/zsys.c
/petsc/src/fortran/custom/zvec.c
/petsc/src/ksp/examples/tutorials/ex29.c
/petsc/src/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/interface/dlregisksp.c
/petsc/src/ksp/ksp/interface/makefile
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/prometheus/petscprom.c
/petsc/src/mat/examples/tests/ex12.c
/petsc/src/mat/impls/aij/seq/csrperm/csrperm.c
/petsc/src/mat/impls/aij/seq/essl/essl.c
/petsc/src/mat/impls/aij/seq/matlab/aijmatlab.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/interface/dlregismat.c
/petsc/src/mat/interface/makefile
/petsc/src/snes/examples/tutorials/makefile
dlregissnes.c
makefile
/petsc/src/sys/examples/tutorials/ex5.c
/petsc/src/sys/examples/tutorials/makefile
/petsc/src/sys/examples/tutorials/output/ex5_1.out
/petsc/src/sys/src/bag/bag.c
/petsc/src/sys/src/dll/dl.c
/petsc/src/sys/src/fileio/fretrieve.c
/petsc/src/sys/src/fileio/mprint.c
/petsc/src/sys/src/matlabengine/matlab.c
/petsc/src/sys/src/memory/mem.c
/petsc/src/sys/src/objects/options.c
/petsc/src/sys/src/objects/ptype.c
/petsc/src/sys/src/objects/tagm.c
/petsc/src/sys/src/utils/makefile
/petsc/src/sys/src/utils/str.c
/petsc/src/sys/src/viewer/impls/ascii/filev.c
/petsc/src/sys/src/viewer/interface/dlregispetsc.c
/petsc/src/ts/interface/dlregists.c
/petsc/src/ts/interface/makefile
/petsc/src/vec/impls/mpi/pbvec.c
/petsc/src/vec/impls/seq/dvec2.c
/petsc/src/vec/interface/dlregisvec.c
/petsc/src/vec/interface/makefile
/petsc/todo
4dc4c82231-Mar-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3046.1.1
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050331223321|57460
ChangeSet
1.3046.1.1 05/03/31 16:33:21 barrysmith@barrysmith-57.mcs.anl.gov +44 -0
added back in a PETS

bk-changeset-1.3046.1.1
barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050331223321|57460
ChangeSet
1.3046.1.1 05/03/31 16:33:21 barrysmith@barrysmith-57.mcs.anl.gov +44 -0
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/sys/src/viewer/impls/binary/binv.c
1.48 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/sys/src/objects/ptype.c
1.14 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +8 -3
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/sys/src/objects/pinit.c
1.62 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/sys/src/objects/options.c
1.57 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +35 -35
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/sys/src/objects/init.c
1.55 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/sys/src/objects/ams/aoptions.c
1.35 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +55 -55
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/sys/src/fileio/sysio.c
1.35 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +7 -1
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/sys/src/bag/bag.c
1.16 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +31 -4
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/snes/utils/damgsnes.c
1.61 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +4 -4
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/snes/mf/wp.c
1.19 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/snes/examples/tutorials/ex5f.F
1.19 05/03/31 16:33:18 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/snes/examples/tutorials/ex5.c
1.23 05/03/31 16:33:17 barrysmith@barrysmith-57.mcs.anl.gov +4 -4
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/snes/examples/tutorials/ex27.c
1.14 05/03/31 16:33:17 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/snes/examples/tutorials/ex26.c
1.22 05/03/31 16:33:17 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/mat/partition/impls/party/party.c
1.14 05/03/31 16:33:17 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/mat/impls/aij/seq/superlu/superlu.c
1.79 05/03/31 16:33:17 barrysmith@barrysmith-57.mcs.anl.gov +6 -6
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/mat/impls/aij/seq/spooles/spoolesOptions.c
1.33 05/03/31 16:33:17 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.111 05/03/31 16:33:17 barrysmith@barrysmith-57.mcs.anl.gov +4 -4
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/mat/impls/aij/mpi/mpiov.c
1.34 05/03/31 16:33:17 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/mat/examples/tests/ex76.c
1.18 05/03/31 16:33:17 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/ksp/pc/impls/sor/sor.c
1.29 05/03/31 16:33:17 barrysmith@barrysmith-57.mcs.anl.gov +5 -5
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/ksp/pc/impls/ml/ml.c
1.20 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/ksp/pc/impls/jacobi/jacobi.c
1.19 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/ksp/pc/impls/is/feti/fetipc.c
1.6 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/ksp/pc/impls/hypre/hyppilut.c
1.74 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +6 -6
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/ksp/pc/impls/fieldsplit/fieldsplit.c
1.24 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/ksp/pc/impls/factor/lu/lu.c
1.43 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/ksp/pc/impls/factor/ilu/ilu.c
1.56 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/ksp/ksp/interface/itcreate.c
1.62 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +4 -4
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/ksp/ksp/impls/gmres/gmres.c
1.59 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/ksp/ksp/impls/gmres/fgmres/fgmres.c
1.46 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +2 -2
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/fortran/custom/zoptions.c
1.24 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +4 -4
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/dm/ao/examples/tutorials/ex2.c
1.13 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +6 -7
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

include/petscoptions.h
1.26 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +14 -14
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

include/petsclog.h
1.53 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

include/petsc.h
1.126 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

bin/matlab/PetscBagRead.m
1.10 05/03/31 16:33:16 barrysmith@barrysmith-57.mcs.anl.gov +5 -2
added back in a PETSC_TRUTH datatype seperate from PETSC_LOGICAL and
from PETSC_ENUM

src/snes/mf/snesmfj.h
1.12 05/03/31 13:16:51 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
petsc-maint 12780 handle exactly zero input vector to multiply against

src/snes/mf/wp.c
1.18 05/03/31 13:16:41 barrysmith@barrysmith-57.mcs.anl.gov +6 -1
petsc-maint 12780 handle exactly zero input vector to multiply against

src/snes/mf/snesmfj.c
1.54 05/03/31 13:16:35 barrysmith@barrysmith-57.mcs.anl.gov +11 -5
petsc-maint 12780 handle exactly zero input vector to multiply against

src/snes/mf/snesmfjdef.c
1.17 05/03/31 13:16:29 barrysmith@barrysmith-57.mcs.anl.gov +9 -4
petsc-maint 12780 handle exactly zero input vector to multiply against

src/vec/impls/mpi/pbvec.c
1.35 05/03/30 13:22:16 barrysmith@barrysmith-57.mcs.anl.gov +3 -3
formatting

src/mat/interface/matreg.c
1.25 05/03/30 10:05:56 barrysmith@barry-smiths-computer.local +1 -1
formating

src/mat/interface/matreg.c
1.24 05/03/30 10:05:43 barrysmith@barry-smiths-computer.local +1 -1
formating

src/snes/snesimpl.h
1.20 05/03/29 16:25:13 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
petsc-maint snessetup() called repeatedly swallows memory

src/snes/interface/snes.c
1.77 05/03/29 16:25:09 barrysmith@barrysmith-57.mcs.anl.gov +6 -4
petsc-maint snessetup() called repeatedly swallows memory


Hg-commit: 0ae3cf9bca18e91cabee90d82052643136755d87

show more ...


/petsc/bin/matlab/PetscBagRead.m
/petsc/bmake/common/rules
/petsc/bmake/common/test
/petsc/config/configure.py
/petsc/config/freebsd5.1-c89
/petsc/config/freebsd5.1-c89.py
/petsc/config/linux-gnu-amd64
/petsc/config/linux-gnu-amd64.py
/petsc/config/linux-gnu-gcc-absoft.py
/petsc/config/linux-gnu-gcc-ifc.py
/petsc/config/linux-gnu-gcc-pgf90.py
/petsc/config/linux-gnu-intel.py
/petsc/config/linux-gnu.py
/petsc/config/macosx-ibm.py
/petsc/config/macosx-nagf90.py
/petsc/include/petsc.h
/petsc/include/petsclog.h
/petsc/include/petscmat.h
/petsc/include/petscoptions.h
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/petsc/maint/buildtest
/petsc/maint/checkBuilds.py
/petsc/maint/confignightly/dreamcast2
/petsc/makefile
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/c2html.py
/petsc/python/PETSc/packages/lgrind.py
/petsc/python/PETSc/packages/sowing.py
/petsc/python/PETSc/utilities/Regression.py
/petsc/python/PETSc/utilities/dynamicLibraries.py
/petsc/python/PETSc/utilities/fortranCommandLine.py
/petsc/src/adic/examples/tutorials/makefile
/petsc/src/contrib/helmholtz_2/makefile
/petsc/src/contrib/oberman/burgers_df_based_q1/appsetalg.c
/petsc/src/contrib/oberman/burgers_vertex_based_q1/main.c
/petsc/src/dm/ao/examples/tests/makefile
/petsc/src/dm/ao/examples/tutorials/ex2.c
/petsc/src/dm/ao/examples/tutorials/makefile
/petsc/src/dm/da/examples/tests/makefile
/petsc/src/dm/da/examples/tutorials/makefile
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/developers/index.html
/petsc/src/docs/website/documentation/changes/222.html
/petsc/src/docs/website/documentation/tutorials/index.html
/petsc/src/fortran/custom/zda.c
/petsc/src/fortran/custom/zoptions.c
/petsc/src/ksp/examples/tests/ex3.c
/petsc/src/ksp/examples/tests/ex4.c
/petsc/src/ksp/examples/tests/makefile
/petsc/src/ksp/examples/tutorials/ex11f.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/ex2f.F
/petsc/src/ksp/examples/tutorials/ex6f.F
/petsc/src/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/impls/gmres/fgmres/fgmres.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/pc/examples/tests/ex8f.F
/petsc/src/ksp/pc/examples/tests/makefile
/petsc/src/ksp/pc/examples/tutorials/makefile
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/factor/ilu/ilu.c
/petsc/src/ksp/pc/impls/factor/lu/lu.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/hypre/hyppilut.c
/petsc/src/ksp/pc/impls/is/feti/fetipc.c
/petsc/src/ksp/pc/impls/jacobi/jacobi.c
/petsc/src/ksp/pc/impls/ml/ml.c
/petsc/src/ksp/pc/impls/sor/sor.c
/petsc/src/mat/examples/tests/ex76.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tutorials/makefile
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/csrperm/csrperm.c
/petsc/src/mat/impls/aij/seq/csrperm/makefile
/petsc/src/mat/impls/aij/seq/spooles/spoolesOptions.c
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/partition/impls/party/party.c
/petsc/src/mat/utils/axpy.c
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/ex10d/makefile
/petsc/src/snes/examples/tutorials/ex26.c
/petsc/src/snes/examples/tutorials/ex27.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/ex5f.F
/petsc/src/snes/examples/tutorials/makefile
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/snes/snesimpl.h
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/examples/tutorials/makefile
/petsc/src/sys/src/bag/bag.c
/petsc/src/sys/src/draw/examples/tests/makefile
/petsc/src/sys/src/draw/examples/tutorials/makefile
/petsc/src/sys/src/fileio/sysio.c
/petsc/src/sys/src/mpiuni/mpi.c
/petsc/src/sys/src/objects/ams/aoptions.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/viewer/examples/tests/makefile
/petsc/src/sys/src/viewer/examples/tutorials/makefile
/petsc/src/sys/src/viewer/impls/ascii/filev.c
/petsc/src/sys/src/viewer/impls/binary/binv.c
/petsc/src/ts/examples/tests/makefile
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/vec/examples/tests/ex17f.F
/petsc/src/vec/examples/tests/makefile
/petsc/src/vec/examples/tutorials/makefile
/petsc/src/vec/impls/mpi/pbvec.c
/petsc/src/vec/is/examples/tests/makefile
/petsc/src/vec/is/examples/tutorials/makefile
/petsc/src/vec/pf/examples/tutorials/makefile
1096aae122-Mar-2005 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.3006
knepley@khan.(none)|ChangeSet|20050322061949|45667
ChangeSet
1.3006 05/03/22 00:19:49 knepley@khan.(none) +4 -0
More work on Python SNES example
Some SNES changes

src/sne

bk-changeset-1.3006
knepley@khan.(none)|ChangeSet|20050322061949|45667
ChangeSet
1.3006 05/03/22 00:19:49 knepley@khan.(none) +4 -0
More work on Python SNES example
Some SNES changes

src/snes/interface/snes.c
1.76 05/03/22 00:19:48 knepley@khan.(none) +54 -9
Added getRhs()
Allow a missing function is the rhs is set (linear problem)
- Then F(x) = Ax - b
Also make the residual vector if it is not set for the linear problem
- I think this is not being destroyed

src/snes/examples/tutorials/ex1.py
1.3 05/03/22 00:19:48 knepley@khan.(none) +70 -32
Check that both linear and nonlinear versions work

python/sidl/snes.sidl
1.9 05/03/22 00:19:48 knepley@khan.(none) +6 -0
Added PetscConstants
Added SNES.get/setRhs()

include/petscsnes.h
1.48 05/03/22 00:19:48 knepley@khan.(none) +1 -0
Added getRhs()

src/snes/examples/tutorials/ex1.py
1.2 05/03/21 20:22:38 knepley@khan.mcs.anl.gov +0 -0
Change mode to -rwxrwxr-x


Hg-commit: ab3c3989507921ad3b5dc0900d0ded962099be66

show more ...


/petsc/bmake/common/rules
/petsc/include/mpiuni/mpif.h
/petsc/include/petsc.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscsnes.h
/petsc/include/petscvec.h
/petsc/include/vecimpl.h
/petsc/maint/checkBuilds.py
/petsc/python/PETSc/__init__.py
/petsc/python/PETSc/package.py
/petsc/python/makefile
/petsc/python/regression/base/baseTest.py
/petsc/python/regression/base/initializationTest.py
/petsc/python/regression/map/basicTest.py
/petsc/python/regression/mat/basicTest.py
/petsc/python/regression/snes/basicTest.py
/petsc/python/regression/vec/basicTest.py
/petsc/python/sidl/snes.sidl
/petsc/src/apps/1/ex2.c
/petsc/src/apps/2/ex1.c
/petsc/src/contrib/helmholtz_2/ex12.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/appalgebra.c
/petsc/src/contrib/oberman/laplacian_q1/scalable/appalgebra.c
/petsc/src/contrib/oberman/ns_q1q0/main.c
/petsc/src/contrib/oberman/ns_q1q0_penalty/main.c
/petsc/src/contrib/oberman/ns_q1q1/main.c
/petsc/src/contrib/oberman/quasigeo_q1/appsetalg.c
/petsc/src/contrib/oberman/quasigeo_q1/main.c
/petsc/src/contrib/oberman/tns_q2q1/appsetalg.c
/petsc/src/contrib/oberman/tns_q2q1/main.c
/petsc/src/contrib/src/burgers_df_based_q1/main.c
/petsc/src/contrib/src/burgers_vertex_based_q1/main.c
/petsc/src/contrib/src/burgers_vertex_based_q1/main_old.c
/petsc/src/contrib/src/burgers_vertex_based_q1/main_old2.c
/petsc/src/contrib/src/laplacian_q1/appsetalg.c
/petsc/src/contrib/src/ns_q1q0_penalty/main.c
/petsc/src/dm/da/examples/tutorials/ex6.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/dm/usg/2d/constant_bilinear/main.c
/petsc/src/dm/usg/2d/quadratic/main.c
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/developers/index.html
/petsc/src/docs/website/developers/projects.html
/petsc/src/docs/website/documentation/bugreporting.html
/petsc/src/docs/website/documentation/changes/222.html
/petsc/src/docs/website/documentation/exercises/index.html
/petsc/src/docs/website/documentation/index.html
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/documentation/linearsolvertable.html
/petsc/src/docs/website/documentation/troubleshooting.html
/petsc/src/docs/website/download/index.html
/petsc/src/docs/website/miscellaneous/acknwldg.html
/petsc/src/docs/website/miscellaneous/plans.html
/petsc/src/fortran/custom/zmat.c
/petsc/src/ksp/examples/tests/ex16f.F
/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/tutorials/ex10.c
/petsc/src/ksp/examples/tutorials/ex3.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/impls/is/nn/nn.c
/petsc/src/ksp/pc/impls/ml/ml.c
/petsc/src/mat/examples/tests/ex101.c
/petsc/src/mat/examples/tests/ex11.c
/petsc/src/mat/examples/tests/ex12.c
/petsc/src/mat/examples/tests/ex17.c
/petsc/src/mat/examples/tests/ex2.c
/petsc/src/mat/examples/tests/ex48.c
/petsc/src/mat/examples/tests/ex49.c
/petsc/src/mat/examples/tests/ex5.c
/petsc/src/mat/examples/tests/ex56.c
/petsc/src/mat/examples/tests/ex73.c
/petsc/src/mat/examples/tests/ex74.c
/petsc/src/mat/examples/tests/ex75.c
/petsc/src/mat/examples/tests/ex77.c
/petsc/src/mat/examples/tests/ex91.c
/petsc/src/mat/examples/tests/ex92.c
/petsc/src/mat/examples/tests/ex93.c
/petsc/src/mat/examples/tests/ex94.c
/petsc/src/mat/examples/tests/ex95.c
/petsc/src/mat/examples/tests/ex96.c
/petsc/src/mat/examples/tests/ex99.c
/petsc/src/mat/impls/adic/nladic.c
/petsc/src/mat/impls/aij/mpi/mpiaij.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/csrperm/csrperm.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/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/bdiag.h
/petsc/src/mat/impls/csr/inode/inode.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/is/matis.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/utils/axpy.c
/petsc/src/snes/examples/tutorials/ex1.py
/petsc/src/snes/examples/tutorials/ex10d/ex10.c
/petsc/src/snes/impls/test/snestest.c
snes.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/sys/src/bag/bag.c
/petsc/src/sys/src/draw/utils/zoom.c
/petsc/src/sys/src/objects/destroy.c
/petsc/src/sys/src/objects/init.c
/petsc/src/sys/src/utils/sortd.c
/petsc/src/sys/src/utils/sortip.c
/petsc/src/sys/src/viewer/interface/dlregispetsc.c
/petsc/src/ts/impls/implicit/pvode/petscpvode.c
/petsc/src/ts/interface/tscreate.c
/petsc/src/vec/interface/vector.c
/petsc/src/vec/utils/vpscat.c
/petsc/src/vec/utils/vscat.c

1...<<51525354555657585960>>...74