Home
last modified time | relevance | path

Searched refs:PC_COMPOSITE_GKB (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetscpctypes.h226 PC_COMPOSITE_GKB enumerator
/petsc/src/ksp/pc/impls/fieldsplit/
H A Dfieldsplit.c788 …ype != PC_COMPOSITE_ADDITIVE && jac->type != PC_COMPOSITE_SCHUR && jac->type != PC_COMPOSITE_GKB) { in PCSetUp_FieldSplit()
1040 } else if (jac->type == PC_COMPOSITE_GKB) { in PCSetUp_FieldSplit()
1092 } else if (jac->type == PC_COMPOSITE_GKB) { in PCSetUp_FieldSplit()
2167 } else if (jac->type == PC_COMPOSITE_GKB) { in PCSetFromOptions_FieldSplit()
3331 } else if (type == PC_COMPOSITE_GKB) { in PCFieldSplitSetType_FieldSplit()