History log of /petsc/src/snes/interface/ (Results 1051 – 1075 of 1850)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
5631ad8b10-Oct-2011 Jed Brown <jed@59A2.org>

merge VTK output

Hg-commit: 752ac285cef3004e5f927d47cb447c89c818ee2e


/petsc/bin/petscnagupgrade.py
/petsc/bin/pythonscripts/PetscGenerateFEMQuadrature.py
/petsc/conf/rules
/petsc/config/PETSc/FEM.py
/petsc/config/builder.py
/petsc/config/builder2.py
/petsc/config/configure.py
/petsc/include/petscdmmesh.h
/petsc/include/petscmat.h
/petsc/include/petscsnes.h
/petsc/include/private/snesimpl.h
/petsc/src/dm/impls/da/grvtk.c
/petsc/src/dm/impls/mesh/examples/tutorials/data/ex1_3d_big.bnd
/petsc/src/dm/impls/mesh/examples/tutorials/ex1.c
/petsc/src/dm/impls/mesh/examples/tutorials/output/ex1_1.out
/petsc/src/dm/impls/mesh/mesh.c
/petsc/src/ksp/ksp/examples/tests/ex24.c
/petsc/src/ksp/ksp/examples/tests/ex3.c
/petsc/src/ksp/ksp/examples/tests/ex4.c
/petsc/src/ksp/ksp/examples/tests/output/ex24_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex24_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex24_3.out
/petsc/src/ksp/ksp/examples/tests/output/ex24_4.out
/petsc/src/ksp/ksp/examples/tests/output/ex3_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex3_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex4_1.out
/petsc/src/ksp/ksp/examples/tutorials/ex1.c
/petsc/src/ksp/ksp/examples/tutorials/ex5.c
/petsc/src/ksp/ksp/examples/tutorials/output/ex1_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex5_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex5_2.out
/petsc/src/ksp/pc/examples/tests/ex2.c
/petsc/src/ksp/pc/examples/tests/output/ex2_1.out
/petsc/src/ksp/pc/impls/ainvcusp/ainvcusp.cu
/petsc/src/ksp/pc/impls/sacusp/sacusp.cu
/petsc/src/mat/examples/tests/ex15.c
/petsc/src/mat/examples/tests/ex92.c
/petsc/src/mat/examples/tests/output/ex15_1.out
/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/snes/examples/tutorials/ex12.c
/petsc/src/snes/examples/tutorials/ex52.c
/petsc/src/snes/examples/tutorials/integrateLaplacianQuadrature.cu
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/ncg/snesncg.c
/petsc/src/snes/impls/qn/qn.c
/petsc/src/snes/impls/richardson/snesrichardson.c
snes.c
snesls.c
/petsc/src/sys/error/err.c
8501fc7210-Oct-2011 Jed Brown <jed@59A2.org>

Add -snes_view_solution_vtk using new binary output.

Hg-commit: c5c768c86185e844062bf68d85b16154a5417de1


/petsc/config/builder.py
/petsc/include/petscts.h
/petsc/include/petscviewer.h
/petsc/include/private/daimpl.h
/petsc/src/dm/impls/da/da.c
/petsc/src/dm/impls/da/dacorn.c
/petsc/src/dm/impls/da/gr2.c
/petsc/src/dm/impls/da/grvtk.c
/petsc/src/dm/impls/da/makefile
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/mat/examples/tests/ex92.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/mpi/mpibaij.h
/petsc/src/mat/impls/ij/matij.c
/petsc/src/mat/impls/ij/petsckhash.h
/petsc/src/mat/impls/sbaij/mpi/sbaijov.c
/petsc/src/snes/examples/tutorials/ex50.c
/petsc/src/snes/examples/tutorials/ex52.c
/petsc/src/snes/examples/tutorials/integrateLaplacianQuadrature.cu
/petsc/src/snes/examples/tutorials/output/ex52_2.out
/petsc/src/snes/examples/tutorials/output/ex52_3.out
/petsc/src/snes/examples/tutorials/output/ex52_6.out
/petsc/src/snes/examples/tutorials/output/ex52_7.out
/petsc/src/snes/examples/tutorials/output/ex52_8.out
snes.c
/petsc/src/sys/objects/pgname.c
/petsc/src/sys/objects/pname.c
/petsc/src/sys/viewer/impls/makefile
/petsc/src/sys/viewer/impls/vtk/makefile
/petsc/src/sys/viewer/impls/vtk/vtkv.c
/petsc/src/sys/viewer/impls/vtk/vtkvimpl.h
/petsc/src/sys/viewer/interface/viewa.c
/petsc/src/sys/viewer/interface/viewregall.c
/petsc/src/ts/impls/rosw/rosw.c
/petsc/src/vec/vec/examples/tests/makefile
/petsc/src/vec/vec/impls/mpi/makefile
/petsc/src/vec/vec/impls/mpi/mpipthread/makefile
/petsc/src/vec/vec/impls/mpi/mpipthread/mpivecpthread.c
/petsc/src/vec/vec/impls/seq/seqpthread/vecpthread.c
/petsc/src/vec/vec/impls/seq/seqpthread/vecpthreadimpl.h
/petsc/src/vec/vec/interface/vecregall.c
d2140ca310-Oct-2011 Peter Brune <brune@mcs.anl.gov>

Fixed preconditioner application for nonlinear CG; more work on line searches

Hg-commit: ae32fbd2a27db49e048023e0f98868e088ee4ab1

b266fd9407-Oct-2011 Peter Brune <brune@mcs.anl.gov>

complex fixes for line searches

Hg-commit: 9eb9650d4d43beb30477478d3fa31f2c826e4575

af60355f07-Oct-2011 Peter Brune <brune@mcs.anl.gov>

Fixed line search behavior, added SNESLineSearchQuadraticSecant.

Hg-commit: e492d8adec9a0d1359ea317876d69a0d9d98a71d

aea9073605-Oct-2011 Peter Brune <brune@mcs.anl.gov>

more fixes to SNESLineSearchSecant

Hg-commit: 6a7fe883b685554be5151379208af2d3d0a856c4

f9a8e2e605-Oct-2011 Peter Brune <brune@mcs.anl.gov>

Added LineSearchSecant to NRichardson solver

Hg-commit: 2e258784ce982a8b6c092061cb9275c92b100e70

cf9edfec05-Oct-2011 Peter Brune <brune@mcs.anl.gov>

added SNESLineSearchSecant

Hg-commit: 82d3d056a5e5d36818855626e16fe7c4ec06d0f8


/petsc/config/PETSc/Configure.py
/petsc/config/builder.py
/petsc/include/finclude/petscsnes.h
/petsc/include/petscctable.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petscvec.h
/petsc/src/dm/impls/mesh/examples/tutorials/data/ex1_3d_big.bnd
/petsc/src/dm/impls/mesh/examples/tutorials/data/ex1_3d_big.lcon
/petsc/src/dm/impls/mesh/examples/tutorials/data/ex1_3d_big.nodes
/petsc/src/dm/impls/mesh/examples/tutorials/ex1.c
/petsc/src/dm/impls/mesh/examples/tutorials/output/ex1_0.out
/petsc/src/dm/impls/mesh/examples/tutorials/output/ex1_1.out
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/impls/gamg/createProlongation.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/wb/wb.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/seqcusp/aijcusp.cu
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/ij/matij.c
/petsc/src/mat/impls/ij/petsckhash.h
/petsc/src/snes/examples/tutorials/output/ex5f90t_1.out
/petsc/src/snes/impls/ls/lsimpl.h
/petsc/src/snes/impls/ncg/snesncg.c
/petsc/src/snes/impls/ncg/snesncgimpl.h
/petsc/src/snes/impls/ngmres/snesngmres.c
/petsc/src/snes/impls/qn/qn.c
/petsc/src/snes/impls/richardson/snesrichardsonimpl.h
snesls.c
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/objects/pthread.c
/petsc/src/sys/utils/ctable.c
/petsc/src/sys/viewer/impls/socket/send.c
/petsc/src/vec/vec/impls/mpi/mpipthread/makefile
/petsc/src/vec/vec/impls/mpi/mpipthread/mpivecpthread.c
/petsc/src/vec/vec/impls/mpi/mpipthread/mpivecpthreadimpl.h
/petsc/src/vec/vec/impls/mpi/pvecimpl.h
/petsc/src/vec/vec/impls/seq/seqpthread/vecpthread.c
/petsc/src/vec/vec/impls/seq/seqpthread/vecpthreadimpl.h
01cc4d0303-Oct-2011 Peter Brune <brune@mcs.anl.gov>

