Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/transform/impls/refine/tobox/
H A Dplexreftobox.c64 …static PetscInt tquadp_seg[] = {0, -1, 0, -1, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0… in DMPlexTransformGetSubcellOrientation_ToBox() local
177 *rnew = tquadp_seg[(so + 8) * 2 + r * 2]; in DMPlexTransformGetSubcellOrientation_ToBox()
178 *onew = DMPolytopeTypeComposeOrientation(tct, o, tquadp_seg[(so + 8) * 2 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_ToBox()