Searched refs:hex_quad (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/transform/impls/refine/regular/ |
| H A D | plexrefregular.c | 422 …static PetscInt hex_quad[] = {7, -2, 4, -2, 5, -2, 6, -2, 8, -3, 11, -3, 10, -3, 9, -3, 3… in DMPlexTransformGetSubcellOrientation_Regular() local 574 *rnew = hex_quad[(so + 24) * 24 + r * 2]; in DMPlexTransformGetSubcellOrientation_Regular() 575 *onew = DMPolytopeTypeComposeOrientation(tct, o, hex_quad[(so + 24) * 24 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Regular()
|