Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/transform/impls/refine/tobox/
H A Dplexreftobox.c62 …static PetscInt ctrip_hex[] = {1, 8, 0, 8, 2, 11, 0, 10, 2, 10, 1, 10, 2, 5, 1, 11, 0, 5, 1, -1,… in DMPlexTransformGetSubcellOrientation_ToBox() local
167 *rnew = ctrip_hex[(so + 6) * 6 + r * 2]; in DMPlexTransformGetSubcellOrientation_ToBox()
168 *onew = DMPolytopeTypeComposeOrientation(tct, o, ctrip_hex[(so + 6) * 6 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_ToBox()