Exposed SNESLineSearchSetType to the fortran interface. This is preferable to SNESLineSearchSet for standard LSes.

Hg-commit: 0298ff43d6e36645087aa632a1937260953f6d2c

b4b91bb103-Oct-2011 Peter Brune <brune@mcs.anl.gov>

one more fix

Hg-commit: 65dc3249aa31565dc9ee42fa3172185fa7142bd6

a581592b03-Oct-2011 Peter Brune <brune@mcs.anl.gov>

small mistake in the ftn-custom

Hg-commit: 66b86c1e223f74010a458db9d84985767f57a580

7cf18bfc03-Oct-2011 Peter Brune <brune@mcs.anl.gov>

Re-added fortran stubs for line-search routines

Hg-commit: ee735e1f39e110f41a77db4bb06d432aa4acda25

92c02d6603-Oct-2011 Peter Brune <brune@mcs.anl.gov>

each SNES solver now has an associated SNESLineSearchSetType_X that allows for specific routines to be set from options

Hg-commit: 9bf353a2ca63f48d871b2090628cbe6dca649f1a

70d3b23b03-Oct-2011 Peter Brune <brune@mcs.anl.gov>

SNESLS and SNESNCG now have more elegant line search type selection

Hg-commit: 4cb2f3f7ece23886554acc6c69ed4dce808af520

ed8ce5c302-Oct-2011 Jed Brown <jed@59A2.org>

merge again

Hg-commit: 8aab9a7a14704e56c78fb12df91466c614597da4

8e3fc8c002-Oct-2011 Jed Brown <jed@59A2.org>

Merge cfl and -snes_ls_precheck_picard with LS changes from Peter

Hg-commit: 3c65480c41bb5f6e5f5e24e3886075f09e0b8f72


