History log of /petsc/src/ksp/pc/impls/ (Results 3001 – 3025 of 5239)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6c30de3e03-Nov-2014 Hong Zhang <hzhang@mcs.anl.gov>

Merge branch 'hzhang/mat-redundant_sbaij'


/petsc/include/finclude/petscmat.h
/petsc/include/finclude/petscpc.h
/petsc/include/finclude/petscpcdef.h
/petsc/include/petsc-private/matimpl.h
/petsc/include/petscmat.h
/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/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex5_redundant.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex5_redundant_0.out
redundant/redundant.c
svd/svd.c
/petsc/src/mat/examples/tests/ex169.c
/petsc/src/mat/examples/tests/ex86.c
/petsc/src/mat/examples/tests/ex87.c
/petsc/src/mat/examples/tests/ex9.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex86_1.out
/petsc/src/mat/examples/tests/output/ex86_2.out
/petsc/src/mat/examples/tests/output/ex86_3.out
/petsc/src/mat/examples/tests/output/ex9_3_baij.out
/petsc/src/mat/examples/tests/output/ex9_3_sbaij.out
/petsc/src/mat/examples/tests/output/ex9_4_baij.out
/petsc/src/mat/examples/tests/output/ex9_4_sbaij.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/aij/seq/aij.h
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.h
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij.h
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
/petsc/src/mat/interface/dlregismat.c
/petsc/src/mat/interface/matrix.c
fced3c3f30-Oct-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-setters'


/petsc/config/BuildSystem/config/packages/p4est.py
/petsc/config/builder.py
/petsc/include/petsc-private/dmpleximpl.h
/petsc/include/petsc-private/pcimpl.h
/petsc/include/petsc-private/petscfeimpl.h
/petsc/include/petscdmplex.h
/petsc/include/petscfe.h
/petsc/include/petscksp.h
/petsc/include/petscpc.h
/petsc/include/petsctao.h
/petsc/src/dm/dt/interface/dtfe.c
/petsc/src/dm/examples/tests/output/ex16_1.out
/petsc/src/dm/examples/tests/output/ex16_2.out
/petsc/src/dm/impls/da/dalocal.c
/petsc/src/dm/impls/plex/examples/tests/ex1.c
/petsc/src/dm/impls/plex/examples/tests/makefile
/petsc/src/dm/impls/plex/examples/tests/output/ex1_13.out
/petsc/src/dm/impls/plex/examples/tests/output/ex1_14.out
/petsc/src/dm/impls/plex/examples/tests/output/ex1_6.out
/petsc/src/dm/impls/plex/plexcreate.c
/petsc/src/dm/impls/plex/plexfem.c
/petsc/src/dm/impls/plex/plexgenerate.c
/petsc/src/dm/impls/plex/plexgeometry.c
/petsc/src/dm/impls/plex/plexrefine.c
/petsc/src/dm/interface/dmi.c
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/ksp/ksp/examples/tests/ex25.c
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tutorials/ex7.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex7_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex7_2.out
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/ksp/utils/dmproject.c
asm/asm.c
composite/composite.c
eisens/eisen.c
factor/cholesky/cholesky.c
factor/factimpl.c
factor/factor.c
factor/factor.h
factor/icc/icc.c
factor/ilu/ilu.c
factor/lu/lu.c
gamg/classical.c
gamg/gamg.c
gamg/gamg.h
jacobi/jacobi.c
mg/mg.c
sor/sor.c
/petsc/src/ksp/pc/interface/precon.c
/petsc/src/mat/examples/tests/output/ex139_1.out
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/examples/tutorials/ex66.c
/petsc/src/snes/examples/tutorials/network/pflow/PFReadData.c
/petsc/src/snes/examples/tutorials/network/pflow/pf.c
/petsc/src/snes/examples/tutorials/output/ex15_lag_jac.out
/petsc/src/snes/examples/tutorials/output/ex15_lag_pc.out
/petsc/src/tao/unconstrained/impls/nls/nls.c
/petsc/src/tao/unconstrained/impls/ntl/ntl.c
/petsc/src/tao/unconstrained/impls/ntr/ntr.c
53cd157928-Oct-2014 Hong Zhang <hzhang@mcs.anl.gov>

rm getredundantmatrix from matops; rename MatGetRedundantMatrix to MatCreateRedundantMatrix


/petsc/include/finclude/petscmat.h
/petsc/include/petsc-private/matimpl.h
/petsc/include/petsc-private/taoimpl.h
/petsc/include/petscmat.h
/petsc/src/dm/impls/moab/dmmoab.cxx
/petsc/src/docs/tao_tex/manual/addsolver.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/impls/cg/cg.c
/petsc/src/ksp/ksp/impls/cg/cgne/cgne.c
redundant/redundant.c
svd/svd.c
/petsc/src/mat/examples/tests/ex169.c
/petsc/src/mat/examples/tests/ex86.c
/petsc/src/mat/examples/tests/ex87.c
/petsc/src/mat/examples/tests/ex9.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex86_1.out
/petsc/src/mat/examples/tests/output/ex86_2.out
/petsc/src/mat/examples/tests/output/ex86_3.out
/petsc/src/mat/examples/tests/output/ex9_3_baij.out
/petsc/src/mat/examples/tests/output/ex9_3_sbaij.out
/petsc/src/mat/examples/tests/output/ex9_4_baij.out
/petsc/src/mat/examples/tests/output/ex9_4_sbaij.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/aij/seq/aij.h
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.h
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij.h
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.h
/petsc/src/mat/interface/dlregismat.c
/petsc/src/mat/interface/matrix.c
/petsc/src/sys/classes/draw/impls/win32/win32draw.c
/petsc/src/tao/bound/impls/blmvm/blmvm.c
/petsc/src/tao/bound/impls/bqpip/bqpip.c
/petsc/src/tao/bound/impls/gpcg/gpcg.c
/petsc/src/tao/bound/impls/tron/tron.c
/petsc/src/tao/complementarity/impls/asls/asfls.c
/petsc/src/tao/complementarity/impls/asls/asils.c
/petsc/src/tao/complementarity/impls/ssls/ssfls.c
/petsc/src/tao/complementarity/impls/ssls/ssils.c
/petsc/src/tao/constrained/impls/ipm/ipm.c
/petsc/src/tao/interface/fdtest.c
/petsc/src/tao/interface/taosolver.c
/petsc/src/tao/leastsquares/impls/pounders/pounders.c
/petsc/src/tao/linesearch/impls/armijo/armijo.c
/petsc/src/tao/linesearch/impls/gpcglinesearch/gpcglinesearch.c
/petsc/src/tao/linesearch/impls/morethuente/morethuente.c
/petsc/src/tao/linesearch/impls/owarmijo/owarmijo.c
/petsc/src/tao/linesearch/impls/unit/unit.c
/petsc/src/tao/pde_constrained/impls/lcl/lcl.c
/petsc/src/tao/unconstrained/impls/bmrm/bmrm.c
/petsc/src/tao/unconstrained/impls/cg/taocg.c
/petsc/src/tao/unconstrained/impls/lmvm/lmvm.c
/petsc/src/tao/unconstrained/impls/neldermead/neldermead.c
/petsc/src/tao/unconstrained/impls/nls/nls.c
/petsc/src/tao/unconstrained/impls/ntl/ntl.c
/petsc/src/tao/unconstrained/impls/ntr/ntr.c
/petsc/src/tao/unconstrained/impls/owlqn/owlqn.c
0c5b88fc28-Oct-2014 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'stefano_zampini/fixes-and-improvements-multilevel'

b32a582428-Oct-2014 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'stefano_zampini/get-rid-of-PCBDDCApplySchur'

68668abe28-Oct-2014 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC; forgot to call destroy on local schur complement

c386a3a728-Oct-2014 Stefano Zampini <stefano.zampini@gmail.com>

PCIS: memory leak when using multilevel BDDC

9f00e9b428-Oct-2014 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: overlap coarse solver with local substructure correction when possible

a26c9d0e28-Oct-2014 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: add missing error signal

Parmetis comment removed since the code dynamically adjust to the partiotion obtained

6bcfc46128-Oct-2014 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: temporary solution copies can be avoided as well when the rhs does not change

8d00608f28-Oct-2014 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: avoid unneeded copies of rhs during presolve

deec49d128-Oct-2014 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: need to get the correct type

It could have been changed from options

