Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/transform/impls/refine/regular/
H A Dplexrefregular.c444 …static PetscInt hex_hex[] = {3, -24, 0, -24, 4, -24, 5, -24, 2, -24, 6, -24, 7, -24, 1, -24, 3… in DMPlexTransformGetSubcellOrientation_Regular() local
578 *rnew = hex_hex[(so + 24) * 16 + r * 2]; in DMPlexTransformGetSubcellOrientation_Regular()
579 *onew = DMPolytopeTypeComposeOrientation(tct, o, hex_hex[(so + 24) * 16 + r * 2 + 1]); in DMPlexTransformGetSubcellOrientation_Regular()