/petsc/bin/maint/xclude
/petsc/config/PETSc/packages/MUMPS.py
/petsc/config/examples/basic/arch-gcc-real-O.py
/petsc/config/examples/basic/arch-gcc-real.py
/petsc/config/examples/basic/arch-gcc64-real-O.py
/petsc/config/examples/basic/arch-gcc64-real.py
/petsc/config/examples/basic/arch-gxx-complex-O.py
/petsc/config/examples/basic/arch-gxx-complex.py
/petsc/config/examples/basic/arch-gxx-real-O.py
/petsc/config/examples/basic/arch-gxx-real.py
/petsc/config/examples/basic/arch-gxx64-complex-O.py
/petsc/config/examples/basic/arch-gxx64-complex.py
/petsc/config/examples/basic/arch-gxx64-real-O.py
/petsc/config/examples/basic/arch-gxx64-real.py
/petsc/include/finclude/ftn-custom/petsctsdef.h90
/petsc/include/finclude/ftn-custom/petsctshide.h90
/petsc/include/finclude/petscsysdef.h
/petsc/include/petscdm.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/petscversion.h
/petsc/include/private/dmimpl.h
/petsc/include/private/matimpl.h
/petsc/include/private/snesimpl.h
/petsc/include/private/tsimpl.h
/petsc/include/sieve/Overlap.hh
/petsc/makefile
/petsc/src/dm/impls/da/dadist.c
/petsc/src/dm/impls/mesh/examples/tutorials/ex1.c
/petsc/src/dm/impls/mesh/mesh.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/download/index.html
/petsc/src/docs/website/features/gpus.html
/petsc/src/docs/website/index.html
/petsc/src/ksp/ksp/impls/rich/rich.c
/petsc/src/ksp/pc/impls/factor/ilu/ilu.c
/petsc/src/ksp/pc/impls/gamg/createProlongation.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/gamg/gamg.h
/petsc/src/ksp/pc/impls/gamg/makefile
/petsc/src/mat/examples/tests/ex1.c
/petsc/src/mat/examples/tests/ex92.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex1_1.out
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/mpi/mpibaij.h
/petsc/src/mat/impls/ij/matij.c
/petsc/src/mat/impls/sbaij/mpi/sbaijov.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/examples/tutorials/ex15.c
/petsc/src/snes/examples/tutorials/ex35.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/ex52.c
/petsc/src/snes/examples/tutorials/integrateLaplacianQuadrature.cu
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex15_1.out
/petsc/src/snes/examples/tutorials/output/ex15_2.out
/petsc/src/snes/impls/fas/fas.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/ls/lsimpl.h
/petsc/src/snes/impls/ls/makefile
/petsc/src/snes/impls/ncg/snesncg.c
/petsc/src/snes/impls/ncg/snesncgimpl.h
/petsc/src/snes/impls/ngmres/snesngmres.c
/petsc/src/snes/impls/qn/qn.c
/petsc/src/snes/impls/richardson/snesrichardson.c
/petsc/src/snes/impls/richardson/snesrichardsonimpl.h
/petsc/src/snes/impls/vi/vi.c
/petsc/src/snes/impls/vi/viimpl.h
makefile
snes.c
snesls.c
/petsc/src/sys/examples/tests/ex22.c
/petsc/src/sys/fileio/sysio.c
/petsc/src/sys/objects/gcomm.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/objects/pthread.c
/petsc/src/sys/utils/sorti.c
/petsc/src/ts/adapt/impls/basic/adaptbasic.c
/petsc/src/ts/adapt/impls/basic/makefile
/petsc/src/ts/adapt/impls/cfl/adaptcfl.c
/petsc/src/ts/adapt/impls/cfl/makefile
/petsc/src/ts/adapt/impls/makefile
/petsc/src/ts/adapt/interface/makefile
/petsc/src/ts/adapt/interface/tsadapt.c
/petsc/src/ts/adapt/makefile
/petsc/src/ts/impls/rosw/rosw.c
/petsc/src/ts/interface/dlregists.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tscreate.c
/petsc/src/ts/makefile
/petsc/src/vec/vec/examples/tests/ex41.c
/petsc/src/vec/vec/impls/mpi/mpicusp/mpicusp.cu
/petsc/src/vec/vec/impls/seq/seqpthread/vecpthread.c
a589248702-Oct-2011 Peter Brune <brune@mcs.anl.gov>

SNESLS line searches not immediately extendable; moved back to be specific

Hg-commit: aa4035efba07ee0d27b12a980b9228228ff47568

9f3a014202-Oct-2011 Peter Brune <brune@mcs.anl.gov>

moved SNESQN over to using the standard line searches but still needs fixing.

Hg-commit: de1b437d9080a72fe8b4d8bd65a7ec3c0337415d

15f5eeea02-Oct-2011 Peter Brune <brune@mcs.anl.gov>

fixed setting LS from options

Hg-commit: 82a164ad6cfa5139ba51fe0d297a20a436179334

effc17b702-Oct-2011 Peter Brune <brune@mcs.anl.gov>

cleanup of LineSearch

Hg-commit: 467a1940bd1e1e22416344fceb506b7aa58e73e5

ea630c6e01-Oct-2011 Peter Brune <brune@mcs.anl.gov>

moved most of the LineSearch interface out of SNESLS and into SNES; fixed most of the solvers

Hg-commit: 7938008ed4ad477835f3e77a0f5215bd9ef2049d


/petsc/bin/maint/xclude
/petsc/config/PETSc/packages/MUMPS.py
/petsc/config/examples/basic/arch-gcc-real-O.py
/petsc/config/examples/basic/arch-gcc-real.py
/petsc/config/examples/basic/arch-gcc64-real-O.py
/petsc/config/examples/basic/arch-gcc64-real.py
/petsc/config/examples/basic/arch-gxx-complex-O.py
/petsc/config/examples/basic/arch-gxx-complex.py
/petsc/config/examples/basic/arch-gxx-real-O.py
/petsc/config/examples/basic/arch-gxx-real.py
/petsc/config/examples/basic/arch-gxx64-complex-O.py
/petsc/config/examples/basic/arch-gxx64-complex.py
/petsc/config/examples/basic/arch-gxx64-real-O.py
/petsc/config/examples/basic/arch-gxx64-real.py
/petsc/include/finclude/petscsysdef.h
/petsc/include/petscdm.h
/petsc/include/petscmat.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petscversion.h
/petsc/include/private/dmimpl.h
/petsc/include/private/matimpl.h
/petsc/include/private/snesimpl.h
/petsc/include/sieve/Overlap.hh
/petsc/src/dm/impls/da/dadist.c
/petsc/src/dm/impls/mesh/examples/tutorials/ex1.c
/petsc/src/dm/impls/mesh/mesh.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/download/index.html
/petsc/src/docs/website/features/gpus.html
/petsc/src/ksp/ksp/impls/rich/rich.c
/petsc/src/ksp/pc/impls/factor/ilu/ilu.c
/petsc/src/ksp/pc/impls/gamg/createProlongation.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/gamg/gamg.h
/petsc/src/ksp/pc/impls/gamg/makefile
/petsc/src/mat/examples/tests/ex1.c
/petsc/src/mat/examples/tests/ex92.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex1_1.out
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/mpi/mpibaij.h
/petsc/src/mat/impls/ij/matij.c
/petsc/src/mat/impls/sbaij/mpi/sbaijov.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/examples/tutorials/ex35.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/ex52.c
/petsc/src/snes/examples/tutorials/integrateLaplacianQuadrature.cu
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/fas/fas.c
/petsc/src/snes/impls/ls/ftn-custom/makefile
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/ls/lsimpl.h
/petsc/src/snes/impls/ls/lsparams.c
/petsc/src/snes/impls/ls/makefile
/petsc/src/snes/impls/ncg/snesncg.c
/petsc/src/snes/impls/ncg/snesncgimpl.h
/petsc/src/snes/impls/ngmres/snesngmres.c
/petsc/src/snes/impls/qn/qn.c
/petsc/src/snes/impls/richardson/snesrichardson.c
/petsc/src/snes/impls/richardson/snesrichardsonimpl.h
makefile
snes.c
snesls.c
/petsc/src/sys/objects/gcomm.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/objects/pthread.c
/petsc/src/sys/utils/sorti.c
/petsc/src/ts/impls/rosw/rosw.c
/petsc/src/vec/vec/examples/tests/ex41.c
/petsc/src/vec/vec/impls/mpi/mpicusp/mpicusp.cu
/petsc/src/vec/vec/impls/seq/seqpthread/vecpthread.c
51e86f2928-Sep-2011 Peter Brune <brune@cs.uchicago.edu>

homogenized the test examples for composable solvers; kept debugging FAS

Hg-commit: 1cb8a91561b4ffc41ee25145f7e7fc7454711f31


