Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tests/
H A Dex5.c114 PetscInt start, n, nExtra, ex, idxP, idxU, startGhost, nGhost; in ApplyOperator() local
130 PetscCall(DMStagGetLocationSlot(dm, LEFT, 0, &idxU)); in ApplyOperator()
144 arrOut[ex][idxU] = arrIn[ex][idxP] + arrIn[ex - 1][idxP] - arrIn[ex][idxU]; in ApplyOperator()