Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/transform/impls/refine/tobox/
H A Dplexreftobox.c35 …static PetscInt tri_quad[] = {1, -3, 0, -3, 2, -4, 0, -2, 2, -2, 1, -2, 2, -1, 1, -4, 0, -1, 0,… in DMPlexTransformGetSubcellOrientation_ToBox() local
94 *rnew = tri_quad[(so + 3) * 6 + r * 2]; in DMPlexTransformGetSubcellOrientation_ToBox()
95 *onew = DMPolytopeTypeComposeOrientation(tct, o, tri_quad[(so + 3) * 6 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_ToBox()