Home
last modified time | relevance | path

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

/petsc/src/snes/impls/patch/
H A Dsnespatch.c391 PetscCall(PCPatchSetComputeOperator(patch->pc, func, ctx)); in SNESPatchSetComputeOperator()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi316 PetscErrorCode PCPatchSetComputeOperator(PetscPC, PetscPCPatchComputeOperator, void*)
H A DPC.pyx2474 CHKERR(PCPatchSetComputeOperator(self.pc, PCPatch_ComputeOperator, <void*>context))
/petsc/include/
H A Dpetscpc.h497 PETSC_EXTERN PetscErrorCode PCPatchSetComputeOperator(PC, PetscErrorCode (*)(PC, PetscInt, Vec, Mat…
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c683 PetscErrorCode PCPatchSetComputeOperator(PC pc, PetscErrorCode (*func)(PC pc, PetscInt point, Vec x… in PCPatchSetComputeOperator() function
2535 PetscCall(PCPatchSetComputeOperator(pc, PCPatchComputeOperator_DMPlex_Private, NULL)); in PCSetUp_PATCH()