Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/transform/impls/refine/tobox/
H A Dplexreftobox.c52 …static PetscInt trip_quad[] = {1, 1, 2, 2, 0, 1, 7, -1, 8, -1, 6, -1, 4, -1, 5, -1, 3, -1, 2,… in DMPlexTransformGetSubcellOrientation_ToBox() local
145 *rnew = trip_quad[(so + 6) * 18 + r * 2]; in DMPlexTransformGetSubcellOrientation_ToBox()
146 *onew = DMPolytopeTypeComposeOrientation(tct, o, trip_quad[(so + 6) * 18 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_ToBox()
/petsc/src/dm/impls/plex/transform/impls/refine/regular/
H A Dplexrefregular.c463 …static PetscInt trip_quad[] = {4, -1, 5, -1, 3, -1, 1, -1, 2, -1, 0, -1, 5, -1, 3, -1, 4, -1, 2,… in DMPlexTransformGetSubcellOrientation_Regular() local
596 *rnew = trip_quad[(so + 6) * 12 + r * 2]; in DMPlexTransformGetSubcellOrientation_Regular()
597 *onew = DMPolytopeTypeComposeOrientation(tct, o, trip_quad[(so + 6) * 12 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Regular()