PCAIRSetMaxLevels#

Sets the maximum number of levels allowed in the PCAIR multigrid hierarchy

Synopsis#

PETSC_EXTERN PetscErrorCode PCAIRSetMaxLevels(PC pc, PetscInt input_int)

Logically Collective

Input Parameters#

  • pc - the PCAIR preconditioner context

  • input_int - the maximum number of levels in the multigrid hierarchy

Options Database Key#

  • -pc_air_max_levels input_int - the maximum number of levels in the multigrid hierarchy; defaults to 300

See Also#

KSP: Linear System Solvers, PCAIR, PCAIRGetMaxLevels(), PCAIRSetCoarseEqLimit()

Level#

advanced

Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages