PCAIRGetCoarsestMatrixFreePolys#
Returns whether PCAIR applies the coarse-grid polynomial solver matrix-free
Synopsis#
PETSC_EXTERN PetscErrorCode PCAIRGetCoarsestMatrixFreePolys(PC pc, PetscBool *input_bool)
Not Collective
Input Parameter#
pc - the
PCAIRpreconditioner context
Output Parameter#
input_bool -
PETSC_TRUEif the coarse-grid polynomial solver is applied matrix-free
See Also#
KSP: Linear System Solvers, PCAIR, PCAIRSetCoarsestMatrixFreePolys(), PCAIRGetMatrixFreePolys(), PCAIRGetCoarsestInverseType()
Level#
advanced
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages