Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexcreate.c1613 … PetscInt edgeR = firstZEdge + (((fy + 1) % numYVertices) * numXVertices + fx) * numZEdges + fz; in DMPlexCreateCubeMesh_Internal() local
1632 cone[1] = edgeR; in DMPlexCreateCubeMesh_Internal()
1646 … PetscInt edgeR = firstZEdge + (fy * numXVertices + ((fx + 1) % numXVertices)) * numZEdges + fz; in DMPlexCreateCubeMesh_Internal() local
1665 cone[1] = edgeR; in DMPlexCreateCubeMesh_Internal()
1679 … PetscInt edgeR = firstYEdge + (fz * numXVertices + ((fx + 1) % numXVertices)) * numYEdges + fy; in DMPlexCreateCubeMesh_Internal() local
1687 edgeR += numYEdges - 1 - 2 * fy; in DMPlexCreateCubeMesh_Internal()
1709 cone[1] = edgeR; in DMPlexCreateCubeMesh_Internal()