Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tests/
H A Dex5.c116 PetscBool isFirst, isLast; in ApplyOperator() local
133 PetscCall(DMStagGetIsLastRank(dm, &isLast, NULL, NULL)); in ApplyOperator()
137 if (isLast) arrIn[start + n][idxP] = arrIn[start + n - 1][idxP]; in ApplyOperator()