Searched refs:idxU (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/stag/tests/ |
| H A D | ex5.c | 114 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()
|