Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h1572 PetscInt cellEdge = closure[2 * (c + edgeOff)]; in DMPlexCreateConnectivity_pforest() local
1574 …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() local
1705 PetscCall(DMPlexGetCellType(dm, cellEdge, &ct)); in DMPlexCreateConnectivity_pforest()
1707 if (cellEdge == e) { in DMPlexCreateConnectivity_pforest()