History log of /petsc/src/mat/interface/ (Results 1701 – 1725 of 2756)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
5bba238402-Jul-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

MatLoad interface upgrade complete : Replaced all MatLoadnew() to MatLoad()

Hg-commit: c13fd97592f26133f7c2c5fcb35b1f0bb383ee5a


/petsc/include/petscmat.h
/petsc/include/private/matimpl.h
/petsc/include/private/vecimpl.h
/petsc/src/contrib/blopex/driver_fiedler/driver_fiedler.c
/petsc/src/docs/website/documentation/zope.html
/petsc/src/ksp/ksp/examples/tests/ex18.c
/petsc/src/ksp/ksp/examples/tests/ex25.c
/petsc/src/ksp/ksp/examples/tests/ex27.c
/petsc/src/ksp/ksp/examples/tests/ex30.c
/petsc/src/ksp/ksp/examples/tests/ex31.c
/petsc/src/ksp/ksp/examples/tests/ex33.c
/petsc/src/ksp/ksp/examples/tests/ex34.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/ex27.c
/petsc/src/ksp/ksp/examples/tutorials/ex41.c
/petsc/src/ksp/ksp/interface/itcl.c
/petsc/src/mat/examples/tests/ex100.c
/petsc/src/mat/examples/tests/ex111.c
/petsc/src/mat/examples/tests/ex113.c
/petsc/src/mat/examples/tests/ex116.c
/petsc/src/mat/examples/tests/ex119.c
/petsc/src/mat/examples/tests/ex124.c
/petsc/src/mat/examples/tests/ex125.c
/petsc/src/mat/examples/tests/ex130.c
/petsc/src/mat/examples/tests/ex131.c
/petsc/src/mat/examples/tests/ex16.c
/petsc/src/mat/examples/tests/ex31.c
/petsc/src/mat/examples/tests/ex34.c
/petsc/src/mat/examples/tests/ex40.c
/petsc/src/mat/examples/tests/ex41.c
/petsc/src/mat/examples/tests/ex42.c
/petsc/src/mat/examples/tests/ex44.c
/petsc/src/mat/examples/tests/ex47.c
/petsc/src/mat/examples/tests/ex53.c
/petsc/src/mat/examples/tests/ex55.c
/petsc/src/mat/examples/tests/ex57.c
/petsc/src/mat/examples/tests/ex62.c
/petsc/src/mat/examples/tests/ex66.c
/petsc/src/mat/examples/tests/ex73.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/ex94.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/ex12.c
/petsc/src/mat/examples/tutorials/ex13.c
/petsc/src/mat/examples/tutorials/ex4.c
/petsc/src/mat/examples/tutorials/ex9.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.h
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.h
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij.h
/petsc/src/mat/impls/blockmat/seq/blockmat.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/mpi/mpidense.h
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/feti/feti.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.h
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
matrix.c
/petsc/src/mat/utils/ftn-custom/makefile
/petsc/src/mat/utils/makefile
/petsc/src/vec/vec/impls/dvecimpl.h
/petsc/src/vec/vec/impls/seq/bvec1.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/impls/seq/dvec2.c
/petsc/src/vec/vec/impls/seq/makefile
/petsc/src/vec/vec/impls/seq/seqcuda/makefile
/petsc/src/vec/vec/impls/seq/seqcuda/veccuda.c
/petsc/src/vec/vec/interface/vecreg.c
/petsc/src/vec/vec/interface/vecregall.c
c6570e9a02-Jul-2010 Victor Minden <victorminden@gmail.com>

changed make files for requirespackage PETSC_HAVE_CUDA. made matrix clas aijseqcuda. Wrapped cuda stuff in ifdefs.

Hg-commit: 46349ca129417cf2b5b2f38ea490187f6c2d4f6c

a868139a01-Jul-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Bug fix in MatSetSizes for seq dense matrix.
Clean up of new matload interface

Hg-commit: 08eaca5ec6b4184b38c8f9db847ffeddb370dc87

be32cf2f30-Jun-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

MatSetType now creates the matrix data structure and populates the function pointer table by calling MatCreate_xxx.

Hg-commit: 19c3d4817ad37d50a5df07935bb34d4819485fd4

f5f78f1130-Jun-2010 Hong Zhang <hzhang@mcs.anl.gov>

merge from release

Hg-commit: 9e0101b37c0e62be8c6cbc8379e975e237b04c1b

fe63b02e30-Jun-2010 Hong Zhang <hzhang@mcs.anl.gov>

fix manual as reported by [petsc-maint #48719] MatGetSubMatrix docs

Hg-commit: dbf7f6332ca8d42f0717cd51187da765d6583d76

7b641abf29-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

fixes for totalview viewing of vecs and mats


H fo: Enter commit message. Lines beginning with 'HG:' are removed.

Hg-commit: 02a6848ed1c46ea72f35212aa069342446a4123f

2082002f29-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

display basic information about Mat and Vec object for Totalview debugger
:w!
:w!

Hg-commit: d5bf9a455370c2b92b8a8df0eab291460186a475

231dcd3e29-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

added experimental TV_display_type()

Hg-commit: fe561894c61c1d4b320845b366e9a6257f865b8c


/petsc/bin/maint/cmakegen.py
/petsc/bin/maint/generatefortranstubs.py
/petsc/bin/maint/mattwillhatethis.py
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/packages/Scotch.py
/petsc/config/PETSc/packages/SuperLU_DIST.py
/petsc/config/builder.py
/petsc/config/examples/arch-cuda.py
/petsc/include/finclude/ftn-custom/petscda.h90
/petsc/include/petscmat.h
/petsc/include/private/petscimpl.h
/petsc/include/private/vecimpl.h
/petsc/src/dm/da/examples/tutorials/ex11f90.F
/petsc/src/dm/da/src/dagetarray.c
/petsc/src/dm/da/src/dainterp.c
/petsc/src/dm/da/src/f90-custom/zda1f90.c
/petsc/src/docs/website/developers/index.html
/petsc/src/docs/website/documentation/codemanagement.html
/petsc/src/docs/website/documentation/linearsolvertable.html
/petsc/src/docs/website/features/index.html
/petsc/src/docs/website/miscellaneous/acknwldg.html
/petsc/src/docs/website/miscellaneous/funding.html
/petsc/src/ksp/ksp/examples/tutorials/ex1.c
/petsc/src/ksp/ksp/examples/tutorials/ex2.c
/petsc/src/ksp/pc/impls/factor/cholesky/cholesky.c
/petsc/src/ksp/pc/impls/factor/factimpl.c
/petsc/src/ksp/pc/impls/factor/icc/icc.c
/petsc/src/ksp/pc/impls/factor/ilu/ilu.c
/petsc/src/ksp/pc/impls/factor/lu/lu.c
/petsc/src/mat/examples/tests/ex125.c
/petsc/src/mat/examples/tests/ex130.c
/petsc/src/mat/examples/tests/ex131.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/shell/shell.c
matrix.c
/petsc/src/snes/examples/tests/ex14f.F
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/sys/f90-src/f90_cwrap.c
/petsc/src/sys/f90-src/fsrc/f90_fwrap.F
/petsc/src/sys/fsrc/somefort.F
/petsc/src/sys/makefile
/petsc/src/sys/totalview/makefile
/petsc/src/sys/totalview/tv_data_display.c
/petsc/src/sys/totalview/tv_data_display.h
/petsc/src/vec/vec/examples/tutorials/ex1.c
/petsc/src/vec/vec/impls/seq/bvec1.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/impls/seq/dvec2.c
/petsc/src/vec/vec/interface/ftn-custom/zvectorf.c
/petsc/src/vec/vec/interface/vector.c
8016754d23-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after mess up, trying to undo changes that don't belong

Hg-commit: a471acd75c114ebd15fd3fa82e3ae06aea8f35ca

8060935023-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge I messed things up

Hg-commit: 856dd2cd96a23c62cfa64086193196864cef465a

4c8f562823-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

updates for DAVecGetArrayF90() and tests

Hg-commit: 2c20f61ee0ff19648132badfa6afafb8aca64221


/petsc/bin/maint/mattwillhatethis.py
/petsc/conf/rules
/petsc/conf/variables
/petsc/config/PETSc/packages/blopex.py
/petsc/config/PETSc/packages/cuda.py
/petsc/config/PETSc/packages/valgrind.py
/petsc/config/examples/arch-cuda.py
/petsc/include/finclude/ftn-custom/petscda.h90
/petsc/include/mpiuni/mpi.h
/petsc/include/petscerror.h
/petsc/include/petscksp.h
/petsc/include/petscsnes.h
/petsc/include/private/kspimpl.h
/petsc/include/private/petscimpl.h
/petsc/include/private/snesimpl.h
/petsc/include/private/vecimpl.h
/petsc/include/sieve/Mesh.hh
/petsc/src/dm/da/examples/tutorials/ex11f90.F
/petsc/src/dm/da/examples/tutorials/makefile
/petsc/src/dm/da/src/dagetarray.c
/petsc/src/dm/da/src/daindex.c
/petsc/src/dm/da/src/dainterp.c
/petsc/src/dm/da/src/f90-custom/zda1f90.c
/petsc/src/dm/mesh/examples/tests/refinementTest.cxx
/petsc/src/ksp/ksp/impls/gcr/gcr.c
/petsc/src/ksp/ksp/impls/ibcgs/ibcgs.c
/petsc/src/ksp/ksp/impls/lcd/lcd.c
/petsc/src/ksp/ksp/interface/itcl.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/impls/factor/icc/icc.c
/petsc/src/ksp/pc/impls/factor/ilu/ilu.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/ml/ml.c
/petsc/src/ksp/pc/impls/redistribute/redistribute.c
/petsc/src/ksp/pc/impls/redundant/redundant.c
/petsc/src/ksp/pc/impls/tfs/xxt.c
/petsc/src/mat/examples/tests/ex131.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/matmatmult.c
/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/baij.c
/petsc/src/mat/impls/baij/seq/baij.h
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/baij/seq/baijfact11.c
/petsc/src/mat/impls/baij/seq/baijfact13.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact5.c
/petsc/src/mat/impls/baij/seq/baijfact7.c
/petsc/src/mat/impls/baij/seq/baijfact9.c
/petsc/src/mat/impls/dd/matdd.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/utils/axpy.c
/petsc/src/snes/interface/snes.c
/petsc/src/sys/plog/plog.c
/petsc/src/ts/impls/explicit/ssp/ssp.c
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/vec/vec/impls/seq/bvec1.c
/petsc/src/vec/vec/impls/seq/bvec2.c
8fb8123817-Jun-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Added MPIAIJ implementation for new MatLoad interface.
Small bug fix in VecLoad interface.

Hg-commit: 468674f220b2f370b25aa95c5be79f344669779f

fbdbba3816-Jun-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Started work on upgrading MatLoad()

Hg-commit: e759be04090b2041f169a94773bc54b62c24ff11

3649974f16-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

changed many VecGetArray() to VecGetArrayRead()

Hg-commit: d7f64a5632750c1ca905eea86db48747b7367a8a


/petsc/bin/taucc.py
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/packages/ams.py
/petsc/config/PETSc/packages/java.py
/petsc/config/PETSc/packages/ml.py
/petsc/config/PETSc/utilities/languages.py
/petsc/include/petsc.h
/petsc/include/petscao.h
/petsc/include/petscda.h
/petsc/include/petscmesh.h
/petsc/include/petscsys.h
/petsc/include/petscvec.h
/petsc/include/private/daimpl.h
/petsc/include/private/petscimpl.h
/petsc/include/private/vecimpl.h
/petsc/src/dm/ao/impls/basic/aobasic.c
/petsc/src/dm/ao/impls/mapping/aomapping.c
/petsc/src/dm/ao/interface/dlregisdm.c
/petsc/src/dm/da/examples/tests/ex13.c
/petsc/src/dm/da/examples/tests/ex23.c
/petsc/src/dm/da/examples/tests/ex33.c
/petsc/src/dm/da/examples/tutorials/ex9.c
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/da3.c
/petsc/src/dm/da/src/dacorn.c
/petsc/src/dm/da/src/dadist.c
/petsc/src/dm/da/src/daload.c
/petsc/src/dm/da/src/daview.c
/petsc/src/dm/da/src/gr1.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/dm/f90-mod/petscdmmod.F
/petsc/src/docs/website/documentation/ams.html
/petsc/src/docs/website/documentation/bugreporting.html
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/changes/index.html
/petsc/src/docs/website/documentation/codemanagement.html
/petsc/src/docs/website/documentation/copyright.html
/petsc/src/docs/website/documentation/faq.html
/petsc/src/docs/website/documentation/index.html
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/documentation/referencing.html
/petsc/src/docs/website/documentation/tutorials/index.html
/petsc/src/docs/website/documentation/zope.html
/petsc/src/docs/website/index.html
/petsc/src/ksp/f90-mod/petsckspmod.F
/petsc/src/ksp/ksp/examples/tests/ex12f.F
/petsc/src/ksp/ksp/examples/tests/ex16f.F
/petsc/src/ksp/ksp/examples/tests/ex18.c
/petsc/src/ksp/ksp/examples/tests/ex25.c
/petsc/src/ksp/ksp/examples/tests/ex27.c
/petsc/src/ksp/ksp/examples/tests/ex30.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/ex27.c
/petsc/src/ksp/ksp/examples/tutorials/ex41.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/impls/redistribute/redistribute.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/makefile
/petsc/src/mat/examples/tests/ex130.c
/petsc/src/mat/examples/tests/ex34.c
/petsc/src/mat/examples/tests/ex62.c
/petsc/src/mat/examples/tests/ex73.c
/petsc/src/mat/examples/tests/ex81.c
/petsc/src/mat/examples/tutorials/ex12.c
/petsc/src/mat/examples/tutorials/ex13.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/inode.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/blockmat/seq/blockmat.c
/petsc/src/mat/impls/feti/feti.c
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/relax.h
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
matrix.c
/petsc/src/snes/examples/tutorials/ex26.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/f90-mod/petscsnesmod.F
/petsc/src/sys/ams/java/makefile
/petsc/src/sys/ams/makefile
/petsc/src/sys/f90-mod/makefile
/petsc/src/sys/f90-mod/petscsysmod.F
/petsc/src/sys/random/interface/random.c
/petsc/src/sys/utils/str.c
/petsc/src/sys/viewer/impls/ams/ams.c
/petsc/src/sys/viewer/impls/makefile
/petsc/src/sys/viewer/interface/viewregall.c
/petsc/src/ts/f90-mod/petsctsmod.F
/petsc/src/vec/vec/examples/tests/ex20f.F
/petsc/src/vec/vec/examples/tutorials/ex1.c
/petsc/src/vec/vec/examples/tutorials/ex10.c
/petsc/src/vec/vec/examples/tutorials/ex19.c
/petsc/src/vec/vec/examples/tutorials/ex42.c
/petsc/src/vec/vec/examples/tutorials/ex42a.c
/petsc/src/vec/vec/examples/tutorials/ex5.c
/petsc/src/vec/vec/impls/dvecimpl.h
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/impls/mpi/pvec2.c
/petsc/src/vec/vec/impls/seq/bvec1.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/impls/seq/dvec2.c
/petsc/src/vec/vec/interface/ftn-custom/zvectorf.c
/petsc/src/vec/vec/interface/rvector.c
/petsc/src/vec/vec/interface/vecreg.c
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/utils/ftn-custom/makefile
/petsc/src/vec/vec/utils/vecio.c
/petsc/tutorials/tmp/ex1f90.F
f361c94e09-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

put back call to DASetTypeFromOptions_Private() its a crap-fest but better than before.
let one call MatGetValues() with zero rows or columns

Hg-commit: 148e2e0c49650e8cfa780b78609ce019ef465ccb


/petsc/bin/maint/cmakegen.py
/petsc/conf/test
/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/Sieve.py
/petsc/config/PETSc/packages/cuda.py
/petsc/config/configure.py
/petsc/include/petscmat.h
/petsc/include/petscmesh.h
/petsc/include/petscmesh_solvers.hh
/petsc/include/petscoptions.h
/petsc/include/petscpc.h
/petsc/include/petscversion.h
/petsc/include/private/daimpl.h
/petsc/include/private/petscimpl.h
/petsc/include/private/vecimpl.h
/petsc/src/dm/da/examples/tests/ex20.c
/petsc/src/dm/da/examples/tests/ex23.c
/petsc/src/dm/da/examples/tests/ex33.c
/petsc/src/dm/da/examples/tests/makefile
/petsc/src/dm/da/src/dacreate.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/dm/mesh/mesh.c
/petsc/src/dm/mesh/section.c
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/download/index.html
/petsc/src/ksp/ksp/examples/tests/ex32.c
/petsc/src/ksp/ksp/examples/tutorials/ex8.c
/petsc/src/ksp/ksp/interface/itcl.c
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/factor/factimpl.c
/petsc/src/ksp/pc/impls/factor/ilu/ilu.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/cholmod/aijcholmod.c
/petsc/src/mat/impls/aij/seq/cholmod/makefile
/petsc/src/mat/impls/aij/seq/inode.c
/petsc/src/mat/impls/aij/seq/makefile
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.c
/petsc/src/mat/impls/blockmat/seq/blockmat.c
/petsc/src/mat/impls/dd/matdd.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/cholmod/cholmodimpl.h
/petsc/src/mat/impls/sbaij/seq/cholmod/makefile
/petsc/src/mat/impls/sbaij/seq/cholmod/sbaijcholmod.c
/petsc/src/mat/impls/sbaij/seq/makefile
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
matrix.c
/petsc/src/mat/order/amd/amd.c
/petsc/src/mat/order/sorder.c
/petsc/src/mat/order/sp1wd.c
/petsc/src/mat/order/spnd.c
/petsc/src/mat/order/spqmd.c
/petsc/src/mat/order/sprcm.c
/petsc/src/mat/order/sregis.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/ams/java/amsoptions.java
/petsc/src/sys/ams/java/readme
/petsc/src/sys/dll/dlimpl.c
/petsc/src/sys/error/adebug.c
/petsc/src/sys/fileio/mpiuopen.c
/petsc/src/sys/objects/aoptions.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/utils/psleep.c
/petsc/src/sys/utils/str.c
/petsc/src/sys/viewer/impls/ams/ams.c
/petsc/src/sys/viewer/impls/ams/makefile
/petsc/src/sys/viewer/impls/ascii/filev.c
/petsc/src/ts/impls/implicit/theta/theta.c
/petsc/src/vec/vec/examples/tutorials/ex1.c
/petsc/src/vec/vec/examples/tutorials/ex10.c
/petsc/src/vec/vec/impls/dvecimpl.h
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/impls/mpi/pvec2.c
/petsc/src/vec/vec/impls/mpi/pvecimpl.h
/petsc/src/vec/vec/impls/seq/bvec1.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/impls/seq/dvec2.c
/petsc/src/vec/vec/utils/vecio.c
34918c5304-Jun-2010 Jed Brown <jed@59A2.org>

Const correctness in MatFactorTypes

Hg-commit: 959efa534b5c0804f94b200349a23c5f6437da54

8e58a17003-Jun-2010 Barry Smith <bsmith@mcs.anl.gov>

-mat_view_info option now prints how many mallocs done during MatSetValues() calls. i.e. there was not enough preallocation.

Hg-commit: 67924c1b341eff65b03e800aa6bcfd3cec414aa7


/petsc/bin/maint/cmakeboot.py
/petsc/bin/maint/cmakegen.py
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/packages/blopex.py
/petsc/config/configure.py
/petsc/include/petscksp.h
/petsc/include/petscmesh_solvers.hh
/petsc/include/petscoptions.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petscviewer.h
/petsc/include/private/vecimpl.h
/petsc/include/sieve/problem/Base.hh
/petsc/include/sieve/problem/Bratu.hh
/petsc/src/characteristic/characteristicimpl.h
/petsc/src/characteristic/examples/makefile
/petsc/src/characteristic/examples/tutorials/ex1.c
/petsc/src/characteristic/examples/tutorials/ex2.c
/petsc/src/characteristic/examples/tutorials/ex4.c
/petsc/src/characteristic/examples/tutorials/makefile
/petsc/src/characteristic/impls/da/makefile
/petsc/src/characteristic/impls/da/slda.c
/petsc/src/characteristic/impls/da/slda.h
/petsc/src/characteristic/impls/makefile
/petsc/src/characteristic/interface/characteristic.c
/petsc/src/characteristic/interface/makefile
/petsc/src/characteristic/interface/mocregis.c
/petsc/src/characteristic/interface/slregis.c
/petsc/src/characteristic/makefile
/petsc/src/contrib/blopex/driver/driver.c
/petsc/src/contrib/blopex/driver_diag/driver_diag.c
/petsc/src/contrib/blopex/driver_diag/makefile
/petsc/src/contrib/blopex/driver_fiedler/driver_fiedler.c
/petsc/src/contrib/blopex/driver_fortran/blopex_c.c
/petsc/src/contrib/blopex/petsc-interface/petsc-interface.c
/petsc/src/contrib/blopex/petsc-interface/petsc-interface.h
/petsc/src/dm/mesh/examples/tutorials/bratu.cxx
/petsc/src/dm/mesh/examples/tutorials/makefile
/petsc/src/dm/mesh/examples/tutorials/stokes.cxx
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/website/documentation/changes/31.html
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/faq.html
/petsc/src/docs/website/documentation/zope.html
/petsc/src/docs/website/documentation/zope.png
/petsc/src/docs/website/download/index.html
/petsc/src/docs/website/index.html
/petsc/src/ksp/ksp/impls/gmres/borthog.c
/petsc/src/ksp/ksp/impls/gmres/borthog2.c
/petsc/src/ksp/ksp/impls/gmres/fgmres/fgmres.c
/petsc/src/ksp/ksp/impls/gmres/gmpre.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/gmres2.c
/petsc/src/ksp/ksp/impls/gmres/lgmres/lgmres.c
/petsc/src/ksp/pc/examples/tutorials/ex3.c
/petsc/src/ksp/pc/examples/tutorials/makefile
/petsc/src/ksp/pc/impls/supportgraph/lowstretch.cpp
/petsc/src/makefile
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/inode.c
/petsc/src/mat/impls/aij/seq/inode2.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/blockmat/seq/blockmat.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/partition/impls/chaco/chaco.c
/petsc/src/snes/examples/tutorials/ex27.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex19_10.out
/petsc/src/snes/examples/tutorials/output/ex19_13.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_9.out
/petsc/src/snes/examples/tutorials/output/ex5_5.out
/petsc/src/snes/impls/ksponly/ksponly.c
/petsc/src/snes/impls/ksponly/makefile
/petsc/src/snes/impls/ls/ftn-custom/zlsparamsf.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/ls/lsparams.c
/petsc/src/snes/impls/makefile
/petsc/src/snes/interface/snesregi.c
/petsc/src/sys/ams/java/amsoptions.java
/petsc/src/sys/ams/java/readme
/petsc/src/sys/ams/makefile
/petsc/src/sys/ams/pams.c
/petsc/src/sys/makefile
/petsc/src/sys/objects/aoptions.c
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/viewer/impls/ams/ams.c
/petsc/src/sys/viewer/impls/ams/amsopen.c
/petsc/src/sys/viewer/impls/ams/makefile
/petsc/src/sys/viewer/impls/makefile
/petsc/src/sys/viewer/impls/matlab/vmatlab.c
/petsc/src/sys/viewer/interface/viewregall.c
/petsc/src/vec/vec/examples/tutorials/ex1.c
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/utils/comb.c
/petsc/src/vec/vec/utils/vinv.c
/petsc/tutorials/multiphysics/output/mp_10.out
/petsc/tutorials/multiphysics/output/mp_5.out
/petsc/tutorials/multiphysics/output/mp_6.out
/petsc/tutorials/multiphysics/output/mp_9.out
/petsc/tutorials/multiphysicsNonlinear/mp1.c
2692d6ee22-May-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed XXXType #define names that had underscores in them such as MAT_SOLVER_SUPERLU MATORDERING_ND or PETSC_VIEWER_ASCII to not have _ also updated style guide to clearly indicate this.

Hg-commit: 9

fixed XXXType #define names that had underscores in them such as MAT_SOLVER_SUPERLU MATORDERING_ND or PETSC_VIEWER_ASCII to not have _ also updated style guide to clearly indicate this.

Hg-commit: 9ee752148eed3df65feb0f7eb0686798c3c0621b

show more ...


/petsc/bin/maint/generateetags.py
/petsc/bin/maint/iphonebuilder.py
/petsc/conf/rules
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/packages/petsc4py.py
/petsc/config/examples/arch-iphone.py
/petsc/include/adic/adintrinsics.h
/petsc/include/finclude/petscmatdef.h
/petsc/include/finclude/petscviewerdef.h
/petsc/include/mpiuni/mpi.h
/petsc/include/petscerror.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscmesh_solvers.hh
/petsc/include/petscmesh_viewers.hh
/petsc/include/petscvec.h
/petsc/include/petscviewer.h
/petsc/include/private/matimpl.h
/petsc/include/private/vecimpl.h
/petsc/include/sieve/Distribution.hh
/petsc/include/sieve/Numbering.hh
/petsc/include/sieve/problem/Bratu.hh
/petsc/include/sieve/problem/Ex_UFC.hh
/petsc/include/sieve/problem/LaplaceBEM.hh
/petsc/src/dm/ao/impls/basic/aobasic.c
/petsc/src/dm/ao/impls/mapping/aomapping.c
/petsc/src/dm/da/examples/tests/ex32.c
/petsc/src/dm/da/src/da1.c
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/da3.c
/petsc/src/dm/da/src/dacorn.c
/petsc/src/dm/da/src/daload.c
/petsc/src/dm/da/src/daview.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/dm/da/utils/pack.c
/petsc/src/dm/mesh/examples/tests/mesh2.cxx
/petsc/src/dm/mesh/examples/tests/operator1.cxx
/petsc/src/dm/mesh/examples/tests/refinementTest.cxx
/petsc/src/dm/mesh/examples/tutorials/bratu_ufc.cxx
/petsc/src/dm/mesh/examples/tutorials/electrostatic.cxx
/petsc/src/dm/mesh/examples/tutorials/ex1.c
/petsc/src/dm/mesh/examples/tutorials/ex10.cxx
/petsc/src/dm/mesh/examples/tutorials/ex12.cxx
/petsc/src/dm/mesh/examples/tutorials/ex2.c
/petsc/src/dm/mesh/examples/tutorials/ex3.c
/petsc/src/dm/mesh/examples/tutorials/ex5.c
/petsc/src/dm/mesh/examples/tutorials/ex6.c
/petsc/src/dm/mesh/examples/tutorials/ex7.c
/petsc/src/dm/mesh/examples/tutorials/ex_coarsen.c
/petsc/src/dm/mesh/examples/tutorials/ex_coarsen.h
/petsc/src/dm/mesh/examples/tutorials/ex_coarsen_2.c
/petsc/src/dm/mesh/examples/tutorials/ex_coarsen_3.c
/petsc/src/dm/mesh/examples/tutorials/fetidp.cxx
/petsc/src/dm/mesh/examples/tutorials/fvTest.cxx
/petsc/src/dm/mesh/examples/tutorials/grade2.cxx
/petsc/src/dm/mesh/examples/tutorials/ionChannel.cxx
/petsc/src/dm/mesh/examples/tutorials/laplaceBEM1.hh
/petsc/src/dm/mesh/examples/tutorials/mesh_surgery.cxx
/petsc/src/dm/mesh/examples/tutorials/mixedpoisson.cxx
/petsc/src/dm/mesh/examples/tutorials/navierStokes.cxx
/petsc/src/dm/mesh/examples/tutorials/refinement.cxx
/petsc/src/dm/mesh/examples/tutorials/stokes.cxx
/petsc/src/dm/mesh/examples/tutorials/stokesPeriodic.cxx
/petsc/src/dm/mesh/examples/tutorials/subduction.cxx
/petsc/src/dm/mesh/examples/tutorials/watson.cxx
/petsc/src/dm/mesh/impls/cartesian/cartesian.c
/petsc/src/dm/mesh/mesh.c
/petsc/src/dm/mesh/meshbardhan.c
/petsc/src/dm/mesh/meshlagrit.c
/petsc/src/dm/mesh/meshpcice.c
/petsc/src/dm/mesh/meshpylith.c
/petsc/src/dm/mesh/section.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/linearsolvertable.html
/petsc/src/docs/website/documentation/zope.html
/petsc/src/ksp/ksp/examples/tutorials/ex2.c
/petsc/src/ksp/ksp/examples/tutorials/ex33.c
/petsc/src/ksp/ksp/examples/tutorials/ex35.c
/petsc/src/ksp/ksp/examples/tutorials/ex37.c
/petsc/src/ksp/ksp/examples/tutorials/ex43.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/cheby/cheby.c
/petsc/src/ksp/ksp/impls/gcr/gcr.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/lgmres/lgmres.c
/petsc/src/ksp/ksp/impls/lcd/lcd.c
/petsc/src/ksp/ksp/impls/makefile
/petsc/src/ksp/ksp/impls/ngmres/makefile
/petsc/src/ksp/ksp/impls/ngmres/ngmres.c
/petsc/src/ksp/ksp/impls/ngmres/ngmresimpl.h
/petsc/src/ksp/ksp/impls/rich/rich.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/iterativ.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/ksp/interface/itregis.c
/petsc/src/ksp/pc/impls/asa/asa.c
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/composite/composite.c
/petsc/src/ksp/pc/impls/eisens/eisen.c
/petsc/src/ksp/pc/impls/factor/cholesky/cholesky.c
/petsc/src/ksp/pc/impls/factor/factimpl.c
/petsc/src/ksp/pc/impls/factor/factor.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/hypre/hypre.c
/petsc/src/ksp/pc/impls/ksp/pcksp.c
/petsc/src/ksp/pc/impls/mg/mg.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/shell/shellpc.c
/petsc/src/ksp/pc/impls/sor/sor.c
/petsc/src/ksp/pc/impls/spai/ispai.c
/petsc/src/ksp/pc/impls/supportgraph/supportgraph.c
/petsc/src/ksp/pc/impls/wb/wb.c
/petsc/src/ksp/pc/interface/pcset.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/color/color.c
/petsc/src/mat/color/scolor.c
/petsc/src/mat/examples/tests/ex1.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/ex117.c
/petsc/src/mat/examples/tests/ex125.c
/petsc/src/mat/examples/tests/ex126f.F
/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/ex15.c
/petsc/src/mat/examples/tests/ex17.c
/petsc/src/mat/examples/tests/ex22.c
/petsc/src/mat/examples/tests/ex28.c
/petsc/src/mat/examples/tests/ex30.c
/petsc/src/mat/examples/tests/ex6.c
/petsc/src/mat/examples/tests/ex62.c
/petsc/src/mat/examples/tests/ex68.c
/petsc/src/mat/examples/tests/ex7.c
/petsc/src/mat/examples/tests/ex74.c
/petsc/src/mat/examples/tests/ex76.c
/petsc/src/mat/examples/tests/ex77.c
/petsc/src/mat/examples/tutorials/ex1.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/pastix/pastix.c
/petsc/src/mat/impls/aij/mpi/spooles/mpiaijspooles.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/bas/spbas.c
/petsc/src/mat/impls/aij/seq/essl/essl.c
/petsc/src/mat/impls/aij/seq/inode.c
/petsc/src/mat/impls/aij/seq/inode2.c
/petsc/src/mat/impls/aij/seq/lusol/lusol.c
/petsc/src/mat/impls/aij/seq/matlab/aijmatlab.c
/petsc/src/mat/impls/aij/seq/spooles/aijspooles.c
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/mpi/dscpack/dscpack.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij.h
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/baij/seq/baijfact11.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.c
/petsc/src/mat/impls/blockmat/seq/blockmat.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/feti/feti.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/mffd/mffddef.c
/petsc/src/mat/impls/mffd/wp.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/order/sorder.c
/petsc/src/mat/order/sregis.c
/petsc/src/mat/partition/impls/chaco/chaco.c
/petsc/src/mat/partition/impls/jostle/jostle.c
/petsc/src/mat/partition/impls/party/party.c
/petsc/src/mat/partition/impls/pmetis/pmetis.c
/petsc/src/mat/partition/impls/scotch/scotch.c
/petsc/src/mat/partition/partition.c
/petsc/src/mat/partition/spartition.c
/petsc/src/mat/utils/matio.c
/petsc/src/semiLagrange/impls/da/slda.c
/petsc/src/semiLagrange/interface/characteristic.c
/petsc/src/snes/examples/tests/ex1.c
/petsc/src/snes/examples/tests/ex14f.F
/petsc/src/snes/examples/tests/ex1f.F
/petsc/src/snes/examples/tutorials/ex10d/ex10.c
/petsc/src/snes/examples/tutorials/ex26.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/impls/ls/ls.c
/petsc/src/snes/impls/picard/picard.c
/petsc/src/snes/impls/tr/tr.c
/petsc/src/snes/interface/noise/snesmfj2.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/utils/damg.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/adic/utils/makefile
/petsc/src/sys/adic/utils/petscglobal.c
/petsc/src/sys/bag/bag.c
/petsc/src/sys/dll/reg.c
/petsc/src/sys/error/err.c
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/objects/destroy.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/plog/plog.c
/petsc/src/sys/random/interface/random.c
/petsc/src/sys/viewer/examples/tutorials/ex1.c
/petsc/src/sys/viewer/impls/ascii/filev.c
/petsc/src/sys/viewer/impls/ascii/vcreatea.c
/petsc/src/sys/viewer/impls/binary/binv.c
/petsc/src/sys/viewer/impls/draw/drawv.c
/petsc/src/sys/viewer/impls/hdf5/hdf5v.c
/petsc/src/sys/viewer/impls/mathematica/mathematica.c
/petsc/src/sys/viewer/impls/matlab/vmatlab.c
/petsc/src/sys/viewer/impls/netcdf/vnetcdf.c
/petsc/src/sys/viewer/impls/silo/vsilo.c
/petsc/src/sys/viewer/impls/socket/send.c
/petsc/src/sys/viewer/impls/string/stringv.c
/petsc/src/sys/viewer/interface/view.c
/petsc/src/sys/viewer/interface/viewreg.c
/petsc/src/sys/viewer/interface/viewregall.c
/petsc/src/ts/examples/tests/ex4.c
/petsc/src/ts/examples/tutorials/ex9.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/interface/ts.c
/petsc/src/vec/is/impls/block/block.c
/petsc/src/vec/is/impls/general/general.c
/petsc/src/vec/is/impls/stride/stride.c
/petsc/src/vec/is/utils/iscoloring.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/pf/impls/constant/const.c
/petsc/src/vec/pf/impls/matlab/cmatlab.c
/petsc/src/vec/pf/impls/string/cstring.c
/petsc/src/vec/pf/interface/pf.c
/petsc/src/vec/vec/examples/tests/ex22.c
/petsc/src/vec/vec/examples/tutorials/makefile
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/utils/vecio.c
/petsc/src/vec/vec/utils/vpscat.c
/petsc/src/vec/vec/utils/vscat.c
/petsc/tutorials/tmp/ex1.c
/petsc/xcode/PETSc/PETSc.xcodeproj/barrysmith.mode1v3
/petsc/xcode/PETSc/PETSc.xcodeproj/barrysmith.pbxuser
/petsc/xcode/examples/Classes/iphoneAppDelegate.h
/petsc/xcode/examples/Classes/iphoneAppDelegate.m
/petsc/xcode/examples/Classes/iphoneViewController.h
/petsc/xcode/examples/Classes/iphoneViewController.m
/petsc/xcode/examples/examples.xcodeproj/barrysmith.mode1v3
/petsc/xcode/examples/examples.xcodeproj/barrysmith.pbxuser
/petsc/xcode/examples/examples.xcodeproj/project.pbxproj
/petsc/zope/Extensions/tcpserver.py
/petsc/zope/zope
/petsc/zope/zope.conf
60154eb217-May-2010 Barry Smith <bsmith@mcs.anl.gov>

some fixes for dynamic libraries load including adding characteristic, fixes for multiple libraries
removed Usage Statistics from webpages since had no useful information

Hg-commit: 60bc2b7630581287

some fixes for dynamic libraries load including adding characteristic, fixes for multiple libraries
removed Usage Statistics from webpages since had no useful information

Hg-commit: 60bc2b76305812878b4dd93b664f25326281ac25

show more ...


/petsc/bin/maint/xcodebuilder.py
/petsc/conf/rules
/petsc/conf/variables
/petsc/config/PETSc/utilities/arch.py
/petsc/config/PETSc/utilities/debuggers.py
/petsc/include/petscblaslapack_c.h
/petsc/include/petscda.h
/petsc/include/petscerror.h
/petsc/include/petscmesh_viewers.hh
/petsc/include/petscpc.h
/petsc/include/petscsys.h
/petsc/include/private/matimpl.h
/petsc/src/dm/ao/interface/dlregisdm.c
/petsc/src/dm/da/src/dacorn.c
/petsc/src/dm/da/src/ftn-custom/zdacornf.c
/petsc/src/dm/da/src/gr1.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/dm/da/utils/binaryMatlab.c
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/miscellaneous/acknwldg.html
/petsc/src/docs/website/miscellaneous/funding.html
/petsc/src/docs/website/miscellaneous/index.html
/petsc/src/docs/website/miscellaneous/mailing-lists.html
/petsc/src/docs/website/miscellaneous/petscthreads.html
/petsc/src/ksp/ksp/examples/tutorials/ex43.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/interface/dlregisksp.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/examples/tests/ex30.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/inode.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
dlregismat.c
/petsc/src/semiLagrange/impls/da/makefile
/petsc/src/semiLagrange/interface/makefile
/petsc/src/semiLagrange/interface/slregis.c
/petsc/src/snes/interface/dlregissnes.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/dll/reg.c
/petsc/src/sys/draw/interface/draw.c
/petsc/src/sys/error/adebug.c
/petsc/src/sys/error/fp.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/random/interface/dlregisrand.c
/petsc/src/sys/utils/str.c
/petsc/src/sys/viewer/interface/dlregispetsc.c
/petsc/src/ts/interface/dlregists.c
/petsc/src/vec/vec/interface/dlregisvec.c
/petsc/xcode/PETSc/PETSc.xcodeproj/barrysmith.mode1v3
/petsc/xcode/PETSc/PETSc.xcodeproj/barrysmith.pbxuser
/petsc/xcode/examples/MainWindow.xib
/petsc/xcode/examples/examples-Info.plist
/petsc/xcode/examples/examples.xcodeproj/barrysmith.mode1v3
/petsc/xcode/examples/examples.xcodeproj/barrysmith.pbxuser
/petsc/xcode/examples/examples.xcodeproj/project.pbxproj
/petsc/xcode/examples/examples_Prefix.pch
/petsc/xcode/examples/iphoneViewController.xib
/petsc/xcode/examples/main.m
/petsc/xcode/iphone/Classes/iphoneAppDelegate.h
/petsc/xcode/iphone/Classes/iphoneAppDelegate.m
/petsc/xcode/iphone/Classes/iphoneViewController.h
/petsc/xcode/iphone/Classes/iphoneViewController.m
/petsc/xcode/iphone/MainWindow.xib
/petsc/xcode/iphone/iphone-Info.plist
/petsc/xcode/iphone/iphone.xcodeproj/barrysmith.mode1v3
/petsc/xcode/iphone/iphone.xcodeproj/barrysmith.pbxuser
/petsc/xcode/iphone/iphoneViewController.xib
/petsc/xcode/iphone/iphone_Prefix.pch
/petsc/xcode/iphone/main.m
59c4edf612-May-2010 Jed Brown <jed@59A2.org>

MatGetDiagonalBlock: missing else

Hg-commit: 2b70a707f4065d8fbaac38310ef6bbbeb203c2ec

d736bfeb11-May-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed enum argument to PetscError() in many places that arise only in C++
changed CHKERRXX() to be more rational, see petsc-dev email

Hg-commit: bf64cb01b8b40e01034bd22ad18ed6a259752ed7


/petsc/include/petscerror.h
/petsc/include/petscis.h
/petsc/include/petscmesh_solvers.hh
/petsc/include/petscsys.h
/petsc/include/private/fortranimpl.h
/petsc/include/private/matimpl.h
/petsc/include/private/petscimpl.h
/petsc/src/contrib/fun3d/comp/flow.c
/petsc/src/contrib/keyes/ex15.c
/petsc/src/dm/adda/adda.c
/petsc/src/dm/ao/impls/basic/aobasic.c
/petsc/src/dm/da/src/da.c
/petsc/src/dm/da/src/da1.c
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/da3.c
/petsc/src/dm/da/src/dainterp.c
/petsc/src/dm/da/src/daload.c
/petsc/src/dm/da/src/dalocal.c
/petsc/src/dm/da/src/daltol.c
/petsc/src/dm/da/src/daview.c
/petsc/src/dm/da/src/gr1.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/dm/da/utils/fdda.c
/petsc/src/dm/da/utils/mhyp.c
/petsc/src/dm/da/utils/pack.c
/petsc/src/dm/mesh/examples/tests/mesh1.cxx
/petsc/src/dm/mesh/examples/tests/refinementTest.cxx
/petsc/src/dm/mesh/mesh.c
/petsc/src/ksp/ksp/examples/tests/ex27.c
/petsc/src/ksp/ksp/examples/tests/ex30.c
/petsc/src/ksp/ksp/examples/tests/ex31.c
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/examples/tutorials/ex33.c
/petsc/src/ksp/ksp/examples/tutorials/ex35.c
/petsc/src/ksp/ksp/examples/tutorials/ex37.c
/petsc/src/ksp/ksp/examples/tutorials/ex45.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/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/lgmres/lgmres.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/rich/rich.c
/petsc/src/ksp/ksp/impls/symmlq/symmlq.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/itregis.c
/petsc/src/ksp/ksp/interface/itres.c
/petsc/src/ksp/pc/examples/tests/ex5.c
/petsc/src/ksp/pc/impls/asa/asa.c
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/composite/composite.c
/petsc/src/ksp/pc/impls/eisens/eisen.c
/petsc/src/ksp/pc/impls/factor/factimpl.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/galerkin/galerkin.c
/petsc/src/ksp/pc/impls/hypre/hypre.c
/petsc/src/ksp/pc/impls/ksp/pcksp.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/ml/ml.c
/petsc/src/ksp/pc/impls/pbjacobi/pbjacobi.c
/petsc/src/ksp/pc/impls/redistribute/redistribute.c
/petsc/src/ksp/pc/impls/redundant/redundant.c
/petsc/src/ksp/pc/impls/sor/sor.c
/petsc/src/ksp/pc/impls/supportgraph/supportgraph.c
/petsc/src/ksp/pc/impls/tfs/bitmask.c
/petsc/src/ksp/pc/impls/tfs/comm.c
/petsc/src/ksp/pc/impls/tfs/gs.c
/petsc/src/ksp/pc/impls/tfs/xxt.c
/petsc/src/ksp/pc/impls/tfs/xyt.c
/petsc/src/ksp/pc/impls/wb/wb.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/ex130.c
/petsc/src/mat/examples/tests/ex78.c
/petsc/src/mat/impls/aij/mpi/fdmpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpimatmatmult.c
/petsc/src/mat/impls/aij/mpi/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/aijfact.c
/petsc/src/mat/impls/aij/seq/bas/spbas.c
/petsc/src/mat/impls/aij/seq/fdaij.c
/petsc/src/mat/impls/aij/seq/lusol/lusol.c
/petsc/src/mat/impls/aij/seq/matptap.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/dgefa.c
/petsc/src/mat/impls/baij/seq/dgefa2.c
/petsc/src/mat/impls/baij/seq/dgefa3.c
/petsc/src/mat/impls/baij/seq/dgefa4.c
/petsc/src/mat/impls/baij/seq/dgefa5.c
/petsc/src/mat/impls/baij/seq/dgefa6.c
/petsc/src/mat/impls/baij/seq/dgefa7.c
/petsc/src/mat/impls/blockmat/seq/blockmat.c
/petsc/src/mat/impls/dd/matdd.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/shell/ftn-custom/zshellf.c
ftn-custom/zmatrixf.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/order/amd/amd.c
/petsc/src/mat/order/sorder.c
/petsc/src/mat/order/sp1wd.c
/petsc/src/mat/order/spqmd.c
/petsc/src/mat/order/sprcm.c
/petsc/src/mat/partition/impls/chaco/chaco.c
/petsc/src/mat/partition/impls/jostle/jostle.c
/petsc/src/mat/partition/impls/party/party.c
/petsc/src/mat/partition/impls/pmetis/pmetis.c
/petsc/src/mat/partition/impls/scotch/scotch.c
/petsc/src/mat/partition/partition.c
/petsc/src/mat/utils/axpy.c
/petsc/src/mat/utils/getcolv.c
/petsc/src/semiLagrange/interface/characteristic.c
/petsc/src/snes/examples/tests/ex1.c
/petsc/src/snes/examples/tests/ex11.c
/petsc/src/snes/examples/tests/ex13.c
/petsc/src/snes/examples/tests/ex4.c
/petsc/src/snes/examples/tests/ex5.c
/petsc/src/snes/examples/tests/ex9.c
/petsc/src/snes/examples/tutorials/ex10d/ex10.c
/petsc/src/snes/examples/tutorials/ex14.c
/petsc/src/snes/examples/tutorials/ex29.c
/petsc/src/snes/examples/tutorials/ex46.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/ex5s.c
/petsc/src/snes/impls/test/snestest.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/utils/damg.c
/petsc/src/snes/utils/damgsnes.c
/petsc/src/sys/dll/dlimpl.c
/petsc/src/sys/draw/impls/x/xcolor.c
/petsc/src/sys/draw/interface/dtri.c
/petsc/src/sys/error/adebug.c
/petsc/src/sys/error/err.c
/petsc/src/sys/error/errabort.c
/petsc/src/sys/error/errstop.c
/petsc/src/sys/error/errtrace.c
/petsc/src/sys/error/fp.c
/petsc/src/sys/error/ftn-custom/zerrf.c
/petsc/src/sys/error/signal.c
/petsc/src/sys/fileio/ftest.c
/petsc/src/sys/fwk/interface/fwk.c
/petsc/src/sys/matlabengine/matlab.c
/petsc/src/sys/memory/mal.c
/petsc/src/sys/memory/mtr.c
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/objects/tagm.c
/petsc/src/sys/plog/utils/stageLog.c
/petsc/src/sys/python/pythonsys.c
/petsc/src/sys/utils/mpiu.c
/petsc/src/sys/utils/str.c
/petsc/src/sys/viewer/impls/ascii/filev.c
/petsc/src/sys/viewer/impls/ascii/vcreatea.c
/petsc/src/sys/viewer/impls/binary/binv.c
/petsc/src/sys/viewer/impls/draw/drawv.c
/petsc/src/sys/viewer/impls/hdf5/hdf5v.c
/petsc/src/sys/viewer/impls/matlab/vmatlab.c
/petsc/src/sys/viewer/impls/socket/send.c
/petsc/src/ts/examples/tests/ex3.c
/petsc/src/ts/examples/tutorials/ex1.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/vec/ftn-custom/zis.c
/petsc/src/vec/is/impls/block/block.c
/petsc/src/vec/is/impls/general/general.c
/petsc/src/vec/is/utils/ftn-custom/ziscoloringf.c
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/impls/mpi/pmap.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/impls/seq/dvec2.c
/petsc/src/vec/vec/impls/shared/shvec.c
/petsc/src/vec/vec/impls/sieve/sieveVec.c
/petsc/src/vec/vec/interface/rvector.c
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/utils/comb.c
/petsc/src/vec/vec/utils/vinv.c
/petsc/src/vec/vec/utils/vscat.c
ac53348a09-May-2010 Barry Smith <bsmith@mcs.anl.gov>

more fixing of badly formatted SETERRQ
fixed a bunch of SETERRQ() with PETSC_COMM_SELF to use correct communicator

Hg-commit: 57d5965aa89b7e0c92623954688d77d16a86d0f2


/petsc/include/petscerror.h
/petsc/src/contrib/helmholtz_2/ex12.c
/petsc/src/dm/adda/adda.c
/petsc/src/dm/ao/impls/mapping/aomapping.c
/petsc/src/dm/ao/interface/ao.c
/petsc/src/dm/da/examples/tests/ex27.c
/petsc/src/dm/da/examples/tests/ex28.c
/petsc/src/dm/da/examples/tests/ex30.c
/petsc/src/dm/da/examples/tests/ex4.c
/petsc/src/dm/da/examples/tests/ex6.c
/petsc/src/dm/da/examples/tests/ex9.c
/petsc/src/dm/da/src/da.c
/petsc/src/dm/da/src/da2.c
/petsc/src/dm/da/src/da3.c
/petsc/src/dm/da/src/dagtol.c
/petsc/src/dm/da/src/dainterp.c
/petsc/src/dm/da/src/daload.c
/petsc/src/dm/da/src/dalocal.c
/petsc/src/dm/da/src/dasub.c
/petsc/src/dm/da/src/daview.c
/petsc/src/dm/da/src/gr1.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/dm/da/src/usfft/matusfft.c
/petsc/src/dm/da/utils/dm.c
/petsc/src/dm/da/utils/fdda.c
/petsc/src/dm/da/utils/mhyp.c
/petsc/src/dm/da/utils/pack.c
/petsc/src/dm/mesh/mesh.c
/petsc/src/docs/website/documentation/copyright.html
/petsc/src/ksp/ksp/examples/tests/ex14.c
/petsc/src/ksp/ksp/examples/tests/ex16f.F
/petsc/src/ksp/ksp/examples/tests/ex17.c
/petsc/src/ksp/ksp/examples/tests/ex27.c
/petsc/src/ksp/ksp/examples/tests/ex30.c
/petsc/src/ksp/ksp/examples/tests/ex31.c
/petsc/src/ksp/ksp/examples/tests/ex34.c
/petsc/src/ksp/ksp/examples/tests/ex36.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/ex13f90.F
/petsc/src/ksp/ksp/examples/tutorials/ex1f.F
/petsc/src/ksp/ksp/examples/tutorials/ex29.c
/petsc/src/ksp/ksp/examples/tutorials/ex32.c
/petsc/src/ksp/ksp/examples/tutorials/ex34.c
/petsc/src/ksp/ksp/examples/tutorials/ex43.c
/petsc/src/ksp/ksp/examples/tutorials/ex8.c
/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/cgeig.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/fgmres/fgmres.c
/petsc/src/ksp/ksp/impls/gmres/gmreig.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/lgmres/lgmres.c
/petsc/src/ksp/ksp/impls/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/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/eige.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/utils/schurm.c
/petsc/src/ksp/pc/examples/tests/ex5.c
/petsc/src/ksp/pc/impls/asa/asa.c
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/bfbt/bfbt.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/factimpl.c
/petsc/src/ksp/pc/impls/factor/factor.c
/petsc/src/ksp/pc/impls/factor/ilu/ilu.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/galerkin/galerkin.c
/petsc/src/ksp/pc/impls/hypre/hypre.c
/petsc/src/ksp/pc/impls/is/pcis.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/mg/mgfunc.c
/petsc/src/ksp/pc/impls/ml/ml.c
/petsc/src/ksp/pc/impls/openmp/openmp.c
/petsc/src/ksp/pc/impls/pbjacobi/pbjacobi.c
/petsc/src/ksp/pc/impls/shell/shellpc.c
/petsc/src/ksp/pc/impls/sor/sor.c
/petsc/src/ksp/pc/impls/spai/dspai.c
/petsc/src/ksp/pc/impls/supportgraph/supportgraph.c
/petsc/src/ksp/pc/impls/tfs/bitmask.c
/petsc/src/ksp/pc/impls/tfs/comm.c
/petsc/src/ksp/pc/impls/tfs/gs.c
/petsc/src/ksp/pc/impls/tfs/ivec.c
/petsc/src/ksp/pc/impls/tfs/tfs.c
/petsc/src/ksp/pc/impls/tfs/xxt.c
/petsc/src/ksp/pc/impls/wb/wb.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/color/color.c
/petsc/src/mat/examples/tests/ex100.c
/petsc/src/mat/examples/tests/ex103.c
/petsc/src/mat/examples/tests/ex104.c
/petsc/src/mat/examples/tests/ex108.c
/petsc/src/mat/examples/tests/ex110.c
/petsc/src/mat/examples/tests/ex112.c
/petsc/src/mat/examples/tests/ex113.c
/petsc/src/mat/examples/tests/ex116.c
/petsc/src/mat/examples/tests/ex118.c
/petsc/src/mat/examples/tests/ex120.c
/petsc/src/mat/examples/tests/ex121.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/ex130.c
/petsc/src/mat/examples/tests/ex15.c
/petsc/src/mat/examples/tests/ex20.c
/petsc/src/mat/examples/tests/ex30.c
/petsc/src/mat/examples/tests/ex32.c
/petsc/src/mat/examples/tests/ex34.c
/petsc/src/mat/examples/tests/ex40.c
/petsc/src/mat/examples/tests/ex41.c
/petsc/src/mat/examples/tests/ex42.c
/petsc/src/mat/examples/tests/ex47.c
/petsc/src/mat/examples/tests/ex50.c
/petsc/src/mat/examples/tests/ex53.c
/petsc/src/mat/examples/tests/ex57.c
/petsc/src/mat/examples/tests/ex62.c
/petsc/src/mat/examples/tests/ex64.c
/petsc/src/mat/examples/tests/ex72.c
/petsc/src/mat/examples/tests/ex74.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/ex80.c
/petsc/src/mat/examples/tests/ex81.c
/petsc/src/mat/examples/tests/ex94.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/ex4.c
/petsc/src/mat/examples/tutorials/ex9.c
/petsc/src/mat/impls/adic/matadic.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/fdmpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpimatmatmult.c
/petsc/src/mat/impls/aij/mpi/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/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/fdaij.c
/petsc/src/mat/impls/aij/seq/inode.c
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/dd/matdd.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/im/matim.c
/petsc/src/mat/impls/is/matis.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/mffd/mffddef.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/impls/scatter/mscatter.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/impls/submat/submat.c
matnull.c
matrix.c
/petsc/src/sys/error/err.c
/petsc/src/sys/error/errtrace.c
/petsc/src/sys/error/fp.c
/petsc/src/sys/objects/gtype.c
5c7271fc08-May-2010 Hong Zhang <hzhang@mcs.anl.gov>

merge from release

Hg-commit: 8c699f6a6218505c95a03ef0aafd2482968b6e16

997adca807-May-2010 Barry Smith <bsmith@mcs.anl.gov>

traceback error handler now prints one error message for all processes in the comm that was passed into PetscError() much less jumbled mess for parallel runs with simple errors.

Hg-commit: 6b164c2c6

traceback error handler now prints one error message for all processes in the comm that was passed into PetscError() much less jumbled mess for parallel runs with simple errors.

Hg-commit: 6b164c2c6479c139b8650eac8671895ebfdb507e

show more ...

1...<<61626364656667686970>>...111