Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcpatchimpl.h66 void *usercomputeopctx; member
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c689 patch->usercomputeopctx = ctx; in PCPatchSetComputeOperator()
2063 …fePointerPlusOffset(dofsArrayWithAll, offset * patch->totalDofsPerCell), patch->usercomputeopctx)); in PCPatchComputeOperator_Internal()
2273 …computeop(pc, -1, NULL, vecMat, cellIS, ndof * ncell, dofMapArray, NULL, patch->usercomputeopctx)); in PCPatchPrecomputePatchTensors_Private()