History log of /petsc/src/ksp/pc/impls/ (Results 3826 – 3850 of 5239)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
a674a49912-Apr-2012 Jed Brown <jed@59A2.org>

Add references for PCLSC

Hg-commit: ff33760c1e46e5f6a2fa56af1c290f38a36bdc3c

94dd86cd11-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

not stinking {} around SETERRQ

Hg-commit: f601164082f593da87052a9248bdd8d6ef84f0c8

09c9d47011-Apr-2012 Jed Brown <jed@59A2.org>

Ugly hackery in PCSetUp_KSP() to trigger an inner rebuild when the outer matrix changes and the user isn't manually setting the inner matrices

Hg-commit: 54381c3cfd0f4c952d96ff0ebfa2a759f707e33e


/petsc/bin/matlab/PetscBinaryWrite.m
/petsc/config/PETSc/packages/pthreadclasses.py
/petsc/include/petsc-private/matimpl.h
/petsc/include/petsc-private/petscimpl.h
/petsc/include/petscksp.h
/petsc/include/petsclog.h
/petsc/include/petscsys.h
/petsc/include/petscvec.h
/petsc/makefile
/petsc/src/contrib/fun3d/incomp/flow.c
/petsc/src/contrib/keyes/ex15.c
/petsc/src/dm/ao/impls/basic/aobasic.c
/petsc/src/dm/examples/tests/ex33.c
/petsc/src/dm/impls/adda/adda.c
/petsc/src/dm/impls/cartesian/cartesian.c
/petsc/src/dm/impls/complex/complex.c
/petsc/src/dm/impls/complex/complexcreate.c
/petsc/src/dm/impls/complex/complexexodusii.c
/petsc/src/dm/impls/complex/ctetgen.c
/petsc/src/dm/impls/da/dadist.c
/petsc/src/dm/interface/dm.c
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/faq.html
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/ksp/utils/schurm.c
ksp/pcksp.c
/petsc/src/mat/impls/adic/matadic.c
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpicusp/mpiaijcusp.cu
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/blockmat/seq/blockmat.c
/petsc/src/mat/impls/composite/mcomposite.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/ij/matij.c
/petsc/src/mat/impls/is/matis.c
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/impls/nest/matnest.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/scatter/mscatter.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/examples/tutorials/ex35.c
/petsc/src/snes/examples/tutorials/ex60.c
/petsc/src/snes/examples/tutorials/ex61.c
/petsc/src/snes/examples/tutorials/ex63.c
/petsc/src/snes/examples/tutorials/ex633D_DB.c
/petsc/src/snes/examples/tutorials/ex64.c
/petsc/src/snes/examples/tutorials/ex65.c
/petsc/src/snes/examples/tutorials/ex653D.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/qn/qn.c
/petsc/src/snes/impls/richardson/snesrichardson.c
/petsc/src/sys/error/adebug.c
/petsc/src/sys/objects/aoptions.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/subcomm.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/phasefield/biharmonic.c
/petsc/src/ts/examples/tutorials/phasefield/biharmonictest.m
/petsc/src/vec/vec/examples/tests/ex15.c
/petsc/src/vec/vec/examples/tests/ex16.c
/petsc/src/vec/vec/examples/tutorials/ex11.c
/petsc/src/vec/vec/impls/mpi/mpipthread/mpivecpthread.c
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/mpi/pmap.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/impls/seq/seqpthread/vecpthread.c
/petsc/src/vec/vec/impls/seq/seqpthread/vecpthreadimpl.h
/petsc/src/vec/vec/interface/vector.c
778a224609-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

VecCreateXXXWithArray() now takes a bs argument since there is no other way to pass the block size in during creation process

Hg-commit: 465282368ed7696decd83c3d3b111f39348a7d40


/petsc/config/PETSc/packages/pthreadclasses.py
/petsc/include/finclude/petsckspdef.h
/petsc/include/petsc-private/kspimpl.h
/petsc/include/petsc-private/matimpl.h
/petsc/include/petscdmmesh.hh
/petsc/include/petscerror.h
/petsc/include/petscksp.h
/petsc/include/petscvec.h
/petsc/src/dm/ao/examples/tutorials/ex2.c
/petsc/src/dm/impls/adda/adda.c
/petsc/src/dm/impls/da/da1.c
/petsc/src/dm/impls/da/da2.c
/petsc/src/dm/impls/da/da3.c
/petsc/src/dm/impls/da/dacorn.c
/petsc/src/dm/impls/da/dadist.c
/petsc/src/dm/impls/da/dagtol.c
/petsc/src/dm/impls/da/dagtona.c
/petsc/src/dm/impls/da/dalocal.c
/petsc/src/dm/impls/da/fdda.c
/petsc/src/dm/impls/mesh/examples/tests/section2.cxx
/petsc/src/dm/impls/mesh/mesh.c
/petsc/src/dm/impls/mesh/meshexodus.c
/petsc/src/dm/impls/mesh/section.c
/petsc/src/dm/impls/sliced/sliced.c
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/ksp/ksp/examples/tests/ex37.c
/petsc/src/ksp/ksp/examples/tutorials/ex13.c
/petsc/src/ksp/ksp/examples/tutorials/ex13f90.F
/petsc/src/ksp/ksp/examples/tutorials/ex29.c
/petsc/src/ksp/ksp/examples/tutorials/ex30.c
/petsc/src/ksp/ksp/examples/tutorials/ex42.c
/petsc/src/ksp/ksp/examples/tutorials/ex56.c
/petsc/src/ksp/ksp/impls/bcgs/bcgs.c
/petsc/src/ksp/ksp/impls/gmres/dgmres/dgmresimpl.h
/petsc/src/ksp/ksp/impls/gmres/fgmres/fgmresimpl.h
/petsc/src/ksp/ksp/impls/gmres/gmreig.c
/petsc/src/ksp/ksp/impls/gmres/gmres.c
/petsc/src/ksp/ksp/impls/gmres/gmresimpl.h
/petsc/src/ksp/ksp/impls/gmres/lgmres/lgmresimpl.h
/petsc/src/ksp/ksp/impls/gmres/makefile
/petsc/src/ksp/ksp/impls/gmres/pgmres/makefile
/petsc/src/ksp/ksp/impls/gmres/pgmres/pgmres.c
/petsc/src/ksp/ksp/impls/gmres/pgmres/pgmresimpl.h
/petsc/src/ksp/ksp/impls/ibcgs/ibcgs.c
/petsc/src/ksp/ksp/interface/itregis.c
bjacobi/bjacobi.c
gasm/gasm.c
redundant/redundant.c
tfs/tfs.c
wb/wb.c
/petsc/src/mat/examples/tests/ex139.c
/petsc/src/mat/examples/tests/ex141.c
/petsc/src/mat/examples/tests/ex143.c
/petsc/src/mat/examples/tests/ex144.c
/petsc/src/mat/examples/tests/ex146.c
/petsc/src/mat/examples/tests/ex147.c
/petsc/src/mat/examples/tests/ex158.c
/petsc/src/mat/examples/tutorials/ex2.c
/petsc/src/mat/impls/aij/mpi/crl/mcrl.c
/petsc/src/mat/impls/aij/mpi/mmaij.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/mpispooles.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/seqpthread/seqaijpthread.c
/petsc/src/mat/impls/baij/mpi/mmbaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/blockmat/seq/blockmat.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/fft/fftw/fftw.c
/petsc/src/mat/impls/is/matis.c
/petsc/src/mat/impls/maij/maij.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/sbaij/seq/sbaijfact.c
/petsc/src/mat/impls/sbaij/seq/sbstream/sbstrmfact.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/utils/convert.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/snes/examples/tutorials/ex22.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/interface/snes.c
/petsc/src/sys/error/fp.c
/petsc/src/sys/error/pstack.c
/petsc/src/sys/error/signal.c
/petsc/src/sys/memory/mtr.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/objects/pthread/lockfree.c
/petsc/src/sys/objects/pthread/nopool.c
/petsc/src/sys/objects/pthread/pthread.c
/petsc/src/sys/objects/pthread/pthreadimpl.h
/petsc/src/sys/objects/pthread/pthreadpool_chain.c
/petsc/src/sys/objects/pthread/pthreadpool_main.c
/petsc/src/sys/objects/pthread/pthreadpool_tree.c
/petsc/src/sys/objects/pthread/pthreadpool_true.c
/petsc/src/sys/viewer/impls/binary/binv.c
/petsc/src/ts/impls/implicit/sundials/sundials.c
/petsc/src/vec/vec/examples/tests/ex16.c
/petsc/src/vec/vec/examples/tests/ex33.c
/petsc/src/vec/vec/examples/tests/ex37.c
/petsc/src/vec/vec/examples/tests/ex40.c
/petsc/src/vec/vec/examples/tutorials/ex11f.F
/petsc/src/vec/vec/examples/tutorials/ex19.c
/petsc/src/vec/vec/impls/mpi/ftn-custom/zpbvecf.c
/petsc/src/vec/vec/impls/mpi/mpicusp/mpicusp.cu
/petsc/src/vec/vec/impls/mpi/mpipthread/mpivecpthread.c
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/mpi/pmap.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/impls/seq/ftn-custom/zbvec2f.c
/petsc/src/vec/vec/impls/seq/seqpthread/vecpthread.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/vecio.c
/petsc/src/vec/vec/utils/vinv.c
98e0498406-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

fixed logic for when preconditioners for smoothers and coarse grid solver have new matrix built from DM and are set on the finest level from original matrix. Previous code was not properly forcing re

fixed logic for when preconditioners for smoothers and coarse grid solver have new matrix built from DM and are set on the finest level from original matrix. Previous code was not properly forcing recomputation of new matrix for nonlinear problem and hence building of new preconditioner

Hg-commit: c1d3ff4c3b5056debd6cc0575adcce295ca730b6

show more ...

302f38e805-Apr-2012 Mark F. Adams <mark.adams@columbia.edu>

added support for getting near null space vectors from Mat.

Changed API for PCSetCoordinates to prepare for GAMG KKT solver.

samll clean ups.

Hg-commit: d5ce660d8f75cc2b9a446f9700efd17b7ec77a24


/petsc/bin/matlab/classes/PetscInitialize.m
/petsc/conf/adic.init
/petsc/conf/adicmf.init
/petsc/conf/adicmfb.init
/petsc/conf/rules
/petsc/config/PETSc/packages/Prometheus.py
/petsc/config/PETSc/packages/cuda.py
/petsc/config/examples/arch-matlab-uni-mkl_ilp64.py
/petsc/include/finclude/petscsnes.h
/petsc/include/finclude/petscsnesdef.h
/petsc/include/petsc-private/linesearchimpl.h
/petsc/include/petscdmmesh_viewers.hh
/petsc/include/petscerror.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/sieve/FEMProblem.hh
/petsc/src/dm/impls/composite/pack.c
/petsc/src/dm/impls/mesh/examples/tests/closure1.cxx
/petsc/src/dm/impls/mesh/examples/tutorials/ex1.c
/petsc/src/dm/impls/mesh/examples/tutorials/ex_coarsen.c
/petsc/src/dm/impls/mesh/examples/tutorials/ex_coarsen.h
/petsc/src/dm/impls/mesh/examples/tutorials/ex_coarsen_2.c
/petsc/src/dm/impls/mesh/examples/tutorials/ex_coarsen_3.c
/petsc/src/dm/impls/mesh/examples/tutorials/fvTest.cxx
/petsc/src/dm/impls/mesh/mesh.c
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/installation.html
/petsc/src/docs/website/features/details.html
/petsc/src/ksp/ksp/examples/tutorials/ex54.c
/petsc/src/ksp/ksp/examples/tutorials/ex55.c
/petsc/src/ksp/ksp/examples/tutorials/ex56.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
gamg/agg.c
gamg/gamg.c
gamg/geo.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/matfd/fdmatrix.c
/petsc/src/snes/examples/tutorials/ex1.c
/petsc/src/snes/examples/tutorials/ex19.c
/petsc/src/snes/examples/tutorials/ex25.c
/petsc/src/snes/examples/tutorials/ex30.c
/petsc/src/snes/examples/tutorials/ex4.c
/petsc/src/snes/examples/tutorials/ex46.c
/petsc/src/snes/examples/tutorials/ex62.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex19_1.testout
/petsc/src/snes/examples/tutorials/output/ex19_bjacobi.out
/petsc/src/snes/examples/tutorials/output/ex19_fas.out
/petsc/src/snes/examples/tutorials/output/ex19_ngmres_fas.out
/petsc/src/snes/examples/tutorials/output/ex19_ngmres_fas_ms.out
/petsc/src/snes/examples/tutorials/output/ex25_1.out
/petsc/src/snes/examples/tutorials/output/ex25_2.out
/petsc/src/snes/examples/tutorials/output/ex30_1.out
/petsc/src/snes/examples/tutorials/output/ex46_1.out
/petsc/src/snes/impls/ncg/snesncg.c
/petsc/src/snes/impls/ncg/snesncgimpl.h
/petsc/src/snes/impls/ngmres/snesngmres.c
/petsc/src/snes/impls/ngmres/snesngmres.h
/petsc/src/snes/impls/qn/qn.c
/petsc/src/snes/interface/ftn-custom/zsnesf.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/linesearch/impls/bt/linesearchbt.c
/petsc/src/snes/linesearch/impls/cp/linesearchcp.c
/petsc/src/snes/linesearch/interface/linesearch.c
/petsc/src/sys/plog/plog.c
/petsc/src/ts/characteristic/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/ex26.c
2c9966d703-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

more ex50 snes non-DMMG test runs matching old ex19 test runs including one for BAIJ matrices

Hg-commit: f83b3b6c6fe6387792b93845fc602177b9a17b93

db36e5ae03-Apr-2012 Mark F. Adams <mark.adams@columbia.edu>

added gamg_est to place that Jed missed.

Hg-commit: ff73eb6f7d9bb788047a5c263ab0ec8b95c43004

5b9c68c703-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

PCFactorSetLevels() may now be called after a solve with a new number of levels and it will correctly build the new factorization.

Hg-commit: 2144ccf1901a66aa583dd95eeb1541adec0514c1

fcda91b403-Apr-2012 Jed Brown <jed@59A2.org>

PCBDDC use near null space via the API

Hg-commit: ad282d2e500839a8d4f383832dde542c09558316

b8cd405a03-Apr-2012 Mark F. Adams <mark.adams@columbia.edu>

added code to pull the "near null space" from the Mat.

Hg-commit: df7f4f4383656a272a8d1626d4ec168eefc61d01

8aa97da303-Apr-2012 stefano_zampini <stefano.zampini@gmail.com>

Commit after merge

Hg-commit: 8c5e601e00cdfb6d35c8d12ba9952a5d3a8ea1b8


/petsc/config/PETSc/FEM.py
/petsc/config/PETSc/packages/cuda.py
/petsc/config/builder.py
/petsc/config/builder2.py
/petsc/config/configure.py
/petsc/config/install.py
/petsc/include/finclude/petscsnes.h
/petsc/include/petsc-private/petscimpl.h
/petsc/include/petsc-private/snesimpl.h
/petsc/include/petsclog.h
/petsc/include/petscmat.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/makefile
/petsc/src/dm/impls/da/dacreate.c
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/copyright.html
/petsc/src/docs/website/publications/index.html
/petsc/src/ksp/ksp/examples/tutorials/ex49.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
gamg/agg.c
gamg/gamg.c
gamg/gamg.h
ml/ml.c
pbjacobi/pbjacobi.c
/petsc/src/mat/blockinvert.h
/petsc/src/mat/blocktranspose.h
/petsc/src/mat/impls/adic/nladic.c
/petsc/src/mat/impls/aij/mpi/crl/mcrl.c
/petsc/src/mat/impls/aij/mpi/mpimatmatmult.c
/petsc/src/mat/impls/aij/seq/aij.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/inode.c
/petsc/src/mat/impls/baij/mpi/bstream/mpibstream.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/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/baij/seq/bstream/bstream.c
/petsc/src/mat/impls/baij/seq/bstream/bstrmfact.c
/petsc/src/mat/impls/baij/seq/dgedi.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/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/sbstream/sbstrmfact.c
/petsc/src/mat/interface/matnull.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/examples/tutorials/ex19.c
/petsc/src/snes/examples/tutorials/ex50.c
/petsc/src/snes/examples/tutorials/ex52_integrateElement.cu
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex19_1.out
/petsc/src/snes/examples/tutorials/output/ex19_1.testout
/petsc/src/snes/examples/tutorials/output/ex19_14.out
/petsc/src/snes/examples/tutorials/output/ex19_15.out
/petsc/src/snes/examples/tutorials/output/ex19_15a.out
/petsc/src/snes/examples/tutorials/output/ex19_16.out
/petsc/src/snes/examples/tutorials/output/ex19_16a.out
/petsc/src/snes/examples/tutorials/output/ex19_2.out
/petsc/src/snes/examples/tutorials/output/ex19_3.out
/petsc/src/snes/examples/tutorials/output/ex19_5.out
/petsc/src/snes/examples/tutorials/output/ex19_cusp.out
/petsc/src/snes/examples/tutorials/output/ex19_superlu.out
/petsc/src/snes/examples/tutorials/output/ex19_superlu_equil.out
/petsc/src/snes/examples/tutorials/output/ex5_5_fas_additive.out
/petsc/src/snes/examples/tutorials/output/ex5_5_ncg.out
/petsc/src/snes/impls/fas/fas.c
/petsc/src/snes/impls/gs/snesgs.c
/petsc/src/snes/interface/noise/snesmfj2.c
/petsc/src/snes/interface/noise/snesnoise.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/interface/snesregi.c
/petsc/src/snes/linesearch/impls/bt/linesearchbt.c
/petsc/src/snes/linesearch/interface/linesearch.c
/petsc/src/snes/utils/adutils/damgsnesad.c
/petsc/src/sys/draw/impls/x/xcolor.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/state.c
/petsc/src/sys/plog/plog.c
/petsc/src/ts/examples/tutorials/ex9.c
/petsc/src/ts/impls/rosw/rosw.c
/petsc/src/vec/vec/impls/seq/seqcusp/cuspvecimpl.h
1c547e1403-Apr-2012 Jed Brown <jed@59A2.org>

Fix normalization of constant vector in ML, probably doesn't matter

Hg-commit: 1d4075cf092606b636c9dcaaffcab92f4d8582d5

fb6a8e6d02-Apr-2012 Jed Brown <jed@59A2.org>

Add -pc_ml_nullspace <auto,user,block,scalar> and example

Hg-commit: 7715a916b03a7657aa243f5fec456ae825eadd76

fa939db702-Apr-2012 Jed Brown <jed@59A2.org>

Add PCView_PBJacobi() to show the block size

Hg-commit: aba21839b360026d38092ad4dd68bf59532e329a


/petsc/config/PETSc/FEM.py
/petsc/config/PETSc/packages/cuda.py
/petsc/config/builder.py
/petsc/config/builder2.py
/petsc/include/petsc-private/petscimpl.h
/petsc/include/petsclog.h
/petsc/include/petscsys.h
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
pbjacobi/pbjacobi.c
/petsc/src/mat/blockinvert.h
/petsc/src/mat/blocktranspose.h
/petsc/src/mat/impls/adic/nladic.c
/petsc/src/mat/impls/aij/mpi/crl/mcrl.c
/petsc/src/mat/impls/aij/mpi/mpimatmatmult.c
/petsc/src/mat/impls/aij/seq/aij.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/inode.c
/petsc/src/mat/impls/baij/mpi/bstream/mpibstream.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/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/baij/seq/bstream/bstream.c
/petsc/src/mat/impls/baij/seq/bstream/bstrmfact.c
/petsc/src/mat/impls/baij/seq/dgedi.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/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/sbstream/sbstrmfact.c
/petsc/src/snes/examples/tutorials/ex52_integrateElement.cu
/petsc/src/snes/interface/noise/snesmfj2.c
/petsc/src/snes/interface/noise/snesnoise.c
/petsc/src/snes/utils/adutils/damgsnesad.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/state.c
/petsc/src/sys/plog/plog.c
/petsc/src/ts/examples/tutorials/ex9.c
/petsc/src/ts/impls/rosw/rosw.c
/petsc/src/vec/vec/impls/seq/seqcusp/cuspvecimpl.h
de534f7902-Apr-2012 stefano_zampini <stefano.zampini@gmail.com>

Added support in case of null constraints on connected components and use_nnsp_true

Hg-commit: 24e6cb2e44c7e9197930992407984f3fb1403840

d11ae9bb02-Apr-2012 stefano_zampini <stefano.zampini@gmail.com>

Solved bug in PCBDDCSetDofsSplitting

Hg-commit: 14a87fc240d6a80c3185662a27cfb56259c30a65


/petsc/config/PETSc/Configure.py
/petsc/include/petsc-private/matimpl.h
/petsc/include/petsc-private/petscimpl.h
/petsc/include/petscbt.h
/petsc/include/petscerror.h
/petsc/include/petscsys.h
/petsc/src/dm/ao/examples/tutorials/ex2.c
/petsc/src/ksp/ksp/utils/schurm.c
bddc/bddc.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/mpiaij.h
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/mpi/mmbaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.h
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/ij/matij.c
/petsc/src/mat/impls/ij/stashij.c
/petsc/src/mat/impls/ij/stashij.h
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/sbaijov.c
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/snes/utils/dmdasnes.c
/petsc/src/sys/dll/reg.c
/petsc/src/sys/draw/impls/x/makefile
/petsc/src/sys/draw/impls/x/text.c
/petsc/src/sys/draw/impls/x/tone.c
/petsc/src/sys/draw/impls/x/wmap.c
/petsc/src/sys/draw/impls/x/xcolor.c
/petsc/src/sys/draw/impls/x/ximpl.h
/petsc/src/sys/draw/impls/x/xinit.c
/petsc/src/sys/draw/impls/x/xops.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/objects/state.c
/petsc/src/sys/python/pythonsys.c
/petsc/src/sys/utils/mpilong.c
/petsc/src/vec/is/utils/isblock.c
/petsc/src/vec/is/utils/isdiff.c
/petsc/src/vec/vec/examples/tutorials/makefile
939b8a2001-Apr-2012 Barry Smith <bsmith@mcs.anl.gov>

removed setting of vector block sizes in PCFIELDSPLIT, if specific block sizes are needed and do not match the PC will error out with appropriate message

Hg-commit: cc05aac4b5fb70221085d430336343a45

removed setting of vector block sizes in PCFIELDSPLIT, if specific block sizes are needed and do not match the PC will error out with appropriate message

Hg-commit: cc05aac4b5fb70221085d430336343a4535bbfdb

show more ...


/petsc/conf/test
/petsc/config/PETSc/utilities/Regression.py
/petsc/config/builder.py
/petsc/include/petscmat.h
/petsc/makefile
/petsc/src/dm/ao/examples/tests/ex3d/makefile
/petsc/src/dm/ao/examples/tests/makefile
/petsc/src/dm/ao/examples/tutorials/makefile
/petsc/src/dm/examples/tests/makefile
/petsc/src/dm/examples/tutorials/makefile
/petsc/src/dm/impls/da/fdda.c
/petsc/src/dm/impls/mesh/examples/tests/makefile
/petsc/src/dm/impls/mesh/examples/tutorials/makefile
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/pc/examples/tests/makefile
/petsc/src/ksp/pc/examples/tutorials/makefile
fieldsplit/fieldsplit.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tutorials/makefile
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/sys/draw/examples/tests/makefile
/petsc/src/sys/draw/examples/tutorials/makefile
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/examples/tutorials/makefile
/petsc/src/sys/random/examples/tutorials/makefile
/petsc/src/sys/sf/examples/tutorials/makefile
/petsc/src/sys/shell/examples/tests/makefile
/petsc/src/sys/shell/examples/tutorials/makefile
/petsc/src/sys/viewer/examples/tests/makefile
/petsc/src/sys/viewer/examples/tutorials/makefile
/petsc/src/ts/examples/tests/makefile
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/phasefield/makefile
/petsc/src/vec/is/examples/tests/makefile
/petsc/src/vec/is/examples/tutorials/makefile
/petsc/src/vec/pf/examples/tutorials/makefile
/petsc/src/vec/vec/examples/tests/makefile
/petsc/src/vec/vec/examples/tutorials/makefile
/petsc/tutorials/multiphysics/makefile
/petsc/tutorials/multiphysicsNonlinear/makefile
69ca1f3730-Mar-2012 Dmitry Karpeev <karpeev@mcs.anl.gov>

