Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscpc.h490 PETSC_EXTERN PetscErrorCode PCPatchSetSubMatType(PC, MatType);
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c404 PetscErrorCode PCPatchSetSubMatType(PC pc, MatType sub_mat_type) in PCPatchSetSubMatType() function
3040 if (flg) PetscCall(PCPatchSetSubMatType(pc, sub_mat_type)); in PCSetFromOptions_PATCH()