Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/
H A Dplexrefine.c815 static PetscInt tquadS[] = {1}; in DMPlexCellRefinerRefine_None() local
850 …case DM_POLYTOPE_SEG_PRISM_TENSOR: *Nt = 1; *target = tquadT; *size = tquadS; *cone = tquadC; … in DMPlexCellRefinerRefine_None()
952 static PetscInt tquadS[] = {1, 2}; in DMPlexCellRefinerRefine_Regular() local
1216 …case DM_POLYTOPE_SEG_PRISM_TENSOR: *Nt = 2; *target = tquadT; *size = tquadS; *cone = tquadC; … in DMPlexCellRefinerRefine_Regular()
1280 static PetscInt tquadS[] = {1, 2}; in DMPlexCellRefinerRefine_ToBox() local
1480 …case DM_POLYTOPE_SEG_PRISM_TENSOR: *Nt = 2; *target = tquadT; *size = tquadS; *cone = tquadC; … in DMPlexCellRefinerRefine_ToBox()