Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/transform/impls/refine/tobox/
H A Dplexreftobox.c46 …static PetscInt tet_hex[] = {2, -2, 3, -2, 1, -10, 0, -13, 3, -10, 1, -13, 2, -10, 0, -10, 1,… in DMPlexTransformGetSubcellOrientation_ToBox() local
129 *rnew = tet_hex[(so + 12) * 8 + r * 2]; in DMPlexTransformGetSubcellOrientation_ToBox()
130 *onew = DMPolytopeTypeComposeOrientation(tct, o, tet_hex[(so + 12) * 8 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_ToBox()