Home
last modified time | relevance | path

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

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