History log of /petsc/src/snes/interface/ (Results 1326 – 1350 of 1850)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e778861329-Jul-2006 Barry Smith <bsmith@mcs.anl.gov>

moved snes functions to seperate function table (like all other PETSc objects) finally
removed a couple of outdated, unused PrintHelp

Hg-commit: 4eb4feedfab978e44d5c33f954aaf10529b69c46


/petsc/include/petscts.h
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/package.py
/petsc/src/dm/da/utils/binaryMatlab.c
/petsc/src/dm/mesh/examples/tests/mesh1.cxx
/petsc/src/dm/mesh/examples/tests/meshTest.hh
/petsc/src/dm/mesh/examples/tests/section1.cxx
/petsc/src/dm/mesh/examples/tests/sieveTest.hh
/petsc/src/dm/mesh/makefile
/petsc/src/dm/mesh/mesh.c
/petsc/src/dm/mesh/meshpcice.c
/petsc/src/dm/mesh/meshpcice.h
/petsc/src/dm/mesh/meshpylith.c
/petsc/src/dm/mesh/meshpylith.h
/petsc/src/dm/mesh/meshvtk.h
/petsc/src/dm/mesh/sieve/CoSieve.hh
/petsc/src/dm/mesh/sieve/Mesh.hh
/petsc/src/dm/mesh/sieve/Notes
/petsc/src/dm/mesh/sieve/makefile
/petsc/src/docs/website/documentation/installation.html
/petsc/src/ksp/pc/impls/mg/ftn-custom/zmgfuncf.c
/petsc/src/ksp/pc/impls/mg/mgfunc.c
/petsc/src/mat/examples/tests/ex105f.F
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/test/snestest.c
/petsc/src/snes/impls/tr/tr.c
snes.c
/petsc/src/snes/snesimpl.h
/petsc/src/snes/utils/adutils/damgsnesad.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/fileio/sysio.c
/petsc/src/sys/mpiuni/mpi.c
/petsc/src/sys/plog/plog.c
/petsc/src/sys/viewer/impls/binary/binv.c
/petsc/src/tops/tops.html
/petsc/src/ts/impls/implicit/beuler/beuler.c
/petsc/src/ts/impls/implicit/cn/cn.c
/petsc/src/ts/impls/implicit/sundials/sundials.c
/petsc/src/ts/interface/ftn-custom/makefile
/petsc/src/ts/interface/ftn-custom/ztsf.c
/petsc/src/ts/interface/ftn-custom/ztsfdf.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tscreate.c
/petsc/src/ts/interface/tsfd.c
/petsc/src/ts/tsimpl.h
09f3823025-Jul-2006 Barry Smith <bsmith@mcs.anl.gov>

fix MatSetDiagonal_SeqAIJ for matrix missing (some) diagonal entries
get rid of unneeded calls to MatMarkDiagonal_xx should only be needed in assembly
or when creating a factored matrix

Hg-commit: b

fix MatSetDiagonal_SeqAIJ for matrix missing (some) diagonal entries
get rid of unneeded calls to MatMarkDiagonal_xx should only be needed in assembly
or when creating a factored matrix

Hg-commit: b8588dc3d1c171daa90229be953d2b7fd710d008

show more ...


/petsc/.hgignore
/petsc/bin/processSummary.py
/petsc/bmake/common/rules
/petsc/bmake/common/rules.shared.basic
/petsc/config/asterix-sun.py
/petsc/config/bgl-gnu-opt.py
/petsc/config/bgl-ibm-cxx-opt.py
/petsc/config/bgl-ibm-debug.py
/petsc/config/bgl-ibm-opt.py
/petsc/config/configure.py
/petsc/include/finclude/makefile
/petsc/include/finclude/moddeps
/petsc/include/finclude/petscerror.h
/petsc/include/finclude/petscksp.h
/petsc/include/finclude/petscsys.h
/petsc/include/petsc.h
/petsc/include/petscdmmg.h
/petsc/include/petscerror.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscmesh.h
/petsc/include/petscpc.h
/petsc/include/petscvec.h
/petsc/include/private/petscimpl.h
/petsc/include/private/vecimpl.h
/petsc/maint/asterix-test.sh
/petsc/maint/builddist
/petsc/maint/createpatch
/petsc/maint/rebuildtar
/petsc/maint/xclude
/petsc/makefile
/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/MUMPS.py
/petsc/python/PETSc/packages/ParMetis.py
/petsc/python/PETSc/packages/Prometheus.py
/petsc/python/PETSc/packages/TetGen.py
/petsc/python/PETSc/packages/Triangle.py
/petsc/python/PETSc/packages/X11.py
/petsc/python/PETSc/packages/hypre.py
/petsc/python/PETSc/packages/spai.py
/petsc/python/PETSc/utilities/arch.py
/petsc/python/PETSc/utilities/languages.py
/petsc/python/PETSc/utilities/libraryOptions.py
/petsc/python/PETSc/utilities/scalarTypes.py
/petsc/src/contrib/semiLagrange/impls/da/da.c
/petsc/src/contrib/semiLagrange/interface/characteristic.c
/petsc/src/dm/da/examples/tutorials/ex6f90.F
/petsc/src/dm/mesh/examples/tests/makefile
/petsc/src/dm/mesh/examples/tests/mesh1.cxx
/petsc/src/dm/mesh/examples/tests/meshTest.hh
/petsc/src/dm/mesh/examples/tests/section1.cxx
/petsc/src/dm/mesh/examples/tests/sectionTest.hh
/petsc/src/dm/mesh/examples/tests/sieveTest.hh
/petsc/src/dm/mesh/examples/tests/sifter1.cxx
/petsc/src/dm/mesh/examples/tests/sifterTest.hh
/petsc/src/dm/mesh/examples/tests/topology1.cxx
/petsc/src/dm/mesh/examples/tests/topologyTest.hh
/petsc/src/dm/mesh/examples/tutorials/ex1.c
/petsc/src/dm/mesh/examples/tutorials/ex2.c
/petsc/src/dm/mesh/examples/tutorials/ex5.c
/petsc/src/dm/mesh/examples/tutorials/ex6.c
/petsc/src/dm/mesh/examples/tutorials/makefile
/petsc/src/dm/mesh/makefile
/petsc/src/dm/mesh/mesh.c
/petsc/src/dm/mesh/meshpcice.c
/petsc/src/dm/mesh/meshpcice.h
/petsc/src/dm/mesh/meshpylith.h
/petsc/src/dm/mesh/sieve/ALE.cxx
/petsc/src/dm/mesh/sieve/ALE_mem.hh
/petsc/src/dm/mesh/sieve/CoSieve.hh
/petsc/src/dm/mesh/sieve/CoSifter.hh
/petsc/src/dm/mesh/sieve/Map.hh
/petsc/src/dm/mesh/sieve/Mesh.hh
/petsc/src/dm/mesh/sieve/Notes
/petsc/src/dm/mesh/sieve/ParDelta.hh
/petsc/src/dm/mesh/sieve/Partitioner.hh
/petsc/src/dm/mesh/sieve/Sieve.hh
/petsc/src/dm/mesh/sieve/Sifter.hh
/petsc/src/dm/mesh/sieve/makefile
/petsc/src/docs/website/developers/index.html
/petsc/src/docs/website/developers/projects.html
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/documentation/troubleshooting.html
/petsc/src/docs/website/index.html
/petsc/src/ksp/ksp/examples/tests/ex10.c
/petsc/src/ksp/ksp/examples/tests/ex17.c
/petsc/src/ksp/ksp/examples/tests/ex19.c
/petsc/src/ksp/ksp/examples/tests/ex24.c
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/examples/tutorials/ex11.c
/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/ex15.c
/petsc/src/ksp/ksp/examples/tutorials/ex16.c
/petsc/src/ksp/ksp/examples/tutorials/ex2.c
/petsc/src/ksp/ksp/examples/tutorials/ex4.c
/petsc/src/ksp/ksp/examples/tutorials/ex5.c
/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/impls/lcd/lcd.c
/petsc/src/ksp/ksp/impls/symmlq/symmlq.c
/petsc/src/ksp/ksp/interface/dlregisksp.c
/petsc/src/ksp/ksp/interface/itcl.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/kspimpl.h
/petsc/src/ksp/pc/examples/tests/ex8f.F
/petsc/src/ksp/pc/impls/composite/composite.c
/petsc/src/ksp/pc/impls/galerkin/galerkin.c
/petsc/src/ksp/pc/impls/galerkin/makefile
/petsc/src/ksp/pc/impls/hypre/hyppilut.c
/petsc/src/ksp/pc/impls/makefile
/petsc/src/ksp/pc/impls/mg/fmg.c
/petsc/src/ksp/pc/impls/prometheus/petscprom.c
/petsc/src/ksp/pc/interface/pcregis.c
/petsc/src/mat/examples/tests/ex10.c
/petsc/src/mat/examples/tests/ex102.c
/petsc/src/mat/examples/tests/ex11.c
/petsc/src/mat/examples/tests/ex12.c
/petsc/src/mat/examples/tests/ex13.c
/petsc/src/mat/examples/tests/ex14.c
/petsc/src/mat/examples/tests/ex15.c
/petsc/src/mat/examples/tests/ex17.c
/petsc/src/mat/examples/tests/ex20.c
/petsc/src/mat/examples/tests/ex21.c
/petsc/src/mat/examples/tests/ex22.c
/petsc/src/mat/examples/tests/ex24.c
/petsc/src/mat/examples/tests/ex25.c
/petsc/src/mat/examples/tests/ex27.c
/petsc/src/mat/examples/tests/ex30.c
/petsc/src/mat/examples/tests/ex31.c
/petsc/src/mat/examples/tests/ex33.c
/petsc/src/mat/examples/tests/ex35.c
/petsc/src/mat/examples/tests/ex6.c
/petsc/src/mat/examples/tests/ex60.c
/petsc/src/mat/examples/tests/ex7.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/ex8.c
/petsc/src/mat/examples/tests/ex9.c
/petsc/src/mat/examples/tests/ex96.c
/petsc/src/mat/examples/tests/output/ex16_1.out
/petsc/src/mat/examples/tests/output/ex1_1.out
/petsc/src/mat/examples/tests/output/ex36_1.out
/petsc/src/mat/examples/tests/output/ex63_1.out
/petsc/src/mat/examples/tutorials/ex5.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/crl/crl.c
/petsc/src/mat/impls/aij/seq/csrperm/csrperm.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/bdiag/seq/bdiag2.c
/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/makefile
/petsc/src/mat/impls/sbaij/seq/aijsbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact10.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact11.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact12.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact3.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact4.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact5.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact6.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact7.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact8.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact9.c
/petsc/src/mat/impls/scatter/makefile
/petsc/src/mat/impls/scatter/mscatter.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/utils/axpy.c
/petsc/src/snes/examples/tutorials/ex19.c
/petsc/src/snes/examples/tutorials/ex3.c
/petsc/src/snes/examples/tutorials/ex31.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/ex5f90.F
/petsc/src/snes/examples/tutorials/makefile
snesut.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/error/err.c
/petsc/src/sys/error/signal.c
/petsc/src/sys/examples/tutorials/ex5.c
/petsc/src/sys/ftn-custom/zstart.c
/petsc/src/sys/memory/mal.c
/petsc/src/sys/memory/mtr.c
/petsc/src/sys/objects/destroy.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/utils/random/examples/ex1.c
/petsc/src/sys/utils/random/examples/makefile
/petsc/src/sys/utils/random/interface/random.c
/petsc/src/sys/utils/sorti.c
/petsc/src/ts/impls/implicit/cn/cn.c
/petsc/src/vec/vec/examples/tutorials/ex1e.c
/petsc/src/vec/vec/examples/tutorials/ex1f90.F
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/mpi/pdvec.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/sieve/makefile
/petsc/src/vec/vec/impls/sieve/sieveVec.c
/petsc/src/vec/vec/interface/vecregall.c
/petsc/src/vec/vec/interface/vector.c
06ee9f8530-Jun-2006 Barry Smith <bsmith@mcs.anl.gov>

[PETSC #14839] some suggestions/feature request
Jan Brezina <morf@atrey.karlin.mff.cuni.cz>

Changed SNESSolve_LS to call the convergence tester
before the first iteration instead of just checkin

[PETSC #14839] some suggestions/feature request
Jan Brezina <morf@atrey.karlin.mff.cuni.cz>

Changed SNESSolve_LS to call the convergence tester
before the first iteration instead of just checking
directly the atol


Hg-commit: 8e91213e17e54da97be80ec012b30174cc965e5b

show more ...

95d750ce28-Jun-2006 Barry Smith <bsmith@mcs.anl.gov>

removed unneed code from baij relax



Hg-commit: 34207612084aac7db3101d3d9fc7b121a71e7ef0

18ddcc7e28-Jun-2006 Satish Balay <balay@mcs.anl.gov>

fix formatted comment [none here - so space is required]


Hg-commit: 3bccb9cb6971815d004fa5a601eb6f1ef5912d0f


/petsc/include/finclude/makefile
/petsc/include/petscsys.h
/petsc/include/private/vecimpl.h
/petsc/maint/confignightly/msopteron1
/petsc/makefile
/petsc/src/dm/da/src/dasub.c
/petsc/src/dm/da/utils/fdda.c
/petsc/src/dm/da/utils/pack.c
/petsc/src/dm/mesh/examples/tutorials/data/ex1_2d_hex.lcon
/petsc/src/dm/mesh/examples/tutorials/data/ex1_2d_hex.nodes
/petsc/src/dm/mesh/examples/tutorials/data/ex1_3d_hex.lcon
/petsc/src/dm/mesh/examples/tutorials/data/ex1_3d_hex.nodes
/petsc/src/dm/mesh/examples/tutorials/ex1.c
/petsc/src/dm/mesh/examples/tutorials/makefile
/petsc/src/dm/mesh/mesh.c
/petsc/src/dm/mesh/meshpcice.h
/petsc/src/dm/mesh/meshpylith.h
/petsc/src/dm/mesh/meshvtk.h
/petsc/src/dm/mesh/sieve/CoSifter.hh
/petsc/src/dm/mesh/sieve/Map.hh
/petsc/src/dm/mesh/sieve/Mesh.hh
/petsc/src/dm/mesh/sieve/ParDelta.hh
/petsc/src/dm/mesh/sieve/Partitioner.hh
/petsc/src/dm/mesh/sieve/Sieve.hh
/petsc/src/dm/mesh/sieve/Sifter.hh
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/developers/projects.html
/petsc/src/docs/website/documentation/changes/index.html
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/documentation/linearsolvertable.html
/petsc/src/docs/website/documentation/tutorials/index.html
/petsc/src/docs/website/miscellaneous/external.html
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/mat/examples/tests/ex109.c
/petsc/src/mat/impls/aij/mpi/fdmpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpimatmatmult.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/aij/seq/matpapt.c
/petsc/src/mat/impls/aij/seq/matptap.c
/petsc/src/mat/impls/aij/seq/symtranspose.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/baijfact.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.c
/petsc/src/mat/impls/csr/inode/inode.c
/petsc/src/mat/impls/csr/inode/inode.h
/petsc/src/mat/impls/csr/inode/inode2.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/interface/mhas.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/matimpl.h
/petsc/src/snes/impls/tr/tr.c
snes.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/utils/mpimesg.c
/petsc/src/sys/utils/random/examples/ex1.c
/petsc/src/sys/utils/random/examples/makefile
/petsc/src/sys/utils/random/impls/rand/rand.c
/petsc/src/sys/utils/random/impls/rand48/rand48.c
/petsc/src/sys/utils/random/impls/sprng/sprng.c
/petsc/src/sys/utils/random/interface/random.c
/petsc/src/sys/utils/random/interface/randreg.c
/petsc/src/sys/viewer/impls/ascii/vcreatea.c
/petsc/src/sys/viewer/interface/viewa.c
/petsc/src/sys/viewer/interface/viewreg.c
/petsc/src/vec/is/utils/iscoloring.c
/petsc/src/vec/vec/examples/tutorials/ex1e.c
/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/seq/bvec2.c
/petsc/src/vec/vec/utils/vinv.c
/petsc/src/vec/vec/utils/vpscat.c
/petsc/src/vec/vec/utils/vscat.c
6ce558ae21-Jun-2006 Barry Smith <bsmith@mcs.anl.gov>

vecgreateghost now auto sets VecSetLocalToGlobalMapping()
hg sucks, I don't remember what I changed


Hg-commit: 80900d4fa4bf867df1dc3867199aa585a0afb76c


/petsc/.hgignore
/petsc/bmake/common/rules
/petsc/config/aix5.1.0.0-64.py
/petsc/config/aix5.1.0.0.py
/petsc/config/bgl-gnu-opt.py
/petsc/config/bgl-ibm-opt.py
/petsc/config/cray-x1.py
/petsc/config/cray-xt3.py
/petsc/include/petscdmmg.h
/petsc/include/petscversion.h
/petsc/maint/builddist
/petsc/maint/buildtest
/petsc/maint/confignightly/atlantis
/petsc/maint/confignightly/atlantis2
/petsc/maint/confignightly/icrunch
/petsc/maint/confignightly/icrunch2
/petsc/maint/confignightly/msopteron1
/petsc/maint/confignightly/seaborg
/petsc/maint/confignightly/tg-login
/petsc/maint/copylognightly
/petsc/maint/startnightly
/petsc/maint/xclude
/petsc/python/PETSc/package.py
/petsc/python/PETSc/packages/Sieve.py
/petsc/python/PETSc/packages/spooles.py
/petsc/src/dm/ao/interface/dlregisdm.c
/petsc/src/dm/mesh/mesh.c
/petsc/src/dm/mesh/meshimpl.h
/petsc/src/dm/mesh/sieve/ALE_mem.hh
/petsc/src/dm/mesh/sieve/Partitioner.hh
/petsc/src/dm/mesh/sieve/Sifter.hh
/petsc/src/docs/website/developers/index.html
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/index.html
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/impls/bcgsl/bcgsl.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/mat/examples/tests/ex109.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/impls/aij/mpi/mpimatmatmult.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/mpi/mpidense.h
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/dense/seq/dense.h
/petsc/src/mat/interface/matrix.c
ftn-custom/zsnesf.c
snes.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/utils/damg.c
/petsc/src/snes/utils/makefile
/petsc/src/snes/utils/pcdmmg.c
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/seq/bvec2.c
cf50294213-Jun-2006 Barry Smith <bsmith@mcs.anl.gov>

parallel fix for fieldsplit; did not properly generate parallel matrices


Hg-commit: 7b34c32e57e2de741cd34e48d3fabeb2175adc66


/petsc/.hgignore
/petsc/bin/matlab/PetscBinaryRead.m
/petsc/bmake/common/rules
/petsc/bmake/common/rules.shared.basic
/petsc/bmake/common/variables
/petsc/config/configure.py
/petsc/include/finclude/petscmat.h
/petsc/include/petsc.h
/petsc/include/petscmesh.h
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/petsc/include/zpetsc.h
/petsc/maint/bk2hg.py
/petsc/maint/generateetags.py
/petsc/make.py
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/package.py
/petsc/python/PETSc/packages/FIAT.py
/petsc/python/PETSc/packages/SCALAPACK.py
/petsc/python/PETSc/packages/Sieve.py
/petsc/python/PETSc/packages/SuperLU.py
/petsc/python/PETSc/packages/SuperLU_DIST.py
/petsc/python/PETSc/packages/blacs.py
/petsc/python/PETSc/utilities/petscdir.py
/petsc/python/PETSc/utilities/programs.py
/petsc/src/dm/ao/interface/dlregisdm.c
/petsc/src/dm/mesh/examples/tests/ex07.cxx
/petsc/src/dm/mesh/examples/tutorials/data/bm1b/bm1b.connect
/petsc/src/dm/mesh/examples/tutorials/data/splitFaultTest/splittest.bc
/petsc/src/dm/mesh/examples/tutorials/data/splitFaultTest/splittest.connect
/petsc/src/dm/mesh/examples/tutorials/data/splitFaultTest/splittest.coord
/petsc/src/dm/mesh/examples/tutorials/data/splitFaultTest/splittest.split
/petsc/src/dm/mesh/examples/tutorials/ex09.cxx
/petsc/src/dm/mesh/examples/tutorials/ex1.c
/petsc/src/dm/mesh/examples/tutorials/ex2.c
/petsc/src/dm/mesh/examples/tutorials/ex3.c
/petsc/src/dm/mesh/examples/tutorials/illinois/stbnd_w_lake.lcon
/petsc/src/dm/mesh/examples/tutorials/illinois/stbnd_w_lake.py
/petsc/src/dm/mesh/examples/tutorials/illinois/stbnd_w_lake.txt
/petsc/src/dm/mesh/examples/tutorials/makefile
/petsc/src/dm/mesh/ftn-custom/makefile
/petsc/src/dm/mesh/ftn-custom/zmesh.c
/petsc/src/dm/mesh/mesh.c
/petsc/src/dm/mesh/meshimpl.h
/petsc/src/dm/mesh/meshpcice.h
/petsc/src/dm/mesh/meshpylith.h
/petsc/src/dm/mesh/meshvtk.h
/petsc/src/dm/mesh/sieve/ALE.cxx
/petsc/src/dm/mesh/sieve/ALE_containers.hh
/petsc/src/dm/mesh/sieve/ALE_mem.hh
/petsc/src/dm/mesh/sieve/CoSifter.hh
/petsc/src/dm/mesh/sieve/Filter.hh
/petsc/src/dm/mesh/sieve/Mesh.hh
/petsc/src/dm/mesh/sieve/ParDelta.hh
/petsc/src/dm/mesh/sieve/Partitioner.hh
/petsc/src/dm/mesh/sieve/Sieve.hh
/petsc/src/dm/mesh/sieve/Sifter.hh
/petsc/src/docs/manualpages-sec/header_KSP
/petsc/src/docs/manualpages-sec/header_Vec
/petsc/src/docs/tex/manual/moc.tex
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/developers/projects.html
/petsc/src/docs/website/documentation/benchmarks.html
/petsc/src/docs/website/documentation/bugreporting.html
/petsc/src/docs/website/documentation/codemanagement.html
/petsc/src/docs/website/documentation/copyright.html
/petsc/src/docs/website/documentation/index.html
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/download/index.html
/petsc/src/docs/website/images/dmitry.jpg
/petsc/src/docs/website/images/scaling.jpg
/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/funding.html
/petsc/src/docs/website/miscellaneous/index.html
/petsc/src/docs/website/publications/images/katz1.jpg
/petsc/src/docs/website/publications/images/katz2.jpg
/petsc/src/docs/website/publications/images/katz3.jpg
/petsc/src/docs/website/publications/images/scalinglarge.jpg
/petsc/src/ksp/ksp/examples/tutorials/ex37.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/impls/bcgs/bcgs.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/mg/ftn-custom/zmgf.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/redundant/redundant.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/snes/examples/tutorials/makefile
snes.c
snesut.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/fileio/mpiuopen.c
/petsc/src/sys/fileio/mprint.h
/petsc/src/sys/plog/plog.c
/petsc/src/sys/viewer/impls/draw/drawv.c
/petsc/src/vec/is/utils/ftn-custom/zisltogf.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/interface/vecreg.c
/petsc/src/vec/vec/utils/ftn-custom/makefile
/petsc/src/vec/vec/utils/vecmpitoseq.c
3d4c471010-May-2006 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.4297.1.3
bsmith@internal.address.see.rfc1918.mc.net|ChangeSet|20060510204640|25182
ChangeSet
1.4297.1.3 06/05/10 15:46:40 bsmith@internal.address.see.rfc1918.mc.net +6 -0
SNESSetMa

bk-changeset-1.4297.1.3
bsmith@internal.address.see.rfc1918.mc.net|ChangeSet|20060510204640|25182
ChangeSet
1.4297.1.3 06/05/10 15:46:40 bsmith@internal.address.see.rfc1918.mc.net +6 -0
SNESSetMaxLinearSolveFailures() and friends added for Richard Mills
default is exit SNES on first linear solve failure

src/snes/snesimpl.h
1.22 06/05/10 15:46:12 bsmith@internal.address.see.rfc1918.mc.net +5 -0
SNESSetMaxLinearSolveFailures() and friends added for Richard Mills
default is exit SNES on first linear solve failure

src/snes/interface/snes.c
1.105 06/05/10 15:46:12 bsmith@internal.address.see.rfc1918.mc.net +92 -0
SNESSetMaxLinearSolveFailures() and friends added for Richard Mills
default is exit SNES on first linear solve failure

src/snes/impls/ls/ls.c
1.72 06/05/10 15:46:11 bsmith@internal.address.see.rfc1918.mc.net +19 -11
SNESSetMaxLinearSolveFailures() and friends added for Richard Mills
default is exit SNES on first linear solve failure

include/petscsnes.h
1.56 06/05/10 15:46:11 bsmith@internal.address.see.rfc1918.mc.net +6 -0
SNESSetMaxLinearSolveFailures() and friends added for Richard Mills
default is exit SNES on first linear solve failure

include/finclude/petscsnes.h
1.15 06/05/10 15:46:10 bsmith@internal.address.see.rfc1918.mc.net +2 -0
SNESSetMaxLinearSolveFailures() and friends added for Richard Mills
default is exit SNES on first linear solve failure

src/docs/website/documentation/troubleshooting.html
1.37 06/05/10 14:21:59 bsmith@barrys-computer.local +352 -9
new troubleshoot with parmetis


Hg-commit: aa8a7ca13c50047ceb43c458e69fcd7b5c66350a

show more ...


/petsc/config/aix5.1.0.0-64.py
/petsc/config/aix5.1.0.0.py
/petsc/config/bgl-gnu-opt.py
/petsc/config/bgl-ibm-opt.py
/petsc/config/configure.py
/petsc/config/cray-xt3.py
/petsc/ex09.cxx
/petsc/include/finclude/petscsnes.h
/petsc/include/petscerror.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/petsc/include/zpetsc.h
/petsc/maint/bk2hg.py
/petsc/maint/createpatch
/petsc/makefile
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/package.py
/petsc/python/PETSc/packages/BlockSolve95.py
/petsc/python/PETSc/packages/Dscpack.py
/petsc/python/PETSc/packages/Jostle.py
/petsc/python/PETSc/packages/MPE.py
/petsc/python/PETSc/packages/MUMPS.py
/petsc/python/PETSc/packages/PLAPACK.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/Sieve.py
/petsc/python/PETSc/packages/SuperLU.py
/petsc/python/PETSc/packages/SuperLU_DIST.py
/petsc/python/PETSc/packages/UMFPACK.py
/petsc/python/PETSc/packages/blacs.py
/petsc/python/PETSc/packages/blopex.py
/petsc/python/PETSc/packages/fftw.py
/petsc/python/PETSc/packages/hypre.py
/petsc/python/PETSc/packages/ml.py
/petsc/python/PETSc/packages/spai.py
/petsc/python/PETSc/packages/spooles.py
/petsc/python/PETSc/packages/sprng.py
/petsc/python/PETSc/packages/sundials.py
/petsc/python/PETSc/petsc.py
/petsc/python/PETSc/utilities/Regression.py
/petsc/python/PETSc/utilities/fortranCPP.py
/petsc/python/PETSc/utilities/languages.py
/petsc/python/PETSc/utilities/petscdir.py
/petsc/python/PETSc/utilities/python.py
/petsc/python/makefile
/petsc/src/contrib/semiLagrange/interface/dlregis.c
/petsc/src/dm/ao/impls/basic/aobasic.c
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/daview.c
/petsc/src/dm/mesh/examples/tests/ex07.cxx
/petsc/src/dm/mesh/examples/tests/ex08.cxx
/petsc/src/dm/mesh/examples/tests/ex1
/petsc/src/dm/mesh/examples/tests/makefile
/petsc/src/dm/mesh/examples/tutorials/ex1.c
/petsc/src/dm/mesh/examples/tutorials/ex2.c
/petsc/src/dm/mesh/examples/tutorials/ex4.c
/petsc/src/dm/mesh/examples/tutorials/makefile
/petsc/src/dm/mesh/mesh.c
/petsc/src/dm/mesh/sieve/ALE.cxx
/petsc/src/dm/mesh/sieve/ALE_containers.hh
/petsc/src/dm/mesh/sieve/ALE_exception.hh
/petsc/src/dm/mesh/sieve/ALE_mem.hh
/petsc/src/dm/mesh/sieve/CoSifter.hh
/petsc/src/dm/mesh/sieve/Filter.hh
/petsc/src/dm/mesh/sieve/Mesh.hh
/petsc/src/dm/mesh/sieve/ParDelta.hh
/petsc/src/dm/mesh/sieve/Partitioner.hh
/petsc/src/dm/mesh/sieve/Sieve.hh
/petsc/src/dm/mesh/sieve/Sifter.hh
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/developers/projects.html
/petsc/src/docs/website/documentation/faq.html
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/documentation/troubleshooting.html
/petsc/src/ksp/ksp/examples/tutorials/ex33.c
/petsc/src/ksp/ksp/examples/tutorials/ex35.c
/petsc/src/ksp/ksp/examples/tutorials/ex37.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/impls/lcd/lcd.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/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/hypre/hyppilut.c
/petsc/src/mat/examples/tests/ex52.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/spooles/aijspooles.c
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/mpi/dscpack/dscpack.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/mpi/plapack/plapack.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.h
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/interface/ftn-custom/zmatrixf.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/partition/impls/chaco/chaco.c
/petsc/src/mat/partition/impls/party/party.c
/petsc/src/snes/impls/ls/ls.c
snes.c
/petsc/src/snes/snesimpl.h
/petsc/src/snes/utils/damg.c
/petsc/src/sys/draw/impls/ps/pops.c
/petsc/src/sys/error/errtrace.c
/petsc/src/sys/error/makefile
/petsc/src/sys/error/signal.c
/petsc/src/sys/fileio/makefile
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/ftn-custom/zutils.c
/petsc/src/sys/memory/mem.c
/petsc/src/sys/memory/mtr.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/plog/plog.c
/petsc/src/sys/utils/psplit.c
/petsc/src/sys/utils/random/examples/ex1.c
/petsc/src/sys/utils/random/examples/ex2.c
/petsc/src/sys/utils/random/examples/ex2_stock.txt
/petsc/src/sys/utils/random/examples/makefile
/petsc/src/sys/utils/random/impls/makefile
/petsc/src/sys/utils/random/impls/rand/rand.c
/petsc/src/sys/utils/random/impls/rand48/makefile
/petsc/src/sys/utils/random/impls/rand48/rand48.c
/petsc/src/sys/utils/random/impls/sprng/makefile
/petsc/src/sys/utils/random/impls/sprng/sprng.c
/petsc/src/sys/utils/random/interface/random.c
/petsc/src/sys/utils/random/interface/randreg.c
/petsc/src/sys/utils/random/randomimpl.h
/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/vec/vec/interface/ftn-custom/zvectorf.c
/petsc/src/vec/vec/utils/vecmpitoseq.c
/petsc/src/vec/vec/utils/vpscat.c
/petsc/src/vec/vec/utils/vscat.c
2b66827514-Apr-2006 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.4245.1.1
bsmith@barrysmith-11.mcs.anl.gov|ChangeSet|20060414162410|01548
ChangeSet
1.4245.1.1 06/04/14 11:24:10 bsmith@barrysmith-11.mcs.anl.gov +6 -0
docs cleanup

src/docs/webs

bk-changeset-1.4245.1.1
bsmith@barrysmith-11.mcs.anl.gov|ChangeSet|20060414162410|01548
ChangeSet
1.4245.1.1 06/04/14 11:24:10 bsmith@barrysmith-11.mcs.anl.gov +6 -0
docs cleanup

src/docs/website/index.html
1.32 06/04/14 11:24:06 bsmith@barrysmith-11.mcs.anl.gov +161 -30
cleanup

src/docs/tex/petscapp.bib
1.232 06/04/14 11:24:06 bsmith@barrysmith-11.mcs.anl.gov +8 -2
new articles

bin/mpirun.prun
1.5 06/04/14 11:24:06 bsmith@barrysmith-11.mcs.anl.gov +1 -2
no $Id stuff

bin/mpirun.poe
1.5 06/04/14 11:24:06 bsmith@barrysmith-11.mcs.anl.gov +1 -3
no $Id stuff, removed 5 years ago!

bin/mpirun.llrun
1.6 06/04/14 11:24:06 bsmith@barrysmith-11.mcs.anl.gov +4 -6
new version for llrun

bin/mpirun.llrun
1.5 06/04/11 07:39:33 bsmith@barrys-computer.local +0 -0
bk cp mpirun.prun mpirun.llrun

src/snes/interface/snes.c
1.104 06/04/06 15:14:02 bsmith@barrysmith-57.mcs.anl.gov +6 -2
docs .seealso

src/snes/interface/snes.c
1.103 06/04/06 12:35:45 bsmith@barrys-computer.local +4 -4
complete docs on MatStructure

bin/mpirun.llrun
1.4 01/10/25 13:32:37 balay@shakey.mcs.anl.gov +0 -0
Change mode to -rwxrwxr-x

bin/mpirun.llrun
1.3 01/10/24 09:53:14 petsc@shakey.mcs.anl.gov +0 -0
Change mode to -rw-rw-r--

bin/mpirun.llrun
1.2 01/10/24 08:35:29 petsc@shakey.mcs.anl.gov +0 -0
Change mode to -rw-r--r--

bin/mpirun.llrun
1.1 01/09/12 17:48:27 knepley@handbell.mcs.anl.gov +17 -0

bin/mpirun.llrun
1.0 01/09/12 17:48:27 knepley@handbell.mcs.anl.gov +0 -0
BitKeeper file /sandbox/knepley/projects/PETSc/petsc/bin/mpirun.prun


Hg-commit: f52104b23f5f11d349a63354f7391122c6d4b604

show more ...


/petsc/bin/mpirun.llrun
/petsc/bin/mpirun.poe
/petsc/bin/mpirun.prun
/petsc/bmake/common/rules
/petsc/bmake/docsonly/petscconf
/petsc/bmake/docsonly/petscconf.h
/petsc/config/bgl-ibm-opt.py
/petsc/config/cray-xt3.py
/petsc/include/finclude/petscksp.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscpc.h
/petsc/include/petscsys.h
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/petsc/include/private/petscimpl.h
/petsc/makefile
/petsc/python/PETSc/package.py
/petsc/python/PETSc/packages/Sieve.py
/petsc/python/PETSc/utilities/fortranCPP.py
/petsc/python/PETSc/utilities/petscdir.py
/petsc/python/sidl/snes.sidl
/petsc/src/dm/da/examples/tests/ex23.c
/petsc/src/dm/mesh/examples/tests/makefile
/petsc/src/dm/mesh/examples/tutorials/data/ex1_2d.lcon
/petsc/src/dm/mesh/sieve/ParDelta.hh
/petsc/src/dm/mesh/sieve/Predicate.hh
/petsc/src/dm/mesh/sieve/Sifter.hh
/petsc/src/docs/tex/doctext/petsc.group
/petsc/src/docs/tex/doctext/petscapp.cfg
/petsc/src/docs/tex/manual/developers.tex
/petsc/src/docs/tex/manual/makefile
/petsc/src/docs/tex/manual/part1.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/download/index.html
/petsc/src/docs/website/index.html
/petsc/src/docs/website/publications/index.html
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/gmres/lgmres/lgmres.c
/petsc/src/ksp/ksp/impls/lcd/lcd.c
/petsc/src/ksp/ksp/impls/lcd/lcdctx.h
/petsc/src/ksp/ksp/impls/lcd/makefile
/petsc/src/ksp/ksp/impls/makefile
/petsc/src/ksp/ksp/interface/itregis.c
/petsc/src/ksp/pc/impls/jacobi/jacobi.c
/petsc/src/ksp/pc/impls/shell/ftn-custom/zshellpcf.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/ftn-custom/zfdmatrixf.c
snes.c
/petsc/src/sys/memory/mem.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/plog/plog.c
/petsc/src/sys/utils/random/examples/ex1.c
/petsc/src/sys/utils/random/examples/makefile
/petsc/src/sys/utils/random/impls/rand/rand.c
/petsc/src/sys/utils/random/impls/rand48/rand48.c
/petsc/src/sys/utils/random/interface/random.c
/petsc/src/sys/utils/random/interface/randreg.c
/petsc/src/sys/utils/random/randomimpl.h
/petsc/src/sys/viewer/impls/ascii/ftn-custom/zfilevf.c
/petsc/src/vec/is/utils/ftn-custom/zisltogf.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/vec/interface/dlregisvec.c
/petsc/src/vec/vec/interface/ftn-custom/zvectorf.c
c77d667129-Mar-2006 Hong Zhang <hzhang@mcs.anl.gov>

bk-changeset-1.4208
hzhang@shakey.mcs.anl.gov|ChangeSet|20060329033701|52891
ChangeSet
1.4208 06/03/28 21:37:01 hzhang@shakey.mcs.anl.gov +48 -0
reorganize PetscRandom
Note:
PetscRandomCreat

bk-changeset-1.4208
hzhang@shakey.mcs.anl.gov|ChangeSet|20060329033701|52891
ChangeSet
1.4208 06/03/28 21:37:01 hzhang@shakey.mcs.anl.gov +48 -0
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/vec/vec/interface/vector.c
1.157 06/03/28 21:36:56 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/sys/utils/random/randomimpl.h
1.3 06/03/28 21:36:56 hzhang@shakey.mcs.anl.gov +3 -2
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/sys/utils/random/interface/randreg.c
1.3 06/03/28 21:36:56 hzhang@shakey.mcs.anl.gov +115 -3
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/sys/utils/random/interface/random.c
1.38 06/03/28 21:36:56 hzhang@shakey.mcs.anl.gov +103 -46
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/sys/utils/random/interface/dlregisrand.c
1.2 06/03/28 21:36:56 hzhang@shakey.mcs.anl.gov +7 -34
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/sys/utils/random/impls/rand48/rand48.c
1.2 06/03/28 21:36:55 hzhang@shakey.mcs.anl.gov +38 -20
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/sys/utils/random/impls/rand/rand.c
1.2 06/03/28 21:36:55 hzhang@shakey.mcs.anl.gov +33 -5
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/sys/utils/random/examples/ex1.c
1.3 06/03/28 21:36:55 hzhang@shakey.mcs.anl.gov +4 -3
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/sys/examples/tests/ex6f.F
1.7 06/03/28 21:36:55 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/sys/examples/tests/ex12.c
1.10 06/03/28 21:36:55 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/snes/interface/noise/snesnoise.c
1.25 06/03/28 21:36:55 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/mat/utils/multequal.c
1.14 06/03/28 21:36:55 hzhang@shakey.mcs.anl.gov +8 -4
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/mat/examples/tests/ex96.c
1.19 06/03/28 21:36:55 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/mat/examples/tests/ex94.c
1.27 06/03/28 21:36:55 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/mat/examples/tests/ex92.c
1.14 06/03/28 21:36:55 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/mat/examples/tests/ex91.c
1.8 06/03/28 21:36:55 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/mat/examples/tests/ex77.c
1.10 06/03/28 21:36:55 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/mat/examples/tests/ex76.c
1.22 06/03/28 21:36:55 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/mat/examples/tests/ex75.c
1.27 06/03/28 21:36:55 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/mat/examples/tests/ex74.c
1.34 06/03/28 21:36:54 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/mat/examples/tests/ex72.c
1.13 06/03/28 21:36:54 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/mat/examples/tests/ex54.c
1.10 06/03/28 21:36:54 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/mat/examples/tests/ex53.c
1.21 06/03/28 21:36:54 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/mat/examples/tests/ex51.c
1.10 06/03/28 21:36:54 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/mat/examples/tests/ex48.c
1.21 06/03/28 21:36:54 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/mat/examples/tests/ex47.c
1.12 06/03/28 21:36:54 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/mat/examples/tests/ex42.c
1.13 06/03/28 21:36:54 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/mat/examples/tests/ex41.c
1.12 06/03/28 21:36:54 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/mat/examples/tests/ex40.c
1.13 06/03/28 21:36:54 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/mat/examples/tests/ex108.c
1.2 06/03/28 21:36:54 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/mat/examples/tests/ex107.c
1.2 06/03/28 21:36:54 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/mat/examples/tests/ex104.c
1.3 06/03/28 21:36:54 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/mat/examples/tests/ex103.c
1.3 06/03/28 21:36:53 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/mat/examples/tests/ex100.c
1.4 06/03/28 21:36:53 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/ksp/ksp/examples/tutorials/ex4.c
1.16 06/03/28 21:36:53 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/ksp/ksp/examples/tutorials/ex2f.F
1.18 06/03/28 21:36:53 hzhang@shakey.mcs.anl.gov +2 -2
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/ksp/ksp/examples/tutorials/ex2.c
1.17 06/03/28 21:36:53 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/ksp/ksp/examples/tutorials/ex11f.F
1.18 06/03/28 21:36:53 hzhang@shakey.mcs.anl.gov +6 -4
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/ksp/ksp/examples/tutorials/ex11.c
1.18 06/03/28 21:36:53 hzhang@shakey.mcs.anl.gov +3 -2
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/ksp/ksp/examples/tests/ex26.c
1.9 06/03/28 21:36:53 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/ksp/ksp/examples/tests/ex24.c
1.18 06/03/28 21:36:53 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/ksp/ksp/examples/tests/ex19.c
1.18 06/03/28 21:36:53 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/ksp/ksp/examples/tests/ex17.c
1.17 06/03/28 21:36:53 hzhang@shakey.mcs.anl.gov +5 -3
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/dm/da/src/da2.c
1.81 06/03/28 21:36:53 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/contrib/blopex/petsc-interface/petsc-interface.c
1.2 06/03/28 21:36:52 hzhang@shakey.mcs.anl.gov +5 -6
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/benchmarks/PetscMalloc.c
1.6 06/03/28 21:36:52 hzhang@shakey.mcs.anl.gov +2 -1
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

src/benchmarks/Index.c
1.6 06/03/28 21:36:52 hzhang@shakey.mcs.anl.gov +4 -2
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);

include/petscsys.h
1.53 06/03/28 21:36:52 hzhang@shakey.mcs.anl.gov +5 -4
reorganize PetscRandom
Note:
PetscRandomCreate(PETSC_COMM_WORLD,RANDOM_DEFAULT,&rand);
->
PetscRandomCreate(PETSC_COMM_WORLD,&rand);
PetscRandomSetType(rand,PETSC_RAND48) or PetscRandomSetFromOptions(rand);


Hg-commit: 5a391ae445c4a06b8e3fb80c29f44e75f128678f

show more ...


/petsc/bin/matlab/PetscBagRead.m
/petsc/bin/matlab/PetscReadBinaryMatlab.m
/petsc/bmake/common/rules
/petsc/bmake/common/rules.shared.basic
/petsc/bmake/common/test
/petsc/config/asterix-tops.py
/petsc/config/bgl-gnu-opt.py
/petsc/config/bgl-ibm-opt.py
/petsc/config/configure.py
/petsc/config/linux-gnu-cxx-sieve.py
/petsc/config/linux-rhAS3-gcc32-opt
/petsc/config/linux-rhAS3-gcc32-opt.py
/petsc/config/linux-rhAS3-intel81-opt
/petsc/config/linux-rhAS3-intel81-opt.py
/petsc/include/finclude/petscdef.h
/petsc/include/finclude/petscerror.h
/petsc/include/finclude/petscksp.h
/petsc/include/finclude/petscviewer.h
/petsc/include/mpiuni/mpi.h
/petsc/include/petsc.h
/petsc/include/petscda.h
/petsc/include/petscdmmg.h
/petsc/include/petscerror.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscmesh.h
/petsc/include/petscsys.h
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/petsc/include/petscviewer.h
/petsc/include/private/vecimpl.h
/petsc/maint/asterix-test.sh
/petsc/maint/builddist
/petsc/maint/confignightly/jazz
/petsc/maint/confignightly/zither
/petsc/maint/confignightly/zither2
/petsc/maint/createpatch
/petsc/maint/rebuildtar
/petsc/maint/xclude
/petsc/make.py
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/package.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/Boost.py
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/MUMPS.py
/petsc/python/PETSc/packages/SCALAPACK.py
/petsc/python/PETSc/packages/Sieve.py
/petsc/python/PETSc/packages/TetGen.py
/petsc/python/PETSc/packages/X11.py
/petsc/python/PETSc/packages/babel.py
/petsc/python/PETSc/packages/hypre.py
/petsc/python/PETSc/packages/ml.py
/petsc/python/PETSc/packages/spai.py
/petsc/python/PETSc/packages/sprng.py
/petsc/python/PETSc/utilities/fortranCommandLine.py
/petsc/python/PETSc/utilities/languages.py
/petsc/python/PETSc/utilities/libraryOptions.py
/petsc/python/PETSc/utilities/python.py
/petsc/python/sidl/snes.sidl
/petsc/src/apps/1/appload.c
/petsc/src/apps/1/ex1.c
/petsc/src/apps/1/ex2.c
/petsc/src/apps/2/appload.c
/petsc/src/apps/2/ex1.c
/petsc/src/benchmarks/Index.c
/petsc/src/benchmarks/PetscMalloc.c
/petsc/src/benchmarks/results/performance_arco1
/petsc/src/benchmarks/results/performance_cfd_2_10
/petsc/src/contrib/blopex/petsc-interface/petsc-interface.c
/petsc/src/contrib/helmholtz_2/ex12.c
/petsc/src/contrib/makefile
/petsc/src/contrib/oberman/burgers_df_based_q1/appload.c
/petsc/src/contrib/oberman/burgers_vertex_based_q1/main.c
/petsc/src/contrib/oberman/ns_q1q0/appload.c
/petsc/src/contrib/oberman/ns_q1q0_penalty/appload.c
/petsc/src/contrib/oberman/ns_q1q0_penalty/penaltyinput.c
/petsc/src/contrib/oberman/ns_q1q1/appcreate.c
/petsc/src/contrib/oberman/ns_q1q1/appload.c
/petsc/src/contrib/oberman/ns_q1q1/main.c
/petsc/src/contrib/oberman/ns_q2q1/appload.c
/petsc/src/contrib/oberman/ns_q2q1/biquadinput.c
/petsc/src/contrib/oberman/ns_q2q1/biquadinput8.c
/petsc/src/contrib/oberman/quasigeo_q1/appload.c
/petsc/src/contrib/oberman/quasigeo_q1/input.c
/petsc/src/contrib/oberman/tns_q2q1/appload.c
/petsc/src/contrib/oberman/tns_q2q1/biquadinput.c
/petsc/src/contrib/semiLagrange/characteristic.h
/petsc/src/contrib/semiLagrange/characteristicimpl.h
/petsc/src/contrib/semiLagrange/examples/makefile
/petsc/src/contrib/semiLagrange/examples/tutorials/ex1.c
/petsc/src/contrib/semiLagrange/examples/tutorials/ex2.c
/petsc/src/contrib/semiLagrange/examples/tutorials/ex4.c
/petsc/src/contrib/semiLagrange/examples/tutorials/makefile
/petsc/src/contrib/semiLagrange/impls/da/da.c
/petsc/src/contrib/semiLagrange/impls/da/da.h
/petsc/src/contrib/semiLagrange/impls/da/makefile
/petsc/src/contrib/semiLagrange/impls/makefile
/petsc/src/contrib/semiLagrange/interface/characteristic.c
/petsc/src/contrib/semiLagrange/interface/dlregis.c
/petsc/src/contrib/semiLagrange/interface/makefile
/petsc/src/contrib/semiLagrange/interface/mocregis.c
/petsc/src/contrib/semiLagrange/makefile
/petsc/src/dm/ao/examples/tutorials/output/ex2_1.out
/petsc/src/dm/ao/examples/tutorials/output/ex2_2.out
/petsc/src/dm/da/examples/tutorials/ex7.c
/petsc/src/dm/da/examples/tutorials/makefile
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/dainterp.c
/petsc/src/dm/da/src/dalocal.c
/petsc/src/dm/da/utils/binaryMatlab.c
/petsc/src/dm/da/utils/fdda.c
/petsc/src/dm/da/utils/makefile
/petsc/src/dm/mesh/examples/tests/ex01.c
/petsc/src/dm/mesh/examples/tests/ex03.c
/petsc/src/dm/mesh/examples/tests/ex04.cxx
/petsc/src/dm/mesh/examples/tests/ex05.cxx
/petsc/src/dm/mesh/examples/tests/ex06.cxx
/petsc/src/dm/mesh/examples/tests/makefile
/petsc/src/dm/mesh/examples/tutorials/data/bm1b/bm1b.bc
/petsc/src/dm/mesh/examples/tutorials/data/bm1b/bm1b.connect
/petsc/src/dm/mesh/examples/tutorials/data/bm1b/bm1b.coord
/petsc/src/dm/mesh/examples/tutorials/data/bm1m/bm1m.coord
/petsc/src/dm/mesh/examples/tutorials/data/ex1_1d.lcon
/petsc/src/dm/mesh/examples/tutorials/data/ex1_1d.nodes
/petsc/src/dm/mesh/examples/tutorials/data/ex1_2d.lcon
/petsc/src/dm/mesh/examples/tutorials/data/ex1_2d.nodes
/petsc/src/dm/mesh/examples/tutorials/data/ex1_3d.lcon
/petsc/src/dm/mesh/examples/tutorials/data/ex1_3d.nodes
/petsc/src/dm/mesh/examples/tutorials/ex1.c
/petsc/src/dm/mesh/examples/tutorials/ex2.c
/petsc/src/dm/mesh/examples/tutorials/makefile
/petsc/src/dm/mesh/makefile
/petsc/src/dm/mesh/mesh.c
/petsc/src/dm/mesh/sieve/ALE.hh
/petsc/src/dm/mesh/sieve/ALE_containers.hh
/petsc/src/dm/mesh/sieve/ALE_mem.hh
/petsc/src/dm/mesh/sieve/CoSifter.hh
/petsc/src/dm/mesh/sieve/Delta.hh
/petsc/src/dm/mesh/sieve/Mesh.hh
/petsc/src/dm/mesh/sieve/ParDelta.hh
/petsc/src/dm/mesh/sieve/Sieve.hh
/petsc/src/dm/mesh/sieve/Sifter.hh
/petsc/src/dm/mesh/sieve/insp/CoSieve.hh
/petsc/src/dm/mesh/sieve/insp/Simplicializer.cxx
/petsc/src/dm/mesh/sieve/makefile
/petsc/src/docs/tex/manual/intro.tex
/petsc/src/docs/tex/manual/manual.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/benchmarks.html
/petsc/src/docs/website/documentation/bugreporting.html
/petsc/src/docs/website/documentation/changes/2015.html
/petsc/src/docs/website/documentation/changes/2016.html
/petsc/src/docs/website/documentation/changes/2017.html
/petsc/src/docs/website/documentation/changes/2022.html
/petsc/src/docs/website/documentation/changes/2024.html
/petsc/src/docs/website/documentation/changes/2028.html
/petsc/src/docs/website/documentation/changes/2029.html
/petsc/src/docs/website/documentation/changes/21.html
/petsc/src/docs/website/documentation/changes/211.html
/petsc/src/docs/website/documentation/changes/212.html
/petsc/src/docs/website/documentation/changes/213.html
/petsc/src/docs/website/documentation/changes/215.html
/petsc/src/docs/website/documentation/changes/216.html
/petsc/src/docs/website/documentation/changes/220.html
/petsc/src/docs/website/documentation/changes/221.html
/petsc/src/docs/website/documentation/changes/230.html
/petsc/src/docs/website/documentation/changes/231.html
/petsc/src/docs/website/documentation/changes/2918-21.html
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/changes/index.html
/petsc/src/docs/website/documentation/codemanagement.html
/petsc/src/docs/website/documentation/copyright.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/referencing.html
/petsc/src/docs/website/documentation/troubleshooting.html
/petsc/src/docs/website/documentation/tutorials/PCFD04.html
/petsc/src/docs/website/documentation/tutorials/index.html
/petsc/src/docs/website/download/index.html
/petsc/src/docs/website/features/details.html
/petsc/src/docs/website/features/diagram.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/funding.html
/petsc/src/docs/website/miscellaneous/index.html
/petsc/src/docs/website/miscellaneous/mailing-lists.html
/petsc/src/docs/website/miscellaneous/petscthreads.html
/petsc/src/docs/website/miscellaneous/plans.html
/petsc/src/docs/website/miscellaneous/usage.html
/petsc/src/docs/website/publications/structured.html
/petsc/src/fortran/kernels/bgl/fmaxpy_bgl.F
/petsc/src/inline/ilu.h
/petsc/src/ksp/ksp/examples/tests/ex17.c
/petsc/src/ksp/ksp/examples/tests/ex19.c
/petsc/src/ksp/ksp/examples/tests/ex24.c
/petsc/src/ksp/ksp/examples/tests/ex26.c
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tutorials/.gdb_history
/petsc/src/ksp/ksp/examples/tutorials/ex11.c
/petsc/src/ksp/ksp/examples/tutorials/ex11f.F
/petsc/src/ksp/ksp/examples/tutorials/ex14f.F
/petsc/src/ksp/ksp/examples/tutorials/ex2.c
/petsc/src/ksp/ksp/examples/tutorials/ex22.c
/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/ex2f.F
/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/ex33.c
/petsc/src/ksp/ksp/examples/tutorials/ex34.c
/petsc/src/ksp/ksp/examples/tutorials/ex35.c
/petsc/src/ksp/ksp/examples/tutorials/ex4.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_mumps.out
/petsc/src/ksp/ksp/examples/tutorials/p1.py
/petsc/src/ksp/ksp/impls/cg/makefile
/petsc/src/ksp/ksp/impls/cg/stcg/makefile
/petsc/src/ksp/ksp/impls/cg/stcg/stcg.c
/petsc/src/ksp/ksp/impls/cg/stcg/stcg.h
/petsc/src/ksp/ksp/impls/gmres/fgmres/fgmres.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/qcg/qcg.c
/petsc/src/ksp/ksp/interface/dlregisksp.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/ksp/interface/itregis.c
/petsc/src/ksp/pc/examples/tutorials/ex1.c
/petsc/src/ksp/pc/examples/tutorials/ex2.c
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/factor/factor.c
/petsc/src/ksp/pc/impls/factor/ilu/ilu.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/hypre/hyppilut.c
/petsc/src/ksp/pc/impls/ksp/pcksp.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/ml/ml.c
/petsc/src/mat/color/color.c
/petsc/src/mat/examples/tests/ex100.c
/petsc/src/mat/examples/tests/ex103.c
/petsc/src/mat/examples/tests/ex104.c
/petsc/src/mat/examples/tests/ex107.c
/petsc/src/mat/examples/tests/ex108.c
/petsc/src/mat/examples/tests/ex36f.F
/petsc/src/mat/examples/tests/ex40.c
/petsc/src/mat/examples/tests/ex41.c
/petsc/src/mat/examples/tests/ex42.c
/petsc/src/mat/examples/tests/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/adic/nladic.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/aij/aijtype.c
/petsc/src/mat/impls/aij/mpi/mmaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.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/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.c
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/mpi/dscpack/dscpack.c
/petsc/src/mat/impls/baij/mpi/mmbaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij.h
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/baij/seq/baijfact3.c
/petsc/src/mat/impls/baij/seq/dgefa2.c
/petsc/src/mat/impls/csr/inode/inode.c
/petsc/src/mat/impls/dense/mpi/plapack/plapack.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/partition/impls/pmetis/pmetis.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/mat/utils/multequal.c
/petsc/src/snes/examples/tests/ex1f.F
/petsc/src/snes/examples/tutorials/ex19tu.c
/petsc/src/snes/examples/tutorials/ex3.c
/petsc/src/snes/examples/tutorials/ex4tu.c
/petsc/src/snes/examples/tutorials/ex5s.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex3_4.out
/petsc/src/snes/impls/ls/ls.c
noise/snesnoise.c
/petsc/src/snes/utils/adutils/damgsnesad.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/dll/reg.c
/petsc/src/sys/error/adebug.c
/petsc/src/sys/error/err.c
/petsc/src/sys/error/errtrace.c
/petsc/src/sys/error/fp.c
/petsc/src/sys/error/ftn-custom/zerrf.c
/petsc/src/sys/error/signal.c
/petsc/src/sys/examples/tests/ex12.c
/petsc/src/sys/examples/tests/ex6f.F
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/ftn-custom/zstart.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/plog/plog.c
/petsc/src/sys/time/ptime.c
/petsc/src/sys/utils/makefile
/petsc/src/sys/utils/random/examples/ex1.c
/petsc/src/sys/utils/random/examples/makefile
/petsc/src/sys/utils/random/impls/makefile
/petsc/src/sys/utils/random/impls/rand/makefile
/petsc/src/sys/utils/random/impls/rand/rand.c
/petsc/src/sys/utils/random/impls/rand48/makefile
/petsc/src/sys/utils/random/impls/rand48/rand48.c
/petsc/src/sys/utils/random/interface/dlregisrand.c
/petsc/src/sys/utils/random/interface/makefile
/petsc/src/sys/utils/random/interface/random.c
/petsc/src/sys/utils/random/interface/randreg.c
/petsc/src/sys/utils/random/makefile
/petsc/src/sys/utils/random/randomimpl.h
/petsc/src/sys/viewer/impls/ascii/filev.c
/petsc/src/sys/viewer/impls/socket/matlab/closeport.c
/petsc/src/sys/viewer/impls/socket/matlab/openport.c
/petsc/src/sys/viewer/impls/socket/matlab/readinvecs.c
/petsc/src/sys/viewer/impls/socket/send.c
/petsc/src/tops/examples/cxx/ex1/makefile
/petsc/src/tops/examples/cxx/ex2/makefile
/petsc/src/tops/examples/cxx/ex3/makefile
/petsc/src/tops/examples/cxx/ex4/makefile
/petsc/src/tops/makefile.rules
/petsc/src/ts/examples/tests/ex1f.F
/petsc/src/ts/examples/tutorials/ex1f.F
/petsc/src/ts/examples/tutorials/ex2f.F
/petsc/src/ts/impls/implicit/sundials/sundials.c
/petsc/src/ts/interface/ts.c
/petsc/src/vec/is/utils/iscoloring.c
/petsc/src/vec/vec/examples/tutorials/ex17.c
/petsc/src/vec/vec/impls/dvecimpl.h
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/impls/mpi/pmap.c
/petsc/src/vec/vec/impls/seq/dvec2.c
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/utils/makefile
/petsc/src/vec/vec/utils/vpscat.c
/petsc/src/vec/vec/utils/vpscat.h
/petsc/src/vec/vec/utils/vscat.c
05b42c5f22-Jan-2006 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3972.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20060122000257|17256
ChangeSet
1.3972.1.1 06/01/21 18:02:57 barrysmith@barry-smiths-computer.local +65 -0
Many files:

bk-changeset-1.3972.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20060122000257|17256
ChangeSet
1.3972.1.1 06/01/21 18:02:57 barrysmith@barry-smiths-computer.local +65 -0
Many files:
remove if not null test around all PetscFree()

src/vec/vec/utils/vscat.c
1.51 06/01/21 17:13:04 barrysmith@barry-smiths-computer.local +2 -2
remove if not null test around all PetscFree()

src/vec/vec/utils/vpscat.c
1.59 06/01/21 17:13:04 barrysmith@barry-smiths-computer.local +4 -4
remove if not null test around all PetscFree()

src/vec/vec/utils/vecstash.c
1.20 06/01/21 17:13:03 barrysmith@barry-smiths-computer.local +16 -32
remove if not null test around all PetscFree()

src/vec/vec/interface/vector.c
1.156 06/01/21 17:13:03 barrysmith@barry-smiths-computer.local +1 -3
remove if not null test around all PetscFree()

src/vec/vec/impls/seq/dvec2.c
1.41 06/01/21 17:13:03 barrysmith@barry-smiths-computer.local +1 -1
remove if not null test around all PetscFree()

src/vec/vec/impls/seq/bvec2.c
1.83 06/01/21 17:13:03 barrysmith@barry-smiths-computer.local +1 -1
remove if not null test around all PetscFree()

src/vec/vec/impls/mpi/pdvec.c
1.73 06/01/21 17:13:02 barrysmith@barry-smiths-computer.local +1 -1
remove if not null test around all PetscFree()

src/vec/is/utils/isltog.c
1.46 06/01/21 17:13:02 barrysmith@barry-smiths-computer.local +5 -5
remove if not null test around all PetscFree()

src/vec/is/utils/iscoloring.c
1.40 06/01/21 17:13:01 barrysmith@barry-smiths-computer.local +1 -3
remove if not null test around all PetscFree()

src/sys/viewer/impls/mathematica/mathematica.c
1.41 06/01/21 17:13:01 barrysmith@barry-smiths-computer.local +2 -6
remove if not null test around all PetscFree()

src/sys/viewer/impls/hdf4/hdf4v.c
1.20 06/01/21 17:13:00 barrysmith@barry-smiths-computer.local +4 -6
remove if not null test around all PetscFree()

src/sys/plog/plog.c
1.78 06/01/21 17:13:00 barrysmith@barry-smiths-computer.local +4 -8
remove if not null test around all PetscFree()

src/sys/plog/classLog.c
1.30 06/01/21 17:13:00 barrysmith@barry-smiths-computer.local +1 -3
remove if not null test around all PetscFree()

src/sys/objects/inherit.c
1.47 06/01/21 17:12:59 barrysmith@barry-smiths-computer.local +7 -21
remove if not null test around all PetscFree()

src/sys/objects/aoptions.c
1.44 06/01/21 17:12:59 barrysmith@barry-smiths-computer.local +2 -2
remove if not null test around all PetscFree()

src/snes/interface/snesut.c
1.25 06/01/21 17:12:58 barrysmith@barry-smiths-computer.local +1 -1
remove if not null test around all PetscFree()

src/snes/interface/snes.c
1.102 06/01/21 17:12:53 barrysmith@barry-smiths-computer.local +2 -2
remove if not null test around all PetscFree()

src/mat/utils/matstash.c
1.27 06/01/21 17:12:52 barrysmith@barry-smiths-computer.local +12 -24
remove if not null test around all PetscFree()

src/mat/utils/gcreate.c
1.48 06/01/21 17:12:52 barrysmith@barry-smiths-computer.local +3 -4
remove if not null test around all PetscFree()

src/mat/partition/impls/scotch/scotch.c
1.17 06/01/21 17:12:52 barrysmith@barry-smiths-computer.local +2 -6
remove if not null test around all PetscFree()

src/mat/partition/partition.c
1.32 06/01/21 17:12:51 barrysmith@barry-smiths-computer.local +4 -12
remove if not null test around all PetscFree()

src/mat/partition/impls/party/party.c
1.15 06/01/21 17:12:51 barrysmith@barry-smiths-computer.local +2 -4
remove if not null test around all PetscFree()

src/mat/partition/impls/jostle/jostle.c
1.12 06/01/21 17:12:51 barrysmith@barry-smiths-computer.local +3 -8
remove if not null test around all PetscFree()

src/mat/partition/impls/chaco/chaco.c
1.16 06/01/21 17:12:51 barrysmith@barry-smiths-computer.local +2 -7
remove if not null test around all PetscFree()

src/mat/matfd/fdmatrix.c
1.39 06/01/21 17:12:51 barrysmith@barry-smiths-computer.local +5 -5
remove if not null test around all PetscFree()

src/mat/interface/matrix.c
1.211 06/01/21 17:12:50 barrysmith@barry-smiths-computer.local +2 -6
remove if not null test around all PetscFree()

src/mat/impls/sbaij/seq/sbaijfact2.c
1.69 06/01/21 17:12:50 barrysmith@barry-smiths-computer.local +1 -1
remove if not null test around all PetscFree()

src/mat/impls/sbaij/seq/sbaij.c
1.157 06/01/21 17:12:50 barrysmith@barry-smiths-computer.local +11 -14
remove if not null test around all PetscFree()

src/mat/impls/sbaij/mpi/sbaijov.c
1.43 06/01/21 17:12:50 barrysmith@barry-smiths-computer.local +1 -1
remove if not null test around all PetscFree()

src/mat/impls/sbaij/mpi/mpisbaij.c
1.140 06/01/21 17:12:49 barrysmith@barry-smiths-computer.local +10 -12
remove if not null test around all PetscFree()

src/mat/impls/rowbs/mpi/mpirowbs.c
1.87 06/01/21 17:12:49 barrysmith@barry-smiths-computer.local +3 -3
remove if not null test around all PetscFree()

src/mat/impls/dense/seq/dense.c
1.94 06/01/21 17:12:49 barrysmith@barry-smiths-computer.local +5 -7
remove if not null test around all PetscFree()

src/mat/impls/dense/mpi/mpidense.c
1.74 06/01/21 17:12:49 barrysmith@barry-smiths-computer.local +5 -5
remove if not null test around all PetscFree()

src/mat/impls/bdiag/seq/bdiag3.c
1.30 06/01/21 17:12:48 barrysmith@barry-smiths-computer.local +1 -1
remove if not null test around all PetscFree()

src/mat/impls/bdiag/seq/bdiag.c
1.57 06/01/21 17:12:48 barrysmith@barry-smiths-computer.local +2 -2
remove if not null test around all PetscFree()

src/mat/impls/bdiag/mpi/mpibdiag.c
1.56 06/01/21 17:12:48 barrysmith@barry-smiths-computer.local +1 -1
remove if not null test around all PetscFree()

src/mat/impls/baij/seq/baij.c
1.145 06/01/21 17:12:47 barrysmith@barry-smiths-computer.local +11 -11
remove if not null test around all PetscFree()

src/mat/impls/baij/mpi/mpibaij.c
1.109 06/01/21 17:12:47 barrysmith@barry-smiths-computer.local +12 -14
remove if not null test around all PetscFree()

src/mat/impls/aij/seq/lusol/lusol.c
1.42 06/01/21 17:12:47 barrysmith@barry-smiths-computer.local +0 -1
remove if not null test around all PetscFree()

src/mat/impls/aij/seq/crl/crl.c
1.18 06/01/21 17:12:47 barrysmith@barry-smiths-computer.local +2 -3
remove if not null test around all PetscFree()

src/mat/impls/aij/seq/aij.c
1.251 06/01/21 17:12:46 barrysmith@barry-smiths-computer.local +6 -6
remove if not null test around all PetscFree()

src/mat/impls/aij/mpi/mumps/mumps.c
1.103 06/01/21 17:12:46 barrysmith@barry-smiths-computer.local +2 -6
remove if not null test around all PetscFree()

src/mat/impls/aij/mpi/mpiptap.c
1.28 06/01/21 17:12:46 barrysmith@barry-smiths-computer.local +3 -3
remove if not null test around all PetscFree()

src/mat/impls/aij/mpi/mpimatmatmult.c
1.13 06/01/21 17:12:46 barrysmith@barry-smiths-computer.local +4 -4
remove if not null test around all PetscFree()

src/mat/impls/aij/mpi/crl/mcrl.c
1.11 06/01/21 17:12:46 barrysmith@barry-smiths-computer.local +2 -7
remove if not null test around all PetscFree()

src/mat/impls/aij/mpi/mpiaij.c
1.267 06/01/21 17:12:45 barrysmith@barry-smiths-computer.local +8 -10
remove if not null test around all PetscFree()

src/mat/impls/adj/mpi/mpiadj.c
1.54 06/01/21 17:12:45 barrysmith@barry-smiths-computer.local +2 -2
remove if not null test around all PetscFree()

src/mat/examples/tests/ex92.c
1.13 06/01/21 17:12:44 barrysmith@barry-smiths-computer.local +1 -1
remove if not null test around all PetscFree()

src/ksp/pc/interface/pcset.c
1.28 06/01/21 17:12:44 barrysmith@barry-smiths-computer.local +1 -1
remove if not null test around all PetscFree()

src/ksp/pc/impls/shell/shellpc.c
1.35 06/01/21 17:12:43 barrysmith@barry-smiths-computer.local +1 -1
remove if not null test around all PetscFree()

src/ksp/pc/impls/is/pcis.c
1.29 06/01/21 17:12:43 barrysmith@barry-smiths-computer.local +1 -1
remove if not null test around all PetscFree()

src/ksp/pc/impls/is/nn/nn.c
1.35 06/01/21 17:12:43 barrysmith@barry-smiths-computer.local +2 -2
remove if not null test around all PetscFree()

src/ksp/pc/impls/fieldsplit/fieldsplit.c
1.31 06/01/21 17:12:43 barrysmith@barry-smiths-computer.local +1 -1
remove if not null test around all PetscFree()

src/ksp/pc/impls/bjacobi/bjacobi.c
1.53 06/01/21 17:12:42 barrysmith@barry-smiths-computer.local +6 -6
remove if not null test around all PetscFree()

src/ksp/pc/impls/asm/asm.c
1.54 06/01/21 17:12:42 barrysmith@barry-smiths-computer.local +3 -3
remove if not null test around all PetscFree()

src/ksp/ksp/interface/iterativ.c
1.44 06/01/21 17:12:42 barrysmith@barry-smiths-computer.local +1 -4
remove if not null test around all PetscFree()

src/ksp/ksp/impls/gmres/lgmres/lgmres.c
1.48 06/01/21 17:12:42 barrysmith@barry-smiths-computer.local +10 -11
remove if not null test around all PetscFree()

src/ksp/ksp/impls/gmres/fgmres/fgmres.c
1.58 06/01/21 17:12:42 barrysmith@barry-smiths-computer.local +12 -16
remove if not null test around all PetscFree()

src/ksp/ksp/impls/gmres/gmres.c
1.69 06/01/21 17:12:41 barrysmith@barry-smiths-computer.local +8 -25
remove if not null test around all PetscFree()

src/dm/mesh/mesh.c
1.53 06/01/21 17:12:40 barrysmith@barry-smiths-computer.local +1 -1
remove if not null test around all PetscFree()

src/dm/da/utils/sliced.c
1.25 06/01/21 17:12:39 barrysmith@barry-smiths-computer.local +1 -1
remove if not null test around all PetscFree()

src/dm/da/src/dadestroy.c
1.25 06/01/21 17:12:39 barrysmith@barry-smiths-computer.local +18 -42
remove if not null test around all PetscFree()

src/dm/da/examples/tests/ex3.c
1.7 06/01/21 17:12:39 barrysmith@barry-smiths-computer.local +1 -1
remove if not null test around all PetscFree()

src/dm/ao/interface/aodata.c
1.20 06/01/21 17:12:38 barrysmith@barry-smiths-computer.local +1 -1
remove if not null test around all PetscFree()

src/contrib/ysmp/ex1.c
1.10 06/01/21 17:12:37 barrysmith@barry-smiths-computer.local +2 -1
remove if not null test around all PetscFree()


Hg-commit: b4af67b5c981881d35552a72f29068911e24b525

show more ...


/petsc/bmake/common/rules.shared.basic
/petsc/config/aix5.1.0.0-64.py
/petsc/config/aix5.1.0.0.py
/petsc/config/asterix-sun.py
/petsc/config/bgl-gnu-opt.py
/petsc/config/bgl-ibm-opt.py
/petsc/config/configure.py
/petsc/config/cray-x1.py
/petsc/config/irix6.5-64.py
/petsc/config/irix6.5.py
/petsc/config/linux-gnu-nagf90.py
/petsc/config/linux-rhAS3-gcc32.py
/petsc/config/solaris2.9-lam.py
/petsc/config/solaris2.9.py
/petsc/include/finclude/petscvec.h
/petsc/include/petscis.h
/petsc/include/petscmat.h
/petsc/include/petscvec.h
/petsc/include/private/petscimpl.h
/petsc/include/private/vecimpl.h
/petsc/maint/asterix-test.sh
/petsc/maint/update-docs.py
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/package.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/BlockSolve95.py
/petsc/python/PETSc/packages/Dscpack.py
/petsc/python/PETSc/packages/Jostle.py
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/PLAPACK.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/TetGen.py
/petsc/python/PETSc/packages/Triangle.py
/petsc/python/PETSc/utilities/libraryOptions.py
/petsc/src/contrib/fun3d/incomp/user.F
/petsc/src/contrib/fun3d/incomp/userJac.F
/petsc/src/contrib/ysmp/ex1.c
/petsc/src/dm/ao/interface/ao.c
/petsc/src/dm/ao/interface/aodata.c
/petsc/src/dm/da/examples/tests/ex3.c
/petsc/src/dm/da/src/dadestroy.c
/petsc/src/dm/da/utils/fdda.c
/petsc/src/dm/da/utils/sliced.c
/petsc/src/dm/mesh/examples/tutorials/ex1.c
/petsc/src/dm/mesh/examples/tutorials/ex2.c
/petsc/src/dm/mesh/examples/tutorials/makefile
/petsc/src/dm/mesh/makefile
/petsc/src/dm/mesh/mesh.c
/petsc/src/dm/mesh/sieve/ALE_mem.hh
/petsc/src/dm/mesh/sieve/CoSifter.hh
/petsc/src/dm/mesh/sieve/Mesh.cxx
/petsc/src/dm/mesh/sieve/Mesh.hh
/petsc/src/dm/mesh/sieve/Sifter.hh
/petsc/src/dm/mesh/sieve/makefile
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/bugreporting.html
/petsc/src/docs/website/documentation/changes/231.html
/petsc/src/docs/website/documentation/faq.html
/petsc/src/docs/website/documentation/tutorials/PCFD04.html
/petsc/src/docs/website/documentation/tutorials/PCFD99.html
/petsc/src/docs/website/documentation/tutorials/index.html
/petsc/src/docs/website/download/index.html
/petsc/src/docs/website/index.html
/petsc/src/docs/website/miscellaneous/acknwldg.html
/petsc/src/docs/website/miscellaneous/funding.html
/petsc/src/docs/website/miscellaneous/index.html
/petsc/src/docs/website/miscellaneous/mailing-lists.html
/petsc/src/docs/website/miscellaneous/petscthreads.html
/petsc/src/docs/website/miscellaneous/plans.html
/petsc/src/docs/website/miscellaneous/usage.html
/petsc/src/docs/website/publications/index.html
/petsc/src/ksp/ksp/examples/tests/ex24.c
/petsc/src/ksp/ksp/impls/gmres/fgmres/fgmres.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/lgmres/lgmres.c
/petsc/src/ksp/ksp/interface/iterativ.c
/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/is/nn/nn.c
/petsc/src/ksp/pc/impls/is/pcis.c
/petsc/src/ksp/pc/impls/pbjacobi/pbjacobi.c
/petsc/src/ksp/pc/impls/shell/shellpc.c
/petsc/src/ksp/pc/impls/spai/ispai.c
/petsc/src/ksp/pc/impls/tfs/tfs.c
/petsc/src/ksp/pc/interface/pcset.c
/petsc/src/mat/color/color.c
/petsc/src/mat/examples/tests/ex104.c
/petsc/src/mat/examples/tests/ex5.c
/petsc/src/mat/examples/tests/ex52.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/ex96.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex52_1.out
/petsc/src/mat/examples/tests/output/ex52_2.out
/petsc/src/mat/examples/tests/output/ex52_3.out
/petsc/src/mat/examples/tests/output/ex52_4.out
/petsc/src/mat/examples/tutorials/ex4.c
/petsc/src/mat/impls/adic/matadic.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/adj/mpi/mpiadj.h
/petsc/src/mat/impls/aij/mpi/crl/mcrl.c
/petsc/src/mat/impls/aij/mpi/fdmpiaij.c
/petsc/src/mat/impls/aij/mpi/mmaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.h
/petsc/src/mat/impls/aij/mpi/mpimatmatmult.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/mpiaijspooles.c
/petsc/src/mat/impls/aij/mpi/spooles/mpispooles.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/crl/crl.c
/petsc/src/mat/impls/aij/seq/csrperm/csrperm.c
/petsc/src/mat/impls/aij/seq/dxml/dxml.c
/petsc/src/mat/impls/aij/seq/essl/essl.c
/petsc/src/mat/impls/aij/seq/fdaij.c
/petsc/src/mat/impls/aij/seq/lusol/lusol.c
/petsc/src/mat/impls/aij/seq/matlab/aijmatlab.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/aijspooles.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.c
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/aij/seq/symtranspose.c
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/mpi/dscpack/dscpack.c
/petsc/src/mat/impls/baij/mpi/mmbaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.h
/petsc/src/mat/impls/baij/seq/aijbaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.c
/petsc/src/mat/impls/baij/seq/baijfact4.c
/petsc/src/mat/impls/bdiag/mpi/mmbdiag.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.h
/petsc/src/mat/impls/bdiag/seq/bdfact.c
/petsc/src/mat/impls/bdiag/seq/bdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag2.c
/petsc/src/mat/impls/bdiag/seq/bdiag3.c
/petsc/src/mat/impls/csr/inode/inode.c
/petsc/src/mat/impls/csr/inode/inode2.c
/petsc/src/mat/impls/dense/mpi/mmdense.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/mpi/mpidense.h
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/hypre/mhyp.c
/petsc/src/mat/impls/is/matis.c
/petsc/src/mat/impls/lrc/lrc.c
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/normal/normm.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.h
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.h
/petsc/src/mat/impls/sbaij/mpi/sbaijov.c
/petsc/src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
/petsc/src/mat/impls/sbaij/seq/aijsbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/impls/shell/shellcnv.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/order/sorder.c
/petsc/src/mat/partition/impls/chaco/chaco.c
/petsc/src/mat/partition/impls/jostle/jostle.c
/petsc/src/mat/partition/impls/party/party.c
/petsc/src/mat/partition/impls/pmetis/pmetis.c
/petsc/src/mat/partition/impls/scotch/scotch.c
/petsc/src/mat/partition/partition.c
/petsc/src/mat/utils/compressedrow.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/mat/utils/makefile
/petsc/src/mat/utils/matstash.c
/petsc/src/mat/utils/matstashspace.c
/petsc/src/mat/utils/matstashspace.h
/petsc/src/snes/examples/tutorials/ex5s.c
snes.c
snesut.c
/petsc/src/sys/objects/aoptions.c
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/objects/state.c
/petsc/src/sys/plog/classLog.c
/petsc/src/sys/plog/plog.c
/petsc/src/sys/viewer/impls/hdf4/hdf4v.c
/petsc/src/sys/viewer/impls/mathematica/mathematica.c
/petsc/src/vec/is/utils/ftn-custom/ziscoloringf.c
/petsc/src/vec/is/utils/iscoloring.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/vec/examples/tests/ex21.c
/petsc/src/vec/vec/examples/tutorials/ex17.c
/petsc/src/vec/vec/impls/hypre/vhyp.c
/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/seq/bvec1.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/impls/seq/dvec2.c
/petsc/src/vec/vec/impls/shared/shvec.c
/petsc/src/vec/vec/interface/dlregisvec.c
/petsc/src/vec/vec/interface/makefile
/petsc/src/vec/vec/interface/rvector.c
/petsc/src/vec/vec/interface/veccreate.c
/petsc/src/vec/vec/interface/vecreg.c
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/utils/vecio.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
ae15b99512-Jan-2006 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3928
barrysmith@barry-smiths-computer.local|ChangeSet|20060112164709|65124
ChangeSet
1.3928 06/01/12 10:47:09 barrysmith@barry-smiths-computer.local +107 -0
Many files:
change

bk-changeset-1.3928
barrysmith@barry-smiths-computer.local|ChangeSet|20060112164709|65124
ChangeSet
1.3928 06/01/12 10:47:09 barrysmith@barry-smiths-computer.local +107 -0
Many files:
change PetscInfo() calling sequence

src/vec/vec/utils/vscat.c
1.49 06/01/12 09:15:50 barrysmith@barry-smiths-computer.local +18 -18
change PetscInfo() calling sequence

src/vec/vec/utils/vpscat.c
1.57 06/01/12 09:15:50 barrysmith@barry-smiths-computer.local +13 -13
change PetscInfo() calling sequence

src/vec/vec/utils/comb.c
1.33 06/01/12 09:15:49 barrysmith@barry-smiths-computer.local +2 -2
change PetscInfo() calling sequence

src/vec/vec/interface/rvector.c
1.154 06/01/12 09:15:48 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/vec/vec/impls/mpi/pdvec.c
1.69 06/01/12 09:15:46 barrysmith@barry-smiths-computer.local +2 -2
change PetscInfo() calling sequence

src/vec/is/utils/isltog.c
1.45 06/01/12 09:15:36 barrysmith@barry-smiths-computer.local +2 -2
change PetscInfo() calling sequence

src/vec/is/utils/iscoloring.c
1.38 06/01/12 09:15:36 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/ts/interface/tsfd.c
1.19 06/01/12 09:15:32 barrysmith@barry-smiths-computer.local +2 -2
change PetscInfo() calling sequence

src/sys/viewer/impls/socket/send.c
1.38 06/01/12 09:15:10 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/sys/viewer/impls/matlab/vmatlab.c
1.30 06/01/12 09:15:09 barrysmith@barry-smiths-computer.local +4 -4
change PetscInfo() calling sequence

src/sys/viewer/impls/binary/binv.c
1.59 06/01/12 09:15:08 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/sys/viewer/impls/ascii/vcreatea.c
1.23 06/01/12 09:15:07 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/sys/verbose/verboseinfo.c
1.37 06/01/12 09:15:06 barrysmith@barry-smiths-computer.local +4 -4
change PetscInfo() calling sequence

src/sys/utils/random.c
1.32 06/01/12 09:15:05 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/sys/utils/fhost.c
1.25 06/01/12 09:15:04 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/sys/plog/plogmpe.c
1.21 06/01/12 09:15:03 barrysmith@barry-smiths-computer.local +4 -4
change PetscInfo() calling sequence

src/sys/objects/tagm.c
1.36 06/01/12 09:15:02 barrysmith@barry-smiths-computer.local +7 -7
change PetscInfo() calling sequence

src/sys/objects/pinit.c
1.74 06/01/12 09:15:01 barrysmith@barry-smiths-computer.local +3 -3
change PetscInfo() calling sequence

src/sys/objects/options.c
1.65 06/01/12 09:15:01 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/sys/matlabengine/matlab.c
1.47 06/01/12 09:14:58 barrysmith@barry-smiths-computer.local +12 -12
change PetscInfo() calling sequence

src/sys/ftn-custom/zutils.c
1.5 06/01/12 09:14:58 barrysmith@barry-smiths-computer.local +2 -2
change PetscInfo() calling sequence

src/sys/ftn-custom/zstart.c
1.44 06/01/12 09:14:58 barrysmith@barry-smiths-computer.local +2 -2
change PetscInfo() calling sequence

src/sys/fileio/mpiuopen.c
1.27 06/01/12 09:14:57 barrysmith@barry-smiths-computer.local +2 -2
change PetscInfo() calling sequence

src/sys/fileio/ftest.c
1.39 06/01/12 09:14:56 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/sys/fileio/fretrieve.c
1.32 06/01/12 09:14:56 barrysmith@barry-smiths-computer.local +3 -3
change PetscInfo() calling sequence

src/sys/draw/impls/x/xcolor.c
1.16 06/01/12 09:14:45 barrysmith@barry-smiths-computer.local +2 -3
change PetscInfo() calling sequence

src/sys/dll/dl.c
1.41 06/01/12 09:14:43 barrysmith@barry-smiths-computer.local +12 -12
change PetscInfo() calling sequence

src/snes/utils/damgsnes.c
1.81 06/01/12 09:14:39 barrysmith@barry-smiths-computer.local +2 -2
change PetscInfo() calling sequence

src/snes/mf/snesmfj.c
1.62 06/01/12 09:14:38 barrysmith@barry-smiths-computer.local +3 -3
change PetscInfo() calling sequence

src/snes/interface/noise/snesnoise.c
1.24 06/01/12 09:14:38 barrysmith@barry-smiths-computer.local +2 -4
change PetscInfo() calling sequence

src/snes/interface/noise/snesmfj2.c
1.33 06/01/12 09:14:38 barrysmith@barry-smiths-computer.local +2 -2
change PetscInfo() calling sequence

src/snes/interface/snesut.c
1.24 06/01/12 09:14:37 barrysmith@barry-smiths-computer.local +7 -7
change PetscInfo() calling sequence

src/snes/interface/snesj2.c
1.18 06/01/12 09:14:37 barrysmith@barry-smiths-computer.local +2 -2
change PetscInfo() calling sequence

src/snes/interface/snes.c
1.101 06/01/12 09:14:36 barrysmith@barry-smiths-computer.local +3 -3
change PetscInfo() calling sequence

src/snes/impls/tr/tr.c
1.36 06/01/12 09:14:36 barrysmith@barry-smiths-computer.local +14 -14
change PetscInfo() calling sequence

src/snes/impls/ls/ls.c
1.70 06/01/12 09:14:35 barrysmith@barry-smiths-computer.local +26 -26
change PetscInfo() calling sequence

src/mat/utils/multequal.c
1.13 06/01/12 09:14:27 barrysmith@barry-smiths-computer.local +4 -4
change PetscInfo() calling sequence

src/mat/utils/matstash.c
1.23 06/01/12 09:14:26 barrysmith@barry-smiths-computer.local +2 -2
change PetscInfo() calling sequence

src/mat/utils/gcreate.c
1.45 06/01/12 09:14:26 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/mat/utils/compressedrow.c
1.15 06/01/12 09:14:26 barrysmith@barry-smiths-computer.local +5 -5
change PetscInfo() calling sequence

src/mat/matfd/fdmatrix.c
1.38 06/01/12 09:14:23 barrysmith@barry-smiths-computer.local +3 -3
change PetscInfo() calling sequence

src/mat/impls/sbaij/seq/sbaijfact2.c
1.67 06/01/12 09:14:20 barrysmith@barry-smiths-computer.local +25 -25
change PetscInfo() calling sequence

src/mat/impls/sbaij/seq/sbaijfact.c
1.93 06/01/12 09:14:20 barrysmith@barry-smiths-computer.local +29 -29
change PetscInfo() calling sequence

src/mat/impls/sbaij/seq/sbaij.c
1.154 06/01/12 09:14:19 barrysmith@barry-smiths-computer.local +13 -14
change PetscInfo() calling sequence

src/mat/impls/sbaij/mpi/mpisbaij.c
1.137 06/01/12 09:14:18 barrysmith@barry-smiths-computer.local +5 -5
change PetscInfo() calling sequence

src/mat/impls/rowbs/mpi/mpirowbs.c
1.81 06/01/12 09:14:17 barrysmith@barry-smiths-computer.local +6 -6
change PetscInfo() calling sequence

src/mat/impls/rowbs/mpi/cholbs.c
1.18 06/01/12 09:14:17 barrysmith@barry-smiths-computer.local +2 -4
change PetscInfo() calling sequence

src/mat/impls/dense/seq/dense.c
1.91 06/01/12 09:14:15 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/mat/impls/dense/mpi/plapack/plapack.c
1.12 06/01/12 09:14:14 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/mat/impls/dense/mpi/mpidense.c
1.71 06/01/12 09:14:14 barrysmith@barry-smiths-computer.local +2 -2
change PetscInfo() calling sequence

src/mat/impls/csr/inode/inode.c
1.56 06/01/12 09:14:13 barrysmith@barry-smiths-computer.local +7 -7
change PetscInfo() calling sequence

src/mat/impls/bdiag/seq/bdiag2.c
1.27 06/01/12 09:14:13 barrysmith@barry-smiths-computer.local +4 -4
change PetscInfo() calling sequence

src/mat/impls/bdiag/seq/bdiag.c
1.54 06/01/12 09:14:13 barrysmith@barry-smiths-computer.local +3 -3
change PetscInfo() calling sequence

src/mat/impls/bdiag/mpi/mpibdiag.c
1.53 06/01/12 09:14:12 barrysmith@barry-smiths-computer.local +3 -3
change PetscInfo() calling sequence

src/mat/impls/baij/seq/baijfact3.c
1.28 06/01/12 09:14:11 barrysmith@barry-smiths-computer.local +5 -5
change PetscInfo() calling sequence

src/mat/impls/baij/seq/baijfact2.c
1.54 06/01/12 09:14:11 barrysmith@barry-smiths-computer.local +34 -34
change PetscInfo() calling sequence

src/mat/impls/baij/seq/baijfact.c
1.38 06/01/12 09:14:10 barrysmith@barry-smiths-computer.local +12 -12
change PetscInfo() calling sequence

src/mat/impls/baij/seq/baij.c
1.142 06/01/12 09:14:10 barrysmith@barry-smiths-computer.local +6 -6
change PetscInfo() calling sequence

src/mat/impls/baij/mpi/mpibaij.c
1.106 06/01/12 09:14:08 barrysmith@barry-smiths-computer.local +7 -7
change PetscInfo() calling sequence

src/mat/impls/baij/mpi/baijov.c
1.36 06/01/12 09:14:08 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/mat/impls/aij/seq/umfpack/umfpack.c
1.49 06/01/12 09:14:07 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/mat/impls/aij/seq/superlu/superlu.c
1.85 06/01/12 09:14:07 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/mat/impls/aij/seq/matlab/aijmatlab.c
1.48 06/01/12 09:14:06 barrysmith@barry-smiths-computer.local +3 -3
change PetscInfo() calling sequence

src/mat/impls/aij/seq/lusol/lusol.c
1.41 06/01/12 09:14:06 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/mat/impls/aij/seq/essl/essl.c
1.44 06/01/12 09:14:06 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/mat/impls/aij/seq/symtranspose.c
1.13 06/01/12 09:14:05 barrysmith@barry-smiths-computer.local +3 -3
change PetscInfo() calling sequence

src/mat/impls/aij/seq/matmatmult.c
1.90 06/01/12 09:14:05 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/mat/impls/aij/seq/crl/crl.c
1.16 06/01/12 09:14:05 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/mat/impls/aij/seq/aijfact.c
1.128 06/01/12 09:14:04 barrysmith@barry-smiths-computer.local +26 -26
change PetscInfo() calling sequence

src/mat/impls/aij/seq/aij.c
1.247 06/01/12 09:14:03 barrysmith@barry-smiths-computer.local +6 -6
change PetscInfo() calling sequence

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.120 06/01/12 09:14:03 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/mat/impls/aij/mpi/mumps/mumps.c
1.100 06/01/12 09:14:02 barrysmith@barry-smiths-computer.local +2 -2
change PetscInfo() calling sequence

src/mat/impls/aij/mpi/mpiptap.c
1.23 06/01/12 09:14:01 barrysmith@barry-smiths-computer.local +2 -2
change PetscInfo() calling sequence

src/mat/impls/aij/mpi/mpiov.c
1.40 06/01/12 09:14:01 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/mat/impls/aij/mpi/crl/mcrl.c
1.9 06/01/12 09:14:01 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/mat/impls/aij/mpi/mpiaij.c
1.261 06/01/12 09:14:00 barrysmith@barry-smiths-computer.local +4 -4
change PetscInfo() calling sequence

src/mat/impls/aij/mpi/mmaij.c
1.28 06/01/12 09:14:00 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/mat/impls/aij/mpi/fdmpiaij.c
1.16 06/01/12 09:14:00 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/mat/impls/adj/mpi/mpiadj.c
1.51 06/01/12 09:13:59 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/mat/color/color.c
1.26 06/01/12 09:13:41 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/ksp/pc/interface/precon.c
1.71 06/01/12 09:13:41 barrysmith@barry-smiths-computer.local +5 -5
change PetscInfo() calling sequence

src/ksp/pc/impls/tfs/pxxt.c
1.29 06/01/12 09:13:40 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/ksp/pc/impls/sor/sor.c
1.37 06/01/12 09:13:39 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/ksp/pc/impls/mg/mg.c
1.72 06/01/12 09:13:36 barrysmith@barry-smiths-computer.local +3 -3
change PetscInfo() calling sequence

src/ksp/pc/impls/jacobi/jacobi.c
1.23 06/01/12 09:13:36 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/ksp/pc/impls/hypre/hyppilut.c
1.84 06/01/12 09:13:35 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/ksp/pc/impls/fieldsplit/fieldsplit.c
1.30 06/01/12 09:13:35 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/ksp/ksp/interface/itfunc.c
1.78 06/01/12 09:13:29 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/ksp/ksp/interface/iterativ.c
1.43 06/01/12 09:13:28 barrysmith@barry-smiths-computer.local +8 -8
change PetscInfo() calling sequence

src/ksp/ksp/interface/itcreate.c
1.72 06/01/12 09:13:28 barrysmith@barry-smiths-computer.local +2 -2
change PetscInfo() calling sequence

src/ksp/ksp/impls/symmlq/symmlq.c
1.29 06/01/12 09:13:28 barrysmith@barry-smiths-computer.local +2 -2
change PetscInfo() calling sequence

src/ksp/ksp/impls/qcg/qcg.c
1.30 06/01/12 09:13:27 barrysmith@barry-smiths-computer.local +6 -6
change PetscInfo() calling sequence

src/ksp/ksp/impls/minres/minres.c
1.28 06/01/12 09:13:27 barrysmith@barry-smiths-computer.local +2 -2
change PetscInfo() calling sequence

src/ksp/ksp/impls/gmres/lgmres/lgmres.c
1.47 06/01/12 09:13:26 barrysmith@barry-smiths-computer.local +2 -2
change PetscInfo() calling sequence

src/ksp/ksp/impls/gmres/fgmres/fgmres.c
1.57 06/01/12 09:13:26 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/ksp/ksp/impls/gmres/gmres.c
1.68 06/01/12 09:13:25 barrysmith@barry-smiths-computer.local +2 -2
change PetscInfo() calling sequence

src/ksp/ksp/impls/gmres/borthog2.c
1.27 06/01/12 09:13:25 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/ksp/ksp/impls/cr/cr.c
1.38 06/01/12 09:13:25 barrysmith@barry-smiths-computer.local +3 -3
change PetscInfo() calling sequence

src/ksp/ksp/impls/cg/cgne/cgne.c
1.34 06/01/12 09:13:24 barrysmith@barry-smiths-computer.local +2 -2
change PetscInfo() calling sequence

src/ksp/ksp/impls/cg/cg.c
1.45 06/01/12 09:13:24 barrysmith@barry-smiths-computer.local +3 -3
change PetscInfo() calling sequence

src/ksp/ksp/examples/tutorials/ex10.c
1.60 06/01/12 09:13:14 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/ksp/ksp/examples/tests/ex27.c
1.4 06/01/12 09:13:11 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

src/dm/mesh/sieve/PreSieve.cxx
1.36 06/01/12 09:12:48 barrysmith@barry-smiths-computer.local +2 -2
change PetscInfo() calling sequence

src/dm/da/src/gr2.c
1.40 06/01/12 09:12:39 barrysmith@barry-smiths-computer.local +5 -5
change PetscInfo() calling sequence

src/dm/da/src/dasub.c
1.15 06/01/12 09:12:39 barrysmith@barry-smiths-computer.local +3 -3
change PetscInfo() calling sequence

src/dm/da/src/da2.c
1.76 06/01/12 09:12:37 barrysmith@barry-smiths-computer.local +1 -1
change PetscInfo() calling sequence

include/petsclog.h
1.68 06/01/12 09:11:37 barrysmith@barry-smiths-computer.local +17 -3
change PetscInfo() calling sequence


Hg-commit: c9533a404df82031d96e054bb23e6082340b1ce3

show more ...


/petsc/include/petsclog.h
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/dasub.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/dm/mesh/sieve/PreSieve.cxx
/petsc/src/ksp/ksp/examples/tests/ex27.c
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cg/cgne/cgne.c
/petsc/src/ksp/ksp/impls/cr/cr.c
/petsc/src/ksp/ksp/impls/gmres/borthog2.c
/petsc/src/ksp/ksp/impls/gmres/fgmres/fgmres.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/lgmres/lgmres.c
/petsc/src/ksp/ksp/impls/minres/minres.c
/petsc/src/ksp/ksp/impls/qcg/qcg.c
/petsc/src/ksp/ksp/impls/symmlq/symmlq.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/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/hypre/hyppilut.c
/petsc/src/ksp/pc/impls/jacobi/jacobi.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/sor/sor.c
/petsc/src/ksp/pc/impls/tfs/pxxt.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/color/color.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/crl/mcrl.c
/petsc/src/mat/impls/aij/mpi/fdmpiaij.c
/petsc/src/mat/impls/aij/mpi/mmaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/mpi/mpiptap.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/crl/crl.c
/petsc/src/mat/impls/aij/seq/essl/essl.c
/petsc/src/mat/impls/aij/seq/lusol/lusol.c
/petsc/src/mat/impls/aij/seq/matlab/aijmatlab.c
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/aij/seq/symtranspose.c
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.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/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag2.c
/petsc/src/mat/impls/csr/inode/inode.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/mpi/plapack/plapack.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/rowbs/mpi/cholbs.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/sbaij/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/matfd/fdmatrix.c
/petsc/src/mat/utils/compressedrow.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/mat/utils/matstash.c
/petsc/src/mat/utils/multequal.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/tr/tr.c
noise/snesmfj2.c
noise/snesnoise.c
snes.c
snesj2.c
snesut.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/dll/dl.c
/petsc/src/sys/draw/impls/x/xcolor.c
/petsc/src/sys/fileio/fretrieve.c
/petsc/src/sys/fileio/ftest.c
/petsc/src/sys/fileio/mpiuopen.c
/petsc/src/sys/ftn-custom/zstart.c
/petsc/src/sys/ftn-custom/zutils.c
/petsc/src/sys/matlabengine/matlab.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/objects/tagm.c
/petsc/src/sys/plog/plogmpe.c
/petsc/src/sys/utils/fhost.c
/petsc/src/sys/utils/random.c
/petsc/src/sys/verbose/verboseinfo.c
/petsc/src/sys/viewer/impls/ascii/vcreatea.c
/petsc/src/sys/viewer/impls/binary/binv.c
/petsc/src/sys/viewer/impls/matlab/vmatlab.c
/petsc/src/sys/viewer/impls/socket/send.c
/petsc/src/ts/interface/tsfd.c
/petsc/src/vec/is/utils/iscoloring.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/interface/rvector.c
/petsc/src/vec/vec/utils/comb.c
/petsc/src/vec/vec/utils/vpscat.c
/petsc/src/vec/vec/utils/vscat.c
6cf9117708-Jan-2006 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3927
barrysmith@barry-smiths-computer.local|ChangeSet|20060108031511|00210
ChangeSet
1.3927 06/01/07 21:15:11 barrysmith@barry-smiths-computer.local +128 -0
Many files:
removed

bk-changeset-1.3927
barrysmith@barry-smiths-computer.local|ChangeSet|20060108031511|00210
ChangeSet
1.3927 06/01/07 21:15:11 barrysmith@barry-smiths-computer.local +128 -0
Many files:
removed verbose from PetscInfo and -info

src/vec/vec/utils/vscat.c
1.48 06/01/07 21:10:42 barrysmith@barry-smiths-computer.local +18 -18
removed verbose from PetscInfo and -info

src/vec/vec/utils/vpscat.c
1.56 06/01/07 21:10:42 barrysmith@barry-smiths-computer.local +13 -13
removed verbose from PetscInfo and -info

src/vec/vec/utils/comb.c
1.32 06/01/07 21:10:40 barrysmith@barry-smiths-computer.local +2 -2
removed verbose from PetscInfo and -info

src/vec/vec/interface/vector.c
1.152 06/01/07 21:10:40 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/vec/vec/interface/rvector.c
1.153 06/01/07 21:10:39 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/vec/vec/interface/dlregisvec.c
1.33 06/01/07 21:10:39 barrysmith@barry-smiths-computer.local +4 -4
removed verbose from PetscInfo and -info

src/vec/vec/impls/mpi/pdvec.c
1.68 06/01/07 21:10:37 barrysmith@barry-smiths-computer.local +2 -2
removed verbose from PetscInfo and -info

src/vec/is/utils/isltog.c
1.44 06/01/07 21:10:27 barrysmith@barry-smiths-computer.local +2 -2
removed verbose from PetscInfo and -info

src/vec/is/utils/iscoloring.c
1.37 06/01/07 21:10:26 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/ts/interface/tsfd.c
1.18 06/01/07 21:10:22 barrysmith@barry-smiths-computer.local +2 -2
removed verbose from PetscInfo and -info

src/ts/interface/dlregists.c
1.28 06/01/07 21:10:22 barrysmith@barry-smiths-computer.local +2 -2
removed verbose from PetscInfo and -info

src/sys/viewer/interface/dlregispetsc.c
1.31 06/01/07 21:10:03 barrysmith@barry-smiths-computer.local +2 -2
removed verbose from PetscInfo and -info

src/sys/viewer/impls/socket/send.c
1.37 06/01/07 21:10:01 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/sys/viewer/impls/matlab/vmatlab.c
1.29 06/01/07 21:10:00 barrysmith@barry-smiths-computer.local +4 -4
removed verbose from PetscInfo and -info

src/sys/viewer/impls/binary/binv.c
1.58 06/01/07 21:09:59 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/sys/viewer/impls/ascii/vcreatea.c
1.22 06/01/07 21:09:58 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/sys/verbose/verboseinfo.c
1.36 06/01/07 21:09:57 barrysmith@barry-smiths-computer.local +36 -36
removed verbose from PetscInfo and -info

src/sys/utils/random.c
1.31 06/01/07 21:09:56 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/sys/utils/fhost.c
1.24 06/01/07 21:09:55 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/sys/plog/plogmpe.c
1.20 06/01/07 21:09:53 barrysmith@barry-smiths-computer.local +4 -4
removed verbose from PetscInfo and -info

src/sys/plog/plog.c
1.77 06/01/07 21:09:53 barrysmith@barry-smiths-computer.local +3 -3
removed verbose from PetscInfo and -info

src/sys/objects/tagm.c
1.35 06/01/07 21:09:52 barrysmith@barry-smiths-computer.local +7 -7
removed verbose from PetscInfo and -info

src/sys/objects/pinit.c
1.73 06/01/07 21:09:51 barrysmith@barry-smiths-computer.local +7 -7
removed verbose from PetscInfo and -info

src/sys/objects/options.c
1.64 06/01/07 21:09:50 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/sys/objects/init.c
1.62 06/01/07 21:09:50 barrysmith@barry-smiths-computer.local +8 -8
removed verbose from PetscInfo and -info

src/sys/matlabengine/matlab.c
1.46 06/01/07 21:09:48 barrysmith@barry-smiths-computer.local +12 -12
removed verbose from PetscInfo and -info

src/sys/ftn-custom/zutils.c
1.4 06/01/07 21:09:48 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/sys/ftn-custom/zstart.c
1.43 06/01/07 21:09:48 barrysmith@barry-smiths-computer.local +4 -4
removed verbose from PetscInfo and -info

src/sys/fileio/mpiuopen.c
1.26 06/01/07 21:09:46 barrysmith@barry-smiths-computer.local +2 -2
removed verbose from PetscInfo and -info

src/sys/fileio/ftest.c
1.38 06/01/07 21:09:45 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/sys/fileio/fretrieve.c
1.31 06/01/07 21:09:45 barrysmith@barry-smiths-computer.local +3 -3
removed verbose from PetscInfo and -info

src/sys/draw/impls/x/xcolor.c
1.15 06/01/07 21:09:35 barrysmith@barry-smiths-computer.local +2 -2
removed verbose from PetscInfo and -info

src/sys/dll/dl.c
1.40 06/01/07 21:09:32 barrysmith@barry-smiths-computer.local +12 -12
removed verbose from PetscInfo and -info

src/snes/utils/damgsnes.c
1.80 06/01/07 21:09:28 barrysmith@barry-smiths-computer.local +2 -2
removed verbose from PetscInfo and -info

src/snes/mf/snesmfj.c
1.61 06/01/07 21:09:28 barrysmith@barry-smiths-computer.local +3 -3
removed verbose from PetscInfo and -info

src/snes/interface/noise/snesnoise.c
1.23 06/01/07 21:09:27 barrysmith@barry-smiths-computer.local +2 -2
removed verbose from PetscInfo and -info

src/snes/interface/noise/snesmfj2.c
1.32 06/01/07 21:09:27 barrysmith@barry-smiths-computer.local +2 -2
removed verbose from PetscInfo and -info

src/snes/interface/snesut.c
1.23 06/01/07 21:09:26 barrysmith@barry-smiths-computer.local +7 -7
removed verbose from PetscInfo and -info

src/snes/interface/snesj2.c
1.17 06/01/07 21:09:26 barrysmith@barry-smiths-computer.local +2 -2
removed verbose from PetscInfo and -info

src/snes/interface/snes.c
1.100 06/01/07 21:09:26 barrysmith@barry-smiths-computer.local +3 -3
removed verbose from PetscInfo and -info

src/snes/interface/dlregissnes.c
1.28 06/01/07 21:09:26 barrysmith@barry-smiths-computer.local +2 -2
removed verbose from PetscInfo and -info

src/snes/impls/tr/tr.c
1.35 06/01/07 21:09:25 barrysmith@barry-smiths-computer.local +14 -14
removed verbose from PetscInfo and -info

src/snes/impls/ls/ls.c
1.69 06/01/07 21:09:24 barrysmith@barry-smiths-computer.local +26 -26
removed verbose from PetscInfo and -info

src/mat/utils/multequal.c
1.12 06/01/07 21:09:13 barrysmith@barry-smiths-computer.local +4 -4
removed verbose from PetscInfo and -info

src/mat/utils/matstash.c
1.22 06/01/07 21:09:13 barrysmith@barry-smiths-computer.local +3 -3
removed verbose from PetscInfo and -info

src/mat/utils/gcreate.c
1.44 06/01/07 21:09:12 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/mat/utils/compressedrow.c
1.14 06/01/07 21:09:12 barrysmith@barry-smiths-computer.local +5 -5
removed verbose from PetscInfo and -info

src/mat/matfd/fdmatrix.c
1.37 06/01/07 21:09:09 barrysmith@barry-smiths-computer.local +3 -3
removed verbose from PetscInfo and -info

src/mat/interface/matrix.c
1.206 06/01/07 21:09:08 barrysmith@barry-smiths-computer.local +5 -5
removed verbose from PetscInfo and -info

src/mat/interface/dlregismat.c
1.36 06/01/07 21:09:07 barrysmith@barry-smiths-computer.local +2 -2
removed verbose from PetscInfo and -info

src/mat/impls/sbaij/seq/sbaijfact2.c
1.66 06/01/07 21:09:06 barrysmith@barry-smiths-computer.local +27 -27
removed verbose from PetscInfo and -info

src/mat/impls/sbaij/seq/sbaijfact.c
1.92 06/01/07 21:09:05 barrysmith@barry-smiths-computer.local +31 -31
removed verbose from PetscInfo and -info

src/mat/impls/sbaij/seq/sbaij.c
1.153 06/01/07 21:09:05 barrysmith@barry-smiths-computer.local +12 -12
removed verbose from PetscInfo and -info

src/mat/impls/sbaij/mpi/mpisbaij.c
1.136 06/01/07 21:09:03 barrysmith@barry-smiths-computer.local +5 -5
removed verbose from PetscInfo and -info

src/mat/impls/rowbs/mpi/mpirowbs.c
1.80 06/01/07 21:09:03 barrysmith@barry-smiths-computer.local +8 -8
removed verbose from PetscInfo and -info

src/mat/impls/rowbs/mpi/cholbs.c
1.17 06/01/07 21:09:02 barrysmith@barry-smiths-computer.local +2 -2
removed verbose from PetscInfo and -info

src/mat/impls/dense/seq/dense.c
1.90 06/01/07 21:09:01 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/mat/impls/dense/mpi/plapack/plapack.c
1.11 06/01/07 21:09:00 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/mat/impls/dense/mpi/mpidense.c
1.70 06/01/07 21:08:59 barrysmith@barry-smiths-computer.local +2 -2
removed verbose from PetscInfo and -info

src/mat/impls/csr/inode/inode.c
1.55 06/01/07 21:08:59 barrysmith@barry-smiths-computer.local +7 -7
removed verbose from PetscInfo and -info

src/mat/impls/bdiag/seq/bdiag2.c
1.26 06/01/07 21:08:58 barrysmith@barry-smiths-computer.local +4 -4
removed verbose from PetscInfo and -info

src/mat/impls/bdiag/seq/bdiag.c
1.53 06/01/07 21:08:58 barrysmith@barry-smiths-computer.local +3 -3
removed verbose from PetscInfo and -info

src/mat/impls/bdiag/mpi/mpibdiag.c
1.52 06/01/07 21:08:57 barrysmith@barry-smiths-computer.local +3 -3
removed verbose from PetscInfo and -info

src/mat/impls/baij/seq/baijfact3.c
1.27 06/01/07 21:08:56 barrysmith@barry-smiths-computer.local +6 -6
removed verbose from PetscInfo and -info

src/mat/impls/baij/seq/baijfact2.c
1.53 06/01/07 21:08:56 barrysmith@barry-smiths-computer.local +35 -35
removed verbose from PetscInfo and -info

src/mat/impls/baij/seq/baijfact.c
1.37 06/01/07 21:08:55 barrysmith@barry-smiths-computer.local +14 -14
removed verbose from PetscInfo and -info

src/mat/impls/baij/seq/baij.c
1.141 06/01/07 21:08:55 barrysmith@barry-smiths-computer.local +6 -6
removed verbose from PetscInfo and -info

src/mat/impls/baij/mpi/mpibaij.c
1.105 06/01/07 21:08:53 barrysmith@barry-smiths-computer.local +14 -14
removed verbose from PetscInfo and -info

src/mat/impls/baij/mpi/baijov.c
1.35 06/01/07 21:08:53 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/mat/impls/aij/seq/umfpack/umfpack.c
1.48 06/01/07 21:08:52 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/mat/impls/aij/seq/superlu/superlu.c
1.84 06/01/07 21:08:52 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/mat/impls/aij/seq/matlab/aijmatlab.c
1.47 06/01/07 21:08:52 barrysmith@barry-smiths-computer.local +3 -3
removed verbose from PetscInfo and -info

src/mat/impls/aij/seq/lusol/lusol.c
1.40 06/01/07 21:08:51 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/mat/impls/aij/seq/essl/essl.c
1.43 06/01/07 21:08:51 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/mat/impls/aij/seq/symtranspose.c
1.12 06/01/07 21:08:50 barrysmith@barry-smiths-computer.local +3 -3
removed verbose from PetscInfo and -info

src/mat/impls/aij/seq/crl/crl.c
1.15 06/01/07 21:08:50 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/mat/impls/aij/seq/matmatmult.c
1.89 06/01/07 21:08:49 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/mat/impls/aij/seq/aijfact.c
1.127 06/01/07 21:08:48 barrysmith@barry-smiths-computer.local +30 -30
removed verbose from PetscInfo and -info

src/mat/impls/aij/seq/aij.c
1.246 06/01/07 21:08:48 barrysmith@barry-smiths-computer.local +6 -6
removed verbose from PetscInfo and -info

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.119 06/01/07 21:08:48 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/mat/impls/aij/mpi/mumps/mumps.c
1.99 06/01/07 21:08:47 barrysmith@barry-smiths-computer.local +2 -2
removed verbose from PetscInfo and -info

src/mat/impls/aij/mpi/crl/mcrl.c
1.8 06/01/07 21:08:47 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/mat/impls/aij/mpi/mpiptap.c
1.22 06/01/07 21:08:46 barrysmith@barry-smiths-computer.local +2 -2
removed verbose from PetscInfo and -info

src/mat/impls/aij/mpi/mpiov.c
1.39 06/01/07 21:08:46 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/mat/impls/aij/mpi/mpiaij.c
1.260 06/01/07 21:08:46 barrysmith@barry-smiths-computer.local +4 -4
removed verbose from PetscInfo and -info

src/mat/impls/aij/mpi/mmaij.c
1.27 06/01/07 21:08:45 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/mat/impls/aij/mpi/fdmpiaij.c
1.15 06/01/07 21:08:45 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/mat/impls/adj/mpi/mpiadj.c
1.50 06/01/07 21:08:44 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/mat/color/color.c
1.25 06/01/07 21:08:28 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/ksp/pc/interface/precon.c
1.70 06/01/07 21:08:27 barrysmith@barry-smiths-computer.local +5 -5
removed verbose from PetscInfo and -info

src/ksp/pc/impls/tfs/pxxt.c
1.28 06/01/07 21:08:26 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/ksp/pc/impls/sor/sor.c
1.36 06/01/07 21:08:24 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/ksp/pc/impls/mg/mg.c
1.71 06/01/07 21:08:22 barrysmith@barry-smiths-computer.local +3 -3
removed verbose from PetscInfo and -info

src/ksp/pc/impls/jacobi/jacobi.c
1.22 06/01/07 21:08:21 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/ksp/pc/impls/hypre/hyppilut.c
1.83 06/01/07 21:08:20 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/ksp/pc/impls/fieldsplit/fieldsplit.c
1.29 06/01/07 21:08:19 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/ksp/pc/impls/factor/lu/lu.c
1.52 06/01/07 21:08:19 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/ksp/ksp/interface/itfunc.c
1.77 06/01/07 21:08:14 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/ksp/ksp/interface/iterativ.c
1.42 06/01/07 21:08:13 barrysmith@barry-smiths-computer.local +8 -8
removed verbose from PetscInfo and -info

src/ksp/ksp/interface/itcreate.c
1.71 06/01/07 21:08:13 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/ksp/ksp/interface/dlregisksp.c
1.31 06/01/07 21:08:13 barrysmith@barry-smiths-computer.local +4 -4
removed verbose from PetscInfo and -info

src/ksp/ksp/impls/symmlq/symmlq.c
1.28 06/01/07 21:08:12 barrysmith@barry-smiths-computer.local +2 -2
removed verbose from PetscInfo and -info

src/ksp/ksp/impls/qcg/qcg.c
1.29 06/01/07 21:08:11 barrysmith@barry-smiths-computer.local +6 -6
removed verbose from PetscInfo and -info

src/ksp/ksp/impls/minres/minres.c
1.27 06/01/07 21:08:11 barrysmith@barry-smiths-computer.local +2 -2
removed verbose from PetscInfo and -info

src/ksp/ksp/impls/gmres/lgmres/lgmres.c
1.46 06/01/07 21:08:10 barrysmith@barry-smiths-computer.local +2 -2
removed verbose from PetscInfo and -info

src/ksp/ksp/impls/gmres/fgmres/fgmres.c
1.56 06/01/07 21:08:10 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/ksp/ksp/impls/gmres/gmres.c
1.67 06/01/07 21:08:09 barrysmith@barry-smiths-computer.local +2 -2
removed verbose from PetscInfo and -info

src/ksp/ksp/impls/gmres/borthog2.c
1.26 06/01/07 21:08:09 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/ksp/ksp/impls/cr/cr.c
1.37 06/01/07 21:08:09 barrysmith@barry-smiths-computer.local +3 -3
removed verbose from PetscInfo and -info

src/ksp/ksp/impls/cg/cgne/cgne.c
1.33 06/01/07 21:08:08 barrysmith@barry-smiths-computer.local +2 -2
removed verbose from PetscInfo and -info

src/ksp/ksp/impls/cg/cg.c
1.44 06/01/07 21:08:08 barrysmith@barry-smiths-computer.local +3 -3
removed verbose from PetscInfo and -info

src/ksp/ksp/examples/tutorials/ex10.c
1.59 06/01/07 21:07:59 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/ksp/ksp/examples/tests/ex27.c
1.3 06/01/07 21:07:56 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/docs/website/publications/index.html
1.36 06/01/07 21:07:49 barrysmith@barry-smiths-computer.local +5 -5
removed verbose from PetscInfo and -info

src/docs/website/documentation/changes/231.html
1.52 06/01/07 21:07:43 barrysmith@barry-smiths-computer.local +3 -0
removed verbose from PetscInfo and -info

src/docs/website/documentation/troubleshooting.html
1.32 06/01/07 21:07:41 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/docs/website/documentation/faq.html
1.30 06/01/07 21:07:40 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/docs/tex/manual/part2.tex
1.107 06/01/07 21:07:36 barrysmith@barry-smiths-computer.local +18 -18
removed verbose from PetscInfo and -info

src/dm/mesh/sieve/PreSieve.cxx
1.35 06/01/07 21:07:31 barrysmith@barry-smiths-computer.local +4 -4
removed verbose from PetscInfo and -info

src/dm/da/src/gr2.c
1.39 06/01/07 21:07:26 barrysmith@barry-smiths-computer.local +5 -5
removed verbose from PetscInfo and -info

src/dm/da/src/dasub.c
1.14 06/01/07 21:07:25 barrysmith@barry-smiths-computer.local +3 -3
removed verbose from PetscInfo and -info

src/dm/da/src/da2.c
1.75 06/01/07 21:07:24 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

src/dm/ao/interface/dlregisdm.c
1.31 06/01/07 21:07:19 barrysmith@barry-smiths-computer.local +3 -3
removed verbose from PetscInfo and -info

src/contrib/helmholtz_2/ex12.c
1.10 06/01/07 21:06:59 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

python/PETSc/utilities/libraryOptions.py
1.26 06/01/07 21:06:50 barrysmith@barry-smiths-computer.local +4 -4
removed verbose from PetscInfo and -info

include/petsclog.h
1.67 06/01/07 21:06:32 barrysmith@barry-smiths-computer.local +7 -7
removed verbose from PetscInfo and -info

include/petsc.h
1.160 06/01/07 21:06:30 barrysmith@barry-smiths-computer.local +1 -1
removed verbose from PetscInfo and -info

bmake/common/rules
1.181 06/01/07 21:06:24 barrysmith@barry-smiths-computer.local +2 -3
removed verbose from PetscInfo and -info


Hg-commit: daa490f1b957c57dd6cd4d11f3dd6573777b4982

show more ...


/petsc/bin/config/config.guess
/petsc/bin/config/config.sub
/petsc/bmake/common/rules
/petsc/bmake/common/rules.shared.basic
/petsc/config/aix5.1.0.0
/petsc/config/aix5.1.0.0-64
/petsc/config/aix5.1.0.0-64.py
/petsc/config/aix5.1.0.0.py
/petsc/config/asterix.py
/petsc/config/bgl-gnu-opt.py
/petsc/config/bgl-ibm-opt.py
/petsc/config/configure.py
/petsc/config/cygwin
/petsc/config/cygwin-borland
/petsc/config/cygwin-borland.py
/petsc/config/cygwin-intel.py
/petsc/config/cygwin-ms
/petsc/config/cygwin-ms.py
/petsc/config/cygwin-portland.py
/petsc/config/cygwin.py
/petsc/config/freebsd5.1-c89.py
/petsc/config/freebsd5.1.py
/petsc/config/irix6.5-64.py
/petsc/config/irix6.5.py
/petsc/config/linux-gnu-alpha.py
/petsc/config/linux-gnu-amd64.py
/petsc/config/linux-gnu-blocksolve.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-ia64-intel.py
/petsc/config/linux-gnu-ia64.py
/petsc/config/linux-gnu-intel.py
/petsc/config/linux-gnu-ml.py
/petsc/config/linux-gnu-nagf90.py
/petsc/config/linux-gnu-superlu.py
/petsc/config/linux-gnu-uni.py
/petsc/config/linux-gnu-valgrind.py
/petsc/config/linux-gnu.py
/petsc/config/linux-rhAS3-gcc32
/petsc/config/linux-rhAS3-gcc32.py
/petsc/config/linux-rhAS3-intel81
/petsc/config/linux-rhAS3-intel81.py
/petsc/config/macosx-gnu-g95.py
/petsc/config/macosx-gnu.py
/petsc/config/macosx-ibm
/petsc/config/macosx-ibm.py
/petsc/config/macosx-nagf90
/petsc/config/macosx-nagf90.py
/petsc/config/osf5.0.py
/petsc/config/solaris-64.py
/petsc/config/solaris-gnu.py
/petsc/config/solaris-uni.py
/petsc/config/solaris2.9-lam.py
/petsc/config/solaris2.9.py
/petsc/include/mpiuni/mpi.h
/petsc/include/petsc.h
/petsc/include/petsclog.h
/petsc/include/petscmesh.h
/petsc/include/petscversion.h
/petsc/include/private/petscimpl.h
/petsc/maint/bk2darcs.py
/petsc/maint/buildtest
/petsc/maint/checkBuilds.py
/petsc/python/PETSc/package.py
/petsc/python/PETSc/packages/MPE.py
/petsc/python/PETSc/packages/MUMPS.py
/petsc/python/PETSc/packages/SuperLU.py
/petsc/python/PETSc/packages/SuperLU_DIST.py
/petsc/python/PETSc/packages/blacs.py
/petsc/python/PETSc/packages/hypre.py
/petsc/python/PETSc/packages/sundials.py
/petsc/python/PETSc/utilities/libraryOptions.py
/petsc/src/contrib/helmholtz_2/ex12.c
/petsc/src/dm/ao/impls/mapping/aomapping.c
/petsc/src/dm/ao/interface/dlregisdm.c
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/dainterp.c
/petsc/src/dm/da/src/dasub.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/dm/da/utils/dm.c
/petsc/src/dm/mesh/examples/tests/ex00.c
/petsc/src/dm/mesh/examples/tutorials/ex1.c
/petsc/src/dm/mesh/examples/tutorials/makefile
/petsc/src/dm/mesh/makefile
/petsc/src/dm/mesh/mesh.c
/petsc/src/dm/mesh/sieve/CoSifter.hh
/petsc/src/dm/mesh/sieve/Mesh.cxx
/petsc/src/dm/mesh/sieve/Mesh.hh
/petsc/src/dm/mesh/sieve/PreSieve.cxx
/petsc/src/dm/mesh/sieve/Sifter.hh
/petsc/src/dm/mesh/sieve/makefile
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/changes/231.html
/petsc/src/docs/website/documentation/faq.html
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/documentation/troubleshooting.html
/petsc/src/docs/website/documentation/tutorials/index.html
/petsc/src/docs/website/publications/index.html
/petsc/src/docs/website/publications/prizes.html
/petsc/src/ksp/ksp/examples/tests/ex27.c
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cg/cgne/cgne.c
/petsc/src/ksp/ksp/impls/cr/cr.c
/petsc/src/ksp/ksp/impls/gmres/borthog2.c
/petsc/src/ksp/ksp/impls/gmres/fgmres/fgmres.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/lgmres/lgmres.c
/petsc/src/ksp/ksp/impls/minres/minres.c
/petsc/src/ksp/ksp/impls/qcg/qcg.c
/petsc/src/ksp/ksp/impls/symmlq/symmlq.c
/petsc/src/ksp/ksp/interface/dlregisksp.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/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/jacobi/jacobi.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/sor/sor.c
/petsc/src/ksp/pc/impls/tfs/pxxt.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/color/color.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/crl/mcrl.c
/petsc/src/mat/impls/aij/mpi/fdmpiaij.c
/petsc/src/mat/impls/aij/mpi/mmaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/mpi/mpiptap.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/crl/crl.c
/petsc/src/mat/impls/aij/seq/essl/essl.c
/petsc/src/mat/impls/aij/seq/lusol/lusol.c
/petsc/src/mat/impls/aij/seq/matlab/aijmatlab.c
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/aij/seq/symtranspose.c
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.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/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag2.c
/petsc/src/mat/impls/csr/inode/inode.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/mpi/plapack/plapack.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/rowbs/mpi/cholbs.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/sbaij/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/dlregismat.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/utils/compressedrow.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/mat/utils/matstash.c
/petsc/src/mat/utils/multequal.c
/petsc/src/snes/examples/tutorials/ex5f.F
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/tr/tr.c
dlregissnes.c
noise/snesmfj2.c
noise/snesnoise.c
snes.c
snesj2.c
snesut.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/dll/dl.c
/petsc/src/sys/draw/impls/x/xcolor.c
/petsc/src/sys/examples/tutorials/ex4f.F
/petsc/src/sys/fileio/fretrieve.c
/petsc/src/sys/fileio/ftest.c
/petsc/src/sys/fileio/mpiuopen.c
/petsc/src/sys/ftn-custom/zstart.c
/petsc/src/sys/ftn-custom/zutils.c
/petsc/src/sys/matlabengine/matlab.c
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/objects/tagm.c
/petsc/src/sys/plog/plog.c
/petsc/src/sys/plog/plogmpe.c
/petsc/src/sys/utils/fhost.c
/petsc/src/sys/utils/random.c
/petsc/src/sys/verbose/verboseinfo.c
/petsc/src/sys/viewer/impls/ascii/vcreatea.c
/petsc/src/sys/viewer/impls/binary/binv.c
/petsc/src/sys/viewer/impls/matlab/vmatlab.c
/petsc/src/sys/viewer/impls/socket/send.c
/petsc/src/sys/viewer/interface/dlregispetsc.c
/petsc/src/ts/examples/tests/ex1f.F
/petsc/src/ts/interface/dlregists.c
/petsc/src/ts/interface/tsfd.c
/petsc/src/vec/is/utils/iscoloring.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/interface/dlregisvec.c
/petsc/src/vec/vec/interface/rvector.c
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/utils/comb.c
/petsc/src/vec/vec/utils/vinv.c
/petsc/src/vec/vec/utils/vpscat.c
/petsc/src/vec/vec/utils/vscat.c
3f92711f18-Dec-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3882.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20051218044723|40925
ChangeSet
1.3882.1.1 05/12/17 22:47:23 barrysmith@barry-smiths-computer.local +25 -0
dlregissnes.c, d

bk-changeset-1.3882.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20051218044723|40925
ChangeSet
1.3882.1.1 05/12/17 22:47:23 barrysmith@barry-smiths-computer.local +25 -0
dlregissnes.c, dlregisksp.c, dlregisdm.c:
PetscEvents do not belong in public includes!
dlregists.c:
*** empty log message ***
acknwldg.html:
typos
inherit.c:
still removing some query language stuff.
petsclog.h:
PETSC_Barrier petscevent should not be in public include
dlregispetsc.c:
PETSC_Barrier should not be in public include
petscao.h, aoimpl.h:
ao petscevents should be in private include not public
daimpl.h, petscda.h:
da petscevents should be in private include not public
petscts.h, tsimpl.h:
petscevents for ts should be in private include
petscsnes.h, snesimpl.h:
petscevents for snes should be in private include
petscksp.h, kspimpl.h:
petscevents for ksp should be in private include not public
petscpc.h, pcimpl.h:
petscevent for pc methods should not be public
petscmat.h:
petscevents for mat should not be in public include
matimpl.h:
petscevents for mat should be here private not in public petscmat.h
dlregismat.c:
include matimpl.h not petscmat.h
petscvec.h:
petscevents for vec operations should be vecimpl.h not public
vecimpl.h:
vector event variables should be listed here, not in petscvec.h

src/snes/interface/dlregissnes.c
1.27 05/12/17 22:47:02 barrysmith@barry-smiths-computer.local +1 -1
PetscEvents do not belong in public includes!

src/ksp/ksp/interface/dlregisksp.c
1.30 05/12/17 22:47:01 barrysmith@barry-smiths-computer.local +2 -1
PetscEvents do not belong in public includes!

src/dm/ao/interface/dlregisdm.c
1.30 05/12/17 22:47:01 barrysmith@barry-smiths-computer.local +2 -2
PetscEvents do not belong in public includes!

src/ts/interface/dlregists.c
1.25 05/12/17 22:42:31 barrysmith@barry-smiths-computer.local +1 -1
*** empty log message ***

src/docs/website/miscellaneous/acknwldg.html
1.33 05/12/17 22:34:06 barrysmith@barry-smiths-computer.local +3 -3
typos

src/sys/objects/inherit.c
1.43 05/12/17 22:29:58 barrysmith@barry-smiths-computer.local +0 -91
still removing some query language stuff.

include/petsclog.h
1.66 05/12/17 22:25:06 barrysmith@barry-smiths-computer.local +0 -3
PETSC_Barrier petscevent should not be in public include

src/sys/viewer/interface/dlregispetsc.c
1.30 05/12/17 22:24:45 barrysmith@barry-smiths-computer.local +2 -0
PETSC_Barrier should not be in public include

include/petscao.h
1.20 05/12/17 22:21:38 barrysmith@barry-smiths-computer.local +0 -1
ao petscevents should be in private include not public

src/dm/ao/aoimpl.h
1.20 05/12/17 22:21:32 barrysmith@barry-smiths-computer.local +2 -0
ao petscevents should be in private include not public

src/dm/da/daimpl.h
1.24 05/12/17 22:19:56 barrysmith@barry-smiths-computer.local +2 -0
da petscevents should be in private include not public

include/petscda.h
1.77 05/12/17 22:19:51 barrysmith@barry-smiths-computer.local +0 -1
da petscevents should be in private include not public

include/petscts.h
1.36 05/12/17 22:19:02 barrysmith@barry-smiths-computer.local +0 -1
petscevents for ts should be in private include

src/ts/tsimpl.h
1.18 05/12/17 22:18:58 barrysmith@barry-smiths-computer.local +2 -0
petscevents for ts should be in private include

include/petscsnes.h
1.55 05/12/17 22:18:19 barrysmith@barry-smiths-computer.local +0 -2
petscevents for snes should be in private include

src/snes/snesimpl.h
1.21 05/12/17 22:18:15 barrysmith@barry-smiths-computer.local +3 -0
petscevents for snes should be in private include

include/petscksp.h
1.72 05/12/17 22:17:24 barrysmith@barry-smiths-computer.local +0 -1
petscevents for ksp should be in private include not public

src/ksp/ksp/kspimpl.h
1.29 05/12/17 22:17:18 barrysmith@barry-smiths-computer.local +2 -0
petscevents for ksp should be in private include not public

include/petscpc.h
1.82 05/12/17 22:16:33 barrysmith@barry-smiths-computer.local +0 -2
petscevent for pc methods should not be public

include/private/pcimpl.h
1.15 05/12/17 22:16:27 barrysmith@barry-smiths-computer.local +2 -1
petscevent for pc methods should not be public

include/petscmat.h
1.205 05/12/17 22:15:09 barrysmith@barry-smiths-computer.local +0 -11
petscevents for mat should not be in public include

src/mat/matimpl.h
1.92 05/12/17 22:14:54 barrysmith@barry-smiths-computer.local +12 -0
petscevents for mat should be here private not in public petscmat.h

src/mat/interface/dlregismat.c
1.35 05/12/17 22:14:33 barrysmith@barry-smiths-computer.local +2 -2
include matimpl.h not petscmat.h

include/petscvec.h
1.86 05/12/17 22:11:53 barrysmith@barry-smiths-computer.local +0 -5
petscevents for vec operations should be vecimpl.h not public

include/private/vecimpl.h
1.49 05/12/17 22:11:09 barrysmith@barry-smiths-computer.local +6 -8
vector event variables should be listed here, not in petscvec.h


Hg-commit: 131ab2cf8aa9b7cc64269e1025e4673b09186f37

show more ...


/petsc/bin/petscrun
/petsc/config/configure.py
/petsc/config/linux-gnu-ia64-intel.py
/petsc/config/linux-gnu-ia64.py
/petsc/include/petsc.h
/petsc/include/petscao.h
/petsc/include/petscbag.h
/petsc/include/petscbt.h
/petsc/include/petscda.h
/petsc/include/petscerror.h
/petsc/include/petscksp.h
/petsc/include/petsclog.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/include/private/pcimpl.h
/petsc/include/private/petscimpl.h
/petsc/include/private/vecimpl.h
/petsc/maint/buildtest
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/MPI.py
/petsc/src/contrib/keyes/makefile
/petsc/src/dm/ao/aoimpl.h
/petsc/src/dm/ao/interface/dlregisdm.c
/petsc/src/dm/da/daimpl.h
/petsc/src/dm/mesh/examples/tests/ex00.c
/petsc/src/dm/mesh/examples/tests/ex01.c
/petsc/src/dm/mesh/examples/tests/ex02.c
/petsc/src/dm/mesh/examples/tests/makefile
/petsc/src/dm/mesh/examples/tutorials/ex2.c
/petsc/src/dm/mesh/examples/tutorials/makefile
/petsc/src/dm/mesh/sieve/ALE.cxx
/petsc/src/dm/mesh/sieve/ALE_containers.hh
/petsc/src/dm/mesh/sieve/ALE_exception.hh
/petsc/src/dm/mesh/sieve/ALE_mem.hh
/petsc/src/dm/mesh/sieve/Sifter.cxx
/petsc/src/dm/mesh/sieve/Sifter.hh
/petsc/src/dm/mesh/sieve/makefile
/petsc/src/docs/tex/manual/part1.tex
/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/bugreporting.html
/petsc/src/docs/website/documentation/changes/231.html
/petsc/src/docs/website/documentation/codemanagement.html
/petsc/src/docs/website/documentation/exercises/compiling/index.html
/petsc/src/docs/website/documentation/exercises/compiling/makeoutput.html
/petsc/src/docs/website/documentation/exercises/index.html
/petsc/src/docs/website/documentation/faq.html
/petsc/src/docs/website/documentation/troubleshooting.html
/petsc/src/docs/website/miscellaneous/acknwldg.html
/petsc/src/docs/website/miscellaneous/external.html
/petsc/src/docs/website/publications/index.html
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/interface/dlregisksp.c
/petsc/src/ksp/ksp/kspimpl.h
/petsc/src/ksp/pc/examples/tutorials/ex1.c
/petsc/src/ksp/pc/examples/tutorials/ex2.c
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/factor/cholesky/cholesky.c
/petsc/src/ksp/pc/impls/factor/icc/icc.c
/petsc/src/ksp/pc/impls/factor/ilu/ftn-custom/ziluf.c
/petsc/src/ksp/pc/impls/factor/ilu/ilu.c
/petsc/src/ksp/pc/impls/factor/lu/lu.c
/petsc/src/mat/examples/tests/ex94.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.c
/petsc/src/mat/impls/feti/feti.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/interface/dlregismat.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matimpl.h
/petsc/src/mat/order/sorder.c
/petsc/src/mat/utils/zerodiag.c
dlregissnes.c
/petsc/src/snes/snesimpl.h
/petsc/src/sys/bag/bag.c
/petsc/src/sys/objects/gcookie.c
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/verbose/verboseinfo.c
/petsc/src/sys/viewer/impls/ascii/vcreatea.c
/petsc/src/sys/viewer/impls/socket/matlab/makefile
/petsc/src/sys/viewer/interface/dlregispetsc.c
/petsc/src/ts/interface/dlregists.c
/petsc/src/ts/tsimpl.h
/petsc/src/vec/is/utils/iscoloring.c
/petsc/src/vec/vec/examples/tutorials/ex7f.F
/petsc/src/vec/vec/impls/mpi/pdvec.c
f9f3b1ca14-Dec-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3868.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20051214185947|27292
ChangeSet
1.3868.1.1 05/12/14 12:59:47 barrysmith@barry-smiths-computer.local +12 -0
out of date docs

bk-changeset-1.3868.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20051214185947|27292
ChangeSet
1.3868.1.1 05/12/14 12:59:47 barrysmith@barry-smiths-computer.local +12 -0
out of date docs

src/mat/impls/aij/seq/matptap.c
1.86 05/12/14 12:59:42 barrysmith@barry-smiths-computer.local +5 -0
some error checking

src/docs/website/publications/unstructured.html
1.9 05/12/14 12:59:42 barrysmith@barry-smiths-computer.local +1 -1
out of date docs

src/docs/website/publications/structured.html
1.9 05/12/14 12:59:42 barrysmith@barry-smiths-computer.local +1 -1
out of date docs

src/docs/website/features/index.html
1.13 05/12/14 12:59:42 barrysmith@barry-smiths-computer.local +1 -1
out of date docs

src/docs/website/features/diagram.html
1.11 05/12/14 12:59:41 barrysmith@barry-smiths-computer.local +1 -1
out of date docs

src/docs/website/features/details.html
1.11 05/12/14 12:59:41 barrysmith@barry-smiths-computer.local +1 -1
out of date docs

src/docs/website/documentation/troubleshooting.html
1.29 05/12/14 12:59:41 barrysmith@barry-smiths-computer.local +748 -41
out of date docs

src/docs/website/documentation/faq.html
1.28 05/12/14 12:59:41 barrysmith@barry-smiths-computer.local +596 -264
out of date docs

src/docs/tex/manual/part1.tex
1.41 05/12/14 12:36:02 barrysmith@barry-smiths-computer.local +5 -9
damn petscarch docs not removed

src/snes/interface/snes.c
1.99 05/12/14 12:16:30 barrysmith@barry-smiths-computer.local +1 -1
clearing verbose message

src/docs/tex/petscapp.bib
1.220 05/12/13 14:44:33 barrysmith@barrysmith-57.mcs.anl.gov +26 -0
three pubs, 2 at labs

src/docs/website/publications/index.html
1.34 05/12/13 14:36:32 barrysmith@barrysmith-57.mcs.anl.gov +2 -1
Steefel pubs at LLNL and PNNL


Hg-commit: c0544026f8b5a4f9cf6918c4ddd4d2b6d927f006

show more ...


/petsc/bmake/common/variables
/petsc/config/asterix-gcc4.py
/petsc/config/asterix-intel.py
/petsc/config/asterix-sun.py
/petsc/config/asterix-tops.py
/petsc/config/freebsd5.1.py
/petsc/config/linux-rhAS3-gcc32.py
/petsc/config/linux-rhAS3-intel81.py
/petsc/config/macosx-gnu-g95.py
/petsc/config/macosx-gnu.py
/petsc/include/makefile
/petsc/include/petsc.h
/petsc/include/petscda.h
/petsc/include/petscmat.h
/petsc/include/petscmesh.h
/petsc/include/petscmg.h
/petsc/include/petscvec.h
/petsc/include/private/petscimpl.h
/petsc/maint/asterix-test.sh
/petsc/maint/confignightly/rockies
/petsc/maint/rebuildtar
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/package.py
/petsc/python/PETSc/packages/MPE.py
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/Prometheus.py
/petsc/python/PETSc/packages/X11.py
/petsc/python/PETSc/packages/ccafe.py
/petsc/python/PETSc/utilities/Make.py
/petsc/python/PETSc/utilities/fortranCPP.py
/petsc/python/PETSc/utilities/libraryOptions.py
/petsc/python/PETSc/utilities/python.py
/petsc/python/PETSc/utilities/sharedLibraries.py
/petsc/src/dm/da/src/gr2.c
/petsc/src/dm/mesh/examples/tests/ex0.c
/petsc/src/dm/mesh/examples/tests/ex1.c
/petsc/src/dm/mesh/examples/tests/makefile
/petsc/src/dm/mesh/examples/tutorials/ex1.c
/petsc/src/dm/mesh/examples/tutorials/ex2.c
/petsc/src/dm/mesh/examples/tutorials/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_containers.hh
/petsc/src/dm/mesh/sieve/ALE_log.hh
/petsc/src/dm/mesh/sieve/ALE_mem.hh
/petsc/src/dm/mesh/sieve/Coaster.cxx
/petsc/src/dm/mesh/sieve/IndexBundle.cxx
/petsc/src/dm/mesh/sieve/IndexBundle.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/Simplicializer.cxx
/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/part1.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/changes/231.html
/petsc/src/docs/website/documentation/faq.html
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/documentation/referencing.html
/petsc/src/docs/website/documentation/troubleshooting.html
/petsc/src/docs/website/documentation/tutorials/PCFD04.html
/petsc/src/docs/website/documentation/tutorials/index.html
/petsc/src/docs/website/features/details.html
/petsc/src/docs/website/features/diagram.html
/petsc/src/docs/website/features/index.html
/petsc/src/docs/website/index.html
/petsc/src/docs/website/publications/index.html
/petsc/src/docs/website/publications/prizes.html
/petsc/src/docs/website/publications/structured.html
/petsc/src/docs/website/publications/unstructured.html
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/eisens/eisen.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/redundant/redundant.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/impls/aij/seq/matptap.c
/petsc/src/mat/impls/rowbs/mpi/iccbs.c
/petsc/src/mat/interface/matrix.c
snes.c
/petsc/src/snes/utils/damg.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/mpiuni/mpi.c
/petsc/src/sys/objects/tagm.c
/petsc/src/sys/time/makefile
/petsc/src/sys/viewer/impls/ascii/filev.c
/petsc/src/sys/viewer/impls/ascii/vcreatea.c
/petsc/src/sys/viewer/impls/hdf4/hdf4v.c
/petsc/src/sys/viewer/impls/matlab/vmatlab.c
/petsc/src/sys/viewer/impls/netcdf/vnetcdf.c
/petsc/src/tops/makefile.rules
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/interface/makefile
/petsc/src/vec/vec/interface/rvector.c
/petsc/src/vec/vec/interface/vecreg.c
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/utils/vecio.c
03c60df904-Dec-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3813.1.15
barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com|ChangeSet|20051204224202|36922
ChangeSet
1.3813.1.15 05/12/04 16:42:02 barrysmith@116_196_103_66-wifi_hotspots

bk-changeset-1.3813.1.15
barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com|ChangeSet|20051204224202|36922
ChangeSet
1.3813.1.15 05/12/04 16:42:02 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +13 -0
added suppport for --with-precision=int

src/sys/plog/plog.c
1.76 05/12/04 16:41:48 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +9 -1
added suppport for --with-precision=int

src/sys/objects/ptype.c
1.19 05/12/04 16:41:48 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +2 -0
added suppport for --with-precision=int

src/sys/fileio/mprint.c
1.51 05/12/04 16:41:47 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +3 -1
added suppport for --with-precision=int

src/sys/draw/utils/hists.c
1.27 05/12/04 16:41:47 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +2 -2
added suppport for --with-precision=int

src/sys/draw/interface/dtri.c
1.13 05/12/04 16:41:46 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +18 -18
added suppport for --with-precision=int

src/snes/interface/snes.c
1.98 05/12/04 16:41:46 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +1 -1
added suppport for --with-precision=int

src/ksp/pc/interface/pcregis.c
1.40 05/12/04 16:41:45 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +2 -2
added suppport for --with-precision=int

src/ksp/pc/impls/redundant/redundant.c
1.27 05/12/04 16:41:45 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +4 -0
added suppport for --with-precision=int

src/ksp/pc/impls/factor/lu/lu.c
1.49 05/12/04 16:41:44 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +13 -4
added suppport for --with-precision=int

python/PETSc/utilities/languages.py
1.47 05/12/04 16:41:44 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +4 -2
added suppport for --with-precision=int

python/PETSc/packages/BlasLapack.py
1.146 05/12/04 16:41:43 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +8 -4
added suppport for --with-precision=int

include/petscmath.h
1.28 05/12/04 16:41:43 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +17 -1
added suppport for --with-precision=int

include/petsc.h
1.154 05/12/04 16:41:42 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +4 -0
added suppport for --with-precision=int


Hg-commit: c2fbb2a3efcebcdeec93e03a12f738f0f0640112

show more ...


/petsc/bmake/common/rules
/petsc/bmake/common/rules.shared.basic
/petsc/bmake/common/variables
/petsc/config/asterix.py
/petsc/config/macosx-gnu-g95
/petsc/config/macosx-gnu-g95.py
/petsc/config/macosx-gnu.py
/petsc/config/solaris-64.py
/petsc/config/solaris-gnu.py
/petsc/config/solaris2.9.py
/petsc/include/petsc.h
/petsc/include/petscda.h
/petsc/include/petscmath.h
/petsc/include/petsctime.h
/petsc/include/petscts.h
/petsc/maint/buildtest
/petsc/maint/confignightly/icrunch
/petsc/maint/confignightly/icrunch2
/petsc/maint/generateetags.py
/petsc/makefile
/petsc/python/PETSc/Configure.py
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/BlockSolve95.py
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/Prometheus.py
/petsc/python/PETSc/packages/blopex.py
/petsc/python/PETSc/packages/hypre.py
/petsc/python/PETSc/utilities/languages.py
/petsc/src/adic/examples/tutorials/makefile
/petsc/src/dm/da/daimpl.h
/petsc/src/dm/da/utils/fdda.c
/petsc/src/dm/mesh/examples/tests/ex0.c
/petsc/src/dm/mesh/examples/tests/ex1.c
/petsc/src/dm/mesh/examples/tests/makefile
/petsc/src/dm/mesh/examples/tutorials/data/bm1b.bc
/petsc/src/dm/mesh/examples/tutorials/data/bm1b.connect
/petsc/src/dm/mesh/examples/tutorials/data/bm1b.coord
/petsc/src/dm/mesh/examples/tutorials/ex2.c
/petsc/src/dm/mesh/examples/tutorials/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/ALE_containers.hh
/petsc/src/dm/mesh/sieve/ALE_exception.hh
/petsc/src/dm/mesh/sieve/ALE_log.hh
/petsc/src/dm/mesh/sieve/ALE_mem.hh
/petsc/src/dm/mesh/sieve/Coaster.cxx
/petsc/src/dm/mesh/sieve/Coaster.hh
/petsc/src/dm/mesh/sieve/PreSieve.cxx
/petsc/src/dm/mesh/sieve/PreSieve.hh
/petsc/src/dm/mesh/sieve/Simplicializer.cxx
/petsc/src/dm/mesh/sieve/examples/tests/makefile
/petsc/src/dm/mesh/sieve/makefile
/petsc/src/docs/tex/manual/acknowl.tex
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/developers/projects.html
/petsc/src/docs/website/miscellaneous/external.html
/petsc/src/docs/website/publications/images/brain.jpg
/petsc/src/docs/website/publications/images/cell.jpg
/petsc/src/docs/website/publications/images/heart.jpg
/petsc/src/docs/website/publications/images/ocean.jpg
/petsc/src/docs/website/publications/images/pump.jpg
/petsc/src/docs/website/publications/images/spine0l.jpg
/petsc/src/docs/website/publications/images/vertebra.jpg
/petsc/src/docs/website/publications/index.html
/petsc/src/docs/website/publications/prizes.html
/petsc/src/fortran/fsrc/somefort.F
/petsc/src/ksp/ksp/examples/tutorials/ex29.c
/petsc/src/ksp/pc/impls/factor/lu/lu.c
/petsc/src/ksp/pc/impls/redundant/redundant.c
/petsc/src/ksp/pc/interface/pcregis.c
/petsc/src/mat/impls/rowbs/makefile
/petsc/src/mat/impls/rowbs/mpi/makefile
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/utils/gcreate.c
snes.c
/petsc/src/sys/draw/interface/dtri.c
/petsc/src/sys/draw/utils/hists.c
/petsc/src/sys/error/signal.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_hpux.h
/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_nag.h
/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/f90impl.h
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/mpiuni/mpi.c
/petsc/src/sys/objects/ptype.c
/petsc/src/sys/plog/classLog.c
/petsc/src/sys/plog/eventLog.c
/petsc/src/sys/plog/plog.c
/petsc/src/sys/plog/stageLog.c
/petsc/src/sys/time/ptime.c
/petsc/src/sys/viewer/impls/socket/matlab/makefile
/petsc/src/vec/vec/interface/vector.c
d8ba604a24-Nov-2005 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.3780
balay@asterix.mcs.anl.gov|ChangeSet|20051124000745|43110
ChangeSet
1.3780 05/11/23 18:07:45 balay@asterix.mcs.anl.gov +18 -0
splitup f90 interface into f90-custom

src/vec/v

bk-changeset-1.3780
balay@asterix.mcs.anl.gov|ChangeSet|20051124000745|43110
ChangeSet
1.3780 05/11/23 18:07:45 balay@asterix.mcs.anl.gov +18 -0
splitup f90 interface into f90-custom

src/vec/vec/interface/f90-custom/makefile
1.1 05/11/23 18:07:43 balay@asterix.mcs.anl.gov +19 -0
New BitKeeper file ``src/vec/vec/interface/f90-custom/makefile''

src/vec/is/utils/f90-custom/ziscoloringf90.c
1.1 05/11/23 18:07:43 balay@asterix.mcs.anl.gov +42 -0
New BitKeeper file ``src/vec/is/utils/f90-custom/ziscoloringf90.c''

src/vec/is/utils/f90-custom/makefile
1.1 05/11/23 18:07:43 balay@asterix.mcs.anl.gov +19 -0
New BitKeeper file ``src/vec/is/utils/f90-custom/makefile''

src/vec/is/interface/f90-custom/zindexf90.c
1.1 05/11/23 18:07:43 balay@asterix.mcs.anl.gov +36 -0
New BitKeeper file ``src/vec/is/interface/f90-custom/zindexf90.c''

src/vec/is/interface/f90-custom/makefile
1.1 05/11/23 18:07:43 balay@asterix.mcs.anl.gov +19 -0
New BitKeeper file ``src/vec/is/interface/f90-custom/makefile''

src/vec/vec/interface/f90-custom/makefile
1.0 05/11/23 18:07:43 balay@asterix.mcs.anl.gov +0 -0
BitKeeper file /home/balay/bk-rep/petsc-dev/src/vec/vec/interface/f90-custom/makefile

src/vec/is/utils/f90-custom/ziscoloringf90.c
1.0 05/11/23 18:07:43 balay@asterix.mcs.anl.gov +0 -0
BitKeeper file /home/balay/bk-rep/petsc-dev/src/vec/is/utils/f90-custom/ziscoloringf90.c

src/vec/is/utils/f90-custom/makefile
1.0 05/11/23 18:07:43 balay@asterix.mcs.anl.gov +0 -0
BitKeeper file /home/balay/bk-rep/petsc-dev/src/vec/is/utils/f90-custom/makefile

src/vec/is/interface/f90-custom/zindexf90.c
1.0 05/11/23 18:07:43 balay@asterix.mcs.anl.gov +0 -0
BitKeeper file /home/balay/bk-rep/petsc-dev/src/vec/is/interface/f90-custom/zindexf90.c

src/vec/is/interface/f90-custom/makefile
1.0 05/11/23 18:07:43 balay@asterix.mcs.anl.gov +0 -0
BitKeeper file /home/balay/bk-rep/petsc-dev/src/vec/is/interface/f90-custom/makefile

src/vec/is/impls/f90-custom/zblockf90.c
1.1 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +34 -0
New BitKeeper file ``src/vec/is/impls/f90-custom/zblockf90.c''

src/vec/is/impls/f90-custom/makefile
1.1 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +19 -0
New BitKeeper file ``src/vec/is/impls/f90-custom/makefile''

src/snes/interface/f90-custom/makefile
1.1 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +19 -0
New BitKeeper file ``src/snes/interface/f90-custom/makefile''

src/mat/interface/f90-custom/makefile
1.1 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +19 -0
New BitKeeper file ``src/mat/interface/f90-custom/makefile''

src/ksp/ksp/interface/f90-custom/makefile
1.1 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +19 -0
New BitKeeper file ``src/ksp/ksp/interface/f90-custom/makefile''

src/dm/da/src/f90-custom/makefile
1.1 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +19 -0
New BitKeeper file ``src/dm/da/src/f90-custom/makefile''

src/vec/is/impls/f90-custom/zblockf90.c
1.0 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +0 -0
BitKeeper file /home/balay/bk-rep/petsc-dev/src/vec/is/impls/f90-custom/zblockf90.c

src/vec/is/impls/f90-custom/makefile
1.0 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +0 -0
BitKeeper file /home/balay/bk-rep/petsc-dev/src/vec/is/impls/f90-custom/makefile

src/snes/interface/f90-custom/makefile
1.0 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +0 -0
BitKeeper file /home/balay/bk-rep/petsc-dev/src/snes/interface/f90-custom/makefile

src/mat/interface/f90-custom/makefile
1.0 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +0 -0
BitKeeper file /home/balay/bk-rep/petsc-dev/src/mat/interface/f90-custom/makefile

src/ksp/ksp/interface/f90-custom/makefile
1.0 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +0 -0
BitKeeper file /home/balay/bk-rep/petsc-dev/src/ksp/ksp/interface/f90-custom/makefile

src/dm/da/src/f90-custom/makefile
1.0 05/11/23 18:07:42 balay@asterix.mcs.anl.gov +0 -0
BitKeeper file /home/balay/bk-rep/petsc-dev/src/dm/da/src/f90-custom/makefile

src/vec/vec/interface/f90-custom/zvectorf90.c
1.8 05/11/23 18:07:41 balay@asterix.mcs.anl.gov +0 -78
splitup f90 interface into f90-custom

src/fortran/f90/makefile
1.5 05/11/23 18:07:41 balay@asterix.mcs.anl.gov +0 -6
splitup f90 interface into f90-custom

bmake/common/rules
1.179 05/11/23 18:07:41 balay@asterix.mcs.anl.gov +2 -2
splitup f90 interface into f90-custom

src/vec/vec/interface/f90-custom/zvectorf90.c
1.7 05/11/23 17:14:30 balay@asterix.mcs.anl.gov +0 -0
Rename: src/vec/vec/interface/zvectorf90.c -> src/vec/vec/interface/f90-custom/zvectorf90.c

src/vec/vec/interface/zvectorf90.c
1.6 05/11/23 17:14:07 balay@asterix.mcs.anl.gov +0 -0
Rename: src/fortran/f90/zf90vec.c -> src/vec/vec/interface/zvectorf90.c

src/snes/interface/f90-custom/zsnesf90.c
1.6 05/11/23 17:08:49 balay@asterix.mcs.anl.gov +0 -0
Rename: src/fortran/f90/zf90snes.c -> src/snes/interface/f90-custom/zsnesf90.c

src/mat/interface/f90-custom/zmatrixf90.c
1.6 05/11/23 17:06:42 balay@asterix.mcs.anl.gov +0 -0
Rename: src/fortran/f90/zf90mat.c -> src/mat/interface/f90-custom/zmatrixf90.c

src/ksp/ksp/interface/f90-custom/zitfuncf90.c
1.7 05/11/23 17:04:49 balay@asterix.mcs.anl.gov +0 -0
Rename: src/ksp/ksp/interface/zitfuncf90.c -> src/ksp/ksp/interface/f90-custom/zitfuncf90.c

src/ksp/ksp/interface/zitfuncf90.c
1.6 05/11/23 17:04:20 balay@asterix.mcs.anl.gov +0 -0
Rename: src/fortran/f90/zf90ksp.c -> src/ksp/ksp/interface/zitfuncf90.c

src/dm/da/src/f90-custom/zdaindexf90.c
1.6 05/11/23 17:00:09 balay@asterix.mcs.anl.gov +0 -0
Rename: src/fortran/f90/zf90da.c -> src/dm/da/src/f90-custom/zdaindexf90.c


Hg-commit: 37bd44982d172a710a64e299867e278f5ee1f9d0

show more ...


/petsc/bmake/common/rules
/petsc/include/petscvec.h
/petsc/include/private/vecimpl.h
/petsc/python/PETSc/packages/MPI.py
/petsc/python/PETSc/packages/babel.py
/petsc/src/dm/da/src/f90-custom/makefile
/petsc/src/dm/da/src/f90-custom/zdaindexf90.c
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/fortran/f90/makefile
/petsc/src/ksp/ksp/impls/gmres/borthog2.c
/petsc/src/ksp/ksp/interface/f90-custom/makefile
/petsc/src/ksp/ksp/interface/f90-custom/zitfuncf90.c
/petsc/src/mat/examples/tests/ex106.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/interface/f90-custom/makefile
/petsc/src/mat/interface/f90-custom/zmatrixf90.c
f90-custom/makefile
f90-custom/zsnesf90.c
/petsc/src/vec/is/impls/f90-custom/makefile
/petsc/src/vec/is/impls/f90-custom/zblockf90.c
/petsc/src/vec/is/interface/f90-custom/makefile
/petsc/src/vec/is/interface/f90-custom/zindexf90.c
/petsc/src/vec/is/utils/f90-custom/makefile
/petsc/src/vec/is/utils/f90-custom/ziscoloringf90.c
/petsc/src/vec/vec/examples/tutorials/ex1.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/impls/dvecimpl.h
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/mpi/pvec2.c
/petsc/src/vec/vec/impls/mpi/pvecimpl.h
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/impls/seq/dvec2.c
/petsc/src/vec/vec/interface/f90-custom/makefile
/petsc/src/vec/vec/interface/f90-custom/zvectorf90.c
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/utils/comb.c
7f3332b423-Nov-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3772
barrysmith@barry-smiths-computer.local|ChangeSet|20051123035755|49170
ChangeSet
1.3772 05/11/22 21:57:55 barrysmith@barry-smiths-computer.local +4 -0
docs

src/snes/interfac

bk-changeset-1.3772
barrysmith@barry-smiths-computer.local|ChangeSet|20051123035755|49170
ChangeSet
1.3772 05/11/22 21:57:55 barrysmith@barry-smiths-computer.local +4 -0
docs

src/snes/interface/snesut.c
1.22 05/11/22 21:57:51 barrysmith@barry-smiths-computer.local +1 -1
docs

src/snes/impls/ls/ls.c
1.68 05/11/22 21:57:50 barrysmith@barry-smiths-computer.local +2 -2
docs

src/docs/website/publications/index.html
1.28 05/11/22 21:57:50 barrysmith@barry-smiths-computer.local +94 -3
info on lab apps

src/docs/tex/petscapp.bib
1.205 05/11/21 20:23:33 barrysmith@barry-smiths-computer.local +0 -8
duplicate entry


Hg-commit: 0535e15658d2c9b077ee0cf0a75f823f3c7e3a17

show more ...

6e8ab9e222-Nov-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3766
barrysmith@barry-smiths-computer.local|ChangeSet|20051122015240|55358
ChangeSet
1.3766 05/11/21 19:52:40 barrysmith@barry-smiths-computer.local +9 -0
Merge bk://petsc@petsc.bk

bk-changeset-1.3766
barrysmith@barry-smiths-computer.local|ChangeSet|20051122015240|55358
ChangeSet
1.3766 05/11/21 19:52:40 barrysmith@barry-smiths-computer.local +9 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into barry-smiths-computer.local:/Users/barrysmith/petsc-dev

src/ksp/ksp/examples/tutorials/ex33.c
1.19 05/11/21 19:52:36 barrysmith@barry-smiths-computer.local +6 -12
Matt screws us again

src/mat/interface/matrix.c
1.200 05/11/21 19:46:51 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

src/mat/impls/sbaij/seq/sbaij.c
1.152 05/11/21 19:46:50 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

src/ksp/pc/impls/factor/lu/lu.c
1.48 05/11/21 19:46:49 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

src/ksp/pc/impls/factor/ilu/ilu.c
1.61 05/11/21 19:46:49 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

src/ksp/pc/impls/factor/icc/icc.c
1.45 05/11/21 19:46:49 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

src/ksp/pc/impls/factor/cholesky/cholesky.c
1.45 05/11/21 19:46:49 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

python/PETSc/packages/BlasLapack.py
1.145 05/11/21 19:46:48 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

include/petsc.h
1.152 05/11/21 19:46:48 barrysmith@barry-smiths-computer.local +0 -0
Auto merged


Hg-commit: fc4e73369605255a3822b849ac0e0ddbc7c59413

show more ...


/petsc/config/linux-gnu-ia64-intel.py
/petsc/include/petsc.h
/petsc/include/petscda.h
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/MPI.py
/petsc/src/dm/da/examples/tests/ex19.c
/petsc/src/dm/da/examples/tests/ex20.c
/petsc/src/dm/da/examples/tests/ex23.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/da3.c
/petsc/src/dm/da/src/gr1.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/dm/mesh/examples/tutorials/ex2.c
/petsc/src/dm/mesh/examples/tutorials/makefile
/petsc/src/dm/mesh/mesh.c
/petsc/src/dm/mesh/sieve/Simplicializer.cxx
/petsc/src/docs/tex/petscapp.bib
/petsc/src/ksp/ksp/examples/tests/ex1.c
/petsc/src/ksp/ksp/examples/tests/ex10.c
/petsc/src/ksp/ksp/examples/tests/ex14.c
/petsc/src/ksp/ksp/examples/tutorials/ex11.c
/petsc/src/ksp/ksp/examples/tutorials/ex13.c
/petsc/src/ksp/ksp/examples/tutorials/ex22.c
/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/ex33.c
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/impls/gmres/borthog2.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/lgmres/lgmres.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/interface/itcreate.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/examples/tests/ex5.c
/petsc/src/ksp/pc/impls/eisens/eisen.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/hypre/hyppilut.c
/petsc/src/ksp/pc/impls/is/feti/examples/ex1.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/sor/sor.c
/petsc/src/ksp/pc/impls/spai/ispai.c
/petsc/src/ksp/pc/interface/pcregis.c
/petsc/src/mat/examples/tests/ex14.c
/petsc/src/mat/examples/tests/ex15.c
/petsc/src/mat/examples/tests/ex17.c
/petsc/src/mat/examples/tests/ex19.c
/petsc/src/mat/examples/tests/ex2.c
/petsc/src/mat/examples/tests/ex21.c
/petsc/src/mat/examples/tests/ex3.c
/petsc/src/mat/examples/tests/ex49.c
/petsc/src/mat/examples/tests/ex5.c
/petsc/src/mat/examples/tests/ex62.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/ex94.c
/petsc/src/mat/examples/tests/ex96.c
/petsc/src/mat/examples/tests/ex99.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/crl/crl.c
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.c
/petsc/src/mat/impls/bdiag/seq/bdiag3.c
/petsc/src/mat/impls/csr/inode/inode.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/maij/maij.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/matfd/fdmatrix.c
/petsc/src/mat/utils/compressedrow.c
/petsc/src/mat/utils/multequal.c
/petsc/src/snes/examples/tests/ex1.c
/petsc/src/snes/examples/tests/ex5.c
/petsc/src/snes/examples/tests/ex7.c
/petsc/src/snes/examples/tutorials/ex14.c
/petsc/src/snes/examples/tutorials/ex19.c
/petsc/src/snes/examples/tutorials/ex2.c
/petsc/src/snes/examples/tutorials/ex22.c
/petsc/src/snes/examples/tutorials/ex26.c
/petsc/src/snes/examples/tutorials/ex27.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex3.c
/petsc/src/snes/examples/tutorials/ex30.c
/petsc/src/snes/examples/tutorials/ex4.c
/petsc/src/snes/examples/tutorials/ex7.c
/petsc/src/snes/examples/tutorials/ex8.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/test/snestest.c
/petsc/src/snes/impls/tr/tr.c
noise/snesmfj2.c
noise/snesnoise.c
snes.c
snesut.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/mf/snesmfjdef.c
/petsc/src/snes/utils/adutils/damgsnesad.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/bag/bag.c
/petsc/src/sys/draw/impls/ps/pops.c
/petsc/src/sys/draw/interface/dpoints.c
/petsc/src/sys/draw/interface/dviewp.c
/petsc/src/sys/draw/utils/hists.c
/petsc/src/sys/draw/utils/lg.c
/petsc/src/sys/examples/tests/ex14.c
/petsc/src/sys/examples/tests/ex3.c
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/objects/aoptions.c
/petsc/src/sys/objects/ptype.c
/petsc/src/sys/utils/random.c
/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/ex7.c
/petsc/src/ts/impls/pseudo/posindep.c
/petsc/src/ts/interface/ts.c
/petsc/src/vec/vec/examples/tests/ex21.c
/petsc/src/vec/vec/examples/tests/ex28.c
/petsc/src/vec/vec/examples/tutorials/ex1.c
/petsc/src/vec/vec/examples/tutorials/ex11.c
/petsc/src/vec/vec/examples/tutorials/ex1e.c
/petsc/src/vec/vec/examples/tutorials/ex9.c
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/impls/seq/bvec2.c
a83599f421-Nov-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3755.1.4
barrysmith@barry-smiths-computer.local|ChangeSet|20051121223356|46556
ChangeSet
1.3755.1.4 05/11/21 16:33:56 barrysmith@barry-smiths-computer.local +134 -0
support for --w

bk-changeset-1.3755.1.4
barrysmith@barry-smiths-computer.local|ChangeSet|20051121223356|46556
ChangeSet
1.3755.1.4 05/11/21 16:33:56 barrysmith@barry-smiths-computer.local +134 -0
support for --with-precision=longdouble

src/vec/vec/impls/seq/bvec2.c
1.76 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +6 -6
support for --with-precision=longdouble

src/vec/vec/impls/mpi/pdvec.c
1.64 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +12 -12
support for --with-precision=longdouble

src/vec/vec/examples/tutorials/ex9.c
1.11 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/vec/vec/examples/tutorials/ex1e.c
1.11 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +10 -10
support for --with-precision=longdouble

src/vec/vec/examples/tutorials/ex11.c
1.10 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +5 -5
support for --with-precision=longdouble

src/vec/vec/examples/tutorials/ex1.c
1.13 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +10 -10
support for --with-precision=longdouble

src/vec/vec/examples/tests/ex28.c
1.10 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +8 -8
support for --with-precision=longdouble

src/vec/vec/examples/tests/ex21.c
1.12 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +2 -2
support for --with-precision=longdouble

src/ts/interface/ts.c
1.55 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +2 -2
support for --with-precision=longdouble

src/ts/impls/pseudo/posindep.c
1.26 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/ts/examples/tutorials/ex7.c
1.13 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/ts/examples/tutorials/ex6.c
1.19 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +2 -2
support for --with-precision=longdouble

src/ts/examples/tutorials/ex5.c
1.13 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +2 -2
support for --with-precision=longdouble

src/ts/examples/tutorials/ex4.c
1.12 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +2 -2
support for --with-precision=longdouble

src/ts/examples/tutorials/ex3.c
1.13 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/ts/examples/tutorials/ex2.c
1.11 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/ts/examples/tests/ex1.c
1.15 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +4 -4
support for --with-precision=longdouble

src/sys/utils/random.c
1.30 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/sys/objects/ptype.c
1.18 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +8 -1
support for --with-precision=longdouble

src/sys/objects/aoptions.c
1.43 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +3 -3
support for --with-precision=longdouble

src/sys/fileio/mprint.c
1.50 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +9 -0
support for --with-precision=longdouble

src/sys/examples/tests/ex3.c
1.6 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/sys/examples/tests/ex14.c
1.5 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/sys/draw/utils/lg.c
1.21 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/sys/draw/utils/hists.c
1.26 05/11/21 16:33:41 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/sys/draw/interface/dviewp.c
1.13 05/11/21 16:33:41 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/sys/draw/interface/dpoints.c
1.11 05/11/21 16:33:41 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/sys/draw/impls/ps/pops.c
1.18 05/11/21 16:33:41 barrysmith@barry-smiths-computer.local +20 -20
support for --with-precision=longdouble

src/sys/bag/bag.c
1.26 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +5 -5
support for --with-precision=longdouble

src/snes/utils/damgsnes.c
1.78 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/snes/utils/adutils/damgsnesad.c
1.9 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +12 -12
support for --with-precision=longdouble

src/snes/mf/snesmfjdef.c
1.19 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +2 -2
support for --with-precision=longdouble

src/snes/mf/snesmfj.c
1.60 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +5 -5
support for --with-precision=longdouble

src/snes/interface/snesut.c
1.21 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +12 -12
support for --with-precision=longdouble

src/snes/interface/snes.c
1.97 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +4 -4
support for --with-precision=longdouble

src/snes/interface/noise/snesnoise.c
1.22 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +8 -8
support for --with-precision=longdouble

src/snes/interface/noise/snesmfj2.c
1.31 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +6 -6
support for --with-precision=longdouble

src/snes/impls/tr/tr.c
1.34 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +9 -9
support for --with-precision=longdouble

src/snes/impls/test/snestest.c
1.21 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/snes/impls/ls/ls.c
1.67 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +10 -10
support for --with-precision=longdouble

src/snes/examples/tutorials/ex8.c
1.6 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +3 -3
support for --with-precision=longdouble

src/snes/examples/tutorials/ex7.c
1.19 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +2 -2
support for --with-precision=longdouble

src/snes/examples/tutorials/ex4.c
1.10 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +2 -2
support for --with-precision=longdouble

src/snes/examples/tutorials/ex30.c
1.54 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +8 -8
support for --with-precision=longdouble

src/snes/examples/tutorials/ex3.c
1.17 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +4 -4
support for --with-precision=longdouble

src/snes/examples/tutorials/ex29.c
1.90 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +10 -10
support for --with-precision=longdouble

src/snes/examples/tutorials/ex27.c
1.16 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +7 -7
support for --with-precision=longdouble

src/snes/examples/tutorials/ex26.c
1.24 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +3 -3
support for --with-precision=longdouble

src/snes/examples/tutorials/ex22.c
1.14 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/snes/examples/tutorials/ex2.c
1.14 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +2 -2
support for --with-precision=longdouble

src/snes/examples/tutorials/ex19.c
1.20 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/snes/examples/tutorials/ex14.c
1.15 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/snes/examples/tests/ex7.c
1.15 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/snes/examples/tests/ex5.c
1.11 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/snes/examples/tests/ex1.c
1.15 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/mat/utils/multequal.c
1.11 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +4 -4
support for --with-precision=longdouble

src/mat/utils/compressedrow.c
1.13 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +2 -2
support for --with-precision=longdouble

src/mat/matfd/fdmatrix.c
1.36 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +2 -2
support for --with-precision=longdouble

src/mat/interface/matrix.c
1.198.1.1 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +8 -8
support for --with-precision=longdouble

src/mat/interface/matnull.c
1.36 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +2 -2
support for --with-precision=longdouble

src/mat/impls/sbaij/seq/sbaijfact2.c
1.64 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +6 -6
support for --with-precision=longdouble

src/mat/impls/sbaij/seq/sbaijfact.c
1.90 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +12 -12
support for --with-precision=longdouble

src/mat/impls/sbaij/seq/sbaij.c
1.150.1.1 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +9 -9
support for --with-precision=longdouble

src/mat/impls/dense/seq/dense.c
1.89 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +3 -3
support for --with-precision=longdouble

src/mat/impls/csr/inode/inode.c
1.54 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +11 -11
support for --with-precision=longdouble

src/mat/impls/bdiag/seq/bdiag3.c
1.28 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +6 -6
support for --with-precision=longdouble

src/mat/impls/baij/seq/baijfact3.c
1.25 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +3 -3
support for --with-precision=longdouble

src/mat/impls/baij/seq/baijfact2.c
1.50 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +3 -3
support for --with-precision=longdouble

src/mat/impls/baij/seq/baijfact.c
1.35 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +12 -12
support for --with-precision=longdouble

src/mat/impls/baij/seq/baij.c
1.140 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +10 -10
support for --with-precision=longdouble

src/mat/impls/aij/seq/matmatmult.c
1.88 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/mat/impls/aij/seq/crl/crl.c
1.14 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/mat/impls/aij/seq/aijfact.c
1.125 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +22 -22
support for --with-precision=longdouble

src/mat/impls/aij/seq/aij.c
1.245 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +9 -9
support for --with-precision=longdouble

src/mat/examples/tests/ex99.c
1.9 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +5 -5
support for --with-precision=longdouble

src/mat/examples/tests/ex96.c
1.17 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +2 -2
support for --with-precision=longdouble

src/mat/examples/tests/ex94.c
1.23 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +3 -3
support for --with-precision=longdouble

src/mat/examples/tests/ex76.c
1.21 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +4 -4
support for --with-precision=longdouble

src/mat/examples/tests/ex75.c
1.26 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +3 -3
support for --with-precision=longdouble

src/mat/examples/tests/ex74.c
1.33 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +5 -5
support for --with-precision=longdouble

src/mat/examples/tests/ex62.c
1.13 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/mat/examples/tests/ex5.c
1.12 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +2 -2
support for --with-precision=longdouble

src/mat/examples/tests/ex49.c
1.10 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +2 -2
support for --with-precision=longdouble

src/mat/examples/tests/ex3.c
1.12 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/mat/examples/tests/ex21.c
1.11 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +2 -2
support for --with-precision=longdouble

src/mat/examples/tests/ex2.c
1.15 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +2 -2
support for --with-precision=longdouble

src/mat/examples/tests/ex19.c
1.12 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +4 -4
support for --with-precision=longdouble

src/mat/examples/tests/ex17.c
1.12 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/mat/examples/tests/ex15.c
1.17 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +3 -3
support for --with-precision=longdouble

src/mat/examples/tests/ex14.c
1.11 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +2 -2
support for --with-precision=longdouble

src/ksp/pc/interface/pcregis.c
1.39 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +2 -2
support for --with-precision=longdouble

src/ksp/pc/impls/spai/ispai.c
1.35 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/ksp/pc/impls/sor/sor.c
1.35 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/ksp/pc/impls/mg/mg.c
1.68 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +2 -2
support for --with-precision=longdouble

src/ksp/pc/impls/is/feti/examples/ex1.c
1.4 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/ksp/pc/impls/hypre/hyppilut.c
1.82 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +14 -14
support for --with-precision=longdouble

src/ksp/pc/impls/factor/lu/lu.c
1.46.1.1 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +3 -3
support for --with-precision=longdouble

src/ksp/pc/impls/factor/ilu/ilu.c
1.59.1.1 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +4 -4
support for --with-precision=longdouble

src/ksp/pc/impls/factor/icc/icc.c
1.43.1.1 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/ksp/pc/impls/factor/cholesky/cholesky.c
1.43.1.1 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/ksp/pc/impls/eisens/eisen.c
1.29 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/ksp/pc/examples/tests/ex5.c
1.25 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +2 -2
support for --with-precision=longdouble

src/ksp/ksp/interface/itfunc.c
1.76 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +5 -5
support for --with-precision=longdouble

src/ksp/ksp/interface/iterativ.c
1.40 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +5 -5
support for --with-precision=longdouble

src/ksp/ksp/interface/itcreate.c
1.69 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/ksp/ksp/impls/symmlq/symmlq.c
1.27 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +2 -2
support for --with-precision=longdouble

src/ksp/ksp/impls/rich/rich.c
1.28 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/ksp/ksp/impls/qcg/qcg.c
1.28 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +6 -6
support for --with-precision=longdouble

src/ksp/ksp/impls/minres/minres.c
1.26 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +2 -2
support for --with-precision=longdouble

src/ksp/ksp/impls/gmres/lgmres/lgmres.c
1.45 05/11/21 16:33:30 barrysmith@barry-smiths-computer.local +3 -3
support for --with-precision=longdouble

src/ksp/ksp/impls/gmres/gmres.c
1.66 05/11/21 16:33:30 barrysmith@barry-smiths-computer.local +4 -4
support for --with-precision=longdouble

src/ksp/ksp/impls/gmres/borthog2.c
1.24 05/11/21 16:33:30 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/ksp/ksp/impls/cheby/cheby.c
1.25 05/11/21 16:33:30 barrysmith@barry-smiths-computer.local +3 -3
support for --with-precision=longdouble

src/ksp/ksp/examples/tutorials/ex33.c
1.16.1.1 05/11/21 16:33:30 barrysmith@barry-smiths-computer.local +12 -12
support for --with-precision=longdouble

src/ksp/ksp/examples/tutorials/ex29.c
1.22 05/11/21 16:33:30 barrysmith@barry-smiths-computer.local +6 -6
support for --with-precision=longdouble

src/ksp/ksp/examples/tutorials/ex28.c
1.18 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/ksp/ksp/examples/tutorials/ex25.c
1.18 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/ksp/ksp/examples/tutorials/ex22.c
1.16 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/ksp/ksp/examples/tutorials/ex13.c
1.15 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/ksp/ksp/examples/tutorials/ex11.c
1.17 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/ksp/ksp/examples/tests/ex14.c
1.14 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +5 -5
support for --with-precision=longdouble

src/ksp/ksp/examples/tests/ex10.c
1.18 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/ksp/ksp/examples/tests/ex1.c
1.14 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +0 -1
support for --with-precision=longdouble

src/dm/da/src/gr2.c
1.37 05/11/21 16:33:28 barrysmith@barry-smiths-computer.local +2 -2
support for --with-precision=longdouble

src/dm/da/src/gr1.c
1.17 05/11/21 16:33:28 barrysmith@barry-smiths-computer.local +4 -4
support for --with-precision=longdouble

src/dm/da/src/da3.c
1.38 05/11/21 16:33:28 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/dm/da/src/da2.c
1.74 05/11/21 16:33:28 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/dm/da/examples/tutorials/ex6.c
1.21 05/11/21 16:33:28 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/dm/da/examples/tests/ex7.c
1.13 05/11/21 16:33:27 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/dm/da/examples/tests/ex23.c
1.14 05/11/21 16:33:27 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/dm/da/examples/tests/ex20.c
1.12 05/11/21 16:33:27 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

src/dm/da/examples/tests/ex19.c
1.6 05/11/21 16:33:27 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble

python/PETSc/packages/BlasLapack.py
1.143.1.1 05/11/21 16:33:27 barrysmith@barry-smiths-computer.local +12 -2
support for --with-precision=longdouble

include/petsc.h
1.150.1.1 05/11/21 16:33:26 barrysmith@barry-smiths-computer.local +1 -1
support for --with-precision=longdouble


Hg-commit: f4d16e9cf8485c8f01ebd4d79ba14b8facdeb987

show more ...


/petsc/include/petsc.h
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/src/dm/da/examples/tests/ex19.c
/petsc/src/dm/da/examples/tests/ex20.c
/petsc/src/dm/da/examples/tests/ex23.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/da3.c
/petsc/src/dm/da/src/gr1.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/docs/tex/petscapp.bib
/petsc/src/ksp/ksp/examples/tests/ex1.c
/petsc/src/ksp/ksp/examples/tests/ex10.c
/petsc/src/ksp/ksp/examples/tests/ex14.c
/petsc/src/ksp/ksp/examples/tutorials/ex11.c
/petsc/src/ksp/ksp/examples/tutorials/ex13.c
/petsc/src/ksp/ksp/examples/tutorials/ex22.c
/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/ex33.c
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/impls/gmres/borthog2.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/lgmres/lgmres.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/interface/itcreate.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/examples/tests/ex5.c
/petsc/src/ksp/pc/impls/eisens/eisen.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/hypre/hyppilut.c
/petsc/src/ksp/pc/impls/is/feti/examples/ex1.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/sor/sor.c
/petsc/src/ksp/pc/impls/spai/ispai.c
/petsc/src/ksp/pc/interface/pcregis.c
/petsc/src/mat/examples/tests/ex14.c
/petsc/src/mat/examples/tests/ex15.c
/petsc/src/mat/examples/tests/ex17.c
/petsc/src/mat/examples/tests/ex19.c
/petsc/src/mat/examples/tests/ex2.c
/petsc/src/mat/examples/tests/ex21.c
/petsc/src/mat/examples/tests/ex3.c
/petsc/src/mat/examples/tests/ex49.c
/petsc/src/mat/examples/tests/ex5.c
/petsc/src/mat/examples/tests/ex62.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/ex94.c
/petsc/src/mat/examples/tests/ex96.c
/petsc/src/mat/examples/tests/ex99.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/crl/crl.c
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.c
/petsc/src/mat/impls/bdiag/seq/bdiag3.c
/petsc/src/mat/impls/csr/inode/inode.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/maij/maij.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/matfd/fdmatrix.c
/petsc/src/mat/utils/compressedrow.c
/petsc/src/mat/utils/multequal.c
/petsc/src/snes/examples/tests/ex1.c
/petsc/src/snes/examples/tests/ex5.c
/petsc/src/snes/examples/tests/ex7.c
/petsc/src/snes/examples/tutorials/ex14.c
/petsc/src/snes/examples/tutorials/ex19.c
/petsc/src/snes/examples/tutorials/ex2.c
/petsc/src/snes/examples/tutorials/ex22.c
/petsc/src/snes/examples/tutorials/ex26.c
/petsc/src/snes/examples/tutorials/ex27.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex3.c
/petsc/src/snes/examples/tutorials/ex30.c
/petsc/src/snes/examples/tutorials/ex4.c
/petsc/src/snes/examples/tutorials/ex7.c
/petsc/src/snes/examples/tutorials/ex8.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/test/snestest.c
/petsc/src/snes/impls/tr/tr.c
noise/snesmfj2.c
noise/snesnoise.c
snes.c
snesut.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/mf/snesmfjdef.c
/petsc/src/snes/utils/adutils/damgsnesad.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/bag/bag.c
/petsc/src/sys/draw/impls/ps/pops.c
/petsc/src/sys/draw/interface/dpoints.c
/petsc/src/sys/draw/interface/dviewp.c
/petsc/src/sys/draw/utils/hists.c
/petsc/src/sys/draw/utils/lg.c
/petsc/src/sys/examples/tests/ex14.c
/petsc/src/sys/examples/tests/ex3.c
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/objects/aoptions.c
/petsc/src/sys/objects/ptype.c
/petsc/src/sys/utils/random.c
/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/ex7.c
/petsc/src/ts/impls/pseudo/posindep.c
/petsc/src/ts/interface/ts.c
/petsc/src/vec/vec/examples/tests/ex21.c
/petsc/src/vec/vec/examples/tests/ex28.c
/petsc/src/vec/vec/examples/tutorials/ex1.c
/petsc/src/vec/vec/examples/tutorials/ex11.c
/petsc/src/vec/vec/examples/tutorials/ex1e.c
/petsc/src/vec/vec/examples/tutorials/ex9.c
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/impls/seq/bvec2.c
3703d4ef20-Nov-2005 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.3760
balay@asterix.mcs.anl.gov|ChangeSet|20051120205407|20678
ChangeSet
1.3760 05/11/20 14:54:07 balay@asterix.mcs.anl.gov +3 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into

bk-changeset-1.3760
balay@asterix.mcs.anl.gov|ChangeSet|20051120205407|20678
ChangeSet
1.3760 05/11/20 14:54:07 balay@asterix.mcs.anl.gov +3 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into asterix.mcs.anl.gov:/home/balay/bk-rep/petsc-dev

src/sys/objects/pinit.c
1.71 05/11/20 14:54:05 balay@asterix.mcs.anl.gov +0 -0
SCCS merged

src/sys/plog/plog.c
1.74 05/11/20 14:52:43 balay@asterix.mcs.anl.gov +0 -0
Auto merged

include/petsc.h
1.151 05/11/20 14:52:43 balay@asterix.mcs.anl.gov +0 -0
Auto merged


Hg-commit: af92b546532741e149ef8d83a52f38a5b2b41a81

show more ...


/petsc/include/petsc.h
/petsc/include/petscda.h
/petsc/include/petsclog.h
/petsc/include/private/petscimpl.h
/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/Triangle.py
/petsc/python/PETSc/utilities/languages.py
/petsc/python/PETSc/utilities/petscdir.py
/petsc/src/contrib/helmholtz_2/ex12.c
/petsc/src/dm/ao/interface/dlregisdm.c
/petsc/src/dm/mesh/examples/tutorials/ex1.c
/petsc/src/dm/mesh/examples/tutorials/makefile
/petsc/src/dm/mesh/makefile
/petsc/src/dm/mesh/mesh.c
/petsc/src/dm/mesh/sieve/IndexBundle.cxx
/petsc/src/dm/mesh/sieve/IndexBundle.hh
/petsc/src/dm/mesh/sieve/PreSieve.cxx
/petsc/src/dm/mesh/sieve/Sieve.cxx
/petsc/src/dm/mesh/sieve/Simplicializer.cxx
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/website/documentation/faq.html
/petsc/src/docs/website/documentation/troubleshooting.html
/petsc/src/fortran/fsrc/somefort.F
/petsc/src/ksp/ksp/examples/tutorials/ex33.c
/petsc/src/ksp/ksp/examples/tutorials/ex5.c
/petsc/src/ksp/ksp/examples/tutorials/ex9.c
/petsc/src/ksp/ksp/interface/dlregisksp.c
/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/mat/impls/aij/seq/csrperm/csrperm.c
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/interface/dlregismat.c
/petsc/src/mat/interface/matrix.c
dlregissnes.c
/petsc/src/sys/examples/tutorials/ex3.c
/petsc/src/sys/examples/tutorials/ex4f.F
/petsc/src/sys/examples/tutorials/makefile
/petsc/src/sys/examples/tutorials/output/ex4_1.out
/petsc/src/sys/examples/tutorials/output/ex4f_1.out
/petsc/src/sys/ftn-custom/zstart.c
/petsc/src/sys/makefile
/petsc/src/sys/objects/destroy.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/plog/classLog.c
/petsc/src/sys/plog/eventLog.c
/petsc/src/sys/plog/makefile
/petsc/src/sys/plog/plog.c
/petsc/src/sys/plog/stageLog.c
/petsc/src/sys/time/makefile
/petsc/src/sys/time/ptime.c
/petsc/src/sys/time/ptime.h
/petsc/src/sys/utils/makefile
/petsc/src/sys/utils/mpitr.c
/petsc/src/sys/verbose/makefile
/petsc/src/sys/verbose/verboseinfo.c
/petsc/src/sys/viewer/impls/ascii/filev.c
/petsc/src/sys/viewer/interface/dlregispetsc.c
/petsc/src/ts/interface/dlregists.c
/petsc/src/vec/vec/examples/tutorials/ex5.c
/petsc/src/vec/vec/interface/dlregisvec.c
/petsc/src/vec/vec/interface/vector.c
9be7711219-Nov-2005 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.3755.2.2
balay@asterix.mcs.anl.gov|ChangeSet|20051119183035|61539
ChangeSet
1.3755.2.2 05/11/19 12:30:35 balay@asterix.mcs.anl.gov +22 -0
-log_info -> -verbose_info

src/vec/vec/

bk-changeset-1.3755.2.2
balay@asterix.mcs.anl.gov|ChangeSet|20051119183035|61539
ChangeSet
1.3755.2.2 05/11/19 12:30:35 balay@asterix.mcs.anl.gov +22 -0
-log_info -> -verbose_info

src/vec/vec/interface/vector.c
1.145 05/11/19 12:30:34 balay@asterix.mcs.anl.gov +1 -1
-log_info -> -verbose_info

src/vec/vec/interface/dlregisvec.c
1.32 05/11/19 12:30:34 balay@asterix.mcs.anl.gov +1 -1
-log_info -> -verbose_info

src/ts/interface/dlregists.c
1.24 05/11/19 12:30:34 balay@asterix.mcs.anl.gov +1 -1
-log_info -> -verbose_info

src/sys/viewer/interface/dlregispetsc.c
1.28 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1
-log_info -> -verbose_info

src/sys/plog/ploginfo.c
1.33 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +3 -3
-log_info -> -verbose_info

src/sys/plog/plog.c
1.72.1.1 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1
-log_info -> -verbose_info

src/sys/objects/pinit.c
1.69.1.1 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +3 -3
-log_info -> -verbose_info

src/sys/objects/init.c
1.60 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +4 -4
-log_info -> -verbose_info

src/snes/interface/dlregissnes.c
1.26 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1
-log_info -> -verbose_info

src/mat/interface/matrix.c
1.199 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +5 -5
-log_info -> -verbose_info

src/mat/interface/dlregismat.c
1.34 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1
-log_info -> -verbose_info

src/mat/impls/rowbs/mpi/mpirowbs.c
1.77 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1
-log_info -> -verbose_info

src/ksp/pc/impls/factor/lu/lu.c
1.47 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1
-log_info -> -verbose_info

src/ksp/pc/impls/factor/ilu/ilu.c
1.60 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1
-log_info -> -verbose_info

src/ksp/pc/impls/factor/icc/icc.c
1.44 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1
-log_info -> -verbose_info

src/ksp/pc/impls/factor/cholesky/cholesky.c
1.44 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1
-log_info -> -verbose_info

src/ksp/ksp/interface/dlregisksp.c
1.29 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +2 -2
-log_info -> -verbose_info

src/docs/website/documentation/troubleshooting.html
1.28 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1
-log_info -> -verbose_info

src/docs/website/documentation/faq.html
1.27 05/11/19 12:30:33 balay@asterix.mcs.anl.gov +1 -1
-log_info -> -verbose_info

src/docs/tex/manual/part2.tex
1.100 05/11/19 12:30:32 balay@asterix.mcs.anl.gov +10 -10
-log_info -> -verbose_info

src/dm/ao/interface/dlregisdm.c
1.29 05/11/19 12:30:32 balay@asterix.mcs.anl.gov +1 -1
-log_info -> -verbose_info

src/contrib/helmholtz_2/ex12.c
1.9 05/11/19 12:30:32 balay@asterix.mcs.anl.gov +1 -1
-log_info -> -verbose_info


Hg-commit: 8928dca5edf81cb564c7bd771426bd69d33e1f73

show more ...


/petsc/python/PETSc/packages/BlasLapack.py
/petsc/python/PETSc/packages/babel.py
/petsc/python/PETSc/packages/ccafe.py
/petsc/src/contrib/helmholtz_2/ex12.c
/petsc/src/dm/ao/interface/dlregisdm.c
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/website/documentation/faq.html
/petsc/src/docs/website/documentation/troubleshooting.html
/petsc/src/ksp/ksp/interface/dlregisksp.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/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/interface/dlregismat.c
/petsc/src/mat/interface/matrix.c
dlregissnes.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/plog/plog.c
/petsc/src/sys/plog/ploginfo.c
/petsc/src/sys/viewer/interface/dlregispetsc.c
/petsc/src/tops/examples/cxx/ex1/Ex1.sidl
/petsc/src/tops/examples/cxx/ex1/Ex1_gui_rc.in
/petsc/src/tops/examples/cxx/ex1/Ex1_rc.in
/petsc/src/tops/examples/cxx/ex1/ex1.bld
/petsc/src/tops/examples/cxx/ex1/ex1.cc
/petsc/src/tops/examples/cxx/ex1/makefile
/petsc/src/tops/examples/cxx/ex1/server/cxx/Ex1_System_Impl.cc
/petsc/src/tops/examples/cxx/ex1/server/cxx/Ex1_System_Impl.hh
/petsc/src/tops/examples/cxx/ex2/Ex2.sidl
/petsc/src/tops/examples/cxx/ex2/Ex2_gui_rc.in
/petsc/src/tops/examples/cxx/ex2/Ex2_rc.in
/petsc/src/tops/examples/cxx/ex2/ex1_rc.in
/petsc/src/tops/examples/cxx/ex2/ex2.cc
/petsc/src/tops/examples/cxx/ex2/makefile
/petsc/src/tops/examples/cxx/ex2/server/cxx/Ex2_System_Impl.cc
/petsc/src/tops/examples/cxx/ex2/server/cxx/Ex2_System_Impl.hh
/petsc/src/tops/examples/cxx/ex3/Ex3.sidl
/petsc/src/tops/examples/cxx/ex3/Ex3_gui_rc.in
/petsc/src/tops/examples/cxx/ex3/Ex3_rc.in
/petsc/src/tops/examples/cxx/ex3/ex3.cc
/petsc/src/tops/examples/cxx/ex3/makefile
/petsc/src/tops/examples/cxx/ex3/server/cxx/Ex3_System_Impl.cc
/petsc/src/tops/examples/cxx/ex3/server/cxx/Ex3_System_Impl.hh
/petsc/src/tops/examples/cxx/ex4/Ex4.sidl
/petsc/src/tops/examples/cxx/ex4/Ex4_gui_rc.in
/petsc/src/tops/examples/cxx/ex4/Ex4_rc.in
/petsc/src/tops/examples/cxx/ex4/ex4.cc
/petsc/src/tops/examples/cxx/ex4/makefile
/petsc/src/tops/examples/cxx/ex4/server/cxx/Ex4_System_Impl.cc
/petsc/src/tops/examples/cxx/ex4/server/cxx/Ex4_System_Impl.hh
/petsc/src/tops/makefile
/petsc/src/tops/makefile.rules
/petsc/src/tops/server/cxx/TOPS_ParameterHandling.cc
/petsc/src/tops/server/cxx/TOPS_ParameterHandling.hh
/petsc/src/tops/server/cxx/TOPS_StructuredSolver_Impl.cc
/petsc/src/tops/server/cxx/TOPS_StructuredSolver_Impl.hh
/petsc/src/tops/server/cxx/TOPS_Structured_Matrix_Impl.cc
/petsc/src/tops/server/cxx/TOPS_Structured_Matrix_Impl.hh
/petsc/src/tops/server/cxx/TOPS_UnstructuredSolver_Impl.cc
/petsc/src/tops/server/cxx/TOPS_UnstructuredSolver_Impl.hh
/petsc/src/tops/server/cxx/TOPS_Unstructured_Matrix_Impl.cc
/petsc/src/tops/server/cxx/TOPS_Unstructured_Matrix_Impl.hh
/petsc/src/tops/utils/Makefile_template.client
/petsc/src/tops/utils/generateClientMakefile.sh
/petsc/src/ts/interface/dlregists.c
/petsc/src/vec/vec/interface/dlregisvec.c
/petsc/src/vec/vec/interface/vector.c
bb01a9d918-Nov-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3755.1.2
barrysmith@barry-smiths-computer.local|ChangeSet|20051118211236|32899
ChangeSet
1.3755.1.2 05/11/18 15:12:36 barrysmith@barry-smiths-computer.local +6 -0
Merge bk://petsc@

bk-changeset-1.3755.1.2
barrysmith@barry-smiths-computer.local|ChangeSet|20051118211236|32899
ChangeSet
1.3755.1.2 05/11/18 15:12:36 barrysmith@barry-smiths-computer.local +6 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into barry-smiths-computer.local:/Users/barrysmith/petsc-dev

src/sys/plog/plog.c
1.73 05/11/18 15:12:29 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

src/sys/objects/pinit.c
1.70 05/11/18 15:12:29 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

src/mat/impls/aij/mpi/mumps/mumps.c
1.98 05/11/18 15:12:28 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

src/ksp/pc/impls/hypre/hyppilut.c
1.81 05/11/18 15:12:27 barrysmith@barry-smiths-computer.local +0 -0
Auto merged

python/PETSc/utilities/arch.py
1.37 05/11/18 15:12:26 barrysmith@barry-smiths-computer.local +0 -1
Auto merged

include/petsc.h
1.150 05/11/18 15:12:26 barrysmith@barry-smiths-computer.local +0 -0
Auto merged


Hg-commit: 1ff61d6ce366973aa7e94e133a17607c5033cdc2

show more ...


/petsc/include/mpiuni/mpi.h
/petsc/include/petsc.h
/petsc/include/petscmath.h
/petsc/python/PETSc/packages/babel.py
/petsc/python/PETSc/packages/ccafe.py
/petsc/python/PETSc/utilities/languages.py
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/tutorials/index.html
/petsc/src/docs/website/publications/index.html
/petsc/src/ksp/ksp/impls/gmres/fgmres/ftn-custom/zmodpcff.c
/petsc/src/ksp/ksp/interface/ftn-custom/zitfuncf.c
/petsc/src/ksp/pc/impls/hypre/hyppilut.c
/petsc/src/ksp/pc/impls/mg/ftn-custom/zmgfuncf.c
/petsc/src/mat/impls/aij/mpi/mpimatmatmult.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.c
/petsc/src/mat/impls/baij/mpi/dscpack/dscpack.c
/petsc/src/mat/impls/shell/ftn-custom/zshellf.c
/petsc/src/mat/matfd/ftn-custom/zfdmatrixf.c
/petsc/src/snes/impls/ls/ftn-custom/zlsf.c
ftn-custom/zsnesf.c
/petsc/src/snes/utils/ftn-custom/zdamgf.c
/petsc/src/snes/utils/ftn-custom/zdamgsnesf.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/plog/plog.c
/petsc/src/tops/examples/cxx/ex1/Ex1.sidl
/petsc/src/tops/examples/cxx/ex1/Ex1_gui_rc.in
/petsc/src/tops/examples/cxx/ex1/Ex1_rc.in
/petsc/src/tops/examples/cxx/ex1/ex1.bld
/petsc/src/tops/examples/cxx/ex1/ex1.cc
/petsc/src/tops/examples/cxx/ex1/makefile
/petsc/src/tops/examples/cxx/ex1/server/cxx/Ex1_System_Impl.cc
/petsc/src/tops/examples/cxx/ex1/server/cxx/Ex1_System_Impl.hh
/petsc/src/tops/examples/cxx/ex2/Ex2.sidl
/petsc/src/tops/examples/cxx/ex2/Ex2_gui_rc.in
/petsc/src/tops/examples/cxx/ex2/Ex2_rc.in
/petsc/src/tops/examples/cxx/ex2/ex1_rc.in
/petsc/src/tops/examples/cxx/ex2/ex2.cc
/petsc/src/tops/examples/cxx/ex2/makefile
/petsc/src/tops/examples/cxx/ex2/server/cxx/Ex2_System_Impl.cc
/petsc/src/tops/examples/cxx/ex2/server/cxx/Ex2_System_Impl.hh
/petsc/src/tops/examples/cxx/ex3/Ex3.sidl
/petsc/src/tops/examples/cxx/ex3/Ex3_gui_rc.in
/petsc/src/tops/examples/cxx/ex3/Ex3_rc.in
/petsc/src/tops/examples/cxx/ex3/ex3.cc
/petsc/src/tops/examples/cxx/ex3/makefile
/petsc/src/tops/examples/cxx/ex3/server/cxx/Ex3_System_Impl.cc
/petsc/src/tops/examples/cxx/ex3/server/cxx/Ex3_System_Impl.hh
/petsc/src/tops/examples/cxx/ex4/Ex4.sidl
/petsc/src/tops/examples/cxx/ex4/Ex4_gui_rc.in
/petsc/src/tops/examples/cxx/ex4/Ex4_rc.in
/petsc/src/tops/examples/cxx/ex4/ex4.cc
/petsc/src/tops/examples/cxx/ex4/makefile
/petsc/src/tops/examples/cxx/ex4/server/cxx/Ex4_System_Impl.cc
/petsc/src/tops/examples/cxx/ex4/server/cxx/Ex4_System_Impl.hh
/petsc/src/tops/makefile
/petsc/src/tops/makefile.rules
/petsc/src/tops/server/cxx/TOPS_ParameterHandling.cc
/petsc/src/tops/server/cxx/TOPS_ParameterHandling.hh
/petsc/src/tops/server/cxx/TOPS_StructuredSolver_Impl.cc
/petsc/src/tops/server/cxx/TOPS_StructuredSolver_Impl.hh
/petsc/src/tops/server/cxx/TOPS_Structured_Matrix_Impl.cc
/petsc/src/tops/server/cxx/TOPS_Structured_Matrix_Impl.hh
/petsc/src/tops/server/cxx/TOPS_UnstructuredSolver_Impl.cc
/petsc/src/tops/server/cxx/TOPS_UnstructuredSolver_Impl.hh
/petsc/src/tops/server/cxx/TOPS_Unstructured_Matrix_Impl.cc
/petsc/src/tops/server/cxx/TOPS_Unstructured_Matrix_Impl.hh
/petsc/src/tops/utils/Makefile_template.client
/petsc/src/tops/utils/generateClientMakefile.sh
/petsc/src/ts/interface/ftn-custom/ztsf.c
f68b968c18-Nov-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3745.1.7
barrysmith@barry-smiths-computer.local|ChangeSet|20051118211123|56880
ChangeSet
1.3745.1.7 05/11/18 15:11:23 barrysmith@barry-smiths-computer.local +21 -0
rename FCNVOID a

bk-changeset-1.3745.1.7
barrysmith@barry-smiths-computer.local|ChangeSet|20051118211123|56880
ChangeSet
1.3745.1.7 05/11/18 15:11:23 barrysmith@barry-smiths-computer.local +21 -0
rename FCNVOID and friends for consistency
update for PetscScalar of long double

src/ts/interface/ftn-custom/ztsf.c
1.2 05/11/18 15:11:18 barrysmith@barry-smiths-computer.local +12 -12
rename FCNVOID and friends for consistency

src/sys/plog/plog.c
1.71.1.1 05/11/18 15:11:18 barrysmith@barry-smiths-computer.local +2 -2
add PetscScalar size to log summary output

src/sys/objects/pinit.c
1.68.1.1 05/11/18 15:11:18 barrysmith@barry-smiths-computer.local +1 -1
add Long double PetscScalar

src/snes/utils/ftn-custom/zdamgsnesf.c
1.2 05/11/18 15:11:18 barrysmith@barry-smiths-computer.local +2 -2
rename FCNVOID and friends for consistency

src/snes/utils/ftn-custom/zdamgf.c
1.4 05/11/18 15:11:17 barrysmith@barry-smiths-computer.local +3 -3
rename FCNVOID and friends for consistency

src/snes/interface/ftn-custom/zsnesf.c
1.2 05/11/18 15:11:17 barrysmith@barry-smiths-computer.local +11 -11
rename FCNVOID and friends for consistency

src/snes/impls/ls/ftn-custom/zlsf.c
1.3 05/11/18 15:11:17 barrysmith@barry-smiths-computer.local +4 -4
rename FCNVOID and friends for consistency

src/mat/matfd/ftn-custom/zfdmatrixf.c
1.2 05/11/18 15:11:17 barrysmith@barry-smiths-computer.local +2 -2
rename FCNVOID and friends for consistency

src/mat/impls/shell/ftn-custom/zshellf.c
1.2 05/11/18 15:11:17 barrysmith@barry-smiths-computer.local +8 -8
rename FCNVOID and friends for consistency

src/mat/impls/baij/mpi/dscpack/dscpack.c
1.70 05/11/18 15:11:17 barrysmith@barry-smiths-computer.local +1 -1
rename FCNVOID and friends for consistency

src/mat/impls/aij/seq/spooles/spooles.c
1.106 05/11/18 15:11:16 barrysmith@barry-smiths-computer.local +1 -1
rename FCNVOID and friends for consistency

src/mat/impls/aij/mpi/mumps/mumps.c
1.96.1.1 05/11/18 15:11:16 barrysmith@barry-smiths-computer.local +3 -3
rename FCNVOID and friends for consistency

src/ksp/pc/impls/mg/ftn-custom/zmgfuncf.c
1.2 05/11/18 15:11:16 barrysmith@barry-smiths-computer.local +2 -2
rename FCNVOID and friends for consistency

src/ksp/ksp/interface/ftn-custom/zitfuncf.c
1.2 05/11/18 15:11:16 barrysmith@barry-smiths-computer.local +9 -9
rename FCNVOID and friends for consistency

src/ksp/ksp/impls/gmres/fgmres/ftn-custom/zmodpcff.c
1.2 05/11/18 15:11:16 barrysmith@barry-smiths-computer.local +2 -2
rename FCNVOID and friends for consistency

src/docs/website/publications/index.html
1.27 05/11/18 15:11:16 barrysmith@barry-smiths-computer.local +97 -17
links to slepc and tao apps

src/docs/website/documentation/tutorials/index.html
1.24 05/11/18 15:11:16 barrysmith@barry-smiths-computer.local +146 -19
new tutorial

python/PETSc/utilities/languages.py
1.45 05/11/18 15:11:15 barrysmith@barry-smiths-computer.local +3 -1
support for PetscScalar of long double

include/petscmath.h
1.27 05/11/18 15:11:15 barrysmith@barry-smiths-computer.local +19 -8
support for PetscScalar of long double

include/petsc.h
1.149 05/11/18 15:11:15 barrysmith@barry-smiths-computer.local +1 -1
support for PetscScalar of long double

include/mpiuni/mpi.h
1.23 05/11/18 15:11:15 barrysmith@barry-smiths-computer.local +1 -0
missing MPI_LONG_DOUBLE


Hg-commit: 381601fa71a48477ac94cf5d5e1805463c00a329

show more ...


/petsc/bin/TOPSInstaller.py
/petsc/bmake/common/rules.shared.basic
/petsc/bmake/common/variables
/petsc/config/configure.py
/petsc/include/finclude/petscmat.h
/petsc/include/finclude/petscviewer.h
/petsc/include/mpiuni/mpi.h
/petsc/include/petsc.h
/petsc/include/petscda.h
/petsc/include/petsclog.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscpc.h
/petsc/include/petscsys.h
/petsc/include/petscversion.h
/petsc/include/petscviewer.h
/petsc/include/zpetsc.h
/petsc/maint/bk2darcs.py
/petsc/maint/builddist
/petsc/maint/generateetags.py
/petsc/maint/generatefortranstubs.py
/petsc/maint/killnightly
/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/MPI.py
/petsc/python/PETSc/packages/MUMPS.py
/petsc/python/PETSc/packages/PLAPACK.py
/petsc/python/PETSc/packages/ParMetis.py
/petsc/python/PETSc/packages/SCALAPACK.py
/petsc/python/PETSc/packages/SuperLU.py
/petsc/python/PETSc/packages/SuperLU_DIST.py
/petsc/python/PETSc/packages/blacs.py
/petsc/python/PETSc/packages/blopex.py
/petsc/python/PETSc/packages/c2html.py
/petsc/python/PETSc/packages/lgrind.py
/petsc/python/PETSc/packages/sowing.py
/petsc/python/PETSc/petsc.py
/petsc/python/PETSc/utilities/arch.py
/petsc/python/PETSc/utilities/fortranCPP.py
/petsc/python/PETSc/utilities/languages.py
/petsc/python/PETSc/utilities/libraryOptions.py
/petsc/python/PETSc/utilities/missing.py
/petsc/python/PETSc/utilities/petscdir.py
/petsc/python/PETSc/utilities/python.py
/petsc/src/contrib/blopex/driver/driver.c
/petsc/src/contrib/blopex/driver/makefile
/petsc/src/contrib/blopex/makefile
/petsc/src/contrib/blopex/petsc-interface/makefile
/petsc/src/contrib/blopex/petsc-interface/petsc-interface.c
/petsc/src/contrib/blopex/petsc-interface/petsc-interface.h
/petsc/src/contrib/fun3d/comp/flow.c
/petsc/src/contrib/fun3d/incomp/flow.c
/petsc/src/contrib/makefile
/petsc/src/contrib/oberman/burgers_df_based_q1/appload.c
/petsc/src/contrib/oberman/burgers_vertex_based_q1/appload.c
/petsc/src/contrib/oberman/laplacian_q1/appload.c
/petsc/src/dm/ao/examples/tests/ex3.c
/petsc/src/dm/ao/examples/tests/ex4.c
/petsc/src/dm/ao/examples/tutorials/ex1.c
/petsc/src/dm/da/examples/tests/ex13.c
/petsc/src/dm/da/examples/tests/ex14.c
/petsc/src/dm/da/examples/tests/ex23.c
/petsc/src/dm/da/examples/tutorials/ex1.c
/petsc/src/dm/mesh/examples/makefile
/petsc/src/dm/mesh/examples/tutorials/data/ex1_1d.lcon
/petsc/src/dm/mesh/examples/tutorials/data/ex1_1d.nodes
/petsc/src/dm/mesh/examples/tutorials/data/ex1_2d.lcon
/petsc/src/dm/mesh/examples/tutorials/data/ex1_2d.nodes
/petsc/src/dm/mesh/examples/tutorials/data/ex1_3d.lcon
/petsc/src/dm/mesh/examples/tutorials/data/ex1_3d.nodes
/petsc/src/dm/mesh/examples/tutorials/ex1.c
/petsc/src/dm/mesh/examples/tutorials/makefile
/petsc/src/dm/mesh/makefile
/petsc/src/dm/mesh/mesh.c
/petsc/src/dm/mesh/sieve/ALE.hh
/petsc/src/dm/mesh/sieve/IndexBundle.cxx
/petsc/src/dm/mesh/sieve/IndexBundle.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/Simplicializer.cxx
/petsc/src/dm/mesh/sieve/Stack.cxx
/petsc/src/dm/mesh/sieve/makefile
/petsc/src/dm/usg/utils/input.c
/petsc/src/dm/usg/utils/triconvert.c
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/tutorials/index.html
/petsc/src/docs/website/publications/index.html
/petsc/src/docs/website/publications/prizes.html
/petsc/src/ksp/ksp/examples/tests/ex12f.F
/petsc/src/ksp/ksp/examples/tests/ex16f.F
/petsc/src/ksp/ksp/examples/tests/ex18.c
/petsc/src/ksp/ksp/examples/tests/ex25.c
/petsc/src/ksp/ksp/examples/tests/ex27.c
/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/ex27.out
/petsc/src/ksp/ksp/examples/tutorials/data/ex33bc.data
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/examples/tutorials/ex27.c
/petsc/src/ksp/ksp/examples/tutorials/ex33.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/impls/gmres/fgmres/ftn-custom/zmodpcff.c
/petsc/src/ksp/ksp/interface/ftn-custom/zitfuncf.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/hypre/hyppilut.c
/petsc/src/ksp/pc/impls/mg/ftn-custom/zmgfuncf.c
/petsc/src/ksp/pc/impls/prometheus/petscprom.c
/petsc/src/mat/examples/tests/ex100.c
/petsc/src/mat/examples/tests/ex31.c
/petsc/src/mat/examples/tests/ex32.c
/petsc/src/mat/examples/tests/ex33.c
/petsc/src/mat/examples/tests/ex34.c
/petsc/src/mat/examples/tests/ex40.c
/petsc/src/mat/examples/tests/ex41.c
/petsc/src/mat/examples/tests/ex42.c
/petsc/src/mat/examples/tests/ex43.c
/petsc/src/mat/examples/tests/ex44.c
/petsc/src/mat/examples/tests/ex47.c
/petsc/src/mat/examples/tests/ex50.c
/petsc/src/mat/examples/tests/ex53.c
/petsc/src/mat/examples/tests/ex55.c
/petsc/src/mat/examples/tests/ex57.c
/petsc/src/mat/examples/tests/ex58f.F
/petsc/src/mat/examples/tests/ex62.c
/petsc/src/mat/examples/tests/ex63f.F
/petsc/src/mat/examples/tests/ex64.c
/petsc/src/mat/examples/tests/ex65.c
/petsc/src/mat/examples/tests/ex66.c
/petsc/src/mat/examples/tests/ex67f.F
/petsc/src/mat/examples/tests/ex72.c
/petsc/src/mat/examples/tests/ex73.c
/petsc/src/mat/examples/tests/ex78.c
/petsc/src/mat/examples/tests/ex79f.F
/petsc/src/mat/examples/tests/ex81.c
/petsc/src/mat/examples/tests/ex86.c
/petsc/src/mat/examples/tests/ex87.c
/petsc/src/mat/examples/tests/ex94.c
/petsc/src/mat/examples/tests/ex99.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tutorials/ex1.c
/petsc/src/mat/examples/tutorials/ex1.py
/petsc/src/mat/examples/tutorials/ex4.c
/petsc/src/mat/examples/tutorials/ex5.c
/petsc/src/mat/impls/aij/aij/aijtype.c
/petsc/src/mat/impls/aij/mpi/crl/makefile
/petsc/src/mat/impls/aij/mpi/crl/mcrl.c
/petsc/src/mat/impls/aij/mpi/makefile
/petsc/src/mat/impls/aij/mpi/mmaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.h
/petsc/src/mat/impls/aij/mpi/mpimatmatmult.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/crl/crl.c
/petsc/src/mat/impls/aij/seq/crl/crl.h
/petsc/src/mat/impls/aij/seq/spooles/spooles.c
/petsc/src/mat/impls/baij/mpi/dscpack/dscpack.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/shell/ftn-custom/zshellf.c
/petsc/src/mat/interface/ftn-custom/zmatrixf.c
/petsc/src/mat/interface/matnull.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/ftn-custom/zfdmatrixf.c
/petsc/src/mat/matimpl.h
/petsc/src/snes/examples/tutorials/ex26.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex30.c
/petsc/src/snes/impls/ls/ftn-custom/zlsf.c
ftn-custom/zsnesf.c
/petsc/src/snes/utils/damg.c
/petsc/src/snes/utils/ftn-custom/zdamgf.c
/petsc/src/snes/utils/ftn-custom/zdamgsnesf.c
/petsc/src/sys/dll/makefile
/petsc/src/sys/dll/reg.c
/petsc/src/sys/draw/impls/ps/pops.c
/petsc/src/sys/error/ftn-custom/zerrf.c
/petsc/src/sys/error/signal.c
/petsc/src/sys/examples/tutorials/ex5.c
/petsc/src/sys/fileio/ftn-custom/zsysiof.c
/petsc/src/sys/fileio/makefile
/petsc/src/sys/fileio/sysio.c
/petsc/src/sys/mpiuni/makefile
/petsc/src/sys/objects/aoptions.c
/petsc/src/sys/objects/destroy.c
/petsc/src/sys/objects/ftn-custom/makefile
/petsc/src/sys/objects/ftn-custom/zprefixf.c
/petsc/src/sys/objects/makefile
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/plog/plog.c
/petsc/src/sys/utils/makefile
/petsc/src/sys/utils/str.c
/petsc/src/sys/viewer/impls/ascii/asciiimpl.h
/petsc/src/sys/viewer/impls/ascii/filev.c
/petsc/src/sys/viewer/impls/ascii/ftn-custom/zfilevf.c
/petsc/src/sys/viewer/impls/ascii/vcreatea.c
/petsc/src/sys/viewer/impls/binary/binv.c
/petsc/src/sys/viewer/impls/binary/ftn-custom/zbinvf.c
/petsc/src/sys/viewer/impls/hdf4/hdf4v.c
/petsc/src/sys/viewer/impls/matlab/ftn-custom/zvmatlabf.c
/petsc/src/sys/viewer/impls/matlab/vmatlab.c
/petsc/src/sys/viewer/impls/netcdf/vnetcdf.c
/petsc/src/sys/viewer/impls/vu/petscvu.c
/petsc/src/tops/examples/c++/ex1/Ex1.sidl
/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/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.sidl
/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.sidl
/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/tops-hypre-withpalette.png
/petsc/src/tops/images/tops-hypre.png
/petsc/src/tops/images/tops-linear.png
/petsc/src/tops/images/tops-linear2.png
/petsc/src/tops/images/tops-nonlinear-withpalette.png
/petsc/src/tops/images/tops-nonlinear.png
/petsc/src/tops/makefile
/petsc/src/tops/makefile.rules
/petsc/src/tops/server/c++/TOPS_ParameterHandling.cc
/petsc/src/tops/server/c++/TOPS_StructuredSolver_Impl.cc
/petsc/src/tops/server/c++/TOPS_StructuredSolver_Impl.hh
/petsc/src/tops/server/c++/TOPS_UnstructuredSolver_Impl.cc
/petsc/src/tops/server/c++/TOPS_UnstructuredSolver_Impl.hh
/petsc/src/tops/tops.html
/petsc/src/tops/tops.sidl
/petsc/src/tops/twopager.pdf
/petsc/src/ts/examples/tests/ex1f.F
/petsc/src/ts/interface/ftn-custom/ztsf.c
/petsc/src/vec/vec/examples/tests/ex20f.F
/petsc/src/vec/vec/examples/tutorials/ex5.c
/petsc/src/vec/vec/examples/tutorials/ex6.c
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/utils/ftn-custom/makefile
/petsc/src/vec/vec/utils/ftn-custom/zvecmpitoseqf.c
/petsc/src/vec/vec/utils/vecio.c
/petsc/src/vec/vec/utils/vecmpitoseq.c
09f3b4e518-Nov-2005 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.3753.1.1
balay@asterix.mcs.anl.gov|ChangeSet|20051118175347|44670
ChangeSet
1.3753.1.1 05/11/18 11:53:47 balay@asterix.mcs.anl.gov +118 -0
PetscLogInfo -> PetscVerboseInfo

src/v

bk-changeset-1.3753.1.1
balay@asterix.mcs.anl.gov|ChangeSet|20051118175347|44670
ChangeSet
1.3753.1.1 05/11/18 11:53:47 balay@asterix.mcs.anl.gov +118 -0
PetscLogInfo -> PetscVerboseInfo

src/vec/vec/utils/vscat.c
1.47 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +18 -18
PetscLogInfo -> PetscVerboseInfo

src/vec/vec/utils/vpscat.c
1.55 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +13 -13
PetscLogInfo -> PetscVerboseInfo

src/vec/vec/utils/comb.c
1.28 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2
PetscLogInfo -> PetscVerboseInfo

src/vec/vec/interface/vector.c
1.144 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/vec/vec/interface/dlregisvec.c
1.31 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +3 -3
PetscLogInfo -> PetscVerboseInfo

src/vec/vec/impls/mpi/pdvec.c
1.63 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2
PetscLogInfo -> PetscVerboseInfo

src/vec/is/utils/isltog.c
1.41 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2
PetscLogInfo -> PetscVerboseInfo

src/vec/is/utils/iscoloring.c
1.35 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/ts/interface/tsfd.c
1.17 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2
PetscLogInfo -> PetscVerboseInfo

src/ts/interface/dlregists.c
1.23 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/sys/viewer/interface/dlregispetsc.c
1.27 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/sys/viewer/impls/socket/send.c
1.36 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/sys/viewer/impls/matlab/vmatlab.c
1.27 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +4 -4
PetscLogInfo -> PetscVerboseInfo

src/sys/viewer/impls/binary/binv.c
1.57 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/sys/viewer/impls/ascii/vcreatea.c
1.17 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/sys/utils/random.c
1.29 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/sys/utils/fhost.c
1.23 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/sys/plog/plogmpe.c
1.19 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +4 -4
PetscLogInfo -> PetscVerboseInfo

src/sys/plog/ploginfo.c
1.32 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +35 -35
PetscLogInfo -> PetscVerboseInfo

src/sys/plog/plog.c
1.72 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2
PetscLogInfo -> PetscVerboseInfo

src/sys/objects/tagm.c
1.33 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +7 -7
PetscLogInfo -> PetscVerboseInfo

src/sys/objects/pinit.c
1.69 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +4 -4
PetscLogInfo -> PetscVerboseInfo

src/sys/objects/options.c
1.63 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/sys/objects/init.c
1.59 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +3 -3
PetscLogInfo -> PetscVerboseInfo

src/sys/matlabengine/matlab.c
1.45 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +12 -12
PetscLogInfo -> PetscVerboseInfo

src/sys/ftn-custom/zutils.c
1.3 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/sys/ftn-custom/zstart.c
1.39 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +4 -4
PetscLogInfo -> PetscVerboseInfo

src/sys/fileio/mpiuopen.c
1.25 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2
PetscLogInfo -> PetscVerboseInfo

src/sys/fileio/ftest.c
1.37 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/sys/fileio/fretrieve.c
1.30 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +3 -3
PetscLogInfo -> PetscVerboseInfo

src/sys/draw/impls/x/xcolor.c
1.14 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2
PetscLogInfo -> PetscVerboseInfo

src/sys/dll/dl.c
1.39 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +12 -12
PetscLogInfo -> PetscVerboseInfo

src/snes/utils/damgsnes.c
1.77 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2
PetscLogInfo -> PetscVerboseInfo

src/snes/mf/snesmfj.c
1.59 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +3 -3
PetscLogInfo -> PetscVerboseInfo

src/snes/interface/snesut.c
1.20 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +7 -7
PetscLogInfo -> PetscVerboseInfo

src/snes/interface/snesj2.c
1.16 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2
PetscLogInfo -> PetscVerboseInfo

src/snes/interface/snes.c
1.96 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +3 -3
PetscLogInfo -> PetscVerboseInfo

src/snes/interface/noise/snesnoise.c
1.21 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2
PetscLogInfo -> PetscVerboseInfo

src/snes/interface/noise/snesmfj2.c
1.30 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2
PetscLogInfo -> PetscVerboseInfo

src/snes/interface/dlregissnes.c
1.25 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/snes/impls/tr/tr.c
1.33 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +14 -14
PetscLogInfo -> PetscVerboseInfo

src/snes/impls/ls/ls.c
1.66 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +26 -26
PetscLogInfo -> PetscVerboseInfo

src/mat/utils/multequal.c
1.10 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +4 -4
PetscLogInfo -> PetscVerboseInfo

src/mat/utils/matstash.c
1.21 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +2 -2
PetscLogInfo -> PetscVerboseInfo

src/mat/utils/gcreate.c
1.42 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/mat/utils/compressedrow.c
1.12 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +5 -5
PetscLogInfo -> PetscVerboseInfo

src/mat/matfd/fdmatrix.c
1.35 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +3 -3
PetscLogInfo -> PetscVerboseInfo

src/mat/interface/dlregismat.c
1.33 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/sbaij/seq/sbaijfact2.c
1.63 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +25 -25
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/sbaij/seq/sbaijfact.c
1.89 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +29 -29
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/sbaij/seq/sbaij.c
1.150 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +12 -12
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/sbaij/mpi/mpisbaij.c
1.135 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +5 -5
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/rowbs/mpi/mpirowbs.c
1.76 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +6 -6
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/rowbs/mpi/cholbs.c
1.16 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +2 -2
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/dense/seq/dense.c
1.88 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/dense/mpi/plapack/plapack.c
1.10 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/dense/mpi/mpidense.c
1.69 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +2 -2
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/csr/inode/inode.c
1.53 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +7 -7
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/bdiag/seq/bdiag2.c
1.25 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +4 -4
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/bdiag/seq/bdiag.c
1.52 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +3 -3
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/bdiag/mpi/mpibdiag.c
1.51 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +3 -3
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/baij/seq/baijfact3.c
1.24 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +5 -5
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/baij/seq/baijfact2.c
1.49 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +34 -34
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/baij/seq/baijfact.c
1.34 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +12 -12
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/baij/seq/baij.c
1.139 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +6 -6
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/baij/mpi/mpibaij.c
1.104 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +7 -7
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/baij/mpi/baijov.c
1.34 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/aij/seq/umfpack/umfpack.c
1.46 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/aij/seq/symtranspose.c
1.11 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +3 -3
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/aij/seq/superlu/superlu.c
1.83 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/aij/seq/matmatmult.c
1.87 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/aij/seq/matlab/aijmatlab.c
1.46 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +3 -3
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/aij/seq/lusol/lusol.c
1.39 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/aij/seq/essl/essl.c
1.42 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/aij/seq/crl/crl.c
1.13 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/aij/seq/aijfact.c
1.124 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +26 -26
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/aij/seq/aij.c
1.244 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +6 -6
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
1.117 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/aij/mpi/mumps/mumps.c
1.97 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +2 -2
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/aij/mpi/mpiptap.c
1.21 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +2 -2
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/aij/mpi/mpiov.c
1.38 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/aij/mpi/mpiaij.c
1.259 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +4 -4
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/aij/mpi/mmaij.c
1.26 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/aij/mpi/fdmpiaij.c
1.14 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/aij/mpi/crl/mcrl.c
1.7 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/mat/impls/adj/mpi/mpiadj.c
1.49 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/mat/color/color.c
1.24 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/ksp/pc/interface/precon.c
1.66 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +5 -5
PetscLogInfo -> PetscVerboseInfo

src/ksp/pc/impls/tfs/pxxt.c
1.27 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/ksp/pc/impls/sor/sor.c
1.34 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/ksp/pc/impls/mg/mg.c
1.67 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +3 -3
PetscLogInfo -> PetscVerboseInfo

src/ksp/pc/impls/jacobi/jacobi.c
1.21 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/ksp/pc/impls/hypre/hyppilut.c
1.79.1.1 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/ksp/pc/impls/fieldsplit/fieldsplit.c
1.28 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/ksp/ksp/interface/itfunc.c
1.75 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/ksp/ksp/interface/iterativ.c
1.39 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +8 -8
PetscLogInfo -> PetscVerboseInfo

src/ksp/ksp/interface/itcreate.c
1.68 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/ksp/ksp/interface/dlregisksp.c
1.28 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2
PetscLogInfo -> PetscVerboseInfo

src/ksp/ksp/impls/symmlq/symmlq.c
1.26 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2
PetscLogInfo -> PetscVerboseInfo

src/ksp/ksp/impls/qcg/qcg.c
1.27 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +6 -6
PetscLogInfo -> PetscVerboseInfo

src/ksp/ksp/impls/minres/minres.c
1.25 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2
PetscLogInfo -> PetscVerboseInfo

src/ksp/ksp/impls/gmres/lgmres/lgmres.c
1.44 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2
PetscLogInfo -> PetscVerboseInfo

src/ksp/ksp/impls/gmres/gmres.c
1.65 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2
PetscLogInfo -> PetscVerboseInfo

src/ksp/ksp/impls/gmres/fgmres/fgmres.c
1.55 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/ksp/ksp/impls/gmres/borthog2.c
1.23 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/ksp/ksp/impls/cr/cr.c
1.36 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +3 -3
PetscLogInfo -> PetscVerboseInfo

src/ksp/ksp/impls/cg/cgne/cgne.c
1.32 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2
PetscLogInfo -> PetscVerboseInfo

src/ksp/ksp/impls/cg/cg.c
1.43 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +3 -3
PetscLogInfo -> PetscVerboseInfo

src/ksp/ksp/examples/tutorials/ex10.c
1.58 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/ksp/ksp/examples/tests/ex27.c
1.2 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/docs/tex/manual/part2.tex
1.99 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +8 -8
PetscLogInfo -> PetscVerboseInfo

src/dm/mesh/sieve/PreSieve.cxx
1.18.1.1 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +4 -4
PetscLogInfo -> PetscVerboseInfo

src/dm/da/src/gr2.c
1.36 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +5 -5
PetscLogInfo -> PetscVerboseInfo

src/dm/da/src/dasub.c
1.13 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +3 -3
PetscLogInfo -> PetscVerboseInfo

src/dm/da/src/da2.c
1.73 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo

src/dm/ao/interface/dlregisdm.c
1.28 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +2 -2
PetscLogInfo -> PetscVerboseInfo

include/petsclog.h
1.59 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +6 -6
PetscLogInfo -> PetscVerboseInfo

include/petsc.h
1.147.1.1 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +1 -1
PetscLogInfo -> PetscVerboseInfo


Hg-commit: 508bc2e977cf463a8deb7e76c55a75d9b0304a03

show more ...


/petsc/bin/TOPSInstaller.py
/petsc/bmake/common/rules.shared.basic
/petsc/bmake/common/variables
/petsc/config/configure.py
/petsc/include/finclude/petscmat.h
/petsc/include/finclude/petscviewer.h
/petsc/include/petsc.h
/petsc/include/petscda.h
/petsc/include/petsclog.h
/petsc/include/petscmat.h
/petsc/include/petscpc.h
/petsc/include/petscsys.h
/petsc/include/petscversion.h
/petsc/include/petscviewer.h
/petsc/include/zpetsc.h
/petsc/maint/bk2darcs.py
/petsc/maint/builddist
/petsc/maint/generateetags.py
/petsc/maint/generatefortranstubs.py
/petsc/maint/killnightly
/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/MPI.py
/petsc/python/PETSc/packages/MUMPS.py
/petsc/python/PETSc/packages/PLAPACK.py
/petsc/python/PETSc/packages/ParMetis.py
/petsc/python/PETSc/packages/SCALAPACK.py
/petsc/python/PETSc/packages/SuperLU.py
/petsc/python/PETSc/packages/SuperLU_DIST.py
/petsc/python/PETSc/packages/blacs.py
/petsc/python/PETSc/packages/blopex.py
/petsc/python/PETSc/packages/c2html.py
/petsc/python/PETSc/packages/lgrind.py
/petsc/python/PETSc/packages/sowing.py
/petsc/python/PETSc/petsc.py
/petsc/python/PETSc/utilities/arch.py
/petsc/python/PETSc/utilities/fortranCPP.py
/petsc/python/PETSc/utilities/languages.py
/petsc/python/PETSc/utilities/libraryOptions.py
/petsc/python/PETSc/utilities/missing.py
/petsc/python/PETSc/utilities/petscdir.py
/petsc/python/PETSc/utilities/python.py
/petsc/python/PETSc/utilities/timer.py
/petsc/src/contrib/blopex/driver/driver.c
/petsc/src/contrib/blopex/driver/makefile
/petsc/src/contrib/blopex/makefile
/petsc/src/contrib/blopex/petsc-interface/makefile
/petsc/src/contrib/blopex/petsc-interface/petsc-interface.c
/petsc/src/contrib/blopex/petsc-interface/petsc-interface.h
/petsc/src/contrib/dvr/makefile
/petsc/src/contrib/fun3d/comp/flow.c
/petsc/src/contrib/fun3d/comp/makefile
/petsc/src/contrib/fun3d/incomp/flow.c
/petsc/src/contrib/fun3d/incomp/makefile
/petsc/src/contrib/helmholtz_2/makefile
/petsc/src/contrib/keyes/makefile
/petsc/src/contrib/makefile
/petsc/src/contrib/mixedrealcomplex/makefile
/petsc/src/contrib/oberman/burgers_df_based_q1/appload.c
/petsc/src/contrib/oberman/burgers_vertex_based_q1/appload.c
/petsc/src/contrib/oberman/laplacian_q1/appload.c
/petsc/src/contrib/sif/1d/makefile
/petsc/src/contrib/sif/2d/makefile
/petsc/src/dm/ao/examples/tests/ex3.c
/petsc/src/dm/ao/examples/tests/ex4.c
/petsc/src/dm/ao/examples/tutorials/ex1.c
/petsc/src/dm/ao/interface/dlregisdm.c
/petsc/src/dm/da/examples/tests/ex13.c
/petsc/src/dm/da/examples/tests/ex14.c
/petsc/src/dm/da/examples/tests/ex23.c
/petsc/src/dm/da/examples/tests/makefile
/petsc/src/dm/da/examples/tutorials/ex1.c
/petsc/src/dm/da/examples/tutorials/makefile
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/dasub.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/dm/mesh/examples/makefile
/petsc/src/dm/mesh/examples/tutorials/data/ex1_1d.lcon
/petsc/src/dm/mesh/examples/tutorials/data/ex1_1d.nodes
/petsc/src/dm/mesh/examples/tutorials/data/ex1_2d.lcon
/petsc/src/dm/mesh/examples/tutorials/data/ex1_2d.nodes
/petsc/src/dm/mesh/examples/tutorials/data/ex1_3d.lcon
/petsc/src/dm/mesh/examples/tutorials/data/ex1_3d.nodes
/petsc/src/dm/mesh/examples/tutorials/ex1.c
/petsc/src/dm/mesh/examples/tutorials/makefile
/petsc/src/dm/mesh/makefile
/petsc/src/dm/mesh/mesh.c
/petsc/src/dm/mesh/sieve/ALE.hh
/petsc/src/dm/mesh/sieve/IndexBundle.cxx
/petsc/src/dm/mesh/sieve/IndexBundle.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/Simplicializer.cxx
/petsc/src/dm/mesh/sieve/Stack.cxx
/petsc/src/dm/mesh/sieve/makefile
/petsc/src/dm/usg/utils/input.c
/petsc/src/dm/usg/utils/triconvert.c
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/publications/index.html
/petsc/src/docs/website/publications/prizes.html
/petsc/src/ksp/ksp/examples/tests/ex12f.F
/petsc/src/ksp/ksp/examples/tests/ex16f.F
/petsc/src/ksp/ksp/examples/tests/ex18.c
/petsc/src/ksp/ksp/examples/tests/ex25.c
/petsc/src/ksp/ksp/examples/tests/ex27.c
/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/ex27.out
/petsc/src/ksp/ksp/examples/tutorials/data/ex33bc.data
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/examples/tutorials/ex27.c
/petsc/src/ksp/ksp/examples/tutorials/ex33.c
/petsc/src/ksp/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/cr/cr.c
/petsc/src/ksp/ksp/impls/gmres/borthog2.c
/petsc/src/ksp/ksp/impls/gmres/fgmres/fgmres.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/lgmres/lgmres.c
/petsc/src/ksp/ksp/impls/minres/minres.c
/petsc/src/ksp/ksp/impls/qcg/qcg.c
/petsc/src/ksp/ksp/impls/symmlq/symmlq.c
/petsc/src/ksp/ksp/interface/dlregisksp.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/pc/examples/tests/makefile
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/hypre/hyppilut.c
/petsc/src/ksp/pc/impls/jacobi/jacobi.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/prometheus/petscprom.c
/petsc/src/ksp/pc/impls/sor/sor.c
/petsc/src/ksp/pc/impls/tfs/pxxt.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/color/color.c
/petsc/src/mat/examples/tests/ex100.c
/petsc/src/mat/examples/tests/ex31.c
/petsc/src/mat/examples/tests/ex32.c
/petsc/src/mat/examples/tests/ex33.c
/petsc/src/mat/examples/tests/ex34.c
/petsc/src/mat/examples/tests/ex40.c
/petsc/src/mat/examples/tests/ex41.c
/petsc/src/mat/examples/tests/ex42.c
/petsc/src/mat/examples/tests/ex43.c
/petsc/src/mat/examples/tests/ex44.c
/petsc/src/mat/examples/tests/ex47.c
/petsc/src/mat/examples/tests/ex50.c
/petsc/src/mat/examples/tests/ex53.c
/petsc/src/mat/examples/tests/ex55.c
/petsc/src/mat/examples/tests/ex57.c
/petsc/src/mat/examples/tests/ex58f.F
/petsc/src/mat/examples/tests/ex62.c
/petsc/src/mat/examples/tests/ex63f.F
/petsc/src/mat/examples/tests/ex64.c
/petsc/src/mat/examples/tests/ex65.c
/petsc/src/mat/examples/tests/ex66.c
/petsc/src/mat/examples/tests/ex67f.F
/petsc/src/mat/examples/tests/ex72.c
/petsc/src/mat/examples/tests/ex73.c
/petsc/src/mat/examples/tests/ex78.c
/petsc/src/mat/examples/tests/ex79f.F
/petsc/src/mat/examples/tests/ex81.c
/petsc/src/mat/examples/tests/ex86.c
/petsc/src/mat/examples/tests/ex87.c
/petsc/src/mat/examples/tests/ex94.c
/petsc/src/mat/examples/tests/ex99.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tutorials/ex1.c
/petsc/src/mat/examples/tutorials/ex1.py
/petsc/src/mat/examples/tutorials/ex4.c
/petsc/src/mat/examples/tutorials/ex5.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/aij/aijtype.c
/petsc/src/mat/impls/aij/mpi/crl/makefile
/petsc/src/mat/impls/aij/mpi/crl/mcrl.c
/petsc/src/mat/impls/aij/mpi/fdmpiaij.c
/petsc/src/mat/impls/aij/mpi/makefile
/petsc/src/mat/impls/aij/mpi/mmaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.h
/petsc/src/mat/impls/aij/mpi/mpimatmatmult.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/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/crl/crl.c
/petsc/src/mat/impls/aij/seq/crl/crl.h
/petsc/src/mat/impls/aij/seq/essl/essl.c
/petsc/src/mat/impls/aij/seq/lusol/lusol.c
/petsc/src/mat/impls/aij/seq/matlab/aijmatlab.c
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/aij/seq/symtranspose.c
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.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/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.c
/petsc/src/mat/impls/bdiag/mpi/mpibdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag.c
/petsc/src/mat/impls/bdiag/seq/bdiag2.c
/petsc/src/mat/impls/csr/inode/inode.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/mpi/plapack/plapack.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/rowbs/mpi/cholbs.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/dlregismat.c
/petsc/src/mat/interface/ftn-custom/zmatrixf.c
/petsc/src/mat/interface/matnull.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/utils/compressedrow.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/mat/utils/matstash.c
/petsc/src/mat/utils/multequal.c
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/ex26.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex30.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/tr/tr.c
dlregissnes.c
noise/snesmfj2.c
noise/snesnoise.c
snes.c
snesj2.c
snesut.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/utils/damg.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/dll/dl.c
/petsc/src/sys/dll/makefile
/petsc/src/sys/dll/reg.c
/petsc/src/sys/draw/examples/tests/makefile
/petsc/src/sys/draw/examples/tutorials/makefile
/petsc/src/sys/draw/impls/ps/pops.c
/petsc/src/sys/draw/impls/x/xcolor.c
/petsc/src/sys/error/ftn-custom/zerrf.c
/petsc/src/sys/error/signal.c
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/examples/tutorials/ex5.c
/petsc/src/sys/examples/tutorials/makefile
/petsc/src/sys/fileio/fretrieve.c
/petsc/src/sys/fileio/ftest.c
/petsc/src/sys/fileio/ftn-custom/zsysiof.c
/petsc/src/sys/fileio/makefile
/petsc/src/sys/fileio/mpiuopen.c
/petsc/src/sys/fileio/sysio.c
/petsc/src/sys/ftn-custom/zstart.c
/petsc/src/sys/ftn-custom/zutils.c
/petsc/src/sys/matlabengine/matlab.c
/petsc/src/sys/mpiuni/makefile
/petsc/src/sys/objects/aoptions.c
/petsc/src/sys/objects/destroy.c
/petsc/src/sys/objects/ftn-custom/makefile
/petsc/src/sys/objects/ftn-custom/zprefixf.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/makefile
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/objects/tagm.c
/petsc/src/sys/plog/plog.c
/petsc/src/sys/plog/ploginfo.c
/petsc/src/sys/plog/plogmpe.c
/petsc/src/sys/utils/fhost.c
/petsc/src/sys/utils/makefile
/petsc/src/sys/utils/random.c
/petsc/src/sys/utils/str.c
/petsc/src/sys/viewer/impls/ascii/asciiimpl.h
/petsc/src/sys/viewer/impls/ascii/filev.c
/petsc/src/sys/viewer/impls/ascii/ftn-custom/zfilevf.c
/petsc/src/sys/viewer/impls/ascii/vcreatea.c
/petsc/src/sys/viewer/impls/binary/binv.c
/petsc/src/sys/viewer/impls/binary/ftn-custom/zbinvf.c
/petsc/src/sys/viewer/impls/hdf4/hdf4v.c
/petsc/src/sys/viewer/impls/matlab/ftn-custom/zvmatlabf.c
/petsc/src/sys/viewer/impls/matlab/vmatlab.c
/petsc/src/sys/viewer/impls/netcdf/vnetcdf.c
/petsc/src/sys/viewer/impls/socket/send.c
/petsc/src/sys/viewer/impls/vu/petscvu.c
/petsc/src/sys/viewer/interface/dlregispetsc.c
/petsc/src/tops/examples/c++/ex1/Ex1.sidl
/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/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.sidl
/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.sidl
/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/tops-hypre-withpalette.png
/petsc/src/tops/images/tops-hypre.png
/petsc/src/tops/images/tops-linear.png
/petsc/src/tops/images/tops-linear2.png
/petsc/src/tops/images/tops-nonlinear-withpalette.png
/petsc/src/tops/images/tops-nonlinear.png
/petsc/src/tops/makefile
/petsc/src/tops/makefile.rules
/petsc/src/tops/server/c++/TOPS_ParameterHandling.cc
/petsc/src/tops/server/c++/TOPS_StructuredSolver_Impl.cc
/petsc/src/tops/server/c++/TOPS_StructuredSolver_Impl.hh
/petsc/src/tops/server/c++/TOPS_UnstructuredSolver_Impl.cc
/petsc/src/tops/server/c++/TOPS_UnstructuredSolver_Impl.hh
/petsc/src/tops/tops.html
/petsc/src/tops/tops.sidl
/petsc/src/tops/twopager.pdf
/petsc/src/ts/examples/tests/ex1f.F
/petsc/src/ts/examples/tests/makefile
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/interface/dlregists.c
/petsc/src/ts/interface/tsfd.c
/petsc/src/vec/is/examples/tests/makefile
/petsc/src/vec/is/examples/tutorials/makefile
/petsc/src/vec/is/utils/iscoloring.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/vec/examples/tests/ex20f.F
/petsc/src/vec/vec/examples/tests/makefile
/petsc/src/vec/vec/examples/tutorials/ex5.c
/petsc/src/vec/vec/examples/tutorials/ex6.c
/petsc/src/vec/vec/examples/tutorials/makefile
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/impls/seq/bvec2.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/ftn-custom/makefile
/petsc/src/vec/vec/utils/ftn-custom/zvecmpitoseqf.c
/petsc/src/vec/vec/utils/vecio.c
/petsc/src/vec/vec/utils/vecmpitoseq.c
/petsc/src/vec/vec/utils/vpscat.c
/petsc/src/vec/vec/utils/vscat.c

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