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