petsc-3.15.0 2021-03-30
Report Typos and Errors
PCCompositeAddPC
Adds another
PC
to the composite
PC
.
Synopsis
#include "petscksp.h"
PetscErrorCode
PCCompositeAddPC
(
PC
pc,
PC
subpc)
Collective on
PC
Input Parameters
pc
- the preconditioner context
subpc
- the new preconditioner
See Also
PCCompositeAddPCType
()
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