Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tests/
H A Dex5.c116 PetscBool isFirst, isLast; in ApplyOperator() local
132 PetscCall(DMStagGetIsFirstRank(dm, &isFirst, NULL, NULL)); in ApplyOperator()
136 if (isFirst) arrIn[-1][idxP] = arrIn[0][idxP]; in ApplyOperator()