PCAIRGetCoarsestInverseSparsityOrder#
Returns the power of the operator matrix used as the sparsity pattern of the assembled PCAIR coarse-grid inverse
Synopsis#
PETSC_EXTERN PetscErrorCode PCAIRGetCoarsestInverseSparsityOrder(PC pc, PetscInt *input_int)
Not Collective
Input Parameter#
pc - the
PCAIRpreconditioner context
Output Parameter#
input_int - the power of the operator matrix used as the sparsity of the assembled coarse-grid inverse
See Also#
KSP: Linear System Solvers, PCAIR, PCAIRSetCoarsestInverseSparsityOrder(), PCAIRGetInverseSparsityOrder(), PCAIRGetCoarsestInverseType()
Level#
advanced
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages