History log of /petsc/src/vec/ (Results 4101 – 4125 of 6950)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
3b3c4b7e27-Sep-2011 Hong Zhang <hzhang@mcs.anl.gov>

merge from release with minor edit on isblock.c

Hg-commit: 70fe517ef28a01974b3bd58d45be5b1ed8f022e8

7276ecba27-Sep-2011 Jed Brown <jed@59A2.org>

PetscMPIInt is not MPI_Comm

Hg-commit: c621da64bc2121867dab4892ec235f6b1ee23d4e

054b719626-Sep-2011 Shri Abhyankar <abhyshr@mcs.anl.gov>

More work on Sequential Pthread vector class
i) Revised more routines to remove the mallocs.
ii) Added interface functions for creating Sequential Pthread vector and for
setting the number of thr

More work on Sequential Pthread vector class
i) Revised more routines to remove the mallocs.
ii) Added interface functions for creating Sequential Pthread vector and for
setting the number of threads.

Hg-commit: 72c7f34f4d3ca8908a9a7be03e87e8c900ac5653

show more ...

bd6ba14626-Sep-2011 Dmitry Karpeev <karpeev@mcs.anl.gov>

Duality IS list <-> IS element coloring; IS list concatenation.

Hg-commit: 8c9776cb408c74dee999469c37a37c5fa0495e3f

67d3fb6025-Sep-2011 Shri Abhyankar <abhyshr@mcs.anl.gov>

Revised the data structure for Vec_SeqPthread class.
Added VecDot_SeqPThread that does not use mallocs.

Hg-commit: f7d8dacb8a7d6dcbea1ed96450699da6069592c2

8267498b25-Sep-2011 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added example for testing Vec_SeqPthread

Hg-commit: c9ecd2c1a728565cb9a2ea88b97fd16ca9e108bd

6fc7ef2b25-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

make alltests now only prints directory when error detected, does not print each directory it enters

Hg-commit: 440d780fc7ae92fbbfcbf00281b63ab4cf278cf2

eed5747f25-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

removed %A format, replace with %G

Hg-commit: 0b2d4fe26ac9cb189638024e565187cce1c7a700


/petsc/config/PETSc/Configure.py
/petsc/src/dm/examples/tests/ex21.c
/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/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/impls/lsqr/lsqr.c
/petsc/src/ksp/pc/examples/tests/ex2.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/ex15.c
/petsc/src/mat/examples/tests/ex158.c
/petsc/src/mat/examples/tests/ex7.c
/petsc/src/snes/examples/tutorials/ex2.c
/petsc/src/snes/examples/tutorials/ex3.c
/petsc/src/sys/fileio/mprint.c
vec/examples/tutorials/ex18.c
8aa69af523-Sep-2011 Jed Brown <jed@59A2.org>

merge

Hg-commit: 1e229776bfd44f4b459456504b3110137e0481a8

b1f6f9fc23-Sep-2011 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge.

Hg-commit: 866723830dfe0ff26ba0638381626709048310af

84e240e723-Sep-2011 Shri Abhyankar <abhyshr@mcs.anl.gov>

More work on reorganizing pthread vector class.

Hg-commit: 293318ed9f78bfd012105760ffbc625d25ecf00f

9b16f2ad23-Sep-2011 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added VEC_SEQPTHREAD data structure

Hg-commit: 27b9dbbace0165f36be043e4220aff81bed68110

a4f0d5e123-Sep-2011 Shri Abhyankar <abhyshr@mcs.anl.gov>

i) Removed all seq vector related code from pbvec.c
ii) Removed static declaration from seq vector routines.

Hg-commit: fe3330712dca78bd1936fa96c8933c450306d507

e23dfa4123-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

more updates on PetscTable

Hg-commit: 81961d54ed644345546c0aa2c889e2474eb971d1


/petsc/include/petscctable.h
/petsc/include/petscdmmesh.h
/petsc/include/petscsnes.h
/petsc/include/petscsnesfas.h
/petsc/include/sieve/Selection.hh
/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/ksp/interface/iterativ.c
/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/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/mpi/mmaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/mpi/mmbaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.c
/petsc/src/snes/examples/tutorials/ex52.c
/petsc/src/snes/examples/tutorials/ex65.c
/petsc/src/snes/examples/tutorials/ex653D.c
/petsc/src/snes/examples/tutorials/makefile
/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
/petsc/src/snes/interface/snesregi.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
is/utils/isblock.c
976c927d23-Sep-2011 Jed Brown <jed@59A2.org>

merge from 3.2

Hg-commit: 136b1a81df3a1c609acad95fbce77ebeead8502d


/petsc/config/PETSc/packages/SuperLU.py
/petsc/config/PETSc/packages/SuperLU_DIST.py
/petsc/include/finclude/petsctsdef.h
/petsc/include/petscctable.h
/petsc/include/petscdmmesh.h
/petsc/include/petscts.h
/petsc/include/sieve/Selection.hh
/petsc/src/dm/impls/cartesian/cartesian.c
/petsc/src/dm/impls/da/usfft/matusfft.c
/petsc/src/dm/impls/mesh/f90-custom/zsectionf90.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/supportgraph/supportgraph.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/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/superlu/superlu.c
/petsc/src/mat/impls/fft/fftw/fftw.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/snes/examples/tutorials/ex52.c
/petsc/src/snes/examples/tutorials/ex65.c
/petsc/src/snes/impls/multiblock/multiblock.c
/petsc/src/snes/impls/vi/vi.c
/petsc/src/sys/error/errtrace.c
/petsc/src/sys/makefile
/petsc/src/sys/objects/aoptions.c
/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/ts/examples/tutorials/ex22.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/impls/arkimex/arkimex.c
/petsc/src/ts/impls/rosw/rosw.c
vec/impls/seq/dvec2.c
vec/impls/seq/vsection.c
vec/utils/vecio.c
vec/utils/vecmpitoseq.c
a74a6cdd22-Sep-2011 Shri Abhyankar <abhyshr@mcs.anl.gov>

Removed all // style comments and some dead code.

Hg-commit: bba819572aa51b21fd791ff45270bfd344c6e612

d732634822-Sep-2011 Shri Abhyankar <abhyshr@mcs.anl.gov>

More work on cleaning up pthread code.

Hg-commit: 33249316d1861075b8195ab2166197b4c04c570e

fdfc40db21-Sep-2011 Shri Abhyankar <abhyshr@mcs.anl.gov>

Pthreadclasses run on Apple now.

Hg-commit: ce806d3ce874ef1a7dbe61011710bda3cb40d10e


/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/petscmath.h
/petsc/src/benchmarks/streams/BasicVersion.c
/petsc/src/benchmarks/streams/OpenMPVersion.c
/petsc/src/ksp/ksp/examples/tutorials/ex56.c
/petsc/src/ksp/ksp/examples/tutorials/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/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/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/sys/fileio/mprint.c
/petsc/src/sys/objects/init.c
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


/petsc/.hgignore
/petsc/bin/maint/toclapack.sh
/petsc/bin/pythonscripts/PetscGenerateFEMQuadrature.py
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/packages/Chaco.py
/petsc/config/PETSc/packages/Generator.py
/petsc/config/PETSc/packages/ParMetis.py
/petsc/config/PETSc/packages/sowing.py
/petsc/config/PETSc/utilities/scalarTypes.py
/petsc/config/install.py
/petsc/include/finclude/petscsys.h
/petsc/include/finclude/petscsysdef.h
/petsc/include/petscadic.h
/petsc/include/petscao.h
/petsc/include/petsccharacteristic.h
/petsc/include/petscdm.h
/petsc/include/petscdmmesh.h
/petsc/include/petscdraw.h
/petsc/include/petscerror.h
/petsc/include/petscis.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscpc.h
/petsc/include/petscpf.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/include/petscversion.h
/petsc/include/petscviewer.h
/petsc/include/private/snesimpl.h
/petsc/include/sieve/Mesh.hh
/petsc/include/sieve/Numbering.hh
/petsc/include/sieve/Overlap.hh
/petsc/include/sieve/Partitioner.hh
/petsc/makefile
/petsc/src/contrib/fun3d/comp/flow.c
/petsc/src/contrib/fun3d/incomp/flow.c
/petsc/src/contrib/fun3d/incomp/user.h
/petsc/src/contrib/keyes/ex15.c
/petsc/src/contrib/remote/ex1.c
/petsc/src/dm/impls/da/da2.c
/petsc/src/dm/impls/da/da3.c
/petsc/src/dm/impls/mesh/examples/tutorials/electrostatic.cxx
/petsc/src/dm/impls/mesh/examples/tutorials/grade2.cxx
/petsc/src/dm/impls/mesh/examples/tutorials/mixedpoisson.cxx
/petsc/src/dm/impls/mesh/examples/tutorials/navierStokes.cxx
/petsc/src/dm/impls/mesh/examples/tutorials/stokes.cxx
/petsc/src/dm/impls/mesh/examples/tutorials/stokesPeriodic.cxx
/petsc/src/dm/impls/mesh/examples/tutorials/subduction.cxx
/petsc/src/dm/impls/mesh/mesh.c
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/documentation/tutorials/index.html
/petsc/src/docs/website/download/index.html
/petsc/src/ksp/ksp/examples/tests/ex14.c
/petsc/src/ksp/ksp/examples/tests/output/ex35_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex35_2.out
/petsc/src/ksp/ksp/examples/tutorials/data/elem_2d_pln_strn_v_25.txt
/petsc/src/ksp/ksp/examples/tutorials/data/elem_2d_therm.txt
/petsc/src/ksp/ksp/examples/tutorials/data/elem_3d_elast_v_25.txt
/petsc/src/ksp/ksp/examples/tutorials/ex14f.F
/petsc/src/ksp/ksp/examples/tutorials/ex54.c
/petsc/src/ksp/ksp/examples/tutorials/ex55.c
/petsc/src/ksp/ksp/examples/tutorials/ex56.c
/petsc/src/ksp/ksp/examples/tutorials/output/ex54_0.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex54_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex55_0.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex55_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex56_0.out
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/pc/examples/tutorials/ex1.c
/petsc/src/ksp/pc/examples/tutorials/makefile
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.h
/petsc/src/mat/impls/baij/mpi/baijov.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/sbaij/mpi/mpiaijsbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.h
/petsc/src/mat/impls/sbaij/seq/aijsbaij.c
/petsc/src/mat/impls/shell/shellcnv.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/examples/tutorials/ex30.c
/petsc/src/snes/examples/tutorials/ex38.c
/petsc/src/snes/examples/tutorials/ex44.c
/petsc/src/snes/examples/tutorials/ex45.c
/petsc/src/snes/examples/tutorials/ex48.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/ex52.c
/petsc/src/snes/examples/tutorials/ex59.c
/petsc/src/snes/examples/tutorials/ex6.c
/petsc/src/snes/examples/tutorials/integrateLaplacianQuadrature.cu
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex5_5_ngmres.out
/petsc/src/snes/examples/tutorials/output/ex5_5_ngmres_richardson.out
/petsc/src/snes/examples/tutorials/output/ex5_5_qn.out
/petsc/src/snes/examples/tutorials/output/ex5_5_richardson.out
/petsc/src/snes/impls/ksponly/ksponly.c
/petsc/src/snes/impls/ls/ftn-custom/zlsf.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/makefile
/petsc/src/snes/impls/multiblock/multiblock.c
/petsc/src/snes/impls/ncg/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/makefile
/petsc/src/snes/impls/richardson/snesrichardson.c
/petsc/src/snes/impls/richardson/snesrichardsonimpl.h
/petsc/src/snes/impls/shell/snesshell.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/impls/vi/vi.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesregi.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/error/err.c
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/objects/aoptions.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/objects/ptype.c
/petsc/src/ts/examples/tutorials/ex14.c
/petsc/src/ts/examples/tutorials/ex24.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/output/ex17_1.out
/petsc/src/ts/examples/tutorials/output/ex24_1.out
/petsc/src/ts/impls/arkimex/arkimex.c
/petsc/src/ts/impls/implicit/alpha/alpha.c
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/ts/impls/implicit/theta/theta.c
/petsc/src/ts/impls/pseudo/posindep.c
/petsc/src/ts/interface/ts.c
is/utils/isblock.c
1e63354315-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

updated test output to use SNES Iterations instead of Newton Iterations
changed line search calling sequences so that all input arguments are passed before output arguments
fixed Picard to use same c

updated test output to use SNES Iterations instead of Newton Iterations
changed line search calling sequences so that all input arguments are passed before output arguments
fixed Picard to use same calling sequence of line searches as other SNES methods

Hg-commit: fae74e5081b3f5b3bc28fa3a5e81739ea7ae697c

show more ...


/petsc/.hgignore
/petsc/bin/TOPSInstaller.py
/petsc/bin/maint/package-test.sh
/petsc/bin/maint/toclapack.sh
/petsc/conf/rules
/petsc/config/PETSc/FEM.py
/petsc/config/PETSc/packages/rosw.py
/petsc/config/PETSc/packages/tetgen.py
/petsc/config/builder.py
/petsc/config/builder2.py
/petsc/include/finclude/petscsnes.h
/petsc/include/finclude/petsctsdef.h
/petsc/include/petscmat.h
/petsc/include/petscsnes.h
/petsc/include/petscts.h
/petsc/include/petscversion.h
/petsc/include/private/snesimpl.h
/petsc/include/sieve/Mesh.hh
/petsc/src/benchmarks/streams/BasicVersion.c
/petsc/src/benchmarks/streams/OpenMPVersion.c
/petsc/src/benchmarks/streams/makefile
/petsc/src/dm/ao/examples/tutorials/output/ex2_2.out
/petsc/src/dm/examples/tests/makefile
/petsc/src/dm/examples/tests/output/ex2_1.out
/petsc/src/dm/impls/da/f90-custom/zdaindexf90.c
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/changes/32.html
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/documentation/tutorials/index.html
/petsc/src/docs/website/download/index.html
/petsc/src/docs/website/miscellaneous/external.html
/petsc/src/docs/website/miscellaneous/petscthreads.html
/petsc/src/docs/website/publications/index.html
/petsc/src/ksp/ksp/examples/tutorials/ex42.c
/petsc/src/ksp/ksp/examples/tutorials/ex56.c
/petsc/src/ksp/ksp/impls/broyden/broyden.c
/petsc/src/ksp/ksp/impls/makefile
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/itregis.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/redistribute/redistribute.c
/petsc/src/ksp/pc/impls/shell/shellpc.c
/petsc/src/ksp/pc/interface/pcregis.c
/petsc/src/mat/impls/aij/mpi/mpimatmatmult.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/snes/examples/tests/ex1.c
/petsc/src/snes/examples/tests/ex11.c
/petsc/src/snes/examples/tests/ex12f.F
/petsc/src/snes/examples/tests/ex13.c
/petsc/src/snes/examples/tests/ex14f.F
/petsc/src/snes/examples/tests/ex17.c
/petsc/src/snes/examples/tests/ex1f.F
/petsc/src/snes/examples/tests/ex4.c
/petsc/src/snes/examples/tests/ex5.c
/petsc/src/snes/examples/tests/ex7.c
/petsc/src/snes/examples/tests/ex9.c
/petsc/src/snes/examples/tests/output/ex10_1.out
/petsc/src/snes/examples/tests/output/ex12_1.out
/petsc/src/snes/examples/tests/output/ex14_1.out
/petsc/src/snes/examples/tests/output/ex17_1.out
/petsc/src/snes/examples/tests/output/ex1_1.out
/petsc/src/snes/examples/tests/output/ex1_2.out
/petsc/src/snes/examples/tests/output/ex1_3.out
/petsc/src/snes/examples/tests/output/ex1f_1.out
/petsc/src/snes/examples/tests/output/ex1f_2.out
/petsc/src/snes/examples/tests/output/ex4_1.out
/petsc/src/snes/examples/tests/output/ex7_1.out
/petsc/src/snes/examples/tests/output/ex9_1.out
/petsc/src/snes/examples/tutorials/ex1.c
/petsc/src/snes/examples/tutorials/ex10d/ex10.c
/petsc/src/snes/examples/tutorials/ex12.c
/petsc/src/snes/examples/tutorials/ex14.c
/petsc/src/snes/examples/tutorials/ex18.c
/petsc/src/snes/examples/tutorials/ex19.c
/petsc/src/snes/examples/tutorials/ex19tu.c
/petsc/src/snes/examples/tutorials/ex1f.F
/petsc/src/snes/examples/tutorials/ex2.c
/petsc/src/snes/examples/tutorials/ex20.c
/petsc/src/snes/examples/tutorials/ex25.c
/petsc/src/snes/examples/tutorials/ex26.c
/petsc/src/snes/examples/tutorials/ex27.c
/petsc/src/snes/examples/tutorials/ex3.c
/petsc/src/snes/examples/tutorials/ex30.c
/petsc/src/snes/examples/tutorials/ex32.c
/petsc/src/snes/examples/tutorials/ex33.c
/petsc/src/snes/examples/tutorials/ex39f90.F
/petsc/src/snes/examples/tutorials/ex4.c
/petsc/src/snes/examples/tutorials/ex42.c
/petsc/src/snes/examples/tutorials/ex46.c
/petsc/src/snes/examples/tutorials/ex48.c
/petsc/src/snes/examples/tutorials/ex49.c
/petsc/src/snes/examples/tutorials/ex4tu.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/ex50.c
/petsc/src/snes/examples/tutorials/ex52.c
/petsc/src/snes/examples/tutorials/ex5f.F
/petsc/src/snes/examples/tutorials/ex5f90.F
/petsc/src/snes/examples/tutorials/ex5f90t.F
/petsc/src/snes/examples/tutorials/ex5s.c
/petsc/src/snes/examples/tutorials/ex633D_DB.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/ex7.c
/petsc/src/snes/examples/tutorials/ex8.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex12_0.out
/petsc/src/snes/examples/tutorials/output/ex12_1.out
/petsc/src/snes/examples/tutorials/output/ex12_2.out
/petsc/src/snes/examples/tutorials/output/ex12_3.out
/petsc/src/snes/examples/tutorials/output/ex12_4.out
/petsc/src/snes/examples/tutorials/output/ex12_5.out
/petsc/src/snes/examples/tutorials/output/ex14_1.out
/petsc/src/snes/examples/tutorials/output/ex14_2.out
/petsc/src/snes/examples/tutorials/output/ex16_1.out
/petsc/src/snes/examples/tutorials/output/ex16_2.out
/petsc/src/snes/examples/tutorials/output/ex19_1.out
/petsc/src/snes/examples/tutorials/output/ex19_1.testout
/petsc/src/snes/examples/tutorials/output/ex19_10.out
/petsc/src/snes/examples/tutorials/output/ex19_11.out
/petsc/src/snes/examples/tutorials/output/ex19_12.out
/petsc/src/snes/examples/tutorials/output/ex19_13.out
/petsc/src/snes/examples/tutorials/output/ex19_14.out
/petsc/src/snes/examples/tutorials/output/ex19_15.out
/petsc/src/snes/examples/tutorials/output/ex19_15a.out
/petsc/src/snes/examples/tutorials/output/ex19_16.out
/petsc/src/snes/examples/tutorials/output/ex19_16a.out
/petsc/src/snes/examples/tutorials/output/ex19_2.out
/petsc/src/snes/examples/tutorials/output/ex19_3.out
/petsc/src/snes/examples/tutorials/output/ex19_5.out
/petsc/src/snes/examples/tutorials/output/ex19_6.out
/petsc/src/snes/examples/tutorials/output/ex19_7.out
/petsc/src/snes/examples/tutorials/output/ex19_8.out
/petsc/src/snes/examples/tutorials/output/ex19_9.out
/petsc/src/snes/examples/tutorials/output/ex19_composite_fieldsplit.out
/petsc/src/snes/examples/tutorials/output/ex19_composite_fieldsplit_bjacobi.out
/petsc/src/snes/examples/tutorials/output/ex19_composite_fieldsplit_bjacobi_2.out
/petsc/src/snes/examples/tutorials/output/ex19_cusp.out
/petsc/src/snes/examples/tutorials/output/ex19_fieldsplit_2.out
/petsc/src/snes/examples/tutorials/output/ex19_fieldsplit_3.out
/petsc/src/snes/examples/tutorials/output/ex19_fieldsplit_4.out
/petsc/src/snes/examples/tutorials/output/ex19_fieldsplit_5.out
/petsc/src/snes/examples/tutorials/output/ex19_fieldsplit_hypre.out
/petsc/src/snes/examples/tutorials/output/ex19_fieldsplit_redundant.out
/petsc/src/snes/examples/tutorials/output/ex19_superlu.out
/petsc/src/snes/examples/tutorials/output/ex19_superlu_equil.out
/petsc/src/snes/examples/tutorials/output/ex1_1.out
/petsc/src/snes/examples/tutorials/output/ex1f_1.out
/petsc/src/snes/examples/tutorials/output/ex25_1.out
/petsc/src/snes/examples/tutorials/output/ex25_2.out
/petsc/src/snes/examples/tutorials/output/ex2_1.out
/petsc/src/snes/examples/tutorials/output/ex2_2.out
/petsc/src/snes/examples/tutorials/output/ex3_1.out
/petsc/src/snes/examples/tutorials/output/ex3_2.out
/petsc/src/snes/examples/tutorials/output/ex3_3.out
/petsc/src/snes/examples/tutorials/output/ex3_4.out
/petsc/src/snes/examples/tutorials/output/ex42_1.out
/petsc/src/snes/examples/tutorials/output/ex44.out
/petsc/src/snes/examples/tutorials/output/ex48_1.out
/petsc/src/snes/examples/tutorials/output/ex48_2.out
/petsc/src/snes/examples/tutorials/output/ex48_3.out
/petsc/src/snes/examples/tutorials/output/ex48_4.out
/petsc/src/snes/examples/tutorials/output/ex5_10.out
/petsc/src/snes/examples/tutorials/output/ex5_13.out
/petsc/src/snes/examples/tutorials/output/ex5_5.out
/petsc/src/snes/examples/tutorials/output/ex5_7.out
/petsc/src/snes/examples/tutorials/output/ex5_9.out
/petsc/src/snes/examples/tutorials/output/ex5f90_1.out
/petsc/src/snes/examples/tutorials/output/ex5f90_2.out
/petsc/src/snes/examples/tutorials/output/ex5f90_3.out
/petsc/src/snes/examples/tutorials/output/ex5f90_4.out
/petsc/src/snes/examples/tutorials/output/ex5f90_5.out
/petsc/src/snes/examples/tutorials/output/ex5f90t_1.out
/petsc/src/snes/examples/tutorials/output/ex5f_1.out
/petsc/src/snes/examples/tutorials/output/ex5f_1.testout
/petsc/src/snes/examples/tutorials/output/ex5f_2.out
/petsc/src/snes/examples/tutorials/output/ex5f_3.out
/petsc/src/snes/examples/tutorials/output/ex5f_4.out
/petsc/src/snes/examples/tutorials/output/ex5f_5.out
/petsc/src/snes/examples/tutorials/output/ex6_1.out
/petsc/src/snes/examples/tutorials/output/ex6_2.out
/petsc/src/snes/examples/tutorials/output/ex8_1.out
/petsc/src/snes/examples/tutorials/output/ex8_3.out
/petsc/src/snes/examples/tutorials/output/ex9_1.out
/petsc/src/snes/examples/tutorials/output/ex9_2.out
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/ls/lsimpl.h
/petsc/src/snes/impls/makefile
/petsc/src/snes/impls/multiblock/multiblock.c
/petsc/src/snes/impls/ngmres/snesngmres.c
/petsc/src/snes/impls/ngmres/snesngmres.h
/petsc/src/snes/impls/picard/picard.c
/petsc/src/snes/impls/picard/picard.h
/petsc/src/snes/impls/qn/makefile
/petsc/src/snes/impls/qn/qn.c
/petsc/src/snes/impls/shell/makefile
/petsc/src/snes/impls/shell/snesshell.c
/petsc/src/snes/impls/sorqn/sorqn.c
/petsc/src/snes/impls/test/snestest.c
/petsc/src/snes/impls/vi/vi.c
/petsc/src/snes/impls/vi/viimpl.h
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesregi.c
/petsc/src/ts/examples/tutorials/ex14.c
/petsc/src/ts/impls/explicit/ssp/ssp.c
/petsc/src/ts/impls/makefile
/petsc/src/ts/impls/rosw/ftn-custom/makefile
/petsc/src/ts/impls/rosw/ftn-custom/zroswf.c
/petsc/src/ts/impls/rosw/makefile
/petsc/src/ts/impls/rosw/rosw.c
/petsc/src/ts/interface/dlregists.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tsregall.c
vec/utils/vpscat.c
/petsc/tutorials/multiphysics/mp.c
/petsc/tutorials/multiphysics/mp1.c
/petsc/tutorials/multiphysics/output/mp_1.out
/petsc/tutorials/multiphysics/output/mp_10.out
/petsc/tutorials/multiphysics/output/mp_2.out
/petsc/tutorials/multiphysics/output/mp_3.out
/petsc/tutorials/multiphysics/output/mp_4.out
/petsc/tutorials/multiphysics/output/mp_5.out
/petsc/tutorials/multiphysics/output/mp_6.out
/petsc/tutorials/multiphysics/output/mp_7.out
/petsc/tutorials/multiphysics/output/mp_8.out
/petsc/tutorials/multiphysics/output/mp_9.out
/petsc/tutorials/multiphysics/output/p1_1.out
/petsc/tutorials/multiphysics/output/p2_1.out
/petsc/tutorials/multiphysics/p1.c
/petsc/tutorials/multiphysics/p2.c
/petsc/tutorials/multiphysicsNonlinear/mp1.c
/petsc/tutorials/multiphysicsNonlinear/p1.c
/petsc/tutorials/multiphysicsNonlinear/p2.c
f941683f10-May-2011 Barry Smith <bsmith@mcs.anl.gov>

wrong comment character C in two fortran examples, missing continuation symbol in another

Hg-commit: fe794f7f80ae0ec4214524787665f139d8ee2e65

71cd8c7c09-May-2011 Victor Minden <victorminden@gmail.com>

cusp fix re: delete indices

Hg-commit: 94999a184f7df541fff972f77626f186e341df7b

94779d8309-May-2011 Victor Minden <victorminden@gmail.com>

oops wrong direction fixed cusp

Hg-commit: ab1f6a9f686b343e19b2ad1efa66b62fa298f19d

c18988ff09-May-2011 Victor Minden <victorminden@gmail.com>

changed a delete of cuda struct to use pointers as per new style

Hg-commit: 1a34e803268612c55c5bac8d2c199eeb71e6b2f5

c479af0a05-May-2011 Barry Smith <bsmith@mcs.anl.gov>

added another vector op special case

Hg-commit: e3b4db5797ede36c34e6ce7222df3e0392b4c986

1...<<161162163164165166167168169170>>...278