Home
last modified time | relevance | path

Searched refs:PCPatchSetConstructType (Results 1 – 5 of 5) sorted by relevance

/petsc/src/snes/impls/patch/
H A Dsnespatch.c409 PetscCall(PCPatchSetConstructType(patch->pc, ctype, func, ctx)); in SNESPatchSetConstructType()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi320 …PetscErrorCode PCPatchSetConstructType(PetscPC, PetscPCPatchConstructType, PetscPCPatchConstructOp…
H A DPC.pyx2512 CHKERR(PCPatchSetConstructType(self.pc, typ, PCPatch_UserConstructOperator, <void*>context))
/petsc/include/
H A Dpetscpc.h494 PETSC_EXTERN PetscErrorCode PCPatchSetConstructType(PC, PCPatchConstructType, PetscErrorCode (*)(PC…
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c446 PetscErrorCode PCPatchSetConstructType(PC pc, PCPatchConstructType ctype, PetscErrorCode (*func)(PC… in PCPatchSetConstructType() function
3027 if (flg) PetscCall(PCPatchSetConstructType(pc, patchConstructionType, NULL, NULL)); in PCSetFromOptions_PATCH()