Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/transform/impls/refine/regular/
H A Dplexrefregular.c461 …static PetscInt trip_tri[] = {1, 1, 2, 1, 0, 1, 3, 1, 2, 2, 0, 2, 1, 2, 3, 2, 0, 0, 1, 0, 2, 0,… in DMPlexTransformGetSubcellOrientation_Regular() local
592 *rnew = trip_tri[(so + 6) * 8 + r * 2]; in DMPlexTransformGetSubcellOrientation_Regular()
593 *onew = DMPolytopeTypeComposeOrientation(tct, o, trip_tri[(so + 6) * 8 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Regular()