Searched refs:PCPatchSetConstructType (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/snes/impls/patch/ |
| H A D | snespatch.c | 409 PetscCall(PCPatchSetConstructType(patch->pc, ctype, func, ctx)); in SNESPatchSetConstructType()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscpc.pxi | 320 …PetscErrorCode PCPatchSetConstructType(PetscPC, PetscPCPatchConstructType, PetscPCPatchConstructOp…
|
| H A D | PC.pyx | 2512 CHKERR(PCPatchSetConstructType(self.pc, typ, PCPatch_UserConstructOperator, <void*>context))
|
| /petsc/include/ |
| H A D | petscpc.h | 494 PETSC_EXTERN PetscErrorCode PCPatchSetConstructType(PC, PCPatchConstructType, PetscErrorCode (*)(PC…
|
| /petsc/src/ksp/pc/impls/patch/ |
| H A D | pcpatch.c | 446 PetscErrorCode PCPatchSetConstructType(PC pc, PCPatchConstructType ctype, PetscErrorCode (*func)(PC… in PCPatchSetConstructType() function 3027 if (flg) PetscCall(PCPatchSetConstructType(pc, patchConstructionType, NULL, NULL)); in PCSetFromOptions_PATCH()
|