fc57ca1628-Oct-2014 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'stefano_zampini/get-rid-of-PCBDDCApplySchur'

7975dbca28-Oct-2014 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'stefano_zampini/fix-dirichlet-trick'

ed6c3d6928-Oct-2014 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC; get rid of PCBDDCApplySchur/Transpose use MatSchurComplement instead

note: the previous code gave erroneous results for very small local matrices, due to caching issues in the MatMult
inside

PCBDDC; get rid of PCBDDCApplySchur/Transpose use MatSchurComplement instead

note: the previous code gave erroneous results for very small local matrices, due to caching issues in the MatMult
inside PCBDDCApplySchur

show more ...

e71e7a7127-Oct-2014 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: fixed typo in the code

8efcfb2327-Oct-2014 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC: PCPostSolve should restore nonzero intial guess flag as it was after PCPreSolve

rhs should be removed either with nonzero initial guess or in presence of dirichlet boundary

721f67b524-Oct-2014 Barry Smith <bsmith@mcs.anl.gov>

incorrect manual page name hence incorrect fortran stub generated

1ff2113e24-Oct-2014 Barry Smith <bsmith@mcs.anl.gov>

incorrect manual page name hence incorrect fortran stub generated

4446f3b424-Oct-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'maint'

Conflicts:
config/BuildSystem/config/packages/ml.py
src/ksp/pc/impls/mg/mg.c

e1bc860d24-Oct-2014 Barry Smith <bsmith@mcs.anl.gov>

fix formatting of some manual pages
specifically remove use of $ from the middle of parameter or options lists


/petsc/bin/maint/generateetags.py
/petsc/config/BuildSystem/config/packages/MPI.py
/petsc/config/PETSc/packages/Chaco.py
/petsc/config/PETSc/packages/MUMPS.py
/petsc/config/PETSc/packages/ml.py
/petsc/config/PETSc/packages/parmetis.py
/petsc/config/PETSc/packages/sowing.py
/petsc/include/finclude/ftn-custom/petscdmplex.h90
/petsc/include/finclude/ftn-custom/petscis.h90
/petsc/include/finclude/ftn-custom/petscmat.h90
/petsc/include/finclude/ftn-custom/petscvec.h90
/petsc/include/petscerror.h
/petsc/include/petsclog.h
/petsc/src/dm/examples/tutorials/ex4.c
/petsc/src/dm/impls/da/dagtol.c
/petsc/src/dm/impls/da/gr1.c
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/website/documentation/changes/2015.html
/petsc/src/docs/website/documentation/changes/2016.html
/petsc/src/docs/website/documentation/changes/2017.html
/petsc/src/docs/website/documentation/changes/2018-21.html
/petsc/src/docs/website/documentation/changes/2022.html
/petsc/src/docs/website/documentation/changes/2024.html
/petsc/src/docs/website/documentation/changes/2028.html
/petsc/src/docs/website/documentation/changes/2029.html
/petsc/src/docs/website/documentation/changes/21.html
/petsc/src/docs/website/documentation/changes/211.html
/petsc/src/docs/website/documentation/changes/212.html
/petsc/src/docs/website/documentation/changes/213.html
/petsc/src/docs/website/documentation/changes/215.html
/petsc/src/docs/website/documentation/changes/216.html
/petsc/src/docs/website/documentation/changes/220.html
/petsc/src/docs/website/documentation/changes/221.html
/petsc/src/docs/website/documentation/changes/230.html
/petsc/src/docs/website/documentation/changes/231.html
/petsc/src/docs/website/documentation/changes/232.html
/petsc/src/docs/website/documentation/changes/233.html
/petsc/src/docs/website/documentation/changes/300.html
/petsc/src/docs/website/documentation/changes/31.html
/petsc/src/docs/website/documentation/changes/32.html
/petsc/src/docs/website/documentation/changes/33.html
/petsc/src/docs/website/documentation/changes/34.html
/petsc/src/docs/website/documentation/changes/index.html
/petsc/src/ksp/ksp/examples/tests/ex39.c
/petsc/src/ksp/ksp/interface/itcl.c
/petsc/src/ksp/ksp/utils/schurm.c
mg/mg.c
/petsc/src/mat/examples/tests/ex171f.F
/petsc/src/mat/examples/tests/ex48.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/mpimatmatmult.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/baij/seq/baij.h
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/baij/seq/baijfact13.c
/petsc/src/mat/impls/baij/seq/baijsolvnat.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/utils/axpy.c
/petsc/src/snes/impls/fas/fasfunc.c
/petsc/src/snes/interface/snesob.c
/petsc/src/snes/linesearch/impls/basic/linesearchbasic.c
/petsc/src/snes/linesearch/impls/bt/linesearchbt.c
/petsc/src/snes/linesearch/impls/cp/linesearchcp.c
/petsc/src/snes/linesearch/impls/l2/linesearchl2.c
/petsc/src/sys/classes/viewer/impls/mathematica/mathematica.c
/petsc/src/sys/classes/viewer/impls/matlab/vmatlab.c
/petsc/src/sys/examples/tutorials/ex3.c
/petsc/src/sys/utils/str.c
/petsc/src/tao/bound/impls/bqpip/bqpip.c
/petsc/src/tao/interface/taosolver.c
/petsc/src/ts/impls/pseudo/posindep.c
/petsc/src/ts/interface/ts.c
/petsc/src/vec/is/ao/impls/mapping/aomapping.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/utils/projection.c
/petsc/systems/Apple/OSX/bin/makeall
/petsc/tutorials/HandsOnExercise.html
c60c7ad423-Oct-2014 Barry Smith <bsmith@mcs.anl.gov>

added a variety of getters and fixed calling sequence of a few setters

85a85e9c23-Oct-2014 Barry Smith <bsmith@mcs.anl.gov>

fix minor formatting

8a26ef8723-Oct-2014 Stefano Zampini <stefano.zampini@gmail.com>

PCBDDC; MatGetVecs is now deprecated


/petsc/config/BuildSystem/config/packages/sowing.py
/petsc/config/BuildSystem/config/utilities/__init__.py
/petsc/config/BuildSystem/config/utilities/closure.py
/petsc/include/finclude/ftn-custom/petscdmplex.h90
/petsc/include/finclude/ftn-custom/petscdt.h90
/petsc/include/finclude/ftn-custom/petscis.h90
/petsc/include/finclude/ftn-custom/petscmat.h90
/petsc/include/finclude/ftn-custom/petscvec.h90
/petsc/include/finclude/petscksp.h
/petsc/include/petscdmplex.h
/petsc/include/petscksp.h
/petsc/include/petscsys.h
/petsc/setup.py
/petsc/src/dm/dt/interface/f90-custom/zdtdsf90.c
/petsc/src/dm/impls/plex/examples/tests/output/ex12_0.out
/petsc/src/dm/impls/plex/examples/tests/output/ex12_1.out
/petsc/src/dm/impls/plex/examples/tests/output/ex12_2.out
/petsc/src/dm/impls/plex/plexdistribute.c
/petsc/src/dm/impls/plex/plexgenerate.c
/petsc/src/dm/impls/plex/plexpartition.c
/petsc/src/docs/tex/petscapp.bib
/petsc/src/ksp/ksp/impls/fcg/fcg.c
bddc/bddcscalingbasic.c
bddc/bddcschurs.c
/petsc/src/mat/examples/tests/ex48.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/baij/seq/baij.h
/petsc/src/mat/impls/baij/seq/baijfact.c
/petsc/src/mat/impls/baij/seq/baijfact13.c
/petsc/src/mat/impls/baij/seq/baijsolvnat.c
/petsc/src/snes/examples/tutorials/ex12.c
/petsc/src/sys/fileio/mprint.c
/petsc/systems/Apple/iOS/examples/SwiftExample/SwiftExample/AppDelegate.swift
/petsc/systems/Apple/iOS/examples/SwiftExample/SwiftExample/Base.lproj/LaunchScreen.xib
/petsc/systems/Apple/iOS/examples/SwiftExample/SwiftExample/Base.lproj/Main.storyboard
/petsc/systems/Apple/iOS/examples/SwiftExample/SwiftExample/Info.plist
/petsc/systems/Apple/iOS/examples/SwiftExample/SwiftExample/ViewController.swift
92e9c09223-Oct-2014 Barry Smith <bsmith@mcs.anl.gov>

Added toggle flag to PCFactorSetAllowDiagonalFill() and added getter

1...<<121122123124125126127128129130>>...210