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