PCAIRGetCInverseType#
Returns the type of approximate inverse used as the PCAIR C-point smoother
Synopsis#
PETSC_EXTERN PetscErrorCode PCAIRGetCInverseType(PC pc, PCPFLAREINVType *inverse_type)
Not Collective
Input Parameter#
pc - the
PCAIRpreconditioner context
Output Parameter#
inverse_type - the approximate inverse type, one of
PFLAREINV_POWER,PFLAREINV_ARNOLDI,PFLAREINV_NEWTON,PFLAREINV_NEWTON_NO_EXTRA,PFLAREINV_NEUMANN,PFLAREINV_SAI,PFLAREINV_ISAI,PFLAREINV_WJACOBI, orPFLAREINV_JACOBI
See Also#
KSP: Linear System Solvers, PCAIR, PCAIRSetCInverseType(), PCPFLAREINVType, PCAIRGetInverseType(), PCAIRGetCPolyOrder()
Level#
advanced
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages