Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/transform/impls/refine/regular/
H A Dplexrefregular.c648 static DMPolytopeType vertexT[] = {DM_POLYTOPE_POINT}; in DMPlexTransformCellRefine_Regular() local
1170 *target = vertexT; in DMPlexTransformCellRefine_Regular()
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c1216 static DMPolytopeType vertexT[] = {DM_POLYTOPE_POINT}; in DMPlexTransformCellTransformIdentity() local
1271 *target = vertexT; in DMPlexTransformCellTransformIdentity()
/petsc/src/dm/impls/plex/
H A Dplexcreate.c1723 …const PetscInt vertexT = firstVertex + (((ez + 1) % numZVertices) * numYVertices + vy) * numXVerti… in DMPlexCreateCubeMesh_Internal() local
1727 cone[1] = vertexT; in DMPlexCreateCubeMesh_Internal()