PCAIRSetCInverseType#

Sets the type of approximate inverse used as the PCAIR C-point smoother

Synopsis#

PETSC_EXTERN PetscErrorCode PCAIRSetCInverseType(PC pc, PCPFLAREINVType inverse_type)

Logically Collective

Input Parameters#

Options Database Key#

  • -pc_air_c_inverse_type (power|arnoldi|newton|newton_no_extra|neumann|sai|isai|wjacobi|jacobi) - the approximate inverse type used for the C-point smooth; if unset, defaults to the same as -pc_air_inverse_type

See Also#

KSP: Linear System Solvers, PCAIR, PCAIRGetCInverseType(), PCPFLAREINVType, PCAIRSetInverseType(), PCAIRSetCPolyOrder()

Level#

advanced

Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages