Searched refs:tri_tri (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/transform/impls/refine/alfeld/ |
| H A D | plexrefalfeld.c | 36 …static PetscInt tri_tri[] = {0, -3, 2, -3, 1, -3, 2, -3, 1, -3, 0, -3, 1, -3, 0, -3, 2, -3, 0, 0, … in DMPlexTransformGetSubcellOrientation_Alfeld() local 65 *rnew = tri_tri[(so + 3) * 6 + r * 2]; in DMPlexTransformGetSubcellOrientation_Alfeld() 66 *onew = DMPolytopeTypeComposeOrientation(tct, o, tri_tri[(so + 3) * 6 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Alfeld()
|
| /petsc/src/dm/impls/plex/transform/impls/refine/regular/ |
| H A D | plexrefregular.c | 395 …static PetscInt tri_tri[] = {1, -3, 0, -3, 2, -3, 3, -2, 0, -2, 2, -2, 1, -2, 3, -1, 2, -1, 1, -… in DMPlexTransformGetSubcellOrientation_Regular() local 510 *rnew = tri_tri[(so + 3) * 8 + r * 2]; in DMPlexTransformGetSubcellOrientation_Regular() 511 *onew = DMPolytopeTypeComposeOrientation(tct, o, tri_tri[(so + 3) * 8 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Regular()
|