Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/transform/impls/refine/tobox/
H A Dplexreftobox.c50 …static PetscInt trip_seg[] = {1, 0, 0, 0, 3, 0, 4, 0, 2, 0, 1, 0, 0, 0, 4, 0, 2, 0, 3, 0, 1, 0,… in DMPlexTransformGetSubcellOrientation_ToBox() local
141 *rnew = trip_seg[(so + 6) * 10 + r * 2]; in DMPlexTransformGetSubcellOrientation_ToBox()
142 *onew = DMPolytopeTypeComposeOrientation(tct, o, trip_seg[(so + 6) * 10 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_ToBox()
/petsc/src/dm/impls/plex/transform/impls/refine/regular/
H A Dplexrefregular.c459 …static PetscInt trip_seg[] = {1, 0, 2, 0, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 0, 0, -1, 2, -… in DMPlexTransformGetSubcellOrientation_Regular() local
588 *rnew = trip_seg[(so + 6) * 6 + r * 2]; in DMPlexTransformGetSubcellOrientation_Regular()
589 *onew = DMPolytopeTypeComposeOrientation(tct, o, trip_seg[(so + 6) * 6 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Regular()