Searched refs:userpatchconstructionop (Results 1 – 2 of 2) sorted by relevance
17 PetscErrorCode (*userpatchconstructionop)(PC, PetscInt *, IS **, IS *, PetscCtx ctx); member
470 patch->userpatchconstructionop = func; in PCPatchSetConstructType()494 *func = patch->userpatchconstructionop; in PCPatchGetConstructType()943 …PetscCall(patch->userpatchconstructionop(pc, &patch->npatch, &patch->userIS, &patch->iterationSet,… in PCPatchCreateCellPatches()