Searched refs:tri_seg (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/transform/impls/refine/alfeld/ |
| H A D | plexrefalfeld.c | 35 …static PetscInt tri_seg[] = {1, 0, 0, 0, 2, 0, 0, 0, 2, 0, 1, 0, 2, 0, 1, 0, 0, 0, 0, 0, 1, 0, 2, … in DMPlexTransformGetSubcellOrientation_Alfeld() local 61 *rnew = tri_seg[(so + 3) * 6 + r * 2]; in DMPlexTransformGetSubcellOrientation_Alfeld() 62 *onew = DMPolytopeTypeComposeOrientation(tct, o, tri_seg[(so + 3) * 6 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Alfeld()
|
| /petsc/src/dm/impls/plex/transform/impls/refine/tobox/ |
| H A D | plexreftobox.c | 34 …static PetscInt tri_seg[] = {0, 0, 2, 0, 1, 0, 2, 0, 1, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 0,… in DMPlexTransformGetSubcellOrientation_ToBox() local 90 *rnew = tri_seg[(so + 3) * 6 + r * 2]; in DMPlexTransformGetSubcellOrientation_ToBox() 91 *onew = DMPolytopeTypeComposeOrientation(tct, o, tri_seg[(so + 3) * 6 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_ToBox()
|
| /petsc/src/dm/impls/plex/transform/impls/refine/regular/ |
| H A D | plexrefregular.c | 394 …static PetscInt tri_seg[] = {2, -1, 1, -1, 0, -1, 1, -1, 0, -1, 2, -1, 0, -1, 2, -1, 1, -1, 0, 0… in DMPlexTransformGetSubcellOrientation_Regular() local 506 *rnew = tri_seg[(so + 3) * 6 + r * 2]; in DMPlexTransformGetSubcellOrientation_Regular() 507 *onew = DMPolytopeTypeComposeOrientation(tct, o, tri_seg[(so + 3) * 6 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Regular()
|