Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/transform/impls/refine/tobox/
H A Dplexreftobox.c37 static PetscInt tseg_quad[] = {1, 2, 0, 2, 1, -3, 0, -3, 0, 0, 1, 0, 0, -1, 1, -1}; in DMPlexTransformGetSubcellOrientation_ToBox() local
109 *rnew = tseg_quad[(so + 2) * 4 + r * 2]; in DMPlexTransformGetSubcellOrientation_ToBox()
110 *onew = DMPolytopeTypeComposeOrientation(tct, o, tseg_quad[(so + 2) * 4 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_ToBox()