Searched refs:tquadp_quad (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/transform/impls/refine/tobox/ |
| H A D | plexreftobox.c | 65 …static PetscInt tquadp_quad[] = {1, -1, 0, -1, 3, -1, 2, -1, 0, -1, 3, -1, 2, -1, 1, -1, 3, -1, 2,… in DMPlexTransformGetSubcellOrientation_ToBox() local 181 *rnew = tquadp_quad[(so + 8) * 8 + r * 2]; in DMPlexTransformGetSubcellOrientation_ToBox() 182 *onew = DMPolytopeTypeComposeOrientation(tct, o, tquadp_quad[(so + 8) * 8 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_ToBox()
|