History log of /petsc/src/ksp/pc/impls/ (Results 4651 – 4675 of 5239)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
62524cca24-Sep-2008 Matthew Knepley <knepley@mcs.anl.gov>

Added BFBt to the build

Hg-commit: 7ac167e3a5fcaf1a81a41c611be6e3e5e32bb723

ff2c26e024-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge; lots of GU conflicts needed to be resolved, why? I don't know, most looked
like they could be done automatically

Hg-commit: 2b292236ee5585a41c97ddcafd3f409331a1dd72


/petsc/conf/rules
/petsc/include/petscksp.h
/petsc/include/petscmesh.hh
/petsc/include/petscmesh_viewers.hh
/petsc/include/petscoptions.h
/petsc/include/petscpc.h
/petsc/include/petscsys.h
/petsc/include/petscversion.h
/petsc/include/petscviewer.h
/petsc/include/private/petscimpl.h
/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/daview.c
/petsc/src/dm/mesh/examples/tests/makefile
/petsc/src/dm/mesh/examples/tests/refinementTest.cxx
/petsc/src/dm/mesh/sieve/Distribution.hh
/petsc/src/dm/mesh/sieve/ISieve.hh
/petsc/src/dm/mesh/sieve/Mesh.hh
/petsc/src/dm/mesh/sieve/Partitioner.hh
/petsc/src/docs/tex/sty/mcsletter2.sty
/petsc/src/docs/website/download/index.html
/petsc/src/ksp/ksp/impls/bcgs/bcgs.c
/petsc/src/ksp/ksp/impls/bcgsl/bcgsl.c
/petsc/src/ksp/ksp/impls/cr/cr.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/utils/schurm.c
bfbt/bfbt.c
bfbt/makefile
fieldsplit/fieldsplit.c
/petsc/src/mat/examples/tests/ex103.c
/petsc/src/mat/examples/tests/ex78.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.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/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/seq/baij.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/interface/dlregismat.c
/petsc/src/sys/draw/utils/axis.c
/petsc/src/sys/error/adebug.c
/petsc/src/sys/objects/aoptions.c
/petsc/src/sys/objects/destroy.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/pinit.c
/petsc/src/ts/examples/tutorials/ex7.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/interface/ts.c
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/utils/vscat.c
719d564524-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

1) The first argument to MatXXXFactorSymbolic/Numeric() is now the factored matrix
2) The assigment of the MatXXXFactorNumeric ops pointer is now done in the symbolic factorization
the assigment o

1) The first argument to MatXXXFactorSymbolic/Numeric() is now the factored matrix
2) The assigment of the MatXXXFactorNumeric ops pointer is now done in the symbolic factorization
the assigment of the MatSolve pointer is now done in the numeric factorization
(This is because only then do you know the right pointer that should be used)

Hg-commit: efc00afbc7c5103f2f56fd96963db2c4cf4e1ed4

show more ...


/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/packages/MUMPS.py
/petsc/config/PETSc/packages/SCALAPACK.py
/petsc/config/PETSc/utilities/Regression.py
/petsc/include/petsc.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscsys.h
/petsc/include/petscversion.h
/petsc/include/private/matimpl.h
/petsc/src/dm/adda/adda.c
/petsc/src/dm/da/src/dadestroy.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/developers/index.html
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/download/index.html
/petsc/src/docs/website/features/index.html
/petsc/src/docs/website/index.html
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_mumps_redundant.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex5_5.out
/petsc/src/ksp/ksp/impls/gmres/fgmres/fgmres.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/gmresp.h
/petsc/src/ksp/ksp/impls/gmres/lgmres/lgmres.c
/petsc/src/ksp/ksp/impls/symmlq/symmlq.c
/petsc/src/ksp/ksp/interface/itfunc.c
factor/cholesky/cholesky.c
factor/icc/icc.c
factor/ilu/ilu.c
factor/lu/lu.c
/petsc/src/ksp/pc/interface/precon.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/ex17.c
/petsc/src/mat/examples/tests/ex28.c
/petsc/src/mat/examples/tests/ex30.c
/petsc/src/mat/examples/tests/ex36f.F
/petsc/src/mat/examples/tests/ex62.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/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/aij/mpi/spooles/mpiaijspooles.c
/petsc/src/mat/impls/aij/mpi/spooles/mpispooles.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/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/inode2.c
/petsc/src/mat/impls/aij/seq/lusol/lusol.c
/petsc/src/mat/impls/aij/seq/spooles/aijspooles.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.h
/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/baijfact10.c
/petsc/src/mat/impls/baij/seq/baijfact11.c
/petsc/src/mat/impls/baij/seq/baijfact12.c
/petsc/src/mat/impls/baij/seq/baijfact13.c
/petsc/src/mat/impls/baij/seq/baijfact14.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/baijfact6.c
/petsc/src/mat/impls/baij/seq/baijfact7.c
/petsc/src/mat/impls/baij/seq/baijfact8.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/rowbs/mpi/cholbs.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.h
/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/sbaij.h
/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/spooles/sbaijspooles.c
/petsc/src/mat/interface/dlregismat.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/sys/dll/dl.c
/petsc/src/sys/error/err.c
/petsc/src/sys/fileio/grpath.c
/petsc/src/sys/fileio/sysio.c
/petsc/src/sys/utils/memc.c
/petsc/src/sys/utils/mpimesg.c
/petsc/src/sys/utils/sorti.c
/petsc/src/sys/viewer/impls/binary/binv.c
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/utils/vpscat.c
/petsc/src/vec/vec/utils/vscat.c
/petsc/tutorials/multiphysics/output/mp_7.out
/petsc/tutorials/multiphysics/output/mp_8.out
9a31d2f124-Sep-2008 Matthew Knepley <knepley@mcs.anl.gov>

Added Elman's BFBT PC from Dave May

Hg-commit: 470fd33e8f1b4b2470024ffb40e77f2e7d5a4cc5

cf8ad46023-Sep-2008 Matthew Knepley <knepley@mcs.anl.gov>

Small fix

Hg-commit: 4d8f39a0e5329016777c80ea6c697b6fe7b52ae6

30ad930822-Sep-2008 Matthew Knepley <knepley@mcs.anl.gov>

Added a method for Schur complements with FieldSplit

Hg-commit: 1d0a88c39c8a77737f69a9a3896999ff0b1b8941

a4efd8ea20-Sep-2008 Matthew Knepley <knepley@mcs.anl.gov>

Doc fixes

Hg-commit: 429153440958200565c325d0cef6cde8f37a3481


/petsc/conf/rules
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/packages/MUMPS.py
/petsc/config/PETSc/packages/SCALAPACK.py
/petsc/include/petsc.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscmesh.hh
/petsc/include/petscmesh_viewers.hh
/petsc/include/petscoptions.h
/petsc/include/petscsys.h
/petsc/include/petscversion.h
/petsc/include/petscviewer.h
/petsc/src/dm/adda/adda.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/dadestroy.c
/petsc/src/dm/da/src/daview.c
/petsc/src/dm/da/src/gr2.c
/petsc/src/dm/mesh/examples/tests/makefile
/petsc/src/dm/mesh/examples/tests/refinementTest.cxx
/petsc/src/dm/mesh/sieve/Distribution.hh
/petsc/src/dm/mesh/sieve/ISieve.hh
/petsc/src/dm/mesh/sieve/Mesh.hh
/petsc/src/dm/mesh/sieve/Partitioner.hh
/petsc/src/docs/tex/sty/mcsletter2.sty
/petsc/src/docs/website/download/index.html
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_mumps_redundant.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex5_5.out
/petsc/src/ksp/ksp/impls/gmres/gmresp.h
fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/examples/tests/ex103.c
/petsc/src/mat/examples/tests/ex36f.F
/petsc/src/mat/examples/tests/ex78.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.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/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/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/baijfact10.c
/petsc/src/mat/impls/baij/seq/baijfact11.c
/petsc/src/mat/impls/baij/seq/baijfact12.c
/petsc/src/mat/impls/baij/seq/baijfact13.c
/petsc/src/mat/impls/baij/seq/baijfact14.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/baijfact6.c
/petsc/src/mat/impls/baij/seq/baijfact7.c
/petsc/src/mat/impls/baij/seq/baijfact8.c
/petsc/src/mat/impls/baij/seq/baijfact9.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/mpi/plapack.c
/petsc/src/mat/impls/dense/seq/dense.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/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/spooles/sbaijspooles.c
/petsc/src/mat/interface/dlregismat.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/sys/dll/dl.c
/petsc/src/sys/error/adebug.c
/petsc/src/sys/error/err.c
/petsc/src/sys/fileio/grpath.c
/petsc/src/sys/fileio/sysio.c
/petsc/src/sys/objects/aoptions.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/utils/memc.c
/petsc/src/sys/utils/mpimesg.c
/petsc/src/sys/utils/sorti.c
/petsc/src/sys/viewer/impls/binary/binv.c
/petsc/src/ts/examples/tutorials/ex7.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/interface/ts.c
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/utils/vpscat.c
/petsc/src/vec/vec/utils/vscat.c
/petsc/tutorials/multiphysics/output/mp_7.out
/petsc/tutorials/multiphysics/output/mp_8.out
d0f4642310-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

fixed some memory bleeding
changed PetscMap in Vec and Mat to be an allocated shared
structure with referencing counting. Shared by Vecs obtained with
VecDuplicate() and MatGetVecs()

Hg-commit

fixed some memory bleeding
changed PetscMap in Vec and Mat to be an allocated shared
structure with referencing counting. Shared by Vecs obtained with
VecDuplicate() and MatGetVecs()

Hg-commit: 9cebf4ba1b4632fc12cb8afbc01d420ee612ad72

show more ...


/petsc/conf/rules
/petsc/include/petscerror.h
/petsc/include/petscis.h
/petsc/include/private/matimpl.h
/petsc/include/private/vecimpl.h
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/ksp/ksp/impls/gmres/gmresp.h
/petsc/src/ksp/ksp/utils/schurm.c
fieldsplit/fieldsplit.c
ml/ml.c
pbjacobi/pbjacobi.c
redundant/redundant.c
tfs/tfs.c
/petsc/src/mat/color/color.c
/petsc/src/mat/examples/tutorials/ex4.c
/petsc/src/mat/impls/adic/matadic.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/crl/mcrl.c
/petsc/src/mat/impls/aij/mpi/fdmpiaij.c
/petsc/src/mat/impls/aij/mpi/mmaij.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/spooles/mpiaijspooles.c
/petsc/src/mat/impls/aij/mpi/spooles/mpispooles.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijfact.c
/petsc/src/mat/impls/aij/seq/crl/crl.c
/petsc/src/mat/impls/aij/seq/csrperm/csrperm.c
/petsc/src/mat/impls/aij/seq/dxml/dxml.c
/petsc/src/mat/impls/aij/seq/essl/essl.c
/petsc/src/mat/impls/aij/seq/fdaij.c
/petsc/src/mat/impls/aij/seq/inode.c
/petsc/src/mat/impls/aij/seq/inode2.c
/petsc/src/mat/impls/aij/seq/matmatmult.c
/petsc/src/mat/impls/aij/seq/matpapt.c
/petsc/src/mat/impls/aij/seq/matptap.c
/petsc/src/mat/impls/aij/seq/spooles/aijspooles.c
/petsc/src/mat/impls/aij/seq/spooles/spooles.c
/petsc/src/mat/impls/aij/seq/superlu/superlu.c
/petsc/src/mat/impls/aij/seq/symtranspose.c
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/mpi/dscpack/dscpack.c
/petsc/src/mat/impls/baij/mpi/mmbaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.h
/petsc/src/mat/impls/baij/seq/aijbaij.c
/petsc/src/mat/impls/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/baijfact2.c
/petsc/src/mat/impls/baij/seq/baijfact3.c
/petsc/src/mat/impls/baij/seq/baijfact4.c
/petsc/src/mat/impls/blockmat/seq/blockmat.c
/petsc/src/mat/impls/composite/mcomposite.c
/petsc/src/mat/impls/dense/mpi/makefile
/petsc/src/mat/impls/dense/mpi/mmdense.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/mpi/mpidense.h
/petsc/src/mat/impls/dense/mpi/plapack.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/hypre/mhyp.c
/petsc/src/mat/impls/is/matis.c
/petsc/src/mat/impls/lrc/lrc.c
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/normal/normm.c
/petsc/src/mat/impls/rowbs/mpi/mpirowbs.c
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/sbaijov.c
/petsc/src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c
/petsc/src/mat/impls/sbaij/seq/aijsbaij.c
/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/sbaijfact2.c
/petsc/src/mat/impls/sbaij/seq/spooles/sbaijspooles.c
/petsc/src/mat/impls/scatter/mscatter.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/impls/shell/shellcnv.c
/petsc/src/mat/impls/transpose/transm.c
/petsc/src/mat/interface/matreg.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/mat/order/sorder.c
/petsc/src/mat/partition/impls/chaco/chaco.c
/petsc/src/mat/partition/impls/party/party.c
/petsc/src/mat/partition/impls/pmetis/pmetis.c
/petsc/src/mat/utils/compressedrow.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/sys/memory/mem.c
/petsc/src/sys/objects/pinit.c
/petsc/src/vec/vec/impls/hypre/vhyp.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/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/impls/shared/shvec.c
/petsc/src/vec/vec/impls/sieve/sieveVec.c
/petsc/src/vec/vec/interface/ftn-custom/zvectorf.c
/petsc/src/vec/vec/interface/rvector.c
/petsc/src/vec/vec/interface/veccreate.c
/petsc/src/vec/vec/interface/vecreg.c
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/utils/vecio.c
/petsc/src/vec/vec/utils/vinv.c
/petsc/src/vec/vec/utils/vpscat.c
/petsc/src/vec/vec/utils/vscat.c
/petsc/tutorials/multiphysics/makefile
/petsc/tutorials/multiphysics/output/mp_10.out
/petsc/tutorials/multiphysics/output/mp_9.out
a541d17a08-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

a.peyser@umiami.edu
Subject: MPIDense row distribution on transpose.
Date: September 4, 2008 10:06:36 PM CDT
To: petsc-dev@mcs.anl.gov
Cc: petsc-users@mcs.anl.gov
Reply-To: petsc-dev@mcs.

a.peyser@umiami.edu
Subject: MPIDense row distribution on transpose.
Date: September 4, 2008 10:06:36 PM CDT
To: petsc-dev@mcs.anl.gov
Cc: petsc-users@mcs.anl.gov
Reply-To: petsc-dev@mcs.anl.gov

used PETSC_DECIDE for local row/column layout of MatTranspose for MPIDense instead
of using the transpose of the given layout, like all the other formats do.

Hg-commit: 799c15ac905a55d3ddab0c3b2506cd4f2f95ec94

show more ...

93fcf64f05-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 01c2ba6d2b49e56c105ae57054b55f64ecdf204b

edf189ef05-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

changed prefixes of the two KSP in the PCFieldSplit Schur complement to fieldsplit_0_ and fieldsplit_1_
if user provides only a single IS to PCFieldSplit then its complement is used for the other blo

changed prefixes of the two KSP in the PCFieldSplit Schur complement to fieldsplit_0_ and fieldsplit_1_
if user provides only a single IS to PCFieldSplit then its complement is used for the other block

Hg-commit: cb7e29354d6662e022e8b853277b051c3cb62f75

show more ...

160aca7603-Sep-2008 Matthew Knepley <knepley@mcs.anl.gov>

Fixed warning

Hg-commit: 0f3212296fbad16f6b9bd6dcd61f34d82f171547

9e7d6b0a03-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

bug calling PetscObjectComposeFunctionDynamic() with null function

Hg-commit: d79e54b0d25e7089e68ab2fcbc719ddd2dc400e0

fd9359e602-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b32c58d4fd86604d7b276671bb9313dd16010965

e69d4d4402-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

basic Schur complement solver works for parallel
KSPMonitorDefault() will now print name of suffix at beginning of iteration if suffix exists.

Hg-commit: 2d03aa35d2b8b97db310359e50d7c8c88722efe0

e3b489bc30-Aug-2008 Satish Balay <balay@mcs.anl.gov>

fix unused variable warnings

Hg-commit: 3bdf0ed14acbbfc495b1c6fb0a8f09550e1b30f6

1cee397129-Aug-2008 Barry Smith <bsmith@mcs.anl.gov>

added most of the appropriate PetscObjectIncrementTabLevel() calls on KSP objects

Hg-commit: 55ad623694bf2fcd3544ef7f480b24298f32bf4c

3b224e6328-Aug-2008 Barry Smith <bsmith@mcs.anl.gov>

basic Schur complement preconditioner is now working (no preconditioner on the Schur solve yet)

Hg-commit: b92a24fa5a99cb9f0f1ebe423a22c2cab0402a12

1175593920-Aug-2008 Barry Smith <bsmith@mcs.anl.gov>

multiplicative and symmetric_multiplicative fieldsplit preconditioner forms now
compute residual only as needed instead of over the entire vector when submatrix
is available from pc->mat

Hg-comm

multiplicative and symmetric_multiplicative fieldsplit preconditioner forms now
compute residual only as needed instead of over the entire vector when submatrix
is available from pc->mat

Hg-commit: 35d443a805ddda23e7f8a715a3124769ce2b351c

show more ...

3e197d6520-Aug-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 09253a14fa13ed33fd4f0714e7098ca8ff9e44dd

b843208816-Aug-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: e25878edde3a157a006e90aaa97590d316e300bf

74ec769016-Aug-2008 Matthew Knepley <knepley@mcs.anl.gov>

Small fixes

Hg-commit: 15ac1b5a7b180a6528e45db7102bcd3c8f99c7f6

b7d4171116-Aug-2008 Barry Smith <bsmith@mcs.anl.gov>

From: hashhsah@gmail.com
Subject: [PETSC #18106] changeset 12526 in petsc-devel breaks
Date: August 16, 2008 4:55:39 AM CDT
To: petsc-maint@mcs.anl.gov
Cc: petsc-maint@mcs.anl.gov

in src/k

From: hashhsah@gmail.com
Subject: [PETSC #18106] changeset 12526 in petsc-devel breaks
Date: August 16, 2008 4:55:39 AM CDT
To: petsc-maint@mcs.anl.gov
Cc: petsc-maint@mcs.anl.gov

in src/ksp/pc/impls/mg/mg.c
the definition is changed to
PetscErrorCode PCMGMCycle_Private(PC pc,PC_MG
**mglevels,PCRichardsonConvergedReason *reason)
but the invokes from fmg.c isn't updated.

Hg-commit: 5ce64d4841cc0fcbd8f1f3504c779031a0022466

show more ...

4d0a805715-Aug-2008 Barry Smith <bsmith@mcs.anl.gov>

When KSPRICHARDSON is used without a KSP monitor and the PC has a PCApplyRichardson() then
ksp->its and converged reason are properly set to indicate type of convergence.

Also with HYPRE BoomerAMG

When KSPRICHARDSON is used without a KSP monitor and the PC has a PCApplyRichardson() then
ksp->its and converged reason are properly set to indicate type of convergence.

Also with HYPRE BoomerAMG when used as a solver (with KSPRichardson) the KSP convergence
criteria is passed down to BoomAMG and replaces the default (usually 0.0) criteria we normally
pass to BoomerAMG (for when we use BoomerAMG as a preconditioner.

Keita,

Thanks for pointing this out. This is a "feature" of some of the preconditioners when used with
Richardson. We call the preconditioner with a number of iterations directly and the preconditioner
decides when to exit (rather than all other cases where KSP decides), hence we did not have
information about the number of iterations. So in previous versions we did not set the ksp->its;
petsc-dev was changed to set ksp->its to the maximum number of iterations requested in the
preconditioner.

This too is not really correct because some preconditioners when used with Richardson
(specifically PCMG and hypre's BoomerAMG) will do the convergence test internally and
may not use the maximum number of iterations requested. I will modify petsc-dev today to
collect this information back from the preconditioner and pass it back correctly to ksp->its.

Hg-commit: d8d04f2052ab2294999b137bb681449db81389c7

show more ...

68dd23aa13-Aug-2008 Barry Smith <bsmith@mcs.anl.gov>

some work on fieldsplit preconditioner collecting the submatrices from
A to compute the residual only on the part of the right hand side
need, rather than the entire right hand side. Not yet wo

some work on fieldsplit preconditioner collecting the submatrices from
A to compute the residual only on the part of the right hand side
need, rather than the entire right hand side. Not yet working.

Hg-commit: 0032d8dc04b196a5fe75551cc31399089c485f98

show more ...

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