Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/transform/impls/refine/regular/
H A Dplexrefregular.c477 …static PetscInt tquad_tquad[] = {2, -8, 1, -8, 0, -8, 3, -8, 1, -7, 0, -7, 3, -7, 2, -7, 0… in DMPlexTransformGetSubcellOrientation_Regular() local
632 *rnew = tquad_tquad[(so + 8) * 8 + r * 2]; in DMPlexTransformGetSubcellOrientation_Regular()
633 *onew = DMPolytopeTypeComposeOrientation(tct, o, tquad_tquad[(so + 8) * 8 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Regular()