petsc-3.5.4 2015-05-23
Report Typos and Errors

PCBDDCSetLevels

Sets the maximum number of levels for multilevel

Synopsis

#include "petscpc.h" 
PetscErrorCode PCBDDCSetLevels(PC pc,PetscInt levels)
Logically collective on PC

Input Parameters

pc - the preconditioning context
levels - the maximum number of levels (max 9)

Default value is 0, i.e. traditional one-level BDDC

Notes

See Also

PCBDDC

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