Searched refs:tet_tet (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/transform/impls/refine/alfeld/ |
| H A D | plexrefalfeld.c | 45 …static PetscInt tet_tet[] = {3, -2, 2, -3, 0, -1, 1, -1, 3, -1, 1, -3, 2, -1, 0, -1, 3, -3, 0, -3,… in DMPlexTransformGetSubcellOrientation_Alfeld() local 84 *rnew = tet_tet[(so + 12) * 8 + r * 2]; in DMPlexTransformGetSubcellOrientation_Alfeld() 85 *onew = DMPolytopeTypeComposeOrientation(tct, o, tet_tet[(so + 12) * 8 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Alfeld()
|
| /petsc/src/dm/impls/plex/transform/impls/refine/regular/ |
| H A D | plexrefregular.c | 407 …static PetscInt tet_tet[] = {2, -12, 3, -12, 1, -12, 0, -12, 6, -9, 7, -9, 5, -12, 4, -12, 3, -11,… in DMPlexTransformGetSubcellOrientation_Regular() local 558 *rnew = tet_tet[(so + 12) * 16 + r * 2]; in DMPlexTransformGetSubcellOrientation_Regular() 559 *onew = DMPolytopeTypeComposeOrientation(tct, o, tet_tet[(so + 12) * 16 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Regular()
|