PCAIRGetNumLevels#
Returns the number of levels in the PCAIR multigrid hierarchy
Synopsis#
PETSC_EXTERN PetscErrorCode PCAIRGetNumLevels(PC pc, PetscInt *input_int)
Not Collective
Input Parameter#
pc - the
PCAIRpreconditioner context
Output Parameter#
input_int - the number of levels in the hierarchy, or -1 if
PCSetUp()has not yet been called
See Also#
KSP: Linear System Solvers, PCAIR, PCSetUp(), PCAIRGetGridComplexity(), PCAIRGetOperatorComplexity()
Level#
advanced
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages