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