PCAIRGetReuseSparsity#
Returns whether PCAIR reuses the sparsity of the multigrid hierarchy during setup
Synopsis#
PETSC_EXTERN PetscErrorCode PCAIRGetReuseSparsity(PC pc, PetscBool *input_bool)
Not Collective
Input Parameter#
pc - the
PCAIRpreconditioner context
Output Parameter#
input_bool -
PETSC_TRUEif the sparsity of the hierarchy is reused during setup
See Also#
KSP: Linear System Solvers, PCAIR, PCAIRSetReuseSparsity(), PCAIRGetReusePolyCoeffs(), PCAIRGetReuseAmount()
Level#
advanced
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages