Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h1709 PetscInt totalOrient; in DMPlexCreateConnectivity_pforest() local
1712totalOrient = DihedralCompose(2, cellOrnt, DMPolytopeConvertNewOrientation_Internal(DM_POLYTOPE_SE… in DMPlexCreateConnectivity_pforest()
1714 totalOrient = (totalOrient < 0) ? -(totalOrient + 1) : totalOrient; in DMPlexCreateConnectivity_pforest()
1718 …_to_edge[off++] = (int8_t)(p4estEdge + P8EST_EDGES * totalOrient); in DMPlexCreateConnectivity_pforest()