PCFieldSplitGetType#

Gets the type, PCCompositeType, of a PCFIELDSPLIT

Synopsis#

#include "petscpc.h" 
PetscErrorCode PCFieldSplitGetType(PC pc, PCCompositeType *type)

Not collective

Input Parameter#

  • pc - the preconditioner context

Output Parameter#

See Also#

Solving Block Matrices, PC, PCCompositeSetType(), PCFIELDSPLIT, PCCompositeType, PC_COMPOSITE_ADDITIVE, PC_COMPOSITE_MULTIPLICATIVE, PC_COMPOSITE_SYMMETRIC_MULTIPLICATIVE, PC_COMPOSITE_SPECIAL, PC_COMPOSITE_SCHUR

Level#

intermediate

Location#

src/ksp/pc/impls/fieldsplit/fieldsplit.c


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