Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tests/
H A Dex11.c121 PetscBool isFirstx, isFirsty, isFirstz, isLastx, isLasty, isLastz; in ApplyOperator() local
137 PetscCall(DMStagGetIsLastRank(dm, &isLastx, &isLasty, &isLastz)); in ApplyOperator()
149 if (isLasty) { in ApplyOperator()
H A Dex8.c126 PetscBool isFirstx, isFirsty, isFirstz, isLastx, isLasty, isLastz; in ApplyOperator() local
143 PetscCall(DMStagGetIsLastRank(dm, &isLastx, &isLasty, &isLastz)); in ApplyOperator()
161 if (isLasty) { in ApplyOperator()