PCPFLAREINVType#
The type of approximate inverse applied by PCPFLAREINV, and used as the smoother and coarse-grid solver by PCAIR
Synopsis#
Values#
PFLAREINV_POWER- GMRES polynomial with the power basisPFLAREINV_ARNOLDI- GMRES polynomial with the Arnoldi basisPFLAREINV_NEWTON- GMRES polynomial with the Newton basis, with extra roots added for stabilityPFLAREINV_NEWTON_NO_EXTRA- GMRES polynomial with the Newton basis, without extra rootsPFLAREINV_NEUMANN- Neumann polynomialPFLAREINV_SAI- sparse approximate inverse; cannot be applied matrix-freePFLAREINV_ISAI- incomplete sparse approximate inverse; cannot be applied matrix-freePFLAREINV_WJACOBI- weighted JacobiPFLAREINV_JACOBI- unweighted Jacobi
Note#
The two Jacobi types exist mainly for use as smoothers in PCAIR; for a standalone Jacobi
preconditioner use PETSc’s PCJACOBI.
See Also#
KSP: Linear System Solvers, PCPFLAREINV, PCAIR, PCPFLAREINVSetType(), PCPFLAREINVGetType(), PCAIRSetInverseType(), PCAIRGetInverseType()
Level#
intermediate
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages