Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/
H A Dplexrefine.c827 static DMPolytopeType tripT[] = {DM_POLYTOPE_TRI_PRISM}; in DMPlexCellRefinerRefine_None() local
853 …case DM_POLYTOPE_TRI_PRISM: *Nt = 1; *target = tripT; *size = tripS; *cone = tripC; … in DMPlexCellRefinerRefine_None()
1110 …static DMPolytopeType tripT[] = {DM_POLYTOPE_SEGMENT, DM_POLYTOPE_TRIANGLE, DM_POLYTOPE_QUADRILA… in DMPlexCellRefinerRefine_Regular() local
1219 …case DM_POLYTOPE_TRI_PRISM: *Nt = 4; *target = tripT; *size = tripS; *cone = tripC; … in DMPlexCellRefinerRefine_Regular()
1339 …static DMPolytopeType tripT[] = {DM_POLYTOPE_POINT, DM_POLYTOPE_SEGMENT, DM_POLYTOPE_QUADRILATER… in DMPlexCellRefinerRefine_ToBox() local
1485 …case DM_POLYTOPE_TRI_PRISM: *Nt = 4; *target = tripT; *size = tripS; *cone = tripC; … in DMPlexCellRefinerRefine_ToBox()
1501 …case DM_POLYTOPE_TRI_PRISM: *Nt = 4; *target = tripT; *size = tripS; *cone = tripC; … in DMPlexCellRefinerRefine_ToBox()