Home
last modified time | relevance | path

Searched refs:PCPatchComputeFunction_Internal (Results 1 – 3 of 3) sorted by relevance

/petsc/include/petsc/private/
H A Dpcpatchimpl.h145 PETSC_SINGLE_LIBRARY_INTERN PetscErrorCode PCPatchComputeFunction_Internal(PC, Vec, Vec, PetscInt);
/petsc/src/snes/impls/patch/
H A Dsnespatch.c38 PetscCall(PCPatchComputeFunction_Internal(pc, pcpatch->patchStateWithAll, F, pt)); in SNESPatchComputeResidual_Private()
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1929 PetscErrorCode PCPatchComputeFunction_Internal(PC pc, Vec x, Vec F, PetscInt point) in PCPatchComputeFunction_Internal() function