Searched refs:eBegin (Results 1 – 1 of 1) sorted by relevance
1671 PetscInt eBegin, eEnd, nroots, nleafs, pStart, pEnd; in DMPlexRebalanceSharedPoints() local1728 PetscCall(DMPlexGetDepthStratum(dm, entityDepth, &eBegin, &eEnd)); in DMPlexRebalanceSharedPoints()1731 for (i = 0; i < pEnd - pStart; i++) toBalance[i] = (PetscBool)(i >= eBegin && i < eEnd); in DMPlexRebalanceSharedPoints()