Searched refs:trip_trip (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/transform/impls/refine/regular/ |
| H A D | plexrefregular.c | 466 …static PetscInt trip_trip[] = {5, -6, 6, -6, 4, -6, 7, -6, 1, -6, 2, -6, 0, -6, 3, -6, 6, -5, 4,… in DMPlexTransformGetSubcellOrientation_Regular() local 600 *rnew = trip_trip[(so + 6) * 16 + r * 2]; in DMPlexTransformGetSubcellOrientation_Regular() 601 *onew = DMPolytopeTypeComposeOrientation(tct, o, trip_trip[(so + 6) * 16 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Regular()
|