Searched refs:isLastx (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/stag/tests/ |
| H A D | ex11.c | 121 PetscBool isFirstx, isFirsty, isFirstz, isLastx, isLasty, isLastz; in ApplyOperator() local 137 PetscCall(DMStagGetIsLastRank(dm, &isLastx, &isLasty, &isLastz)); in ApplyOperator() 143 if (isLastx) { in ApplyOperator()
|
| H A D | ex8.c | 126 PetscBool isFirstx, isFirsty, isFirstz, isLastx, isLasty, isLastz; in ApplyOperator() local 143 PetscCall(DMStagGetIsLastRank(dm, &isLastx, &isLasty, &isLastz)); in ApplyOperator() 151 if (isLastx) { in ApplyOperator()
|