Bug fix: cannot assume DMCreateFieldIS() is implemented; return an empty field list then.

Hg-commit: de0779566bd9066abe15593211bfdb528fd2e4e7

60a6d8f802-Apr-2012 Mark F. Adams <mark.adams@columbia.edu>

fixed bugs with GAMG log_summary output.

Hg-commit: ec4482cbb184d44205fd70e630672e4bb3df79dc

797e13b702-Apr-2012 Mark F. Adams <mark.adams@columbia.edu>

comment out debug statement.

Hg-commit: acf4799260ad719f0f31e6d40dd0cca1a134092f

1a166f3b02-Apr-2012 Jed Brown <jed@59A2.org>

Fix "est_" options prefix for GAMG estimates, now "prefix_gamg_est_"

We cannot use raw "est_" because it conflicts with the top level. We
cannot use "prefix_est_" because it would conflict with usin

Fix "est_" options prefix for GAMG estimates, now "prefix_gamg_est_"

We cannot use raw "est_" because it conflicts with the top level. We
cannot use "prefix_est_" because it would conflict with using GAMG as a
preconditioner for Chebychev (or anything with auto eigenvalue
estimates).

Hg-commit: 9b6876826c6e6d941e6165336bd472bea88ea240

show more ...

856830bf02-Apr-2012 Jed Brown <jed@59A2.org>

Fix PCGAMG man page

Hg-commit: 4269c39ddac646115fce2113427d2185ce9b3e75


/petsc/config/PETSc/Configure.py
/petsc/include/petsc-private/matimpl.h
/petsc/include/petsc-private/petscimpl.h
/petsc/include/petscbt.h
/petsc/include/petscerror.h
/petsc/include/petscsys.h
/petsc/src/dm/ao/examples/tutorials/ex2.c
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/ksp/ksp/utils/schurm.c
gamg/gamg.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/mpiaij.h
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/mpi/mmbaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.h
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/ij/matij.c
/petsc/src/mat/impls/ij/stashij.c
/petsc/src/mat/impls/ij/stashij.h
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/mpi/sbaijov.c
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/snes/utils/dmdasnes.c
/petsc/src/sys/dll/reg.c
/petsc/src/sys/draw/impls/x/makefile
/petsc/src/sys/draw/impls/x/text.c
/petsc/src/sys/draw/impls/x/tone.c
/petsc/src/sys/draw/impls/x/wmap.c
/petsc/src/sys/draw/impls/x/xcolor.c
/petsc/src/sys/draw/impls/x/ximpl.h
/petsc/src/sys/draw/impls/x/xinit.c
/petsc/src/sys/draw/impls/x/xops.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/objects/state.c
/petsc/src/sys/python/pythonsys.c
/petsc/src/sys/utils/mpilong.c
/petsc/src/vec/is/utils/isblock.c
/petsc/src/vec/is/utils/isdiff.c
/petsc/src/vec/vec/examples/tutorials/makefile
bea1fdf030-Mar-2012 Mark F. Adams <mark.adams@columbia.edu>

small fix.

Hg-commit: 6024995a042bbf9e1581adad0e8a04950f4d299f

a94c3b1230-Mar-2012 Mark F. Adams <mark.adams@columbia.edu>

removed hardwired PREONLY for coarse grid in GAMG, added code to remove BC vertices from eigen estimates, fixed memory leak.

Hg-commit: 0d8585d34de55b50e1e78eae570df6d0830432b4

1...<<151152153154155156157158159160>>...210