PETSc version 3.15.5
Fix/Edit manual page

PCCompositeAddPCType

Adds another PC of the given type to the composite PC.

Synopsis

#include "petscksp.h" 
PetscErrorCode  PCCompositeAddPCType(PC pc,PCType type)
Collective on PC

Input Parameters

pc - the preconditioner context
type - the type of the new preconditioner

See Also

PCCompositeAddPC()

Level

Developer

Location

src/ksp/pc/impls/composite/composite.c

Examples

src/ksp/ksp/tutorials/ex71.c.html

Implementations

PCCompositeAddPCType_Composite in src/ksp/pc/impls/composite/composite.c

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