Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexpartition.c1671 PetscInt eBegin, eEnd, nroots, nleafs, pStart, pEnd; in DMPlexRebalanceSharedPoints() local
1728 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()