Searched refs:quad_seg (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/transform/impls/refine/regular/ |
| H A D | plexrefregular.c | 396 …static PetscInt quad_seg[] = {1, 0, 0, 0, 3, 0, 2, 0, 0, 0, 3, 0, 2, 0, 1, 0, 3, 0, 2, 0, 1, 0, 0… in DMPlexTransformGetSubcellOrientation_Regular() local 522 *rnew = quad_seg[(so + 4) * 8 + r * 2]; in DMPlexTransformGetSubcellOrientation_Regular() 523 *onew = DMPolytopeTypeComposeOrientation(tct, o, quad_seg[(so + 4) * 8 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Regular()
|