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