Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcpatchimpl.h17 PetscErrorCode (*userpatchconstructionop)(PC, PetscInt *, IS **, IS *, PetscCtx ctx); member
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c470 patch->userpatchconstructionop = func; in PCPatchSetConstructType()
494 *func = patch->userpatchconstructionop; in PCPatchGetConstructType()
943 …PetscCall(patch->userpatchconstructionop(pc, &patch->npatch, &patch->userIS, &patch->iterationSet,… in PCPatchCreateCellPatches()