Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/transform/impls/refine/regular/
H A Dplexrefregular.c399 static PetscInt tseg_tseg[] = {1, -2, 0, -2, 1, -1, 0, -1, 0, 0, 1, 0, 0, 1, 1, 1}; in DMPlexTransformGetSubcellOrientation_Regular() local
540 *rnew = tseg_tseg[(so + 2) * 4 + r * 2]; in DMPlexTransformGetSubcellOrientation_Regular()
541 *onew = DMPolytopeTypeComposeOrientation(tct, o, tseg_tseg[(so + 2) * 4 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Regular()