/petsc/.hgignore
/petsc/bin/matlab/@PetscOpenSocket/read.m
/petsc/bin/matlab/@PetscOpenSocket/write.m
/petsc/conf/rules
/petsc/conf/test
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/packages/Matlab.py
/petsc/config/PETSc/packages/SuperLU.py
/petsc/config/PETSc/packages/SuperLU_DIST.py
/petsc/config/PETSc/packages/pthreadclasses.py
/petsc/config/examples/arch-gcc64-real.py
/petsc/config/examples/arch-gxx64-complex.py
/petsc/config/examples/arch-linux-gxx-real-opt.py
/petsc/include/finclude/petsctsdef.h
/petsc/include/petscis.h
/petsc/include/petscmat.h
/petsc/include/petscpc.h
/petsc/include/petscsys.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/include/sieve/Overlap.hh
/petsc/src/contrib/fun3d/comp/makefile
/petsc/src/contrib/fun3d/incomp/makefile
/petsc/src/dm/ao/examples/tests/ex3d/makefile
/petsc/src/dm/ao/examples/tests/makefile
/petsc/src/dm/ao/examples/tutorials/makefile
/petsc/src/dm/ao/interface/dlregisdm.c
/petsc/src/dm/examples/tests/ex21.c
/petsc/src/dm/examples/tests/makefile
/petsc/src/dm/examples/tutorials/makefile
/petsc/src/dm/impls/cartesian/cartesian.c
/petsc/src/dm/impls/da/usfft/matusfft.c
/petsc/src/dm/impls/mesh/examples/tutorials/makefile
/petsc/src/dm/impls/mesh/f90-custom/zsectionf90.c
/petsc/src/dm/makefile
/petsc/src/docs/tex/manual/manual.tex
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/ksp/ksp/examples/tests/ex10.c
/petsc/src/ksp/ksp/examples/tests/ex15.c
/petsc/src/ksp/ksp/examples/tests/ex17.c
/petsc/src/ksp/ksp/examples/tests/ex18.c
/petsc/src/ksp/ksp/examples/tests/ex24.c
/petsc/src/ksp/ksp/examples/tests/ex25.c
/petsc/src/ksp/ksp/examples/tests/ex27.c
/petsc/src/ksp/ksp/examples/tests/ex28.c
/petsc/src/ksp/ksp/examples/tests/ex3.c
/petsc/src/ksp/ksp/examples/tests/ex30.c
/petsc/src/ksp/ksp/examples/tests/ex31.c
/petsc/src/ksp/ksp/examples/tests/ex37.c
/petsc/src/ksp/ksp/examples/tests/ex4.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/tutorials/ex1.c
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/examples/tutorials/ex11.c
/petsc/src/ksp/ksp/examples/tutorials/ex12.c
/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/ex23.c
/petsc/src/ksp/ksp/examples/tutorials/ex27.c
/petsc/src/ksp/ksp/examples/tutorials/ex3.c
/petsc/src/ksp/ksp/examples/tutorials/ex46.c
/petsc/src/ksp/ksp/examples/tutorials/ex5.c
/petsc/src/ksp/ksp/examples/tutorials/ex51.c
/petsc/src/ksp/ksp/examples/tutorials/ex52.c
/petsc/src/ksp/ksp/examples/tutorials/ex53.c
/petsc/src/ksp/ksp/examples/tutorials/ex7.c
/petsc/src/ksp/ksp/examples/tutorials/ex9.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/impls/lsqr/lsqr.c
/petsc/src/ksp/pc/examples/tests/ex2.c
/petsc/src/ksp/pc/examples/tests/makefile
/petsc/src/ksp/pc/impls/gamg/createProlongation.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/gamg/gamg.h
/petsc/src/ksp/pc/impls/supportgraph/supportgraph.c
/petsc/src/ksp/pc/impls/wb/wb.c
/petsc/src/mat/examples/tests/ex1.c
/petsc/src/mat/examples/tests/ex106.c
/petsc/src/mat/examples/tests/ex112.c
/petsc/src/mat/examples/tests/ex121.c
/petsc/src/mat/examples/tests/ex129.c
/petsc/src/mat/examples/tests/ex142.c
/petsc/src/mat/examples/tests/ex143.c
/petsc/src/mat/examples/tests/ex145.c
/petsc/src/mat/examples/tests/ex15.c
/petsc/src/mat/examples/tests/ex158.c
/petsc/src/mat/examples/tests/ex7.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tutorials/ex14.c
/petsc/src/mat/examples/tutorials/ex16.c
/petsc/src/mat/examples/tutorials/makefile
/petsc/src/mat/impls/adic/nladic.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/seqcusp/aijcusp.cu
/petsc/src/mat/impls/aij/seq/seqcusp/cuspmatimpl.h
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/fft/fftw/fftw.c
/petsc/src/mat/impls/ij/makefile
/petsc/src/mat/impls/ij/matij.c
/petsc/src/mat/impls/ij/petsckhash.h
/petsc/src/mat/impls/ij/stashij.c
/petsc/src/mat/impls/ij/stashij.h
/petsc/src/mat/impls/makefile
/petsc/src/mat/impls/sbaij/mpi/sbaijov.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/ex10d/makefile
/petsc/src/snes/examples/tutorials/ex2.c
/petsc/src/snes/examples/tutorials/ex3.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/ex653D.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex5_2.out
/petsc/src/snes/impls/fas/fas.c
/petsc/src/snes/impls/fas/fasimpls.h
/petsc/src/snes/impls/multiblock/multiblock.c
/petsc/src/snes/impls/ncg/snesncg.c
/petsc/src/snes/impls/vi/vi.c
snes.c
/petsc/src/sys/dll/dl.c
/petsc/src/sys/draw/impls/x/xops.c
/petsc/src/sys/error/errtrace.c
/petsc/src/sys/error/examples/tests/makefile
/petsc/src/sys/examples/tests/ex24.c
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/examples/tests/output/ex24_1.out
/petsc/src/sys/examples/tutorials/makefile
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/objects/aoptions.c
/petsc/src/sys/objects/destroy.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/objects/pname.c
/petsc/src/sys/objects/pthread.c
/petsc/src/sys/utils/sorti.c
/petsc/src/sys/utils/str.c
/petsc/src/sys/viewer/examples/tutorials/makefile
/petsc/src/sys/viewer/impls/socket/send.c
/petsc/src/ts/characteristic/examples/tutorials/makefile
/petsc/src/ts/examples/tests/makefile
/petsc/src/ts/examples/tutorials/ex22.c
/petsc/src/ts/examples/tutorials/ex25.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/output/ex22_1.out
/petsc/src/ts/examples/tutorials/output/ex22_2.out
/petsc/src/ts/examples/tutorials/output/ex22_3.out
/petsc/src/ts/examples/tutorials/output/ex25_1.out
/petsc/src/ts/impls/arkimex/arkimex.c
/petsc/src/ts/impls/rosw/rosw.c
/petsc/src/vec/is/examples/tests/makefile
/petsc/src/vec/is/examples/tutorials/makefile
/petsc/src/vec/is/utils/ftn-custom/zisltogf.c
/petsc/src/vec/is/utils/isblock.c
/petsc/src/vec/is/utils/isdiff.c
/petsc/src/vec/vec/examples/tests/ex41.c
/petsc/src/vec/vec/examples/tests/makefile
/petsc/src/vec/vec/examples/tutorials/ex18.c
/petsc/src/vec/vec/examples/tutorials/makefile
/petsc/src/vec/vec/impls/dvecimpl.h
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/impls/seq/dvec2.c
/petsc/src/vec/vec/impls/seq/seqpthread/makefile
/petsc/src/vec/vec/impls/seq/seqpthread/vecpthread.c
/petsc/src/vec/vec/impls/seq/seqpthread/vecpthreadimpl.h
/petsc/src/vec/vec/impls/seq/vsection.c
/petsc/src/vec/vec/utils/vecio.c
/petsc/src/vec/vec/utils/vecmpitoseq.c
/petsc/tutorials/multiphysics/makefile
/petsc/tutorials/python/makefile
c90fad1226-Sep-2011 Peter Brune <brune@cs.uchicago.edu>

