Home
last modified time | relevance | path

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

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