PCAIRGetInverseSparsityOrder#
Returns the power of the operator matrix used as the sparsity pattern of assembled PCAIR approximate inverses
Synopsis#
PETSC_EXTERN PetscErrorCode PCAIRGetInverseSparsityOrder(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 assembled inverses
See Also#
KSP: Linear System Solvers, PCAIR, PCAIRSetInverseSparsityOrder(), PCAIRGetInverseType(), PCAIRGetCInverseSparsityOrder()
Level#
advanced
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages