PCCompositeGetPC

Gets one of the PC objects in the composite PC.

Synopsis

#include "pc.h" 
#include "sles.h" 
int PCCompositeGetPC(PC pc,int n,PC *subpc)
Not Collective

Input Parameter

pc -the preconditioner context
n -the number of the pc requested

Output Parameters

subpc -the PC requested

Keywords

PC, get, composite preconditioner, sub preconditioner

See Also

PCCompositeAddPC()

Level:Developer
Location:src/sles/pc/impls/composite/composite.c
PC Index
Table of Contents