History log of /petsc/src/vec/ (Results 4126 – 4150 of 6950)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b8063d6504-May-2011 Barry Smith <bsmith@mcs.anl.gov>

XXXDestroy() doesn't need custom Fortran interface so remove a bunch of them

Hg-commit: d47d53fcd75ee46a52fff678d2fde2e429a55e02


/petsc/config/PETSc/packages/ParMetis.py
/petsc/include/finclude/petscmatdef.h
/petsc/include/petscdmiga.h
/petsc/include/petsclog.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscsnes.h
/petsc/include/private/igaimpl.h
/petsc/include/private/matimpl.h
/petsc/src/dm/impls/iga/iga.c
/petsc/src/dm/impls/iga/igacreate.c
/petsc/src/dm/impls/iga/makefile
/petsc/src/dm/interface/dmregall.c
/petsc/src/docs/website/developers/projects.html
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/interface/ftn-custom/zitfuncf.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/composite/composite.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/impls/aij/aij/aijtype.c
/petsc/src/mat/impls/aij/makefile
/petsc/src/mat/impls/aij/mpi/csrperm/mpicsrperm.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpicusp/mpiaijcusp.cu
/petsc/src/mat/impls/baij/mpi/bstream/mpibstream.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/bstream/bstream.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/sbaij/mpi/makefile
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/sbstream/makefile
/petsc/src/mat/impls/sbaij/mpi/sbstream/mpisbstream.c
/petsc/src/mat/impls/sbaij/seq/makefile
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbstream/makefile
/petsc/src/mat/impls/sbaij/seq/sbstream/sbstream.c
/petsc/src/mat/impls/sbaij/seq/sbstream/sbstream.h
/petsc/src/mat/impls/sbaij/seq/sbstream/sbstrmfact.c
/petsc/src/mat/interface/dlregismat.c
/petsc/src/mat/interface/ftn-custom/zmatrixf.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/order/sorder.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/snes/examples/tests/ex10.c
/petsc/src/snes/examples/tests/ex16.c
/petsc/src/snes/examples/tests/ex8.c
/petsc/src/snes/examples/tutorials/ex54.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/vi/vi.c
/petsc/src/snes/impls/vi/viimpl.h
/petsc/src/sys/objects/aoptions.c
/petsc/src/sys/plog/plog.c
/petsc/src/sys/plog/utils/eventLog.c
/petsc/src/sys/plog/utils/stageLog.c
/petsc/src/sys/random/examples/tutorials/makefile
/petsc/src/sys/totalview/tv_data_display.c
is/interface/ftn-custom/zindexf.c
is/interface/index.c
vec/interface/ftn-custom/zvectorf.c
vec/interface/vector.c
0716a85f29-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

made MatGetColumnNorms() a regular Matrix method

Hg-commit: e77bc61fd34680ee3143981502be4ad417d0c455

63ee972c28-Apr-2011 Satish Balay <balay@mcs.anl.gov>

fix compile warnings

Hg-commit: b5fc4c85fd145a9222037306a00d50612dfc9319


/petsc/bin/matlab/classes/examples/tests/ex2.m
/petsc/config/PETSc/packages/sowing.py
/petsc/config/builder.py
/petsc/include/finclude/petscmatdef.h
/petsc/include/petscdmiga.h
/petsc/include/petscmat.h
/petsc/include/petscsnes.h
/petsc/include/petscts.h
/petsc/include/private/igaimpl.h
/petsc/include/private/kspimpl.h
/petsc/include/private/snesimpl.h
/petsc/src/dm/examples/tests/makefile
/petsc/src/dm/impls/iga/iga.c
/petsc/src/dm/impls/iga/igacreate.c
/petsc/src/dm/impls/mesh/f90-custom/zmeshf90.c
/petsc/src/dm/impls/mesh/f90-custom/zsectionf90.c
/petsc/src/dm/impls/mesh/ftn-custom/zmesh.c
/petsc/src/dm/impls/mesh/ftn-custom/zsection.c
/petsc/src/dm/impls/mesh/mesh.c
/petsc/src/dm/impls/mesh/meshexodus.c
/petsc/src/dm/impls/mesh/section.c
/petsc/src/docs/tex/petscapp.bib
/petsc/src/ksp/ksp/impls/bcgs/bcgs.c
/petsc/src/ksp/ksp/impls/bcgsl/bcgsl.c
/petsc/src/ksp/ksp/impls/bicg/bicg.c
/petsc/src/ksp/ksp/impls/broyden/broyden.c
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cg/cgne/cgne.c
/petsc/src/ksp/ksp/impls/cg/gltr/gltr.c
/petsc/src/ksp/ksp/impls/cg/nash/nash.c
/petsc/src/ksp/ksp/impls/cg/stcg/stcg.c
/petsc/src/ksp/ksp/impls/cgs/cgs.c
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/impls/cr/cr.c
/petsc/src/ksp/ksp/impls/gcr/gcr.c
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmres.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/ibcgs/ibcgs.c
/petsc/src/ksp/ksp/impls/lcd/lcd.c
/petsc/src/ksp/ksp/impls/lsqr/lsqr.c
/petsc/src/ksp/ksp/impls/minres/minres.c
/petsc/src/ksp/ksp/impls/ngmres/ngmres.c
/petsc/src/ksp/ksp/impls/preonly/preonly.c
/petsc/src/ksp/ksp/impls/qcg/qcg.c
/petsc/src/ksp/ksp/impls/rich/rich.c
/petsc/src/ksp/ksp/impls/symmlq/symmlq.c
/petsc/src/ksp/ksp/impls/tcqmr/tcqmr.c
/petsc/src/ksp/ksp/impls/tfqmr/tfqmr.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/sacusp/makefile
/petsc/src/ksp/pc/interface/pcregis.c
/petsc/src/mat/impls/adic/matadic.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/crl/mcrl.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpimatmatmult.c
/petsc/src/mat/impls/aij/mpi/mpiptap.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/pastix/pastix.c
/petsc/src/mat/impls/aij/mpi/spooles/mpispooles.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/crl/crl.c
/petsc/src/mat/impls/aij/seq/csrperm/csrperm.c
/petsc/src/mat/impls/aij/seq/essl/essl.c
/petsc/src/mat/impls/aij/seq/lusol/lusol.c
/petsc/src/mat/impls/aij/seq/seqcusp/aijcusp.cu
/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/bstream/makefile
/petsc/src/mat/impls/baij/mpi/bstream/mpibstream.c
/petsc/src/mat/impls/baij/mpi/dscpack/dscpack.c
/petsc/src/mat/impls/baij/mpi/makefile
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/bstream/bstream.c
/petsc/src/mat/impls/baij/seq/bstream/bstream.h
/petsc/src/mat/impls/baij/seq/bstream/makefile
/petsc/src/mat/impls/baij/seq/makefile
/petsc/src/mat/impls/blockmat/seq/blockmat.c
/petsc/src/mat/impls/composite/mcomposite.c
/petsc/src/mat/impls/cufft/cufft.cu
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/fft/fft.c
/petsc/src/mat/impls/fft/fft.h
/petsc/src/mat/impls/fft/fftw/fftw.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/mffd/mffd.c
/petsc/src/mat/impls/nest/matnest.c
/petsc/src/mat/impls/normal/normm.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/sbaijov.c
/petsc/src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
/petsc/src/mat/impls/sbaij/seq/aijsbaij.c
/petsc/src/mat/impls/sbaij/seq/cholmod/sbaijcholmod.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/impls/transpose/transm.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/picard/picard.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/impls/vi/vi.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/utils/adutils/damgsnesad.c
/petsc/src/sys/dll/dlimpl.c
vec/interface/rvector.c
/petsc/tutorials/python/ex1.c
/petsc/tutorials/python/ex1f.F
3df5e8d924-Apr-2011 Victor Minden <victorminden@gmail.com>

CUDA XX Destroy fix

Hg-commit: e496f0ad64e3043e7a87c3d97590ddbba211abba

efefce0b23-Apr-2011 Satish Balay <balay@mcs.anl.gov>

cuda build fixes

Hg-commit: 68feb4ddc80905130b7dc587d9887ef9fc09c41e

a32ab37922-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

updated Matlab interface for new destructor paradigm for PETSc objects
fixed last problems with charactersiticimpl.h change

Hg-commit: 9ccd246561454d82f56befc3a04b3285493528c9

6bc0bbbf21-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

updated PetscTableDestroy() to new paradigm

Hg-commit: ac57dd2a39d9e719ebeec1c5179c4469b71a8d21

bb2812cd21-Apr-2011 Jed Brown <jed@59A2.org>

Check whether VecRestoreSubVector needs to copy values back to parent vector

Hg-commit: b148665232d8d43b1d9059ba7ffe07377908a26e

3bd9668221-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge, some manual merges

Hg-commit: a60db41ebcbbb90ab0d02727666a69b6d3ee88a0


/petsc/bin/maint/generatefortranstubs.py
/petsc/bin/matlab/classes/PetscIS.m
/petsc/bin/matlab/classes/PetscSNESVIRedundancyCheckInternal.m
/petsc/bin/matlab/classes/examples/tests/ex2.m
/petsc/bin/matlab/classes/matlabheader.h
/petsc/config/PETSc/packages/valgrind.py
/petsc/config/examples/arch-linux-gcc-python-opt.py
/petsc/config/examples/arch-linux-gcc-python.py
/petsc/config/examples/arch-linux-gxx-python-opt.py
/petsc/config/examples/arch-linux-gxx-python.py
/petsc/include/petscbt.h
/petsc/include/petscis.h
/petsc/include/petsclog.hh
/petsc/include/petscsys.h
/petsc/include/petscviewer.h
/petsc/include/private/vecimpl.h
/petsc/include/sieve/Sifter.hh
/petsc/src/dm/ao/impls/makefile
/petsc/src/dm/examples/tests/ex16.c
/petsc/src/dm/impls/adda/makefile
/petsc/src/dm/impls/cartesian/makefile
/petsc/src/dm/impls/composite/makefile
/petsc/src/dm/impls/da/da1.c
/petsc/src/dm/impls/da/da2.c
/petsc/src/dm/impls/da/da3.c
/petsc/src/dm/impls/da/gr2.c
/petsc/src/dm/impls/da/hypre/makefile
/petsc/src/dm/impls/da/makefile
/petsc/src/dm/impls/da/usfft/makefile
/petsc/src/dm/impls/da/utils/makefile
/petsc/src/dm/impls/iga/makefile
/petsc/src/dm/impls/makefile
/petsc/src/dm/impls/mesh/makefile
/petsc/src/dm/impls/sliced/makefile
/petsc/src/dm/interface/dmregall.c
/petsc/src/dm/interface/ftn-custom/makefile
/petsc/src/dm/ismap/impls/is/ismapis.c
/petsc/src/dm/ismap/impls/makefile
/petsc/src/dm/ismap/interface/makefile
/petsc/src/dm/ismap/makefile
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/faq.html
/petsc/src/ksp/ksp/examples/tests/ex32.c
/petsc/src/ksp/ksp/examples/tests/ex35.c
/petsc/src/ksp/ksp/examples/tutorials/ex15.c
/petsc/src/ksp/ksp/examples/tutorials/ex2f.F
/petsc/src/ksp/ksp/examples/tutorials/ex49.c
/petsc/src/ksp/ksp/examples/tutorials/ex8.c
/petsc/src/ksp/ksp/examples/tutorials/ex8g.c
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/gasm/gasm.c
/petsc/src/ksp/pc/impls/gasm/makefile
/petsc/src/ksp/pc/impls/is/pcis.c
/petsc/src/ksp/pc/impls/mg/makefile
/petsc/src/ksp/pc/impls/ml/ml.c
/petsc/src/ksp/pc/impls/wb/makefile
/petsc/src/mat/examples/tests/ex55.c
/petsc/src/mat/examples/tests/ex76.c
/petsc/src/mat/examples/tests/ex92.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/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/sbaijov.c
/petsc/src/mat/impls/sbaij/seq/aijsbaij.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/partition/impls/pmetis/pmetis.c
/petsc/src/mat/utils/convert.c
/petsc/src/snes/examples/tutorials/ex31.c
/petsc/src/snes/examples/tutorials/ex32.c
/petsc/src/snes/examples/tutorials/ex4.c
/petsc/src/snes/examples/tutorials/ex43-44.h
/petsc/src/snes/examples/tutorials/ex46.c
/petsc/src/snes/examples/tutorials/ex48.c
/petsc/src/snes/examples/tutorials/ex7.c
/petsc/src/snes/examples/tutorials/ex8.c
/petsc/src/sys/draw/examples/tests/ex1.c
/petsc/src/sys/draw/examples/tests/ex10.c
/petsc/src/sys/draw/examples/tests/ex2.c
/petsc/src/sys/draw/examples/tests/ex3.c
/petsc/src/sys/draw/examples/tests/ex4.c
/petsc/src/sys/draw/examples/tests/ex9.c
/petsc/src/sys/error/err.c
/petsc/src/sys/examples/tests/ex22.c
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/examples/tests/output/ex22.out
/petsc/src/sys/fileio/sysio.c
/petsc/src/sys/memory/mtr.c
/petsc/src/sys/random/examples/tutorials/ex2.c
/petsc/src/sys/random/interface/randomc.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/interface/dupl.c
/petsc/src/ts/examples/tutorials/ex10.c
/petsc/src/ts/examples/tutorials/ex14.c
is/impls/block/block.c
is/impls/general/general.c
is/impls/stride/stride.c
is/interface/index.c
is/utils/iscoloring.c
is/utils/isltog.c
vec/interface/vector.c
vec/utils/vpscat.c
/petsc/tutorials/multiphysics/mp.c
/petsc/tutorials/multiphysics/p1.c
/petsc/tutorials/multiphysics/p2.c
5111b02019-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: f406ac24be205c63ce341616bf1c2b192bdf8d7c

7b23a99a19-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

added PetscViewerASCIISynchronizedAllow()

Hg-commit: 1b3990b2f3be4ca192efd6709c3e10216cbc65e2

067c049c18-Apr-2011 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added methods ISGetIndices and ISGetSize for matlab PetscIS class.
Updated example ex2
Added matlab internal function of SNESVI Redundancy check.

Hg-commit: 8081276ec189ee2f03b187abe5339cedbc5a9313

3c4aec1b18-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

changed examples to pass pointer to destroy function
most work

Hg-commit: bbc5d1464c4cbe6ea83fdf46e15c0f41ea396c06


/petsc/include/sieve/problem/Bratu.hh
/petsc/include/sieve/problem/Ex_UFC.hh
/petsc/include/sieve/problem/LaplaceBEM.hh
/petsc/src/dm/ao/examples/tests/ex4.c
/petsc/src/dm/impls/mesh/examples/tutorials/bratu_ufc.cxx
/petsc/src/dm/impls/mesh/examples/tutorials/electrostatic.cxx
/petsc/src/dm/impls/mesh/examples/tutorials/fetidp.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/sliced/sliced.c
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/ksp/ksp/examples/tutorials/ex1.c
/petsc/src/ksp/ksp/examples/tutorials/ex15.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/ex31.c
/petsc/src/ksp/ksp/examples/tutorials/ex32.c
/petsc/src/ksp/ksp/examples/tutorials/ex34.c
/petsc/src/ksp/ksp/examples/tutorials/ex35.c
/petsc/src/ksp/ksp/examples/tutorials/ex37.c
/petsc/src/ksp/ksp/examples/tutorials/ex45.c
/petsc/src/ksp/ksp/examples/tutorials/ex47.c
/petsc/src/ksp/ksp/examples/tutorials/ex50.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/mat/examples/tests/ex1.c
/petsc/src/mat/examples/tests/ex10.c
/petsc/src/mat/examples/tests/ex100.c
/petsc/src/mat/examples/tests/ex101.c
/petsc/src/mat/examples/tests/ex102.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/ex109.c
/petsc/src/mat/examples/tests/ex110.c
/petsc/src/mat/examples/tests/ex111.c
/petsc/src/mat/examples/tests/ex112.c
/petsc/src/mat/examples/tests/ex113.c
/petsc/src/mat/examples/tests/ex114.c
/petsc/src/mat/examples/tests/ex115.c
/petsc/src/mat/examples/tests/ex116.c
/petsc/src/mat/examples/tests/ex118.c
/petsc/src/mat/examples/tests/ex119.c
/petsc/src/mat/examples/tests/ex12.c
/petsc/src/mat/examples/tests/ex120.c
/petsc/src/mat/examples/tests/ex121.c
/petsc/src/mat/examples/tests/ex122.c
/petsc/src/mat/examples/tests/ex123.c
/petsc/src/mat/examples/tests/ex124.c
/petsc/src/mat/examples/tests/ex125.c
/petsc/src/mat/examples/tests/ex127.c
/petsc/src/mat/examples/tests/ex128.c
/petsc/src/mat/examples/tests/ex129.c
/petsc/src/mat/examples/tests/ex13.c
/petsc/src/mat/examples/tests/ex130.c
/petsc/src/mat/examples/tests/ex131.c
/petsc/src/mat/examples/tests/ex132.c
/petsc/src/mat/examples/tests/ex133.c
/petsc/src/mat/examples/tests/ex134.c
/petsc/src/mat/examples/tests/ex135.c
/petsc/src/mat/examples/tests/ex136.c
/petsc/src/mat/examples/tests/ex137.c
/petsc/src/mat/examples/tests/ex138.c
/petsc/src/mat/examples/tests/ex139.c
/petsc/src/mat/examples/tests/ex14.c
/petsc/src/mat/examples/tests/ex140.c
/petsc/src/mat/examples/tests/ex141.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/ex16.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/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/ex28.c
/petsc/src/mat/examples/tests/ex3.c
/petsc/src/mat/examples/tests/ex30.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/ex35.c
/petsc/src/mat/examples/tests/ex37.c
/petsc/src/mat/examples/tests/ex38.c
/petsc/src/mat/examples/tests/ex4.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/ex48.c
/petsc/src/mat/examples/tests/ex49.c
/petsc/src/mat/examples/tests/ex5.c
/petsc/src/mat/examples/tests/ex50.c
/petsc/src/mat/examples/tests/ex51.c
/petsc/src/mat/examples/tests/ex52.c
/petsc/src/mat/examples/tests/ex53.c
/petsc/src/mat/examples/tests/ex54.c
/petsc/src/mat/examples/tests/ex55.c
/petsc/src/mat/examples/tests/ex56.c
/petsc/src/mat/examples/tests/ex57.c
/petsc/src/mat/examples/tests/ex58.c
/petsc/src/mat/examples/tests/ex59.c
/petsc/src/mat/examples/tests/ex6.c
/petsc/src/mat/examples/tests/ex60.c
/petsc/src/mat/examples/tests/ex61.c
/petsc/src/mat/examples/tests/ex62.c
/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/ex68.c
/petsc/src/mat/examples/tests/ex7.c
/petsc/src/mat/examples/tests/ex70.c
/petsc/src/mat/examples/tests/ex71.c
/petsc/src/mat/examples/tests/ex72.c
/petsc/src/mat/examples/tests/ex73.c
/petsc/src/mat/examples/tests/ex74.c
/petsc/src/mat/examples/tests/ex75.c
/petsc/src/mat/examples/tests/ex76.c
/petsc/src/mat/examples/tests/ex77.c
/petsc/src/mat/examples/tests/ex78.c
/petsc/src/mat/examples/tests/ex8.c
/petsc/src/mat/examples/tests/ex80.c
/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/ex9.c
/petsc/src/mat/examples/tests/ex91.c
/petsc/src/mat/examples/tests/ex92.c
/petsc/src/mat/examples/tests/ex93.c
/petsc/src/mat/examples/tests/ex94.c
/petsc/src/mat/examples/tests/ex95.c
/petsc/src/mat/examples/tests/ex96.c
/petsc/src/mat/examples/tests/ex97.c
/petsc/src/mat/examples/tests/ex98.c
/petsc/src/mat/examples/tests/ex99.c
/petsc/src/mat/examples/tutorials/ex1.c
/petsc/src/mat/examples/tutorials/ex10.c
/petsc/src/mat/examples/tutorials/ex11.c
/petsc/src/mat/examples/tutorials/ex12.c
/petsc/src/mat/examples/tutorials/ex13.c
/petsc/src/mat/examples/tutorials/ex15.c
/petsc/src/mat/examples/tutorials/ex2.c
/petsc/src/mat/examples/tutorials/ex4.c
/petsc/src/mat/examples/tutorials/ex5.c
/petsc/src/mat/examples/tutorials/ex6.c
/petsc/src/mat/examples/tutorials/ex8.c
/petsc/src/mat/examples/tutorials/ex9.c
/petsc/src/snes/examples/tests/ex1.c
/petsc/src/snes/examples/tests/ex10.c
/petsc/src/snes/examples/tests/ex11.c
/petsc/src/snes/examples/tests/ex13.c
/petsc/src/snes/examples/tests/ex15.c
/petsc/src/snes/examples/tests/ex16.c
/petsc/src/snes/examples/tests/ex17.c
/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/ex8.c
/petsc/src/snes/examples/tests/ex9.c
/petsc/src/snes/examples/tutorials/ex1.c
/petsc/src/snes/examples/tutorials/ex10.c
/petsc/src/snes/examples/tutorials/ex14.c
/petsc/src/snes/examples/tutorials/ex18.c
/petsc/src/snes/examples/tutorials/ex19tu.c
/petsc/src/snes/examples/tutorials/ex2.c
/petsc/src/snes/examples/tutorials/ex20.c
/petsc/src/snes/examples/tutorials/ex21.c
/petsc/src/snes/examples/tutorials/ex22.c
/petsc/src/snes/examples/tutorials/ex23.c
/petsc/src/snes/examples/tutorials/ex24.c
/petsc/src/snes/examples/tutorials/ex25.c
/petsc/src/snes/examples/tutorials/ex26.c
/petsc/src/snes/examples/tutorials/ex27.c
/petsc/src/snes/examples/tutorials/ex28.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/ex31.c
/petsc/src/snes/examples/tutorials/ex32.c
/petsc/src/snes/examples/tutorials/ex38.c
/petsc/src/snes/examples/tutorials/ex4.c
/petsc/src/snes/examples/tutorials/ex42.c
/petsc/src/snes/examples/tutorials/ex43.c
/petsc/src/snes/examples/tutorials/ex44.c
/petsc/src/snes/examples/tutorials/ex45.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/ex51.c
/petsc/src/snes/examples/tutorials/ex53.c
/petsc/src/snes/examples/tutorials/ex54.c
/petsc/src/snes/examples/tutorials/ex5s.c
/petsc/src/snes/examples/tutorials/ex6.c
/petsc/src/snes/examples/tutorials/ex7.c
/petsc/src/snes/examples/tutorials/ex8.c
/petsc/src/snes/interface/snes.c
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/random/examples/tutorials/ex1.c
/petsc/src/sys/random/examples/tutorials/ex2.c
/petsc/src/sys/random/examples/tutorials/makefile
/petsc/src/sys/viewer/interface/view.c
/petsc/src/ts/examples/tests/ex1.c
/petsc/src/ts/examples/tests/ex2.c
/petsc/src/ts/examples/tests/ex3.c
/petsc/src/ts/examples/tests/ex4.c
/petsc/src/ts/examples/tutorials/ex1.c
/petsc/src/ts/examples/tutorials/ex10.c
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/ex12.c
/petsc/src/ts/examples/tutorials/ex13.c
/petsc/src/ts/examples/tutorials/ex14.c
/petsc/src/ts/examples/tutorials/ex15.c
/petsc/src/ts/examples/tutorials/ex17.c
/petsc/src/ts/examples/tutorials/ex18.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/examples/tutorials/ex8.c
/petsc/src/ts/examples/tutorials/ex9.c
/petsc/src/ts/examples/tutorials/util2.c
/petsc/src/ts/interface/ts.c
is/examples/tests/ex1.c
is/examples/tests/ex2.c
is/examples/tests/ex3.c
is/examples/tests/ex4.c
is/examples/tests/ex5.c
is/examples/tests/ex6.c
is/examples/tutorials/ex1.c
is/examples/tutorials/ex2.c
is/examples/tutorials/ex3.c
is/examples/tutorials/ex4.c
vec/examples/tests/ex1.c
vec/examples/tests/ex10.c
vec/examples/tests/ex11.c
vec/examples/tests/ex12.c
vec/examples/tests/ex14.c
vec/examples/tests/ex15.c
vec/examples/tests/ex16.c
vec/examples/tests/ex17.c
vec/examples/tests/ex18.c
vec/examples/tests/ex2.c
vec/examples/tests/ex21.c
vec/examples/tests/ex22.c
vec/examples/tests/ex23.c
vec/examples/tests/ex24.c
vec/examples/tests/ex25.c
vec/examples/tests/ex28.c
vec/examples/tests/ex29.c
vec/examples/tests/ex3.c
vec/examples/tests/ex31.c
vec/examples/tests/ex33.c
vec/examples/tests/ex34.c
vec/examples/tests/ex35.c
vec/examples/tests/ex36.c
vec/examples/tests/ex37.c
vec/examples/tests/ex38.c
vec/examples/tests/ex39.c
vec/examples/tests/ex4.c
vec/examples/tests/ex5.c
vec/examples/tests/ex6.c
vec/examples/tests/ex7.c
vec/examples/tests/ex8.c
vec/examples/tests/ex9.c
vec/examples/tutorials/ex10.c
vec/examples/tutorials/ex11.c
vec/examples/tutorials/ex12.c
vec/examples/tutorials/ex15.c
vec/examples/tutorials/ex16.c
vec/examples/tutorials/ex17.c
vec/examples/tutorials/ex18.c
vec/examples/tutorials/ex19.c
vec/examples/tutorials/ex1e.c
vec/examples/tutorials/ex2.c
vec/examples/tutorials/ex3.c
vec/examples/tutorials/ex42.c
vec/examples/tutorials/ex42a.c
vec/examples/tutorials/ex5.c
vec/examples/tutorials/ex6.c
vec/examples/tutorials/ex7.c
vec/examples/tutorials/ex8.c
vec/examples/tutorials/ex9.c
6bf464f918-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

converted rest of source code to take pointers into destructor reoutines. make test workds

Hg-commit: 78c641225c0516099423eeea3cc66e68fd2f62f3


/petsc/include/petscdm.h
/petsc/include/petscdmiga.h
/petsc/include/petscpc.h
/petsc/include/petscpf.h
/petsc/include/petscsys.h
/petsc/include/petscvec.h
/petsc/include/private/kspimpl.h
/petsc/include/private/petscimpl.h
/petsc/src/dm/ao/impls/mapping/aomapping.c
/petsc/src/dm/ao/interface/ao.c
/petsc/src/dm/impls/composite/pack.c
/petsc/src/dm/impls/da/dadestroy.c
/petsc/src/dm/impls/da/gr2.c
/petsc/src/dm/impls/iga/iga.c
/petsc/src/dm/impls/sliced/sliced.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/ismap/impls/is/ismapis.c
/petsc/src/dm/ismap/interface/ismap.c
/petsc/src/ksp/ksp/impls/bcgs/bcgs.c
/petsc/src/ksp/ksp/impls/bcgsl/bcgsl.c
/petsc/src/ksp/ksp/impls/broyden/broyden.c
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cg/gltr/gltr.c
/petsc/src/ksp/ksp/impls/cg/nash/nash.c
/petsc/src/ksp/ksp/impls/cg/stcg/stcg.c
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/impls/gcr/gcr.c
/petsc/src/ksp/ksp/impls/ngmres/ngmres.c
/petsc/src/ksp/ksp/impls/qcg/qcg.c
/petsc/src/ksp/ksp/impls/rich/rich.c
/petsc/src/ksp/ksp/impls/specest/specest.c
/petsc/src/ksp/ksp/interface/iguess.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/ksp/utils/schurm.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/composite/composite.c
/petsc/src/ksp/pc/impls/cp/cp.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/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/galerkin/galerkin.c
/petsc/src/ksp/pc/impls/gasm/gasm.c
/petsc/src/ksp/pc/impls/hypre/hypre.c
/petsc/src/ksp/pc/impls/is/nn/nn.c
/petsc/src/ksp/pc/impls/is/pcis.c
/petsc/src/ksp/pc/impls/jacobi/jacobi.c
/petsc/src/ksp/pc/impls/ksp/pcksp.c
/petsc/src/ksp/pc/impls/lsc/lsc.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/mg/mgfunc.c
/petsc/src/ksp/pc/impls/openmp/openmp.c
/petsc/src/ksp/pc/impls/redistribute/redistribute.c
/petsc/src/ksp/pc/impls/redundant/redundant.c
/petsc/src/ksp/pc/impls/svd/svd.c
/petsc/src/ksp/pc/impls/tfs/tfs.c
/petsc/src/ksp/pc/impls/wb/wb.c
/petsc/src/ksp/pc/interface/pcregis.c
/petsc/src/ksp/pc/interface/pcset.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/color/color.c
/petsc/src/mat/impls/aij/mpi/crl/mcrl.c
/petsc/src/mat/impls/aij/mpi/mmaij.c
/petsc/src/mat/impls/aij/mpi/mpb_aij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/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/pastix/pastix.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/inode.c
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/mpi/mmbaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/blockmat/seq/blockmat.c
/petsc/src/mat/impls/composite/mcomposite.c
/petsc/src/mat/impls/dense/mpi/mmdense.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/is/matis.c
/petsc/src/mat/impls/localref/mlocalref.c
/petsc/src/mat/impls/lrc/lrc.c
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/nest/matnest.c
/petsc/src/mat/impls/normal/normm.c
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/sbaijov.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/impls/sbaij/seq/sro.c
/petsc/src/mat/impls/scatter/mscatter.c
/petsc/src/mat/impls/shell/shellcnv.c
/petsc/src/mat/impls/submat/submat.c
/petsc/src/mat/impls/transpose/transm.c
/petsc/src/mat/interface/ftn-custom/zmatrixf.c
/petsc/src/mat/interface/matnull.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/order/sorder.c
/petsc/src/mat/partition/impls/pmetis/pmetis.c
/petsc/src/mat/partition/partition.c
/petsc/src/mat/utils/axpy.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/mat/utils/matstash.c
/petsc/src/mat/utils/matstashspace.c
/petsc/src/mat/utils/multequal.c
/petsc/src/mat/utils/zerodiag.c
/petsc/src/snes/examples/tutorials/ex19.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/test/snestest.c
/petsc/src/snes/impls/vi/vi.c
/petsc/src/snes/interface/noise/snesmfj2.c
/petsc/src/snes/interface/noise/snesnoise.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesut.c
/petsc/src/snes/utils/damg.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/bag/bag.c
/petsc/src/sys/bag/f90-custom/zbagf90.c
/petsc/src/sys/dll/dlimpl.c
/petsc/src/sys/draw/impls/x/xops.c
/petsc/src/sys/draw/interface/draw.c
/petsc/src/sys/draw/interface/dviewp.c
/petsc/src/sys/draw/utils/axisc.c
/petsc/src/sys/draw/utils/dscatter.c
/petsc/src/sys/draw/utils/hists.c
/petsc/src/sys/draw/utils/lgc.c
/petsc/src/sys/ftn-custom/zutils.c
/petsc/src/sys/fwk/interface/fwk.c
/petsc/src/sys/objects/destroy.c
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/olist.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/objects/subcomm.c
/petsc/src/sys/random/interface/randomc.c
/petsc/src/sys/viewer/impls/ascii/filev.c
/petsc/src/sys/viewer/impls/binary/binv.c
/petsc/src/sys/viewer/impls/draw/drawv.c
/petsc/src/sys/viewer/impls/string/stringv.c
/petsc/src/sys/viewer/interface/view.c
/petsc/src/sys/viewer/interface/viewers.c
/petsc/src/ts/characteristic/interface/characteristic.c
/petsc/src/ts/impls/explicit/euler/euler.c
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/ts/impls/implicit/alpha/alpha.c
/petsc/src/ts/impls/implicit/beuler/beuler.c
/petsc/src/ts/impls/implicit/cn/cn.c
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/ts/impls/implicit/gl/gladapt.c
/petsc/src/ts/impls/implicit/theta/theta.c
/petsc/src/ts/impls/pseudo/posindep.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tsfd.c
/petsc/src/ts/interface/tsreg.c
is/impls/block/block.c
is/impls/general/general.c
is/impls/stride/stride.c
is/interface/ftn-custom/zindexf.c
is/interface/index.c
is/utils/iscoloring.c
is/utils/isltog.c
pf/interface/pf.c
vec/examples/tutorials/ex1.c
vec/impls/mpi/pbvec.c
vec/impls/mpi/pdvec.c
vec/impls/mpi/pmap.c
vec/impls/nest/vecnest.c
vec/impls/seq/seqcusp/veccusp.cu
vec/interface/f90-custom/zvectorf90.c
vec/interface/ftn-custom/zvectorf.c
vec/interface/rvector.c
vec/interface/veccreate.c
vec/interface/vector.c
vec/utils/ftn-custom/zvscatf.c
vec/utils/vecmpitoseq.c
vec/utils/vpscat.c
vec/utils/vscat.c
9b08a59815-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after terrible merge

Hg-commit: 6ee623422368621da3dca005325b05a2fcd6d6bb


/petsc/bin/matlab/classes/PetscSNESVIRedundancyCheckInternal.m
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/packages/PaStiX.py
/petsc/config/PETSc/utilities/scalarTypes.py
/petsc/config/builder.py
/petsc/config/cmakegen.py
/petsc/include/petscdm.h
/petsc/include/petscdmiga.h
/petsc/include/petscdmmesh.hh
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petscts.h
/petsc/include/petscviewer.h
/petsc/include/private/igaimpl.h
/petsc/include/private/logimpl.h
/petsc/include/private/snesimpl.h
/petsc/include/private/tsimpl.h
/petsc/include/sieve/Field.hh
/petsc/include/sieve/Numbering.hh
/petsc/include/sieve/SieveBuilder.hh
/petsc/setup.py
/petsc/src/dm/ao/examples/tests/ex4.c
/petsc/src/dm/ao/examples/tests/ex4f.F
/petsc/src/dm/ao/examples/tests/output/ex4.out
/petsc/src/dm/ao/impls/basic/aobasic.c
/petsc/src/dm/ao/impls/memscalable/aomemscalable.c
/petsc/src/dm/ao/interface/aoreg.c
/petsc/src/dm/impls/adda/adda.c
/petsc/src/dm/impls/composite/pack.c
/petsc/src/dm/impls/da/dadestroy.c
/petsc/src/dm/impls/da/dagetarray.c
/petsc/src/dm/impls/iga/iga.c
/petsc/src/dm/impls/iga/igacreate.c
/petsc/src/dm/impls/iga/makefile
/petsc/src/dm/impls/makefile
/petsc/src/dm/impls/mesh/mesh.c
/petsc/src/dm/impls/mesh/meshcreate.c
/petsc/src/dm/impls/sliced/sliced.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/interface/dmregall.c
/petsc/src/dm/ismap/interface/ismap.c
/petsc/src/docs/tex/manual/developers.tex
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/faq.html
/petsc/src/ksp/ksp/examples/tutorials/ex39.c
/petsc/src/ksp/ksp/examples/tutorials/ex45.c
/petsc/src/ksp/ksp/examples/tutorials/output/ex40_1.out
/petsc/src/ksp/ksp/impls/bcgsl/bcgsl.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/ksp/utils/schurm.c
/petsc/src/ksp/pc/interface/pcset.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/color/color.c
/petsc/src/mat/examples/tests/ex92.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex104.out
/petsc/src/mat/examples/tests/output/ex67f_1.out
/petsc/src/mat/examples/tests/output/ex79f_1.out
/petsc/src/mat/examples/tests/output/ex92_1.out
/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/baijfact2.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/python/pythonmat.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/sbaijov.c
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/order/sorder.c
/petsc/src/mat/partition/partition.c
/petsc/src/snes/examples/tutorials/ex10.c
/petsc/src/snes/examples/tutorials/ex10d/ex10.c
/petsc/src/snes/examples/tutorials/ex30.c
/petsc/src/snes/examples/tutorials/output/ex10_0.out
/petsc/src/snes/examples/tutorials/output/ex10_1.out
/petsc/src/snes/examples/tutorials/output/ex10_2.out
/petsc/src/snes/examples/tutorials/output/ex10_3.out
/petsc/src/snes/examples/tutorials/output/ex10_4.out
/petsc/src/snes/impls/ksponly/ksponly.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/picard/picard.c
/petsc/src/snes/impls/test/snestest.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/snesut.c
/petsc/src/sys/dll/dlimpl.c
/petsc/src/sys/dll/reg.c
/petsc/src/sys/draw/interface/drawreg.c
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/examples/tests/output/ex7.out
/petsc/src/sys/fwk/interface/fwk.c
/petsc/src/sys/objects/gcookie.c
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/random/interface/randreg.c
/petsc/src/sys/viewer/impls/ascii/filev.c
/petsc/src/sys/viewer/impls/binary/binv.c
/petsc/src/sys/viewer/impls/vu/petscvu.c
/petsc/src/sys/viewer/interface/viewreg.c
/petsc/src/ts/characteristic/interface/characteristic.c
/petsc/src/ts/examples/tutorials/ex18.c
/petsc/src/ts/examples/tutorials/ex8.c
/petsc/src/ts/examples/tutorials/ex9.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/impls/explicit/euler/euler.c
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/ts/impls/explicit/ssp/ssp.c
/petsc/src/ts/impls/implicit/alpha/alpha.c
/petsc/src/ts/impls/implicit/beuler/beuler.c
/petsc/src/ts/impls/implicit/cn/cn.c
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/ts/impls/implicit/gl/gladapt.c
/petsc/src/ts/impls/implicit/sundials/sundials.c
/petsc/src/ts/impls/implicit/theta/theta.c
/petsc/src/ts/impls/pseudo/posindep.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tscreate.c
/petsc/src/ts/interface/tsreg.c
is/interface/isreg.c
pf/interface/pf.c
vec/examples/tests/output/ex32f_1.out
vec/impls/mpi/pmap.c
vec/interface/vecreg.c
/petsc/tutorials/python/example1.py
fcfd50eb15-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

partcially completed making PETSc object destructors take & for the argument

Hg-commit: e5e776c3749e6dc0b2c108f7f84f10a7aaba55f5


/petsc/bin/matlab/classes/PetscDM.m
/petsc/bin/matlab/classes/PetscDMDACreate1d.m
/petsc/bin/matlab/classes/PetscIS.m
/petsc/bin/matlab/classes/PetscInitialize.m
/petsc/bin/matlab/classes/PetscKSP.m
/petsc/bin/matlab/classes/PetscSNES.m
/petsc/bin/matlab/classes/examples/tests/ex2.m
/petsc/bin/matlab/classes/matlabheader.h
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/package.py
/petsc/config/PETSc/packages/mpe.py
/petsc/config/PETSc/packages/petsc4py.py
/petsc/config/PETSc/petsc.py
/petsc/config/builder.py
/petsc/include/characteristic.h
/petsc/include/finclude/petscmat.h
/petsc/include/petscao.h
/petsc/include/petscbag.h
/petsc/include/petsccompat.h
/petsc/include/petscdm.h
/petsc/include/petscdmda.h
/petsc/include/petscdmmesh.h
/petsc/include/petscdmmesh.hh
/petsc/include/petscdraw.h
/petsc/include/petscerror.h
/petsc/include/petscfwk.h
/petsc/include/petscis.h
/petsc/include/petscksp.h
/petsc/include/petsclog.h
/petsc/include/petsclog.hh
/petsc/include/petscmat.h
/petsc/include/petscmatlab.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petscts.h
/petsc/include/petscvec.h
/petsc/include/petscviewer.h
/petsc/include/private/dmimpl.h
/petsc/include/private/ismapimpl.h
/petsc/include/private/kspimpl.h
/petsc/include/private/matimpl.h
/petsc/include/private/petscimpl.h
/petsc/include/private/vecimpl.h
/petsc/include/sieve/ALE_mem.hh
/petsc/include/sieve/DMBuilder.hh
/petsc/include/sieve/Distribution.hh
/petsc/include/sieve/ISieve.hh
/petsc/include/sieve/Numbering.hh
/petsc/include/sieve/SieveBuilder.hh
/petsc/include/sieve/Sifter.hh
/petsc/include/sieve/problem/Bratu.hh
/petsc/include/sieve/problem/Ex_UFC.hh
/petsc/include/sieve/problem/LaplaceBEM.hh
/petsc/src/benchmarks/Index.c
/petsc/src/benchmarks/PetscMalloc.c
/petsc/src/contrib/blopex/driver/driver.c
/petsc/src/contrib/blopex/driver_diag/driver_diag.c
/petsc/src/contrib/blopex/driver_fiedler/driver_fiedler.c
/petsc/src/contrib/blopex/petsc-interface/petsc-interface.c
/petsc/src/contrib/fun3d/comp/flow.c
/petsc/src/contrib/fun3d/incomp/flow.c
/petsc/src/contrib/helmholtz_2/ex12.c
/petsc/src/contrib/keyes/ex15.c
/petsc/src/contrib/remote/ex1.c
/petsc/src/dm/ao/examples/tests/ex1.c
/petsc/src/dm/ao/examples/tests/ex2.c
/petsc/src/dm/ao/examples/tests/ex3d/ex3.cpp
/petsc/src/dm/ao/examples/tests/ex3d/makefile
/petsc/src/dm/ao/examples/tests/ex3d/output/ex3_1.out
/petsc/src/dm/ao/examples/tests/ex3d/output/ex3_3.out
/petsc/src/dm/ao/examples/tests/ex7.c
/petsc/src/dm/ao/examples/tests/makefile
/petsc/src/dm/ao/examples/tests/output/ex1_1.out
/petsc/src/dm/ao/examples/tests/output/ex1_2.out
/petsc/src/dm/ao/examples/tests/output/ex1_3.out
/petsc/src/dm/ao/examples/tutorials/ex2.c
/petsc/src/dm/ao/impls/basic/aobasic.c
/petsc/src/dm/ao/impls/basic/ftn-custom/zaobasicf.c
/petsc/src/dm/ao/impls/mapping/aomapping.c
/petsc/src/dm/ao/impls/memscalable/aomemscalable.c
/petsc/src/dm/ao/interface/ao.c
/petsc/src/dm/ao/interface/dlregisdm.c
/petsc/src/dm/ao/interface/ftn-custom/zaof.c
/petsc/src/dm/examples/tests/ex1.c
/petsc/src/dm/examples/tests/ex10.c
/petsc/src/dm/examples/tests/ex11.c
/petsc/src/dm/examples/tests/ex12.c
/petsc/src/dm/examples/tests/ex13.c
/petsc/src/dm/examples/tests/ex14.c
/petsc/src/dm/examples/tests/ex15.c
/petsc/src/dm/examples/tests/ex16.c
/petsc/src/dm/examples/tests/ex17.c
/petsc/src/dm/examples/tests/ex18.c
/petsc/src/dm/examples/tests/ex19.c
/petsc/src/dm/examples/tests/ex2.c
/petsc/src/dm/examples/tests/ex21.c
/petsc/src/dm/examples/tests/ex22.c
/petsc/src/dm/examples/tests/ex23.c
/petsc/src/dm/examples/tests/ex24.c
/petsc/src/dm/examples/tests/ex25.c
/petsc/src/dm/examples/tests/ex26.c
/petsc/src/dm/examples/tests/ex27.c
/petsc/src/dm/examples/tests/ex28.c
/petsc/src/dm/examples/tests/ex3.c
/petsc/src/dm/examples/tests/ex30.c
/petsc/src/dm/examples/tests/ex31.c
/petsc/src/dm/examples/tests/ex32.c
/petsc/src/dm/examples/tests/ex33.c
/petsc/src/dm/examples/tests/ex35.c
/petsc/src/dm/examples/tests/ex36.c
/petsc/src/dm/examples/tests/ex4.c
/petsc/src/dm/examples/tests/ex5.c
/petsc/src/dm/examples/tests/ex6.c
/petsc/src/dm/examples/tests/ex7.c
/petsc/src/dm/examples/tests/ex8.c
/petsc/src/dm/examples/tests/ex9.c
/petsc/src/dm/examples/tutorials/ex1.c
/petsc/src/dm/examples/tutorials/ex10.c
/petsc/src/dm/examples/tutorials/ex12.c
/petsc/src/dm/examples/tutorials/ex2.c
/petsc/src/dm/examples/tutorials/ex3.c
/petsc/src/dm/examples/tutorials/ex4.c
/petsc/src/dm/examples/tutorials/ex5.c
/petsc/src/dm/examples/tutorials/ex6.c
/petsc/src/dm/examples/tutorials/ex7.c
/petsc/src/dm/examples/tutorials/ex9.c
/petsc/src/dm/impls/adda/adda.c
/petsc/src/dm/impls/adda/examples/tests/ex1.c
/petsc/src/dm/impls/composite/f90-custom/zfddaf90.c
/petsc/src/dm/impls/composite/ftn-custom/zfddaf.c
/petsc/src/dm/impls/composite/pack.c
/petsc/src/dm/impls/composite/packm.c
/petsc/src/dm/impls/da/da.c
/petsc/src/dm/impls/da/da1.c
/petsc/src/dm/impls/da/da2.c
/petsc/src/dm/impls/da/da3.c
/petsc/src/dm/impls/da/dacorn.c
/petsc/src/dm/impls/da/dadestroy.c
/petsc/src/dm/impls/da/dagtol.c
/petsc/src/dm/impls/da/dagtona.c
/petsc/src/dm/impls/da/daindex.c
/petsc/src/dm/impls/da/dainterp.c
/petsc/src/dm/impls/da/daload.c
/petsc/src/dm/impls/da/dalocal.c
/petsc/src/dm/impls/da/daview.c
/petsc/src/dm/impls/da/f90-custom/zda1f90.c
/petsc/src/dm/impls/da/fdda.c
/petsc/src/dm/impls/da/gr1.c
/petsc/src/dm/impls/da/gr2.c
/petsc/src/dm/impls/da/utils/binaryMatlab.c
/petsc/src/dm/impls/mesh/examples/tests/mesh2.cxx
/petsc/src/dm/impls/mesh/examples/tests/operator1.cxx
/petsc/src/dm/impls/mesh/examples/tests/refinementTest.cxx
/petsc/src/dm/impls/mesh/examples/tests/section2.cxx
/petsc/src/dm/impls/mesh/examples/tests/sieveTests.cxx
/petsc/src/dm/impls/mesh/examples/tutorials/bratu.cxx
/petsc/src/dm/impls/mesh/examples/tutorials/bratu_ufc.cxx
/petsc/src/dm/impls/mesh/examples/tutorials/electrostatic.cxx
/petsc/src/dm/impls/mesh/examples/tutorials/ex1.c
/petsc/src/dm/impls/mesh/examples/tutorials/ex10.cxx
/petsc/src/dm/impls/mesh/examples/tutorials/ex12.cxx
/petsc/src/dm/impls/mesh/examples/tutorials/ex2.c
/petsc/src/dm/impls/mesh/examples/tutorials/ex3.c
/petsc/src/dm/impls/mesh/examples/tutorials/ex5.c
/petsc/src/dm/impls/mesh/examples/tutorials/ex6.c
/petsc/src/dm/impls/mesh/examples/tutorials/ex7.c
/petsc/src/dm/impls/mesh/examples/tutorials/ex_coarsen.c
/petsc/src/dm/impls/mesh/examples/tutorials/ex_coarsen.h
/petsc/src/dm/impls/mesh/examples/tutorials/ex_coarsen_2.c
/petsc/src/dm/impls/mesh/examples/tutorials/ex_coarsen_3.c
/petsc/src/dm/impls/mesh/examples/tutorials/fetidp.cxx
/petsc/src/dm/impls/mesh/examples/tutorials/fvTest.cxx
/petsc/src/dm/impls/mesh/examples/tutorials/grade2.cxx
/petsc/src/dm/impls/mesh/examples/tutorials/ionChannel.cxx
/petsc/src/dm/impls/mesh/examples/tutorials/laplaceBEM1.hh
/petsc/src/dm/impls/mesh/examples/tutorials/mesh_surgery.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/refinement.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/f90-custom/zmeshf90.c
/petsc/src/dm/impls/mesh/f90-custom/zsectionf90.c
/petsc/src/dm/impls/mesh/ftn-custom/zmesh.c
/petsc/src/dm/impls/mesh/mesh.c
/petsc/src/dm/impls/mesh/meshbardhan.c
/petsc/src/dm/impls/mesh/meshcreate.c
/petsc/src/dm/impls/mesh/meshlagrit.c
/petsc/src/dm/impls/mesh/meshpcice.c
/petsc/src/dm/impls/mesh/section.c
/petsc/src/dm/impls/sliced/sliced.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/ismap/impls/is/ismapis.c
/petsc/src/dm/ismap/impls/is/makefile
/petsc/src/dm/ismap/impls/makefile
/petsc/src/dm/ismap/interface/ismap.c
/petsc/src/dm/ismap/interface/makefile
/petsc/src/dm/ismap/makefile
/petsc/src/dm/makefile
/petsc/src/docs/tex/manual/acknowl.tex
/petsc/src/docs/tex/manual/manual.tex
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/website/developers/projects.html
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/miscellaneous/acknwldg.html
/petsc/src/ksp/ksp/examples/tests/ex1.c
/petsc/src/ksp/ksp/examples/tests/ex10.c
/petsc/src/ksp/ksp/examples/tests/ex11.c
/petsc/src/ksp/ksp/examples/tests/ex14.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/ex19.c
/petsc/src/ksp/ksp/examples/tests/ex20.c
/petsc/src/ksp/ksp/examples/tests/ex21.c
/petsc/src/ksp/ksp/examples/tests/ex22.c
/petsc/src/ksp/ksp/examples/tests/ex24.c
/petsc/src/ksp/ksp/examples/tests/ex25.c
/petsc/src/ksp/ksp/examples/tests/ex26.c
/petsc/src/ksp/ksp/examples/tests/ex27.c
/petsc/src/ksp/ksp/examples/tests/ex28.c
/petsc/src/ksp/ksp/examples/tests/ex29.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/ex32.c
/petsc/src/ksp/ksp/examples/tests/ex33.c
/petsc/src/ksp/ksp/examples/tests/ex34.c
/petsc/src/ksp/ksp/examples/tests/ex35.c
/petsc/src/ksp/ksp/examples/tests/ex36.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/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/ex15.c
/petsc/src/ksp/ksp/examples/tutorials/ex16.c
/petsc/src/ksp/ksp/examples/tutorials/ex2.c
/petsc/src/ksp/ksp/examples/tutorials/ex22.c
/petsc/src/ksp/ksp/examples/tutorials/ex23.c
/petsc/src/ksp/ksp/examples/tutorials/ex25.c
/petsc/src/ksp/ksp/examples/tutorials/ex27.c
/petsc/src/ksp/ksp/examples/tutorials/ex28.c
/petsc/src/ksp/ksp/examples/tutorials/ex29.c
/petsc/src/ksp/ksp/examples/tutorials/ex2f.F
/petsc/src/ksp/ksp/examples/tutorials/ex3.c
/petsc/src/ksp/ksp/examples/tutorials/ex30.c
/petsc/src/ksp/ksp/examples/tutorials/ex31.c
/petsc/src/ksp/ksp/examples/tutorials/ex32.c
/petsc/src/ksp/ksp/examples/tutorials/ex34.c
/petsc/src/ksp/ksp/examples/tutorials/ex35.c
/petsc/src/ksp/ksp/examples/tutorials/ex37.c
/petsc/src/ksp/ksp/examples/tutorials/ex38.c
/petsc/src/ksp/ksp/examples/tutorials/ex39.c
/petsc/src/ksp/ksp/examples/tutorials/ex40.c
/petsc/src/ksp/ksp/examples/tutorials/ex41.c
/petsc/src/ksp/ksp/examples/tutorials/ex43.c
/petsc/src/ksp/ksp/examples/tutorials/ex45.c
/petsc/src/ksp/ksp/examples/tutorials/ex46.c
/petsc/src/ksp/ksp/examples/tutorials/ex47.c
/petsc/src/ksp/ksp/examples/tutorials/ex49.c
/petsc/src/ksp/ksp/examples/tutorials/ex5.c
/petsc/src/ksp/ksp/examples/tutorials/ex50.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/ex8.c
/petsc/src/ksp/ksp/examples/tutorials/ex8g.c
/petsc/src/ksp/ksp/examples/tutorials/ex9.c
/petsc/src/ksp/ksp/impls/bcgs/bcgs.c
/petsc/src/ksp/ksp/impls/bcgsl/bcgsl.c
/petsc/src/ksp/ksp/impls/broyden/broyden.c
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cg/gltr/gltr.c
/petsc/src/ksp/ksp/impls/cg/nash/nash.c
/petsc/src/ksp/ksp/impls/cg/stcg/stcg.c
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/impls/gcr/gcr.c
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmres.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/lsqr/lsqr.c
/petsc/src/ksp/ksp/impls/ngmres/ngmres.c
/petsc/src/ksp/ksp/impls/qcg/qcg.c
/petsc/src/ksp/ksp/impls/rich/rich.c
/petsc/src/ksp/ksp/impls/specest/specest.c
/petsc/src/ksp/ksp/interface/eige.c
/petsc/src/ksp/ksp/interface/ftn-custom/zitfuncf.c
/petsc/src/ksp/ksp/interface/iguess.c
/petsc/src/ksp/ksp/interface/itcl.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/ksp/interface/xmon.c
/petsc/src/ksp/ksp/utils/schurm.c
/petsc/src/ksp/pc/examples/tests/ex1.c
/petsc/src/ksp/pc/examples/tests/ex2.c
/petsc/src/ksp/pc/examples/tests/ex3.c
/petsc/src/ksp/pc/examples/tests/ex4.c
/petsc/src/ksp/pc/examples/tests/ex5.c
/petsc/src/ksp/pc/examples/tests/ex6.c
/petsc/src/ksp/pc/examples/tests/ex7.c
/petsc/src/ksp/pc/examples/tutorials/ex1.c
/petsc/src/ksp/pc/examples/tutorials/ex2.c
/petsc/src/ksp/pc/examples/tutorials/ex3.c
/petsc/src/ksp/pc/impls/ainvcusp/ainvcusp.cu
/petsc/src/ksp/pc/impls/asa/asa.c
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/asm/ftn-custom/zasmf.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/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/galerkin/galerkin.c
/petsc/src/ksp/pc/impls/gasm/gasm.c
/petsc/src/ksp/pc/impls/is/nn/nn.c
/petsc/src/ksp/pc/impls/is/pcis.c
/petsc/src/ksp/pc/impls/makefile
/petsc/src/ksp/pc/impls/redistribute/redistribute.c
/petsc/src/ksp/pc/impls/redundant/redundant.c
/petsc/src/ksp/pc/impls/wb/wb.c
/petsc/src/mat/examples/tests/ex103.c
/petsc/src/mat/examples/tests/ex106.c
/petsc/src/mat/examples/tests/ex107.c
/petsc/src/mat/examples/tests/ex11.c
/petsc/src/mat/examples/tests/ex117.c
/petsc/src/mat/examples/tests/ex54.c
/petsc/src/mat/examples/tests/ex92.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/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/seq/seqcusp/aijcusp.cu
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/interface/matnull.c
/petsc/src/snes/examples/tests/ex8.c
/petsc/src/snes/examples/tutorials/ex10.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/ls/lsparams.c
/petsc/src/snes/impls/vi/vi.c
/petsc/src/snes/utils/damg.c
/petsc/src/sys/bag/f90-custom/zbagf90.c
/petsc/src/sys/dll/dlimpl.c
/petsc/src/sys/draw/impls/win32/win32draw.c
/petsc/src/sys/draw/utils/lgc.c
/petsc/src/sys/examples/tutorials/ex5f90.F90
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/ftn-custom/zstart.c
/petsc/src/sys/fwk/interface/fwk.c
/petsc/src/sys/memory/mtr.c
/petsc/src/sys/objects/destroy.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/plog/plog.c
/petsc/src/sys/plog/utils/classLog.c
/petsc/src/sys/plog/utils/eventLog.c
/petsc/src/sys/plog/utils/stack.c
/petsc/src/sys/plog/utils/stageLog.c
/petsc/src/sys/utils/sortip.c
/petsc/src/ts/examples/tutorials/ex9.c
is/impls/block/block.c
is/impls/general/general.c
is/impls/stride/stride.c
is/interface/index.c
is/interface/isreg.c
vec/impls/mpi/pdvec.c
68b022c815-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 335e836c7798747e6242df554ae58fe4db9f803f


/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/utilities/scalarTypes.py
/petsc/config/builder.py
/petsc/config/cmakegen.py
/petsc/include/petscdm.h
/petsc/include/petscdmiga.h
/petsc/include/petscdmmesh.hh
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petscts.h
/petsc/include/petscviewer.h
/petsc/include/private/igaimpl.h
/petsc/include/private/snesimpl.h
/petsc/include/private/tsimpl.h
/petsc/include/sieve/Field.hh
/petsc/include/sieve/Numbering.hh
/petsc/setup.py
/petsc/src/dm/ao/impls/basic/aobasic.c
/petsc/src/dm/ao/impls/memscalable/aomemscalable.c
/petsc/src/dm/impls/da/dagetarray.c
/petsc/src/dm/impls/iga/iga.c
/petsc/src/dm/impls/iga/igacreate.c
/petsc/src/dm/impls/iga/makefile
/petsc/src/dm/impls/mesh/mesh.c
/petsc/src/dm/interface/dmregall.c
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/faq.html
/petsc/src/ksp/ksp/examples/tutorials/ex39.c
/petsc/src/ksp/ksp/examples/tutorials/output/ex40_1.out
/petsc/src/ksp/ksp/impls/bcgsl/bcgsl.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/examples/tests/ex92.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex104.out
/petsc/src/mat/examples/tests/output/ex67f_1.out
/petsc/src/mat/examples/tests/output/ex79f_1.out
/petsc/src/mat/examples/tests/output/ex92_1.out
/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/python/pythonmat.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/sbaijov.c
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/examples/tutorials/ex10d/ex10.c
/petsc/src/snes/examples/tutorials/ex30.c
/petsc/src/snes/impls/ksponly/ksponly.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/picard/picard.c
/petsc/src/snes/impls/test/snestest.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/snesut.c
/petsc/src/sys/dll/dlimpl.c
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/examples/tests/output/ex7.out
/petsc/src/sys/objects/gcookie.c
/petsc/src/sys/viewer/impls/ascii/filev.c
/petsc/src/sys/viewer/impls/binary/binv.c
/petsc/src/sys/viewer/impls/vu/petscvu.c
/petsc/src/ts/examples/tutorials/ex18.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/impls/explicit/euler/euler.c
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/ts/impls/explicit/ssp/ssp.c
/petsc/src/ts/impls/implicit/alpha/alpha.c
/petsc/src/ts/impls/implicit/beuler/beuler.c
/petsc/src/ts/impls/implicit/cn/cn.c
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/ts/impls/implicit/sundials/sundials.c
/petsc/src/ts/impls/implicit/theta/theta.c
/petsc/src/ts/impls/pseudo/posindep.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tscreate.c
/petsc/src/ts/interface/tsreg.c
vec/examples/tests/output/ex32f_1.out
/petsc/tutorials/python/example1.py
062e3e8915-Apr-2011 Hong Zhang <hzhang@mcs.anl.gov>

update output files for nightly tests

Hg-commit: 98a8d79eb441ff2e5c257e5c6f3196f65f348498


/petsc/config/PETSc/packages/PaStiX.py
/petsc/config/PETSc/utilities/scalarTypes.py
/petsc/config/builder.py
/petsc/config/cmakegen.py
/petsc/include/petscdm.h
/petsc/include/petscdmiga.h
/petsc/include/petscdmmesh.hh
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petscts.h
/petsc/include/petscviewer.h
/petsc/include/private/igaimpl.h
/petsc/include/private/snesimpl.h
/petsc/include/private/tsimpl.h
/petsc/include/sieve/Field.hh
/petsc/include/sieve/Numbering.hh
/petsc/include/sieve/SieveBuilder.hh
/petsc/setup.py
/petsc/src/dm/ao/impls/basic/aobasic.c
/petsc/src/dm/ao/impls/memscalable/aomemscalable.c
/petsc/src/dm/impls/adda/adda.c
/petsc/src/dm/impls/da/dagetarray.c
/petsc/src/dm/impls/iga/iga.c
/petsc/src/dm/impls/iga/igacreate.c
/petsc/src/dm/impls/iga/makefile
/petsc/src/dm/impls/makefile
/petsc/src/dm/impls/mesh/mesh.c
/petsc/src/dm/impls/mesh/meshcreate.c
/petsc/src/dm/interface/dmregall.c
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/faq.html
/petsc/src/ksp/ksp/examples/tutorials/ex39.c
/petsc/src/ksp/ksp/examples/tutorials/output/ex40_1.out
/petsc/src/ksp/ksp/impls/bcgsl/bcgsl.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/examples/tests/ex92.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex104.out
/petsc/src/mat/examples/tests/output/ex67f_1.out
/petsc/src/mat/examples/tests/output/ex79f_1.out
/petsc/src/mat/examples/tests/output/ex92_1.out
/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/baijfact2.c
/petsc/src/mat/impls/python/pythonmat.c
/petsc/src/mat/impls/sbaij/mpi/sbaijov.c
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/examples/tutorials/ex10.c
/petsc/src/snes/examples/tutorials/ex10d/ex10.c
/petsc/src/snes/examples/tutorials/ex30.c
/petsc/src/snes/impls/ksponly/ksponly.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/picard/picard.c
/petsc/src/snes/impls/test/snestest.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/snesut.c
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/examples/tests/output/ex7.out
/petsc/src/sys/objects/gcookie.c
/petsc/src/sys/viewer/impls/ascii/filev.c
/petsc/src/sys/viewer/impls/binary/binv.c
/petsc/src/sys/viewer/impls/vu/petscvu.c
/petsc/src/ts/examples/tutorials/ex18.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/impls/explicit/euler/euler.c
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/ts/impls/explicit/ssp/ssp.c
/petsc/src/ts/impls/implicit/alpha/alpha.c
/petsc/src/ts/impls/implicit/beuler/beuler.c
/petsc/src/ts/impls/implicit/cn/cn.c
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/ts/impls/implicit/sundials/sundials.c
/petsc/src/ts/impls/implicit/theta/theta.c
/petsc/src/ts/impls/pseudo/posindep.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tscreate.c
/petsc/src/ts/interface/tsreg.c
vec/examples/tests/output/ex32f_1.out
/petsc/tutorials/python/example1.py
7d42153014-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

Matt must die

Hg-commit: d44798482fe20f5314f2b59dc6cac2245805b0a9

4b91b6ea09-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

PetscFlistFind() now only searches for symbol in libraries and executables if a flag is passed in.

Hg-commit: e9a41a3af8b62f34958a6f82c9f34be7616d4faa


/petsc/bin/matlab/classes/PetscDM.m
/petsc/bin/matlab/classes/PetscDMDACreate1d.m
/petsc/bin/matlab/classes/PetscIS.m
/petsc/bin/matlab/classes/PetscInitialize.m
/petsc/bin/matlab/classes/PetscKSP.m
/petsc/bin/matlab/classes/PetscSNES.m
/petsc/bin/matlab/classes/PetscSNESVIRedundancyCheckInternal.m
/petsc/bin/matlab/classes/examples/tests/ex2.m
/petsc/bin/matlab/classes/matlabheader.h
/petsc/config/PETSc/packages/mpe.py
/petsc/include/finclude/petscmat.h
/petsc/include/petscksp.h
/petsc/include/petscsys.h
/petsc/src/dm/ao/examples/tests/ex4.c
/petsc/src/dm/ao/examples/tests/ex4f.F
/petsc/src/dm/ao/examples/tests/makefile
/petsc/src/dm/ao/examples/tests/output/ex4.out
/petsc/src/dm/ao/impls/basic/aobasic.c
/petsc/src/dm/ao/impls/basic/ftn-custom/zaobasicf.c
/petsc/src/dm/ao/impls/memscalable/aomemscalable.c
/petsc/src/dm/ao/interface/aoreg.c
/petsc/src/dm/ao/interface/dlregisdm.c
/petsc/src/dm/impls/composite/packm.c
/petsc/src/dm/impls/da/fdda.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/ismap/impls/is/ismapis.c
/petsc/src/dm/ismap/interface/ismap.c
/petsc/src/docs/tex/manual/acknowl.tex
/petsc/src/docs/tex/manual/developers.tex
/petsc/src/docs/tex/manual/manual.tex
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/miscellaneous/acknwldg.html
/petsc/src/ksp/ksp/examples/tutorials/ex45.c
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmres.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/utils/schurm.c
/petsc/src/ksp/pc/impls/galerkin/galerkin.c
/petsc/src/ksp/pc/interface/pcset.c
/petsc/src/mat/color/color.c
/petsc/src/mat/examples/tests/ex92.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/order/sorder.c
/petsc/src/mat/partition/partition.c
/petsc/src/snes/examples/tests/ex8.c
/petsc/src/snes/examples/tutorials/ex10.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex28_0.out
/petsc/src/snes/examples/tutorials/output/ex28_1.out
/petsc/src/snes/examples/tutorials/output/ex28_2.out
/petsc/src/snes/examples/tutorials/output/ex28_3.out
/petsc/src/snes/impls/vi/vi.c
/petsc/src/snes/interface/snes.c
/petsc/src/sys/bag/f90-custom/zbagf90.c
/petsc/src/sys/dll/dlimpl.c
/petsc/src/sys/dll/reg.c
/petsc/src/sys/draw/impls/win32/win32draw.c
/petsc/src/sys/draw/interface/drawreg.c
/petsc/src/sys/examples/tutorials/ex5f90.F90
/petsc/src/sys/fwk/interface/fwk.c
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/random/interface/randreg.c
/petsc/src/sys/viewer/interface/viewreg.c
/petsc/src/ts/characteristic/interface/characteristic.c
/petsc/src/ts/examples/tutorials/ex8.c
/petsc/src/ts/examples/tutorials/ex9.c
/petsc/src/ts/impls/explicit/ssp/ssp.c
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/ts/impls/implicit/gl/gladapt.c
/petsc/src/ts/interface/tsreg.c
is/interface/isreg.c
pf/interface/pf.c
vec/interface/vecreg.c
92e58c4b05-Apr-2011 Satish Balay <balay@mcs.anl.gov>

fix error with changing type after calling VecCreateMPI()

Hg-commit: 0d72107c8f9dd7644d1e5e9e4ddb98c136144d64


/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/package.py
/petsc/config/PETSc/packages/mpe.py
/petsc/config/PETSc/packages/petsc4py.py
/petsc/config/builder.py
/petsc/include/petsccompat.h
/petsc/include/petscdm.h
/petsc/include/petscdmda.h
/petsc/include/petscdmmesh.h
/petsc/include/petscdmmesh.hh
/petsc/include/petscerror.h
/petsc/include/petscis.h
/petsc/include/petsclog.h
/petsc/include/petsclog.hh
/petsc/include/petscmat.h
/petsc/include/petscsys.h
/petsc/include/private/dmimpl.h
/petsc/include/private/ismapimpl.h
/petsc/include/private/logimpl.h
/petsc/include/private/vecimpl.h
/petsc/include/sieve/ALE_mem.hh
/petsc/include/sieve/ISieve.hh
/petsc/include/sieve/Numbering.hh
/petsc/include/sieve/SieveBuilder.hh
/petsc/src/dm/ao/examples/tests/ex1.c
/petsc/src/dm/ao/examples/tests/ex3d/ex3.cpp
/petsc/src/dm/ao/examples/tests/ex3d/makefile
/petsc/src/dm/ao/examples/tests/ex3d/output/ex3_1.out
/petsc/src/dm/ao/examples/tests/ex3d/output/ex3_3.out
/petsc/src/dm/ao/examples/tests/makefile
/petsc/src/dm/ao/examples/tests/output/ex1_1.out
/petsc/src/dm/ao/examples/tests/output/ex1_2.out
/petsc/src/dm/ao/examples/tests/output/ex1_3.out
/petsc/src/dm/ao/impls/basic/aobasic.c
/petsc/src/dm/ao/impls/mapping/aomapping.c
/petsc/src/dm/ao/impls/memscalable/aomemscalable.c
/petsc/src/dm/ao/interface/ao.c
/petsc/src/dm/ao/interface/dlregisdm.c
/petsc/src/dm/impls/composite/pack.c
/petsc/src/dm/impls/composite/packm.c
/petsc/src/dm/impls/da/dadestroy.c
/petsc/src/dm/impls/da/f90-custom/zda1f90.c
/petsc/src/dm/impls/da/fdda.c
/petsc/src/dm/impls/mesh/mesh.c
/petsc/src/dm/impls/mesh/meshcreate.c
/petsc/src/dm/impls/mesh/section.c
/petsc/src/dm/impls/sliced/sliced.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/ismap/impls/is/ismapis.c
/petsc/src/dm/ismap/impls/is/makefile
/petsc/src/dm/ismap/impls/makefile
/petsc/src/dm/ismap/interface/ismap.c
/petsc/src/dm/ismap/interface/makefile
/petsc/src/dm/ismap/makefile
/petsc/src/dm/makefile
/petsc/src/docs/website/developers/projects.html
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/mat/examples/tests/ex54.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/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/seq/seqcusp/aijcusp.cu
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/interface/matnull.c
/petsc/src/snes/examples/tutorials/ex10.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex10_0.out
/petsc/src/snes/examples/tutorials/output/ex10_1.out
/petsc/src/snes/examples/tutorials/output/ex10_2.out
/petsc/src/snes/examples/tutorials/output/ex10_3.out
/petsc/src/snes/examples/tutorials/output/ex10_4.out
/petsc/src/snes/examples/tutorials/output/ex28_0.out
/petsc/src/snes/examples/tutorials/output/ex28_1.out
/petsc/src/snes/examples/tutorials/output/ex28_2.out
/petsc/src/snes/examples/tutorials/output/ex28_3.out
/petsc/src/snes/examples/tutorials/output/ex28_4.out
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/ls/lsparams.c
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/ftn-custom/zstart.c
/petsc/src/sys/memory/mtr.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/plog/plog.c
/petsc/src/sys/plog/utils/classLog.c
/petsc/src/sys/plog/utils/eventLog.c
/petsc/src/sys/plog/utils/stack.c
/petsc/src/sys/plog/utils/stageLog.c
/petsc/src/sys/utils/sortip.c
/petsc/src/ts/examples/tutorials/ex9.c
vec/impls/mpi/pdvec.c
2a56e9c925-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 73d71713f141ec888e3291bb544f8c22d2acb609

12247c1c25-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

error where it called restore when it should have called getarray
mpi.h to prevent warning about unitialized variable

Hg-commit: 79f88d7f5744450946f7c1fadc58219a190df465

0fd8aceb25-Mar-2011 Victor Minden <victorminden@gmail.com>

cleaned up a variable now unneeded in cuda

Hg-commit: a9695c1ec46c5b59ae3e89d0a9d75e672e81572f

9548562525-Mar-2011 Victor Minden <victorminden@gmail.com>

removed explicit indexing from constant_iterators in cuda

Hg-commit: cb58f7901c1df4d1b8ec1f66d97b8e17c10bbbd5

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