PCAIRSetCoarsestInverseType#
Sets the type of approximate inverse used as the PCAIR coarse-grid solver
Synopsis#
PETSC_EXTERN PetscErrorCode PCAIRSetCoarsestInverseType(PC pc, PCPFLAREINVType inverse_type)
Logically Collective
Input Parameters#
pc - the
PCAIRpreconditioner contextinverse_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
Options Database Key#
-pc_air_coarsest_inverse_type (power|arnoldi|newton|newton_no_extra|neumann|sai|isai|wjacobi|jacobi) - the approximate inverse type used as the coarse-grid solver; defaults to arnoldi
See Also#
KSP: Linear System Solvers, PCAIR, PCAIRGetCoarsestInverseType(), PCPFLAREINVType, PCAIRSetInverseType(), PCAIRSetCoarsestPolyOrder()
Level#
intermediate
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages