Lines Matching refs:vz

718   PetscInt     v, vx, vy, vz;  in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()  local
781 for (vz = 0; vz < faces[2]; vz++) { in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
783 voffset = numFaces + vz * vertices[0] * vertices[1] + vx; in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
799 for (vz = 0; vz < faces[2]; vz++) { in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
801 voffset = numFaces + vz * vertices[0] * vertices[1] + vertices[0] * (vertices[1] - 1) + vx; in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
817 for (vz = 0; vz < faces[2]; vz++) { in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
819 voffset = numFaces + vz * vertices[0] * vertices[1] + vy * vertices[0]; in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
835 for (vz = 0; vz < faces[2]; vz++) { in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
837 voffset = numFaces + vz * vertices[0] * vertices[1] + vy * vertices[0] + faces[0]; in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
872 for (vz = 0; vz <= faces[2]; ++vz) { in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
875 …coords[((vz * (faces[1] + 1) + vy) * (faces[0] + 1) + vx) * 3 + 0] = lower[0] + ((upper[0] - lower… in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
876 …coords[((vz * (faces[1] + 1) + vy) * (faces[0] + 1) + vx) * 3 + 1] = lower[1] + ((upper[1] - lower… in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
877 …coords[((vz * (faces[1] + 1) + vy) * (faces[0] + 1) + vx) * 3 + 2] = lower[2] + ((upper[2] - lower… in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
1569 PetscInt v, vx, vy, vz; in DMPlexCreateCubeMesh_Internal() local
1757 for (vz = 0; vz < numZVertices; vz++) { in DMPlexCreateCubeMesh_Internal()
1760 … == DM_BOUNDARY_TWIST && ey == numYEdges - 1) ? (numXVertices - vx - 1) : (vz * numYVertices + ((e… in DMPlexCreateCubeMesh_Internal()
1761 const PetscInt edge = firstYEdge + (vz * numXVertices + vx) * numYEdges + ey; in DMPlexCreateCubeMesh_Internal()
1762 const PetscInt vertexF = firstVertex + (vz * numYVertices + ey) * numXVertices + vx; in DMPlexCreateCubeMesh_Internal()
1802 if (vz == numZVertices - 1) { in DMPlexCreateCubeMesh_Internal()
1806 } else if (vz == 0) { in DMPlexCreateCubeMesh_Internal()
1817 for (vz = 0; vz < numZVertices; vz++) { in DMPlexCreateCubeMesh_Internal()
1820 …_TWIST && ex == numXEdges - 1) ? (numYVertices - vy - 1) * numXVertices : (vz * numYVertices + vy)… in DMPlexCreateCubeMesh_Internal()
1821 const PetscInt edge = firstXEdge + (vz * numYVertices + vy) * numXEdges + ex; in DMPlexCreateCubeMesh_Internal()
1822 const PetscInt vertexL = firstVertex + (vz * numYVertices + vy) * numXVertices + ex; in DMPlexCreateCubeMesh_Internal()
1862 if (vz == numZVertices - 1) { in DMPlexCreateCubeMesh_Internal()
1866 } else if (vz == 0) { in DMPlexCreateCubeMesh_Internal()
1895 for (vz = 0; vz < numZVertices; ++vz) { in DMPlexCreateCubeMesh_Internal()
1898 …coords[((vz * numYVertices + vy) * numXVertices + vx) * dim + 0] = lower[0] + ((upper[0] - lower[0… in DMPlexCreateCubeMesh_Internal()
1899 …coords[((vz * numYVertices + vy) * numXVertices + vx) * dim + 1] = lower[1] + ((upper[1] - lower[1… in DMPlexCreateCubeMesh_Internal()
1900 …f (dim == 3) coords[((vz * numYVertices + vy) * numXVertices + vx) * dim + 2] = lower[2] + ((upper… in DMPlexCreateCubeMesh_Internal()