PCAIRGetReusePolyCoeffs#
Returns whether PCAIR also reuses the GMRES polynomial coefficients when reusing the sparsity of the hierarchy
Synopsis#
PETSC_EXTERN PetscErrorCode PCAIRGetReusePolyCoeffs(PC pc, PetscBool *input_bool)
Not Collective
Input Parameter#
pc - the
PCAIRpreconditioner context
Output Parameter#
input_bool -
PETSC_TRUEif the GMRES polynomial coefficients are also reused
See Also#
KSP: Linear System Solvers, PCAIR, PCAIRSetReusePolyCoeffs(), PCAIRGetReuseSparsity(), PCAIRGetPolyCoeffs(), PCAIRSetPolyCoeffs()
Level#
advanced
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages