Lines Matching refs:eStart
1508 PetscInt eStart, eEnd, e, ettSize; in DMPlexCreateConnectivity_pforest() local
1555 PetscCall(DMPlexGetSimplexOrBoxCells(dm, P4EST_DIM - 1, &eStart, &eEnd)); in DMPlexCreateConnectivity_pforest()
1556 PetscCall(P4estTopidxCast(eEnd - eStart, &numEdges)); in DMPlexCreateConnectivity_pforest()
1558 PetscCall(PetscSectionSetChart(ett, eStart, eEnd)); in DMPlexCreateConnectivity_pforest()
1559 for (e = eStart; e < eEnd; e++) { in DMPlexCreateConnectivity_pforest()
1574 …PetscCheck(cellEdge >= eStart && cellEdge < eEnd, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Non-standard c… in DMPlexCreateConnectivity_pforest()
1688 for (e = eStart; e < eEnd; e++) { in DMPlexCreateConnectivity_pforest()
1692 conn->ett_offset[e - eStart] = (p4est_topidx_t)off; in DMPlexCreateConnectivity_pforest()
1719 conn->tree_to_edge[P8EST_EDGES * (p - cStart) + p4estEdge] = e - eStart; in DMPlexCreateConnectivity_pforest()
3037 PetscInt cLocalStart, cLocalEnd, cStart, cEnd, fStart, fEnd, eStart, eEnd, vStart, vEnd; in DMPforestLabelsInitialize() local
3107 PetscCall(DMPlexGetSimplexOrBoxCells(plex, P4EST_DIM - 1, &eStart, &eEnd)); in DMPforestLabelsInitialize()