Home
last modified time | relevance | path

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

/petsc/src/snes/impls/patch/
H A Dsnespatch.c25 pt = pcpatch->currentPatch; in SNESPatchComputeResidual_Private()
53 pt = pcpatch->currentPatch; in SNESPatchComputeJacobian_Private()
66 …chComputeOperator_Internal(pc, pcpatch->patchStateWithAll, M, pcpatch->currentPatch, PETSC_FALSE)); in SNESPatchComputeJacobian_Private()
117 patch->currentPatch = i; in PCApply_PATCH_Nonlinear()
/petsc/include/petsc/private/
H A Dpcpatchimpl.h101 PetscInt currentPatch; /* The current patch number when iterating */ member