Searched refs:tet_seg (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/transform/impls/refine/alfeld/ |
| H A D | plexrefalfeld.c | 37 …static PetscInt tet_seg[] = {2, 0, 3, 0, 1, 0, 0, 0, 3, 0, 1, 0, 2, 0, 0, 0, 1, 0, 2, 0, 3, 0, 0, … in DMPlexTransformGetSubcellOrientation_Alfeld() local 76 *rnew = tet_seg[(so + 12) * 8 + r * 2]; in DMPlexTransformGetSubcellOrientation_Alfeld() 77 *onew = DMPolytopeTypeComposeOrientation(tct, o, tet_seg[(so + 12) * 8 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Alfeld()
|
| /petsc/src/dm/impls/plex/transform/impls/refine/tobox/ |
| H A D | plexreftobox.c | 38 …static PetscInt tet_seg[] = {3, 0, 2, 0, 0, 0, 1, 0, 3, 0, 1, 0, 2, 0, 0, 0, 3, 0, 0, 0, 1, 0,… in DMPlexTransformGetSubcellOrientation_ToBox() local 121 *rnew = tet_seg[(so + 12) * 8 + r * 2]; in DMPlexTransformGetSubcellOrientation_ToBox() 122 *onew = DMPolytopeTypeComposeOrientation(tct, o, tet_seg[(so + 12) * 8 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_ToBox()
|
| /petsc/src/dm/impls/plex/transform/impls/refine/regular/ |
| H A D | plexrefregular.c | 400 …static PetscInt tet_seg[] = {0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,… in DMPlexTransformGetSubcellOrientation_Regular() local 550 *rnew = tet_seg[(so + 12) * 2 + r * 2]; in DMPlexTransformGetSubcellOrientation_Regular() 551 *onew = DMPolytopeTypeComposeOrientation(tct, o, tet_seg[(so + 12) * 2 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Regular()
|