petsc-3.7.1 2016-05-15
Report Typos and Errors

PCCompositeGetNumberPC

Gets the number of PC objects in the composite PC.

Synopsis

#include "petscksp.h" 
PetscErrorCode  PCCompositeGetNumberPC(PC pc,PetscInt *num)
Not Collective Many br

Input Parameter

pc -the preconditioner context Many br

Output Parameter

num -the number of sub pcs Many br

Many br

Keywords

PC, get, composite preconditioner, sub preconditioner

See Also

PCCompositeGetPC()

Level:Developer
Location:
src/ksp/pc/impls/composite/composite.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages