Home
last modified time | relevance | path

Searched refs:tet_tri (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/plex/transform/impls/refine/alfeld/
H A Dplexrefalfeld.c40 …static PetscInt tet_tri[] = {5, 1, 2, 0, 4, 0, 1, 1, 3, 2, 0, -2, 4, 1, 5, 0, 2, 0, 3, -1,… in DMPlexTransformGetSubcellOrientation_Alfeld() local
80 *rnew = tet_tri[(so + 12) * 12 + r * 2]; in DMPlexTransformGetSubcellOrientation_Alfeld()
81 *onew = DMPolytopeTypeComposeOrientation(tct, o, tet_tri[(so + 12) * 12 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Alfeld()
/petsc/src/dm/impls/plex/transform/impls/refine/regular/
H A Dplexrefregular.c401 …static PetscInt tet_tri[] = {2, -1, 3, -1, 1, -3, 0, -2, 6, 1, 7, -3, 5, 2, 4, -3, 3, -1, 1, -1, 2… in DMPlexTransformGetSubcellOrientation_Regular() local
554 *rnew = tet_tri[(so + 12) * 16 + r * 2]; in DMPlexTransformGetSubcellOrientation_Regular()
555 *onew = DMPolytopeTypeComposeOrientation(tct, o, tet_tri[(so + 12) * 16 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Regular()