Home
last modified time | relevance | path

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

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