more work on FAS

Hg-commit: 9bfe3daf623f3fb51f614d413ecbf1c863dfe9e1

421d9b3223-Sep-2011 Peter Brune <brune@cs.uchicago.edu>

added framework for SNESFAS

Hg-commit: d12c30e79e7eb7be21577d95b4769d34fe69cd2d


/petsc/.hgignore
/petsc/config/PETSc/FEM.py
/petsc/config/PETSc/packages/Chaco.py
/petsc/config/PETSc/packages/PARTY.py
/petsc/config/PETSc/packages/pthread.py
/petsc/config/builder.py
/petsc/config/configure.py
/petsc/include/finclude/petscviewer.h
/petsc/include/finclude/petscviewerdef.h
/petsc/include/petscctable.h
/petsc/include/petscdmmesh.h
/petsc/include/petscmath.h
/petsc/include/petscsnes.h
/petsc/include/petscsnesfas.h
/petsc/include/sieve/Selection.hh
/petsc/src/benchmarks/streams/BasicVersion.c
/petsc/src/benchmarks/streams/OpenMPVersion.c
/petsc/src/docs/tex/petsc.bib
/petsc/src/ksp/ksp/examples/tutorials/ex29.c
/petsc/src/ksp/ksp/examples/tutorials/ex56.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/interface/ftn-custom/zitfuncf.c
/petsc/src/ksp/pc/impls/gamg/createProlongation.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/gamg/gamg.h
/petsc/src/ksp/pc/impls/gamg/makefile
/petsc/src/ksp/pc/impls/tfs/tfs.h
/petsc/src/ksp/pc/impls/tfs/xxt.c
/petsc/src/ksp/pc/impls/tfs/xyt.c
/petsc/src/mat/examples/tests/ex160.c
/petsc/src/mat/examples/tests/ex94.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex160.out
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/snes/examples/tutorials/ex52.c
/petsc/src/snes/examples/tutorials/ex61.c
/petsc/src/snes/examples/tutorials/ex64.c
/petsc/src/snes/examples/tutorials/ex65.c
/petsc/src/snes/examples/tutorials/ex65dm.c
/petsc/src/snes/examples/tutorials/integrateLaplacianQuadrature.cu
/petsc/src/snes/examples/tutorials/output/ex52_0.out
/petsc/src/snes/examples/tutorials/output/ex52_1.out
/petsc/src/snes/examples/tutorials/output/ex52_2.out
/petsc/src/snes/examples/tutorials/output/ex52_3.out
/petsc/src/snes/examples/tutorials/output/ex52_4.out
/petsc/src/snes/examples/tutorials/output/ex52_5.out
/petsc/src/snes/examples/tutorials/output/ex52_6.out
/petsc/src/snes/examples/tutorials/output/ex52_7.out
/petsc/src/snes/examples/tutorials/output/ex52_8.out
/petsc/src/snes/impls/fas/fas.c
/petsc/src/snes/impls/fas/fasimpls.h
/petsc/src/snes/impls/fas/makefile
/petsc/src/snes/impls/makefile
/petsc/src/snes/impls/ncg/snesncg.c
snesregi.c
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/makefile
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/makefile
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/objects/pthread.c
/petsc/src/sys/utils/ctable.c
/petsc/src/vec/vec/impls/seq/seqpthread/vecpthread.c
82a7e54820-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

fixes to allow runs without ctable
changed default values for machine epsilon and its sqrt

Hg-commit: c636d6b71ea127a1acb84fe0383b490d3b14f6a2

1...<<41424344454647484950>>...74