Searched refs:edgeR (Results 1 – 1 of 1) sorted by relevance
1613 … PetscInt edgeR = firstZEdge + (((fy + 1) % numYVertices) * numXVertices + fx) * numZEdges + fz; in DMPlexCreateCubeMesh_Internal() local1632 cone[1] = edgeR; in DMPlexCreateCubeMesh_Internal()1646 … PetscInt edgeR = firstZEdge + (fy * numXVertices + ((fx + 1) % numXVertices)) * numZEdges + fz; in DMPlexCreateCubeMesh_Internal() local1665 cone[1] = edgeR; in DMPlexCreateCubeMesh_Internal()1679 … PetscInt edgeR = firstYEdge + (fz * numXVertices + ((fx + 1) % numXVertices)) * numYEdges + fy; in DMPlexCreateCubeMesh_Internal() local1687 edgeR += numYEdges - 1 - 2 * fy; in DMPlexCreateCubeMesh_Internal()1709 cone[1] = edgeR; in DMPlexCreateCubeMesh_Internal()