Searched refs:trip_hex (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/transform/impls/refine/tobox/ |
| H A D | plexreftobox.c | 56 …static PetscInt trip_hex[] = {4, -12, 5, -6, 3, -12, 1, -12, 2, -6, 0, -12, 5, -11, 3, -11, 4, … in DMPlexTransformGetSubcellOrientation_ToBox() local 149 *rnew = trip_hex[(so + 6) * 12 + r * 2]; in DMPlexTransformGetSubcellOrientation_ToBox() 150 *onew = DMPolytopeTypeComposeOrientation(tct, o, trip_hex[(so + 6) * 12 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_ToBox()
|