Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/transform/impls/refine/regular/
H A Dplexrefregular.c470 …static PetscInt ttri_tseg[] = {2, -2, 1, -2, 0, -2, 1, -2, 0, -2, 2, -2, 0, -2, 2, -2, 1, -2, 2,… in DMPlexTransformGetSubcellOrientation_Regular() local
610 *rnew = ttri_tseg[(so + 6) * 6 + r * 2]; in DMPlexTransformGetSubcellOrientation_Regular()
611 *onew = DMPolytopeTypeComposeOrientation(tct, o, ttri_tseg[(so + 6) * 6 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Regular()