#include "petscpc.h" PetscErrorCode PCBDDCSetMaxLevels(PC pc,PetscInt max_levels)Logically collective on PC
pc | - the preconditioning context | |
max_levels | - the maximum number of levels |
Default value is 1, i.e. coarse problem will be solved inexactly with one application of PCBDDC preconditioner if the multilevel approach is requested.
Level:intermediate
Location:src/ksp/pc/impls/bddc/bddc.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages