History log of /petsc/src/ksp/pc/impls/ (Results 4501 – 4525 of 5239)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
3156731128-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

Phase 2 of rearranging the PCMG by making the PC_MG be a struct that contains the array of information at each level.
In this phase I have moved all the "common" variables out of each level struct

Phase 2 of rearranging the PCMG by making the PC_MG be a struct that contains the array of information at each level.
In this phase I have moved all the "common" variables out of each level struct and put them into the PC_MG global struct
This transformation of the PCMG is now complete.

Hg-commit: 0bef9347de9b192562da9beccd59f61572c8aeee

show more ...

f3fbd53527-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

Phase 1 of updating PCMG to use a struct for PC_MG with an array inside it for the levels.
Added the struct and put the array inside it.

Hg-commit: 80ba04089f469ad33a06d60b556ad208949b6026

e60cf9a026-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed a bunch of assignments of integer to 0. mistake I made a few days ago adding the .

Hg-commit: cc599b11a9988dfcfd6326b284afa5d15897575c


/petsc/bin/maint/gcov.py
/petsc/config/examples/arch-freebsd-cxx-cmplx-pkgs-dbg.py
/petsc/config/examples/arch-opensolaris-cxx-cmplx-pkgs-dbg.py
/petsc/config/install.py
/petsc/include/finclude/petscmat.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/sieve/ISieve.hh
/petsc/src/dm/da/examples/tests/ex31.c
/petsc/src/dm/da/examples/tests/makefile
/petsc/src/dm/da/utils/fdda.c
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/website/documentation/troubleshooting.html
/petsc/src/docs/website/index.html
/petsc/src/ksp/ksp/examples/tests/ex20.c
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/impls/broyden/broyden.c
/petsc/src/ksp/ksp/impls/broyden/broydenimpl.h
/petsc/src/ksp/ksp/impls/broyden/makefile
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/makefile
/petsc/src/ksp/ksp/interface/itregis.c
cp/cp.c
mg/mg.c
ml/ml.c
/petsc/src/mat/examples/tests/ex107.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/mpi/mpibaij.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/baijfact13.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.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/dense/seq/dense.c
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/aijsbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/snes/examples/tests/ex14f.F
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tests/output/ex14_1.out
/petsc/src/snes/examples/tutorials/ex48.c
/petsc/src/vec/is/utils/iscoloring.c
/petsc/src/vec/vec/interface/vector.c
4f8eab3c25-Jan-2010 Jed Brown <jed@59A2.org>

Inform ML of the block size (as dimension of the PDE and dimension of lower-energy subspace)

Hg-commit: 08c7228df5734702e4e7716b20342255a4b72b97

50ec4d9c23-Jan-2010 Jed Brown <jed@59A2.org>

Use current mgtype in -pc_mg_type help

Hg-commit: c807df30c4c352c9831d7f8a3adf7c4782772cdd

f5234e3518-Jan-2010 Jed Brown <jed@59A2.org>

asm.c: create osm->is_local when needed and handle nontrivial subdomains

Multiple subdomains per process used to only work when created specially
and when they happened to be partitioned into contig

asm.c: create osm->is_local when needed and handle nontrivial subdomains

Multiple subdomains per process used to only work when created specially
and when they happened to be partitioned into contiguous pieces (instead
of by a graph partitioner). This patch uses ISGlobalToLocalMappingApply
to generate the scatter from the vector corresponding to each osm->is[i]
(includes overlap) to the vectors based on osm->is_local[i], instead of
assuming that each subdomain was contiguous.

Hg-commit: d63b278424668f58c027d41777bd75cfb6383bd7

show more ...

880770e918-Jan-2010 Jed Brown <jed@59A2.org>

asm doc/error spelling

Hg-commit: fb6bf10c208213d9a9b95c64d58ebd4fb280acf4

7556704316-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

correcting of 0 assignments to double to be 0.

Hg-commit: 4e8d3c66ce68ac50361b8dc9292a6438842e1543


/petsc/bin/maint/confignightly/n-gage
/petsc/bin/maint/confignightly/n-gage2
/petsc/bin/maint/confignightly/n-gage3
/petsc/bin/maint/confignightly/wii
/petsc/bin/maint/confignightly/wii2
/petsc/bin/maint/confignightly/wii3
/petsc/config/PETSc/packages/gmp.py
/petsc/config/PETSc/packages/mpack.py
/petsc/config/PETSc/packages/qd.py
/petsc/config/examples/arch-freebsd-cxx-cmplx-pkgs-dbg.py
/petsc/config/examples/arch-freebsd-cxx-pkgs-opt.py
/petsc/config/examples/arch-freebsd-pkgs-opt.py
/petsc/config/examples/arch-opensolaris-cxx-cmplx-pkgs-dbg.py
/petsc/config/examples/arch-opensolaris-cxx-pkgs-opt.py
/petsc/config/examples/arch-opensolaris-pkgs-opt.py
/petsc/include/petsc.h
/petsc/include/petscblaslapack.h
/petsc/include/petscblaslapack_qd.h
/petsc/include/petscmath.h
/petsc/src/ksp/ksp/impls/bcgsl/bcgsl.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
cp/cp.c
factor/icc/icc.c
factor/ilu/ilu.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/baijfact.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/sbaij/seq/sbaij.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/snes.c
/petsc/src/sys/draw/impls/ps/pops.c
/petsc/src/sys/draw/interface/draw.c
/petsc/src/sys/draw/interface/drawreg.c
/petsc/src/sys/draw/utils/axis.c
/petsc/src/sys/draw/utils/hists.c
/petsc/src/sys/objects/init.c
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/vec/vec/impls/seq/dvec2.c
/petsc/src/vec/vec/interface/rvector.c
886061d416-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

unset intial values for PetscOptionsTruth()

Hg-commit: df106f18988be50282a062f8df00d0a7bf42782b


/petsc/bin/maint/buildtest
/petsc/bin/maint/checkBuilds.py
/petsc/bin/maint/gcov.py
/petsc/bin/maint/update-docs.py
/petsc/conf/rules
/petsc/conf/variables
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/packages/gmp.py
/petsc/config/PETSc/packages/hdf5.py
/petsc/config/PETSc/packages/mpack.py
/petsc/config/PETSc/packages/qd.py
/petsc/config/PETSc/packages/sowing.py
/petsc/config/PETSc/utilities/scalarTypes.py
/petsc/config/configure.py
/petsc/include/finclude/petsc.h
/petsc/include/finclude/petscdef.h
/petsc/include/mpiuni/mpif.h
/petsc/include/petsc.h
/petsc/include/petsc.hh
/petsc/include/petscblaslapack.h
/petsc/include/petscblaslapack_c.h
/petsc/include/petscblaslapack_uscore.h
/petsc/include/petscda.h
/petsc/include/petscdmmg.h
/petsc/include/petscmesh_formats.hh
/petsc/include/private/makefile
/petsc/include/sieve/problem/Base.hh
/petsc/include/sieve/problem/Functions.hh
/petsc/include/sieve/problem/LaplaceBEM.hh
/petsc/makefile
/petsc/src/benchmarks/streams/makefile
/petsc/src/bilinear/impls/dense/seq/bldense.c
/petsc/src/bilinear/impls/dense/seq/bldense.h
/petsc/src/bilinear/impls/dense/seq/makefile
/petsc/src/bilinear/interface/blregis.c
/petsc/src/bilinear/interface/makefile
/petsc/src/dm/adda/examples/makefile
/petsc/src/dm/ao/impls/mapping/ftn-custom/makefile
/petsc/src/dm/da/examples/tutorials/ex3.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/usfft/makefile
/petsc/src/dm/da/utils/pack.c
/petsc/src/dm/mesh/examples/tests/makefile
/petsc/src/dm/mesh/examples/tutorials/bratu1.hh
/petsc/src/dm/mesh/examples/tutorials/laplaceBEM1.hh
/petsc/src/dm/mesh/examples/tutorials/makefile
/petsc/src/dm/mesh/examples/tutorials/problemTests.cxx
/petsc/src/dm/mesh/makefile
/petsc/src/dm/mesh/meshbardhan.c
/petsc/src/docs/tex/manual/developers.tex
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/changes/index.html
/petsc/src/ksp/ksp/examples/tests/ex32.c
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tutorials/ex31.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
hypre/hypre.c
/petsc/src/mat/blockinvert.h
/petsc/src/mat/examples/tests/ex129.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex129.out
/petsc/src/mat/examples/tutorials/ex13.c
/petsc/src/mat/examples/tutorials/makefile
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/crl/ftn-kernels/makefile
/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/baijfact3.c
/petsc/src/mat/impls/baij/seq/baijfact4.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/dense/seq/dense.c
/petsc/src/mat/impls/framework/makefile
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/semiLagrange/impls/da/makefile
/petsc/src/semiLagrange/impls/da/slda.c
/petsc/src/semiLagrange/impls/da/slda.h
/petsc/src/semiLagrange/interface/makefile
/petsc/src/semiLagrange/interface/slregis.c
/petsc/src/snes/examples/tutorials/ex30.c
/petsc/src/snes/impls/test/snestest.c
/petsc/src/snes/utils/damg.c
/petsc/src/sys/utils/ftn-kernels/makefile
/petsc/src/sys/viewer/impls/binary/f90-custom/makefile
/petsc/src/sys/viewer/interface/dlregispetsc.c
/petsc/tutorials/multiphysics/makefile
/petsc/tutorials/multiphysicsNonlinear/makefile
/petsc/tutorials/python/makefile
d9ba854707-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

removed mention of MPIRowbs from icc.c and ilu.c

Hg-commit: 4abc7f8714c86445dcfb82dd3dd455c27f74d8cf


/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/packages/Chaco.py
/petsc/config/PETSc/packages/MUMPS.py
/petsc/config/PETSc/packages/Matlab.py
/petsc/config/PETSc/packages/Numpy.py
/petsc/config/PETSc/packages/P3Dlib.py
/petsc/config/PETSc/packages/PARTY.py
/petsc/config/PETSc/packages/PLAPACK.py
/petsc/config/PETSc/packages/PaStiX.py
/petsc/config/PETSc/packages/ParMetis.py
/petsc/config/PETSc/packages/Prometheus.py
/petsc/config/PETSc/packages/SCALAPACK.py
/petsc/config/PETSc/packages/Scotch.py
/petsc/config/PETSc/packages/Suggar.py
/petsc/config/PETSc/packages/SuperLU.py
/petsc/config/PETSc/packages/SuperLU_DIST.py
/petsc/config/PETSc/packages/TetGen.py
/petsc/config/PETSc/packages/Triangle.py
/petsc/config/PETSc/packages/Zoltan.py
/petsc/config/PETSc/packages/blacs.py
/petsc/config/PETSc/packages/blopex.py
/petsc/config/PETSc/packages/c2html.py
/petsc/config/PETSc/packages/cproto.py
/petsc/config/PETSc/packages/expat.py
/petsc/config/PETSc/packages/fftw.py
/petsc/config/PETSc/packages/hdf5.py
/petsc/config/PETSc/packages/hypre.py
/petsc/config/PETSc/packages/lgrind.py
/petsc/config/PETSc/packages/ml.py
/petsc/config/PETSc/packages/oski.py
/petsc/config/PETSc/packages/pARMS.py
/petsc/config/PETSc/packages/sowing.py
/petsc/config/PETSc/packages/spai.py
/petsc/config/PETSc/packages/spooles.py
/petsc/config/PETSc/packages/sprng.py
/petsc/config/PETSc/packages/sundials.py
/petsc/config/PETSc/utilities/scalarTypes.py
/petsc/config/configure.py
/petsc/config/install.py
/petsc/include/finclude/petscdef.h
/petsc/include/finclude/petscksp.h
/petsc/include/finclude/petscmatdef.h
/petsc/include/finclude/petscmg.h
/petsc/include/finclude/petscsnes.h
/petsc/include/finclude/petscts.h
/petsc/include/petsc.h
/petsc/include/petscda.h
/petsc/include/petscmat.h
/petsc/include/sieve/problem/Base.hh
/petsc/include/sieve/problem/Bratu.hh
/petsc/include/sieve/problem/Functions.hh
/petsc/include/sieve/problem/LaplaceBEM.hh
/petsc/src/dm/da/src/da.c
/petsc/src/dm/da/src/da1.c
/petsc/src/dm/da/src/dacreate.c
/petsc/src/dm/da/utils/dm.c
/petsc/src/dm/da/utils/mhyp.c
/petsc/src/dm/mesh/examples/tutorials/bratu1.hh
/petsc/src/dm/mesh/examples/tutorials/laplaceBEM1.hh
/petsc/src/dm/mesh/examples/tutorials/makefile
/petsc/src/dm/mesh/examples/tutorials/problemTests.cxx
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/website/documentation/changes/dev.html
factor/icc/icc.c
factor/ilu/ilu.c
/petsc/src/mat/impls/aij/mpi/mpimatmatmult.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijfact.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/baijfact3.c
/petsc/src/mat/impls/baij/seq/baijfact4.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/interface/matregis.c
/petsc/src/mat/matfd/ftn-custom/zfdmatrixf.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/mat/utils/matio.c
/petsc/src/snes/utils/damg.c
/petsc/src/sys/objects/mpinit.c
/petsc/src/sys/objects/options.c
ee69161203-Jan-2010 Barry Smith <bsmith@mcs.anl.gov>

mopved hyprestruct matrix definition from matrix directory to dm/da directory since it depends on da

Hg-commit: 44679a2ba20d26798cfab4000dd0bff1421495f6


/petsc/conf/test
/petsc/config/PETSc/packages/pARMS.py
/petsc/config/PETSc/packages/sowing.py
/petsc/config/PETSc/utilities/libraryOptions.py
/petsc/config/examples/aix5.1.0.0-64.py
/petsc/config/examples/aix5.1.0.0.py
/petsc/config/examples/bgl-gnu-opt.py
/petsc/config/examples/bgl-ibm-cxx-opt.py
/petsc/config/examples/bgl-ibm-debug.py
/petsc/config/examples/bgl-ibm-opt.py
/petsc/config/examples/bgp-ibm-opt.py
/petsc/config/examples/cray-x1.py
/petsc/config/examples/cray-xt3.py
/petsc/config/examples/sicortex.py
/petsc/config/examples/solaris2.9-lam.py
/petsc/config/examples/solaris2.9.py
/petsc/include/finclude/petscsnes.h
/petsc/include/petscda.h
/petsc/include/petscdmmg.h
/petsc/include/petscmat.h
/petsc/include/private/daimpl.h
/petsc/include/private/dmimpl.h
/petsc/include/sieve/problem/Base.hh
/petsc/include/sieve/problem/Bratu.hh
/petsc/include/sieve/problem/LaplaceBEM.hh
/petsc/src/dm/da/utils/dm.c
/petsc/src/dm/da/utils/makefile
/petsc/src/dm/da/utils/mhyp.c
/petsc/src/dm/da/utils/mhyp.h
/petsc/src/dm/mesh/examples/tutorials/bratu1.cxx
/petsc/src/dm/mesh/examples/tutorials/laplaceBEM1.cxx
/petsc/src/dm/mesh/examples/tutorials/makefile
/petsc/src/dm/mesh/mesh.c
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/installation.html
hypre/hypre.c
/petsc/src/mat/examples/tutorials/ex12.c
/petsc/src/mat/examples/tutorials/makefile
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/makefile
/petsc/src/snes/interface/ftn-custom/zsnesf.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/utils/damg.c
/petsc/src/sys/objects/mpinit.c
/petsc/src/vec/vec/examples/tutorials/makefile
12cae6f210-Dec-2009 Jed Brown <jed@59A2.org>

Some checks to prevent errors (and SIGSEGV) on KSPView before KSPSolve

Hg-commit: dd343a4b1bbb7912f5199661edcde70891dde62e


/petsc/config/PETSc/FEM.py
/petsc/config/PETSc/utilities/fortranCommandLine.py
/petsc/config/configure.py
/petsc/include/finclude/petscpcdef.h
/petsc/include/petscmat.h
/petsc/include/petscmesh.hh
/petsc/include/petscmesh_viewers.hh
/petsc/include/petscversion.h
/petsc/include/private/matimpl.h
/petsc/include/sieve/DMBuilder.hh
/petsc/include/sieve/ISieve.hh
/petsc/include/sieve/Mesh.hh
/petsc/include/sieve/ParallelMapping.hh
/petsc/include/sieve/problem/LaplaceBEM.hh
/petsc/src/dm/mesh/examples/tutorials/laplaceBEM1.cxx
/petsc/src/dm/mesh/mesh.c
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/download/index.html
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tests/output/ex30_shiftinblocks.out
/petsc/src/ksp/ksp/examples/tests/output/ex30_shiftinblocks_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex30_shiftnz.out
/petsc/src/ksp/ksp/examples/tests/output/ex30_shiftpd.out
/petsc/src/ksp/ksp/examples/tests/output/ex30_shiftpd_2.out
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/utils/schurm.c
fieldsplit/fieldsplit.c
/petsc/src/mat/examples/tests/ex125.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex125.out
/petsc/src/mat/impls/aij/mpi/makefile
/petsc/src/mat/impls/aij/mpi/mpb_aij.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/baij/seq/baijfact3.c
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/impls/ls/lsparams.c
/petsc/src/ts/impls/explicit/ssp/ssp.c
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/vec/vec/utils/vpscat.c
8e722e3601-Dec-2009 Barry Smith <bsmith@mcs.anl.gov>

basic support for using iterative solver for generation of interpolation of Exotic preconditioner

Hg-commit: fb9236cd30ec0d8c0095c0db32b0a99f699ce35d

064c800901-Dec-2009 Barry Smith <bsmith@mcs.anl.gov>

bug in AOCreateMapping() where MPIU_INT was used instead of MPI_INT in MPI_Allgather()

Hg-commit: 0187347ad0a55e7b3292c0ca051d22a06a6924b4

da93591f29-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

removed PETSC_ARCH/conf/base and
added support for not setting PETSC_ARCH and PETSC_DIR with --prefix option

Hg-commit: e478f4df238e5763b64567336d7cf94ca5d89d58


/petsc/bin/maint/generatefortranstubs.py
/petsc/bin/maint/toclapack.sh
/petsc/config/PETSc/Configure.py
/petsc/config/install.py
/petsc/include/finclude/ftn-custom/makefile
/petsc/include/finclude/makefile
/petsc/include/makefile
/petsc/include/petscblaslapack_c.h
/petsc/include/private/makefile
/petsc/include/sieve/makefile
/petsc/makefile
/petsc/src/benchmarks/makefile
/petsc/src/benchmarks/streams/makefile
/petsc/src/contrib/blopex/driver/makefile
/petsc/src/contrib/blopex/driver_fiedler/makefile
/petsc/src/contrib/blopex/driver_fortran/makefile
/petsc/src/contrib/blopex/makefile
/petsc/src/contrib/blopex/petsc-interface/makefile
/petsc/src/contrib/dvr/makefile
/petsc/src/contrib/fun3d/comp/makefile
/petsc/src/contrib/fun3d/incomp/makefile
/petsc/src/contrib/fun3d/makefile
/petsc/src/contrib/keyes/makefile
/petsc/src/contrib/makefile
/petsc/src/contrib/remote/makefile
/petsc/src/dm/adda/examples/makefile
/petsc/src/dm/adda/examples/tests/makefile
/petsc/src/dm/adda/makefile
/petsc/src/dm/ao/examples/makefile
/petsc/src/dm/ao/examples/tests/makefile
/petsc/src/dm/ao/examples/tutorials/makefile
/petsc/src/dm/ao/impls/basic/ftn-custom/makefile
/petsc/src/dm/ao/impls/basic/makefile
/petsc/src/dm/ao/impls/makefile
/petsc/src/dm/ao/impls/mapping/ftn-custom/makefile
/petsc/src/dm/ao/impls/mapping/makefile
/petsc/src/dm/ao/interface/ftn-custom/makefile
/petsc/src/dm/ao/interface/makefile
/petsc/src/dm/ao/makefile
/petsc/src/dm/da/examples/makefile
/petsc/src/dm/da/examples/tests/makefile
/petsc/src/dm/da/examples/tutorials/makefile
/petsc/src/dm/da/makefile
/petsc/src/dm/da/src/f90-custom/makefile
/petsc/src/dm/da/src/ftn-custom/makefile
/petsc/src/dm/da/src/makefile
/petsc/src/dm/da/src/usfft/makefile
/petsc/src/dm/da/utils/f90-custom/makefile
/petsc/src/dm/da/utils/ftn-custom/makefile
/petsc/src/dm/da/utils/makefile
/petsc/src/dm/f90-mod/makefile
/petsc/src/dm/ftn-custom/makefile
/petsc/src/dm/makefile
/petsc/src/dm/mesh/examples/makefile
/petsc/src/dm/mesh/examples/tests/makefile
/petsc/src/dm/mesh/examples/tutorials/makefile
/petsc/src/dm/mesh/f90-custom/makefile
/petsc/src/dm/mesh/ftn-custom/makefile
/petsc/src/dm/mesh/impls/cartesian/makefile
/petsc/src/dm/mesh/impls/makefile
/petsc/src/dm/mesh/makefile
/petsc/src/dm/mesh/sieve/makefile
/petsc/src/docs/makefile
/petsc/src/docs/tex/manual/makefile
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/inline/makefile
/petsc/src/ksp/f90-mod/makefile
/petsc/src/ksp/ksp/examples/makefile
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/impls/bcgs/makefile
/petsc/src/ksp/ksp/impls/bcgsl/makefile
/petsc/src/ksp/ksp/impls/bicg/makefile
/petsc/src/ksp/ksp/impls/cg/cgne/makefile
/petsc/src/ksp/ksp/impls/cg/gltr/makefile
/petsc/src/ksp/ksp/impls/cg/makefile
/petsc/src/ksp/ksp/impls/cg/nash/makefile
/petsc/src/ksp/ksp/impls/cg/stcg/makefile
/petsc/src/ksp/ksp/impls/cgs/makefile
/petsc/src/ksp/ksp/impls/cheby/makefile
/petsc/src/ksp/ksp/impls/cr/makefile
/petsc/src/ksp/ksp/impls/gmres/fgmres/ftn-custom/makefile
/petsc/src/ksp/ksp/impls/gmres/fgmres/makefile
/petsc/src/ksp/ksp/impls/gmres/lgmres/makefile
/petsc/src/ksp/ksp/impls/gmres/makefile
/petsc/src/ksp/ksp/impls/ibcgs/makefile
/petsc/src/ksp/ksp/impls/lcd/makefile
/petsc/src/ksp/ksp/impls/lsqr/makefile
/petsc/src/ksp/ksp/impls/makefile
/petsc/src/ksp/ksp/impls/minres/makefile
/petsc/src/ksp/ksp/impls/preonly/makefile
/petsc/src/ksp/ksp/impls/python/ftn-custom/makefile
/petsc/src/ksp/ksp/impls/python/makefile
/petsc/src/ksp/ksp/impls/qcg/makefile
/petsc/src/ksp/ksp/impls/rich/makefile
/petsc/src/ksp/ksp/impls/symmlq/makefile
/petsc/src/ksp/ksp/impls/tcqmr/makefile
/petsc/src/ksp/ksp/impls/tfqmr/makefile
/petsc/src/ksp/ksp/interface/f90-custom/makefile
/petsc/src/ksp/ksp/interface/ftn-custom/makefile
/petsc/src/ksp/ksp/interface/makefile
/petsc/src/ksp/ksp/makefile
/petsc/src/ksp/ksp/utils/daint.c
/petsc/src/ksp/ksp/utils/makefile
/petsc/src/ksp/makefile
/petsc/src/ksp/pc/examples/makefile
/petsc/src/ksp/pc/examples/tests/makefile
/petsc/src/ksp/pc/examples/tutorials/makefile
asa/makefile
asm/ftn-custom/makefile
asm/makefile
bfbt/makefile
bjacobi/ftn-custom/makefile
bjacobi/makefile
composite/ftn-custom/makefile
composite/makefile
cp/makefile
eisens/makefile
factor/cholesky/makefile
factor/ftn-custom/makefile
factor/icc/makefile
factor/ilu/makefile
factor/lu/makefile
factor/makefile
fieldsplit/makefile
galerkin/makefile
hypre/ftn-custom/makefile
hypre/makefile
is/feti/examples/makefile
is/feti/makefile
is/makefile
is/nn/makefile
jacobi/makefile
ksp/makefile
lsc/makefile
makefile
mat/makefile
mg/ftn-custom/makefile
mg/makefile
ml/makefile
none/makefile
openmp/makefile
pbjacobi/makefile
prometheus/makefile
python/ftn-custom/makefile
python/makefile
redistribute/makefile
redundant/makefile
shell/ftn-custom/makefile
shell/makefile
sor/makefile
spai/makefile
supportgraph/makefile
tfs/makefile
wb/makefile
/petsc/src/ksp/pc/interface/ftn-custom/makefile
/petsc/src/ksp/pc/interface/makefile
/petsc/src/ksp/pc/makefile
/petsc/src/makefile
/petsc/src/mat/color/ftn-custom/makefile
/petsc/src/mat/color/makefile
/petsc/src/mat/examples/makefile
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tutorials/makefile
/petsc/src/mat/f90-mod/makefile
/petsc/src/mat/ftn-custom/makefile
/petsc/src/mat/ftn-kernels/makefile
/petsc/src/mat/impls/adic/makefile
/petsc/src/mat/impls/adj/makefile
/petsc/src/mat/impls/adj/mpi/ftn-custom/makefile
/petsc/src/mat/impls/adj/mpi/makefile
/petsc/src/mat/impls/aij/aij/makefile
/petsc/src/mat/impls/aij/makefile
/petsc/src/mat/impls/aij/mpi/crl/makefile
/petsc/src/mat/impls/aij/mpi/csrperm/makefile
/petsc/src/mat/impls/aij/mpi/ftn-custom/makefile
/petsc/src/mat/impls/aij/mpi/makefile
/petsc/src/mat/impls/aij/mpi/mumps/makefile
/petsc/src/mat/impls/aij/mpi/pastix/makefile
/petsc/src/mat/impls/aij/mpi/spooles/makefile
/petsc/src/mat/impls/aij/mpi/superlu_dist/makefile
/petsc/src/mat/impls/aij/seq/crl/ftn-kernels/makefile
/petsc/src/mat/impls/aij/seq/crl/makefile
/petsc/src/mat/impls/aij/seq/csrperm/makefile
/petsc/src/mat/impls/aij/seq/dxml/makefile
/petsc/src/mat/impls/aij/seq/essl/makefile
/petsc/src/mat/impls/aij/seq/ftn-custom/makefile
/petsc/src/mat/impls/aij/seq/ftn-kernels/makefile
/petsc/src/mat/impls/aij/seq/lusol/makefile
/petsc/src/mat/impls/aij/seq/makefile
/petsc/src/mat/impls/aij/seq/matlab/makefile
/petsc/src/mat/impls/aij/seq/spooles/makefile
/petsc/src/mat/impls/aij/seq/superlu/makefile
/petsc/src/mat/impls/aij/seq/umfpack/makefile
/petsc/src/mat/impls/baij/makefile
/petsc/src/mat/impls/baij/mpi/dscpack/makefile
/petsc/src/mat/impls/baij/mpi/ftn-custom/makefile
/petsc/src/mat/impls/baij/mpi/makefile
/petsc/src/mat/impls/baij/seq/ftn-custom/makefile
/petsc/src/mat/impls/baij/seq/ftn-kernels/makefile
/petsc/src/mat/impls/baij/seq/makefile
/petsc/src/mat/impls/blockmat/makefile
/petsc/src/mat/impls/blockmat/seq/makefile
/petsc/src/mat/impls/composite/makefile
/petsc/src/mat/impls/dense/makefile
/petsc/src/mat/impls/dense/mpi/ftn-custom/makefile
/petsc/src/mat/impls/dense/mpi/makefile
/petsc/src/mat/impls/dense/seq/ftn-custom/makefile
/petsc/src/mat/impls/dense/seq/makefile
/petsc/src/mat/impls/feti/makefile
/petsc/src/mat/impls/fftw/ftn-custom/makefile
/petsc/src/mat/impls/fftw/makefile
/petsc/src/mat/impls/framework/makefile
/petsc/src/mat/impls/hypre/makefile
/petsc/src/mat/impls/is/makefile
/petsc/src/mat/impls/lrc/makefile
/petsc/src/mat/impls/maij/makefile
/petsc/src/mat/impls/makefile
/petsc/src/mat/impls/mffd/ftn-custom/makefile
/petsc/src/mat/impls/mffd/makefile
/petsc/src/mat/impls/normal/makefile
/petsc/src/mat/impls/python/ftn-custom/makefile
/petsc/src/mat/impls/python/makefile
/petsc/src/mat/impls/sbaij/makefile
/petsc/src/mat/impls/sbaij/mpi/ftn-custom/makefile
/petsc/src/mat/impls/sbaij/mpi/makefile
/petsc/src/mat/impls/sbaij/mpi/spooles/makefile
/petsc/src/mat/impls/sbaij/seq/ftn-custom/makefile
/petsc/src/mat/impls/sbaij/seq/makefile
/petsc/src/mat/impls/sbaij/seq/spooles/makefile
/petsc/src/mat/impls/scatter/makefile
/petsc/src/mat/impls/shell/ftn-custom/makefile
/petsc/src/mat/impls/shell/makefile
/petsc/src/mat/impls/submat/makefile
/petsc/src/mat/impls/transpose/makefile
/petsc/src/mat/interface/f90-custom/makefile
/petsc/src/mat/interface/ftn-custom/makefile
/petsc/src/mat/interface/makefile
/petsc/src/mat/makefile
/petsc/src/mat/matfd/ftn-custom/makefile
/petsc/src/mat/matfd/makefile
/petsc/src/mat/order/ftn-custom/makefile
/petsc/src/mat/order/makefile
/petsc/src/mat/partition/ftn-custom/makefile
/petsc/src/mat/partition/impls/chaco/makefile
/petsc/src/mat/partition/impls/jostle/makefile
/petsc/src/mat/partition/impls/makefile
/petsc/src/mat/partition/impls/party/ftn-custom/makefile
/petsc/src/mat/partition/impls/party/makefile
/petsc/src/mat/partition/impls/pmetis/makefile
/petsc/src/mat/partition/impls/scotch/ftn-custom/makefile
/petsc/src/mat/partition/impls/scotch/makefile
/petsc/src/mat/partition/makefile
/petsc/src/mat/utils/ftn-custom/makefile
/petsc/src/mat/utils/makefile
/petsc/src/semiLagrange/examples/makefile
/petsc/src/semiLagrange/examples/tutorials/makefile
/petsc/src/semiLagrange/impls/da/makefile
/petsc/src/semiLagrange/impls/makefile
/petsc/src/semiLagrange/interface/makefile
/petsc/src/semiLagrange/makefile
/petsc/src/snes/examples/makefile
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/ex10d/makefile
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/f90-mod/makefile
/petsc/src/snes/ftn-custom/makefile
/petsc/src/snes/impls/ls/ftn-custom/makefile
/petsc/src/snes/impls/ls/makefile
/petsc/src/snes/impls/makefile
/petsc/src/snes/impls/picard/makefile
/petsc/src/snes/impls/python/ftn-custom/makefile
/petsc/src/snes/impls/python/makefile
/petsc/src/snes/impls/test/makefile
/petsc/src/snes/impls/tr/makefile
/petsc/src/snes/interface/f90-custom/makefile
/petsc/src/snes/interface/ftn-custom/makefile
/petsc/src/snes/interface/makefile
/petsc/src/snes/interface/noise/makefile
/petsc/src/snes/makefile
/petsc/src/snes/mf/makefile
/petsc/src/snes/utils/adutils/makefile
/petsc/src/snes/utils/ftn-custom/makefile
/petsc/src/snes/utils/makefile
/petsc/src/snes/utils/sieve/makefile
/petsc/src/sys/adic/Gradient/makefile
/petsc/src/sys/adic/adic/makefile
/petsc/src/sys/adic/adintrinsics/makefile
/petsc/src/sys/adic/makefile
/petsc/src/sys/bag/f90-custom/makefile
/petsc/src/sys/bag/makefile
/petsc/src/sys/dll/makefile
/petsc/src/sys/draw/examples/makefile
/petsc/src/sys/draw/examples/tests/makefile
/petsc/src/sys/draw/examples/tutorials/makefile
/petsc/src/sys/draw/impls/makefile
/petsc/src/sys/draw/impls/ps/makefile
/petsc/src/sys/draw/impls/win32/makefile
/petsc/src/sys/draw/impls/x/ftn-custom/makefile
/petsc/src/sys/draw/impls/x/makefile
/petsc/src/sys/draw/interface/ftn-custom/makefile
/petsc/src/sys/draw/interface/makefile
/petsc/src/sys/draw/makefile
/petsc/src/sys/draw/utils/ftn-custom/makefile
/petsc/src/sys/draw/utils/makefile
/petsc/src/sys/error/examples/tests/makefile
/petsc/src/sys/error/ftn-custom/makefile
/petsc/src/sys/error/makefile
/petsc/src/sys/examples/makefile
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/examples/tutorials/makefile
/petsc/src/sys/f90-mod/makefile
/petsc/src/sys/f90-src/fsrc/makefile
/petsc/src/sys/f90-src/makefile
/petsc/src/sys/fileio/ftn-custom/makefile
/petsc/src/sys/fileio/makefile
/petsc/src/sys/fsrc/makefile
/petsc/src/sys/ftn-custom/makefile
/petsc/src/sys/makefile
/petsc/src/sys/matlabengine/ftn-custom/makefile
/petsc/src/sys/matlabengine/makefile
/petsc/src/sys/memory/ftn-custom/makefile
/petsc/src/sys/memory/makefile
/petsc/src/sys/mpiuni/f90-mod/makefile
/petsc/src/sys/mpiuni/makefile
/petsc/src/sys/objects/ftn-custom/makefile
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/makefile
/petsc/src/sys/plog/ftn-custom/makefile
/petsc/src/sys/plog/makefile
/petsc/src/sys/plog/utils/makefile
/petsc/src/sys/python/ftn-custom/makefile
/petsc/src/sys/python/makefile
/petsc/src/sys/random/examples/makefile
/petsc/src/sys/random/impls/makefile
/petsc/src/sys/random/impls/rand/makefile
/petsc/src/sys/random/impls/rand48/makefile
/petsc/src/sys/random/impls/sprng/makefile
/petsc/src/sys/random/interface/makefile
/petsc/src/sys/random/makefile
/petsc/src/sys/time/makefile
/petsc/src/sys/time/nt_time/makefile
/petsc/src/sys/time/rs6000_time/makefile
/petsc/src/sys/utils/ftn-custom/makefile
/petsc/src/sys/utils/ftn-kernels/makefile
/petsc/src/sys/utils/makefile
/petsc/src/sys/verbose/ftn-custom/makefile
/petsc/src/sys/verbose/makefile
/petsc/src/sys/viewer/examples/makefile
/petsc/src/sys/viewer/examples/tests/makefile
/petsc/src/sys/viewer/examples/tutorials/makefile
/petsc/src/sys/viewer/impls/ascii/ftn-custom/makefile
/petsc/src/sys/viewer/impls/ascii/makefile
/petsc/src/sys/viewer/impls/binary/f90-custom/makefile
/petsc/src/sys/viewer/impls/binary/ftn-custom/makefile
/petsc/src/sys/viewer/impls/binary/makefile
/petsc/src/sys/viewer/impls/draw/ftn-custom/makefile
/petsc/src/sys/viewer/impls/draw/makefile
/petsc/src/sys/viewer/impls/hdf5/ftn-custom/makefile
/petsc/src/sys/viewer/impls/hdf5/makefile
/petsc/src/sys/viewer/impls/makefile
/petsc/src/sys/viewer/impls/mathematica/makefile
/petsc/src/sys/viewer/impls/matlab/ftn-custom/makefile
/petsc/src/sys/viewer/impls/matlab/makefile
/petsc/src/sys/viewer/impls/netcdf/makefile
/petsc/src/sys/viewer/impls/silo/makefile
/petsc/src/sys/viewer/impls/socket/ftn-custom/makefile
/petsc/src/sys/viewer/impls/socket/makefile
/petsc/src/sys/viewer/impls/socket/matlab/makefile
/petsc/src/sys/viewer/impls/string/ftn-custom/makefile
/petsc/src/sys/viewer/impls/string/makefile
/petsc/src/sys/viewer/impls/vu/makefile
/petsc/src/sys/viewer/interface/ftn-custom/makefile
/petsc/src/sys/viewer/interface/makefile
/petsc/src/sys/viewer/makefile
/petsc/src/ts/examples/makefile
/petsc/src/ts/examples/tests/makefile
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/f90-mod/makefile
/petsc/src/ts/impls/explicit/euler/makefile
/petsc/src/ts/impls/explicit/makefile
/petsc/src/ts/impls/explicit/rk/makefile
/petsc/src/ts/impls/explicit/ssp/makefile
/petsc/src/ts/impls/implicit/beuler/makefile
/petsc/src/ts/impls/implicit/cn/makefile
/petsc/src/ts/impls/implicit/gl/makefile
/petsc/src/ts/impls/implicit/makefile
/petsc/src/ts/impls/implicit/sundials/ftn-custom/makefile
/petsc/src/ts/impls/implicit/sundials/makefile
/petsc/src/ts/impls/implicit/theta/makefile
/petsc/src/ts/impls/makefile
/petsc/src/ts/impls/pseudo/makefile
/petsc/src/ts/impls/python/ftn-custom/makefile
/petsc/src/ts/impls/python/makefile
/petsc/src/ts/interface/ftn-custom/makefile
/petsc/src/ts/interface/makefile
/petsc/src/ts/makefile
/petsc/src/vec/f90-mod/makefile
/petsc/src/vec/ftn-custom/makefile
/petsc/src/vec/is/examples/makefile
/petsc/src/vec/is/examples/tests/makefile
/petsc/src/vec/is/examples/tutorials/makefile
/petsc/src/vec/is/impls/block/ftn-custom/makefile
/petsc/src/vec/is/impls/block/makefile
/petsc/src/vec/is/impls/f90-custom/makefile
/petsc/src/vec/is/impls/general/makefile
/petsc/src/vec/is/impls/makefile
/petsc/src/vec/is/impls/stride/makefile
/petsc/src/vec/is/interface/f90-custom/makefile
/petsc/src/vec/is/interface/ftn-custom/makefile
/petsc/src/vec/is/interface/makefile
/petsc/src/vec/is/makefile
/petsc/src/vec/is/utils/f90-custom/makefile
/petsc/src/vec/is/utils/ftn-custom/makefile
/petsc/src/vec/is/utils/makefile
/petsc/src/vec/makefile
/petsc/src/vec/pf/examples/makefile
/petsc/src/vec/pf/examples/tutorials/makefile
/petsc/src/vec/pf/impls/constant/makefile
/petsc/src/vec/pf/impls/makefile
/petsc/src/vec/pf/impls/matlab/makefile
/petsc/src/vec/pf/impls/string/makefile
/petsc/src/vec/pf/interface/makefile
/petsc/src/vec/pf/makefile
/petsc/src/vec/vec/examples/makefile
/petsc/src/vec/vec/examples/tests/makefile
/petsc/src/vec/vec/examples/tutorials/makefile
/petsc/src/vec/vec/impls/hypre/makefile
/petsc/src/vec/vec/impls/makefile
/petsc/src/vec/vec/impls/mpi/ftn-custom/makefile
/petsc/src/vec/vec/impls/mpi/makefile
/petsc/src/vec/vec/impls/seq/ftn-custom/makefile
/petsc/src/vec/vec/impls/seq/ftn-kernels/makefile
/petsc/src/vec/vec/impls/seq/makefile
/petsc/src/vec/vec/impls/shared/makefile
/petsc/src/vec/vec/impls/sieve/makefile
/petsc/src/vec/vec/interface/f90-custom/makefile
/petsc/src/vec/vec/interface/ftn-custom/makefile
/petsc/src/vec/vec/interface/makefile
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/makefile
/petsc/src/vec/vec/utils/ftn-custom/makefile
/petsc/src/vec/vec/utils/makefile
/petsc/src/vec/vec/utils/matlab/makefile
/petsc/tutorials/makefile
/petsc/tutorials/multiphysics/makefile
/petsc/tutorials/multiphysicsNonlinear/makefile
/petsc/tutorials/python/makefile
/petsc/tutorials/tmp/makefile
758d9a8d26-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

removed all mention of SAMG stuff since it hasn't work/existed for many years

Hg-commit: a01f31e3214f7e38e79c7983b002b0bd2099b5e1


/petsc/.hgignore
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/utilities/memAlign.py
/petsc/config/PETSc/utilities/scalarTypes.py
/petsc/config/builder.py
/petsc/config/install.py
/petsc/include/finclude/petsc.h
/petsc/include/finclude/petscmat.h
/petsc/include/finclude/petscpcdef.h
/petsc/include/petsc.h
/petsc/include/petscao.h
/petsc/include/petscpc.h
/petsc/include/private/matimpl.h
/petsc/include/private/petscimpl.h
/petsc/include/private/vecimpl.h
/petsc/src/benchmarks/streams/BasicVersion.c
/petsc/src/benchmarks/streams/OpenMPVersion.c
/petsc/src/benchmarks/streams/makefile
/petsc/src/dm/adda/adda.c
/petsc/src/dm/adda/addaimpl.h
/petsc/src/dm/da/src/daindex.c
/petsc/src/docs/website/documentation/troubleshooting.html
/petsc/src/ksp/ksp/examples/tutorials/ex10.c
/petsc/src/ksp/ksp/examples/tutorials/ex40.c
/petsc/src/ksp/ksp/impls/bcgsl/bcgsl.c
/petsc/src/ksp/ksp/impls/bcgsl/bcgslimpl.h
/petsc/src/ksp/ksp/impls/bcgsl/makefile
/petsc/src/ksp/ksp/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cg/cgeig.c
/petsc/src/ksp/ksp/impls/cg/cgimpl.h
/petsc/src/ksp/ksp/impls/cg/cgne/cgne.c
/petsc/src/ksp/ksp/impls/cg/cgtype.c
/petsc/src/ksp/ksp/impls/cg/gltr/gltr.c
/petsc/src/ksp/ksp/impls/cg/gltr/gltrimpl.h
/petsc/src/ksp/ksp/impls/cg/gltr/makefile
/petsc/src/ksp/ksp/impls/cg/makefile
/petsc/src/ksp/ksp/impls/cg/nash/makefile
/petsc/src/ksp/ksp/impls/cg/nash/nash.c
/petsc/src/ksp/ksp/impls/cg/nash/nashimpl.h
/petsc/src/ksp/ksp/impls/cg/stcg/makefile
/petsc/src/ksp/ksp/impls/cg/stcg/stcg.c
/petsc/src/ksp/ksp/impls/cg/stcg/stcgimpl.h
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/impls/cheby/chebychevimpl.h
/petsc/src/ksp/ksp/impls/cheby/makefile
/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/fgmres/fgmresimpl.h
/petsc/src/ksp/ksp/impls/gmres/fgmres/makefile
/petsc/src/ksp/ksp/impls/gmres/gmpre.c
/petsc/src/ksp/ksp/impls/gmres/gmreig.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/gmres2.c
/petsc/src/ksp/ksp/impls/gmres/gmresimpl.h
/petsc/src/ksp/ksp/impls/gmres/lgmres/lgmres.c
/petsc/src/ksp/ksp/impls/gmres/lgmres/lgmresimpl.h
/petsc/src/ksp/ksp/impls/gmres/lgmres/makefile
/petsc/src/ksp/ksp/impls/gmres/makefile
/petsc/src/ksp/ksp/impls/lcd/lcd.c
/petsc/src/ksp/ksp/impls/lcd/lcdimpl.h
/petsc/src/ksp/ksp/impls/lcd/makefile
/petsc/src/ksp/ksp/impls/qcg/makefile
/petsc/src/ksp/ksp/impls/qcg/qcg.c
/petsc/src/ksp/ksp/impls/qcg/qcgimpl.h
/petsc/src/ksp/ksp/impls/rich/makefile
/petsc/src/ksp/ksp/impls/rich/rich.c
/petsc/src/ksp/ksp/impls/rich/richardsonimpl.h
/petsc/src/ksp/ksp/impls/rich/richscale.c
/petsc/src/ksp/ksp/impls/tcqmr/makefile
/petsc/src/ksp/ksp/impls/tcqmr/tcqmr.c
/petsc/src/ksp/ksp/impls/tcqmr/tcqmrimpl.h
makefile
/petsc/src/ksp/pc/interface/pcregis.c
/petsc/src/mat/examples/tests/ex127.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.h
/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/seq/aij.c
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/essl/essl.c
/petsc/src/mat/impls/aij/seq/inode.c
/petsc/src/mat/impls/aij/seq/lusol/lusol.c
/petsc/src/mat/impls/aij/seq/matpapt.c
/petsc/src/mat/impls/baij/mpi/baijov.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/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/baijfact4.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/dense/mpi/mmdense.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/normal/normm.c
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.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/impls/sbaij/seq/relax.h
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact10.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact11.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact12.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact2.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact3.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact4.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact5.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact6.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact7.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact8.c
/petsc/src/mat/impls/sbaij/seq/sbaijfact9.c
/petsc/src/mat/impls/sbaij/seq/sro.c
/petsc/src/mat/impls/submat/submat.c
/petsc/src/mat/interface/matrix.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/partition/impls/scotch/scotch.c
/petsc/src/mat/utils/compressedrow.c
/petsc/src/mat/utils/freespace.c
/petsc/src/mat/utils/matstash.c
/petsc/src/mat/utils/matstashspace.c
/petsc/src/semiLagrange/interface/characteristic.c
/petsc/src/sys/bag/bag.c
/petsc/src/sys/dll/reg.c
/petsc/src/sys/draw/impls/ps/pops.c
/petsc/src/sys/draw/impls/x/xcolor.c
/petsc/src/sys/draw/utils/dscatter.c
/petsc/src/sys/draw/utils/hists.c
/petsc/src/sys/draw/utils/lg.c
/petsc/src/sys/fileio/fretrieve.c
/petsc/src/sys/ftn-custom/zstart.c
/petsc/src/sys/memory/mal.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/objects/pname.c
/petsc/src/sys/objects/tagm.c
/petsc/src/sys/utils/mpimesg.c
/petsc/src/sys/utils/str.c
/petsc/src/sys/viewer/impls/ascii/filev.c
/petsc/src/sys/viewer/impls/mathematica/mathematica.c
/petsc/src/sys/viewer/interface/viewers.c
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/vec/vec/examples/tests/ex36.c
/petsc/src/vec/vec/impls/mpi/pvec2.c
/petsc/src/vec/vec/utils/vecstash.c
/petsc/tutorials/multiphysicsNonlinear/mp1.c
c9e1c14017-Nov-2009 Hong Zhang <hzhang@mcs.anl.gov>

bugfix for ML interface.
The bug causes 'src/snes/examples/tutorials/ex19 -pc_type ml' crash
because pc->ops were not defined but pc_name was set as 'mg'

Hg-commit: 7f37519237748e8b2c07db2c469c1094e

bugfix for ML interface.
The bug causes 'src/snes/examples/tutorials/ex19 -pc_type ml' crash
because pc->ops were not defined but pc_name was set as 'mg'

Hg-commit: 7f37519237748e8b2c07db2c469c1094e032d059

show more ...

bd1d354f14-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: dd462db7e4ad3308318d8e64ab6973227cdc8afe

1d79065f14-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

fixed many outdated malloc of several arrays at the same time to use PetscMallocN() instead
fixed bug in installing Zoltran.py where it did not use [0] to snag stdout of shell command

Hg-commit: db7

fixed many outdated malloc of several arrays at the same time to use PetscMallocN() instead
fixed bug in installing Zoltran.py where it did not use [0] to snag stdout of shell command

Hg-commit: db793741ae0135c011d800b787b94e2bfd91670d

show more ...


/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/packages/PaStiX.py
/petsc/config/PETSc/packages/Zoltan.py
/petsc/config/PETSc/packages/petsc4py.py
/petsc/config/PETSc/utilities/scalarTypes.py
/petsc/include/finclude/petsc.h
/petsc/include/finclude/petscdef.h
/petsc/include/petsc.h
/petsc/include/petsc.hh
/petsc/include/petscblaslapack_c.h
/petsc/include/petscblaslapack_caps.h
/petsc/include/petscblaslapack_stdcall.h
/petsc/include/petscblaslapack_uscore.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/private/petscimpl.h
/petsc/include/private/vecimpl.h
/petsc/include/sieve/DMBuilder.hh
/petsc/include/sieve/Mesh.hh
/petsc/include/sieve/problem/Bratu.hh
/petsc/src/dm/ao/examples/tests/ex2.c
/petsc/src/dm/ao/impls/basic/aobasic.c
/petsc/src/dm/ao/impls/mapping/aomapping.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/dainterp.c
/petsc/src/dm/da/utils/sliced.c
/petsc/src/dm/mesh/examples/tutorials/bratu1.cxx
/petsc/src/dm/mesh/examples/tutorials/laplaceBEM1.cxx
/petsc/src/dm/mesh/examples/tutorials/makefile
/petsc/src/dm/mesh/examples/tutorials/problemTests.cxx
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/miscellaneous/acknwldg.html
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tutorials/ex11f.F
/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/gmres/fgmres/fgmres.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/lgmres/lgmres.c
/petsc/src/ksp/ksp/interface/eige.c
/petsc/src/ksp/ksp/interface/itfunc.c
ml/ml.c
redundant/redundant.c
/petsc/src/mat/blockinvert.h
/petsc/src/mat/color/color.c
/petsc/src/mat/examples/tests/ex107.c
/petsc/src/mat/impls/aij/mpi/fdmpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.h
/petsc/src/mat/impls/aij/mpi/mpimatmatmult.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/mpi/mpiptap.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.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/baijfact13.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.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/blockmat/seq/blockmat.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/interface/snes.c
/petsc/src/sys/draw/impls/x/text.c
/petsc/src/sys/draw/impls/x/xops.c
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/objects/ftn-custom/makefile
/petsc/src/sys/objects/ftn-custom/zdestroyf.c
/petsc/src/sys/objects/ptype.c
/petsc/src/sys/plog/plog.c
/petsc/src/sys/utils/mpimesg.c
/petsc/src/ts/examples/tutorials/ex9.c
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/ts/impls/implicit/gl/gl.h
/petsc/src/ts/impls/implicit/gl/gladapt.c
/petsc/src/vec/vec/examples/tutorials/ex1e.c
/petsc/src/vec/vec/impls/mpi/pdvec.c
829b6ff012-Nov-2009 Jed Brown <jed@59A2.org>

Fix inconsistent block sizes for MPI matrices (was causing test failure)

Also added check to PCFieldSplit.

Hg-commit: 34f38ed91e8147575c1d6e90a9f3e741afc2667b


/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/packages/PaStiX.py
/petsc/config/PETSc/packages/petsc4py.py
/petsc/config/PETSc/utilities/scalarTypes.py
/petsc/include/finclude/petsc.h
/petsc/include/finclude/petscdef.h
/petsc/include/mpiuni/mpif.h
/petsc/include/petsc.h
/petsc/include/petsc.hh
/petsc/include/petscblaslapack_c.h
/petsc/include/petscblaslapack_caps.h
/petsc/include/petscblaslapack_stdcall.h
/petsc/include/petscblaslapack_uscore.h
/petsc/include/petscmath.h
/petsc/include/private/petscimpl.h
/petsc/include/private/vecimpl.h
/petsc/include/sieve/DMBuilder.hh
/petsc/include/sieve/Mesh.hh
/petsc/include/sieve/problem/Bratu.hh
/petsc/src/dm/da/utils/sliced.c
/petsc/src/dm/mesh/examples/tutorials/bratu1.cxx
/petsc/src/dm/mesh/examples/tutorials/laplaceBEM1.cxx
/petsc/src/dm/mesh/examples/tutorials/makefile
/petsc/src/dm/mesh/examples/tutorials/problemTests.cxx
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/miscellaneous/acknwldg.html
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tutorials/ex11f.F
/petsc/src/ksp/ksp/examples/tutorials/ex1f.F
fieldsplit/fieldsplit.c
/petsc/src/mat/blockinvert.h
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.h
/petsc/src/mat/impls/aij/mpi/pastix/pastix.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/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/baijfact13.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.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/blockmat/seq/blockmat.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/interface/snes.c
/petsc/src/sys/draw/impls/x/text.c
/petsc/src/sys/draw/impls/x/xops.c
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/mpiuni/mpi.c
/petsc/src/sys/objects/ftn-custom/makefile
/petsc/src/sys/objects/ftn-custom/zdestroyf.c
/petsc/src/sys/objects/ptype.c
/petsc/src/sys/plog/plog.c
/petsc/src/sys/utils/mpimesg.c
/petsc/src/ts/examples/tutorials/ex9.c
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/ts/impls/implicit/gl/gl.h
/petsc/src/ts/impls/implicit/gl/gladapt.c
/petsc/src/vec/vec/examples/tutorials/ex1e.c
/petsc/src/vec/vec/impls/mpi/pdvec.c
572f72c705-Nov-2009 Jed Brown <jed@59A2.org>

merge

Hg-commit: 36cf37059c0ed80addd0968973e91c32e491eff8


/petsc/bin/mpiexec.uni
/petsc/config/builder.py
/petsc/config/examples/arch-win-ms.py
/petsc/config/install.py
/petsc/include/finclude/petscmat.h
/petsc/include/petsc.hh
/petsc/include/petscmat.h
/petsc/include/petscts.h
/petsc/include/private/matimpl.h
/petsc/src/docs/website/documentation/faq.html
/petsc/src/ksp/ksp/examples/tests/ex29.c
factor/factor.c
is/feti/fetipc.c
ml/ml.c
redistribute/redistribute.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/ex106.c
/petsc/src/mat/examples/tests/ex107.c
/petsc/src/mat/examples/tests/ex109.c
/petsc/src/mat/examples/tests/ex122.c
/petsc/src/mat/examples/tests/ex123.c
/petsc/src/mat/examples/tests/ex127.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex127.out
/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/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/baijfact3.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/feti/feti.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/sbaij/mpi/makefile
/petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.h
/petsc/src/mat/impls/sbaij/seq/aijsbaij.c
/petsc/src/mat/impls/sbaij/seq/relax.h
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
/petsc/src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/utils/compressedrow.c
/petsc/src/mat/utils/convert.c
/petsc/src/mat/utils/freespace.c
/petsc/src/mat/utils/matstashspace.c
/petsc/src/mat/utils/multequal.c
/petsc/src/sys/objects/destroy.c
/petsc/src/sys/random/interface/dlregisrand.c
/petsc/src/sys/random/interface/randreg.c
/petsc/src/ts/examples/tutorials/ex8.c
/petsc/src/ts/impls/implicit/gl/gl.c
/petsc/src/ts/impls/implicit/gl/gl.h
/petsc/src/ts/impls/implicit/gl/gladapt.c
/petsc/src/ts/impls/implicit/gl/makefile
/petsc/src/ts/interface/dlregists.c
/petsc/src/vec/vec/interface/dlregisvec.c
/petsc/src/vec/vec/utils/vinv.c
7625e91f04-Nov-2009 Satish Balay <balay@mcs.anl.gov>

merge

Hg-commit: b723e36a33b01b236644b171b2ed49e502be881c


/petsc/bin/mpiexec.uni
/petsc/config/builder.py
/petsc/config/examples/arch-win-ms.py
/petsc/config/install.py
/petsc/include/finclude/petscmat.h
/petsc/include/petsc.hh
/petsc/include/petscmat.h
/petsc/include/private/matimpl.h
/petsc/src/ksp/ksp/examples/tests/ex29.c
factor/factor.c
is/feti/fetipc.c
ml/ml.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/ex106.c
/petsc/src/mat/examples/tests/ex107.c
/petsc/src/mat/examples/tests/ex109.c
/petsc/src/mat/examples/tests/ex122.c
/petsc/src/mat/examples/tests/ex123.c
/petsc/src/mat/examples/tests/ex127.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex127.out
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij.h
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/baij/seq/baijfact11.c
/petsc/src/mat/impls/baij/seq/baijfact13.c
/petsc/src/mat/impls/baij/seq/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.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/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/aijsbaij.c
/petsc/src/mat/impls/sbaij/seq/relax.h
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
/petsc/src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/utils/compressedrow.c
/petsc/src/mat/utils/convert.c
/petsc/src/mat/utils/freespace.c
/petsc/src/mat/utils/matstashspace.c
/petsc/src/mat/utils/multequal.c
/petsc/src/sys/random/interface/dlregisrand.c
/petsc/src/sys/random/interface/randreg.c
/petsc/src/vec/vec/utils/vinv.c
633214b204-Nov-2009 Satish Balay <balay@mcs.anl.gov>

remove execute permissions from sourcefiles

Hg-commit: 51e6d6c8360e0f44051ea90e634ee2c0b115205d

181dd33402-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

completed development and testing of PCREDISTRIBUTE

Hg-commit: 2029f199885411f50511995d906faa735ee54243

8ff2377730-Oct-2009 Hong Zhang <hzhang@mcs.anl.gov>

factor common options for PCSetFromOptions_ILU(), LU() etc into PCSetFromOptions_Factor()
rename PCFactorSetPivoting -> PCFactorSetColumnPivot

Hg-commit: 9fc226d4711fc60f38c040374fd14f9fe3620f06

1...<<181182183184185186187188189190>>...210