Searched refs:isLast (Results 1 – 1 of 1) sorted by relevance
116 PetscBool isFirst, isLast; in ApplyOperator() local133 PetscCall(DMStagGetIsLastRank(dm, &isLast, NULL, NULL)); in ApplyOperator()137 if (isLast) arrIn[start + n][idxP] = arrIn[start + n - 1][idxP]; in ApplyOperator()