Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/transform/impls/refine/tobox/
H A Dplexreftobox.c41 …static PetscInt tet_quad[] = {2, 0, 5, -3, 4, 0, 0, 3, 3, 1, 1, 1, 0, 0, 3, 0, 5, 0, 1, … in DMPlexTransformGetSubcellOrientation_ToBox() local
125 *rnew = tet_quad[(so + 12) * 12 + r * 2]; in DMPlexTransformGetSubcellOrientation_ToBox()
126 *onew = DMPolytopeTypeComposeOrientation(tct, o, tet_quad[(so + 12) * 12 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_ToBox()