Home
last modified time | relevance | path

Searched refs:usercomputef (Results 1 – 2 of 2) sorted by relevance

/petsc/include/petsc/private/
H A Dpcpatchimpl.h67 …PetscErrorCode (*usercomputef)(PC, PetscInt, Vec, Vec, IS, PetscInt, const PetscInt *, const Petsc… member
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c612 patch->usercomputef = func; in PCPatchSetComputeFunction()
1957 …PetscCallBack("PCPatch callback", patch->usercomputef(pc, point, x, F, patch->cellIS, ncell * patc… in PCPatchComputeFunction_Internal()