Searched refs:cellEdge (Results 1 – 1 of 1) sorted by relevance
1572 PetscInt cellEdge = closure[2 * (c + edgeOff)]; in DMPlexCreateConnectivity_pforest() local1574 …PetscCheck(cellEdge >= eStart && cellEdge < eEnd, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Non-standard c… in DMPlexCreateConnectivity_pforest()1575 if (cellEdge == e) PetscCall(PetscSectionAddDof(ett, e, 1)); in DMPlexCreateConnectivity_pforest()1701 PetscInt cellEdge = closure[2 * (c + edgeOff)]; in DMPlexCreateConnectivity_pforest() local1705 PetscCall(DMPlexGetCellType(dm, cellEdge, &ct)); in DMPlexCreateConnectivity_pforest()1707 if (cellEdge == e) { in DMPlexCreateConnectivity_pforest()