Lines Matching refs:numZVertices
1294 const PetscInt numZVertices = rank == 0 ? edges[0] * edges[1] : 0; in DMPlexCreateSquareMesh_Simplex_CrissCross() local
1298 const PetscInt numVertices = numXVertices * numYVertices + numZVertices; in DMPlexCreateSquareMesh_Simplex_CrissCross()
1544 …const PetscInt numZVertices = rank == 0 ? (bdZ == DM_BOUNDARY_PERIODIC || bdZ == DM_BOUNDARY_TWIST… in DMPlexCreateCubeMesh_Internal() local
1551 const PetscInt numTotZFaces = numZVertices * numZFaces; in DMPlexCreateCubeMesh_Internal()
1553 const PetscInt numTotXEdges = numXEdges * numYVertices * numZVertices; in DMPlexCreateCubeMesh_Internal()
1554 const PetscInt numTotYEdges = numYEdges * numXVertices * numZVertices; in DMPlexCreateCubeMesh_Internal()
1556 const PetscInt numVertices = numXVertices * numYVertices * numZVertices; in DMPlexCreateCubeMesh_Internal()
1582 PetscInt faceB = firstZFace + (fy * numXEdges + fx) * numZVertices + fz; in DMPlexCreateCubeMesh_Internal()
1583 … PetscInt faceT = firstZFace + (fy * numXEdges + fx) * numZVertices + ((fz + 1) % numZVertices); in DMPlexCreateCubeMesh_Internal()
1615 … PetscInt edgeT = firstYEdge + (((fz + 1) % numZVertices) * numXVertices + fx) * numYEdges + fy; in DMPlexCreateCubeMesh_Internal()
1648 … PetscInt edgeT = firstXEdge + (((fz + 1) % numZVertices) * numYVertices + fy) * numXEdges + fx; in DMPlexCreateCubeMesh_Internal()
1676 for (fz = 0; fz < numZVertices; fz++) { in DMPlexCreateCubeMesh_Internal()
1677 PetscInt face = firstZFace + (fy * numXEdges + fx) * numZVertices + fz; in DMPlexCreateCubeMesh_Internal()
1699 if (fz == numZVertices - 1) { in DMPlexCreateCubeMesh_Internal()
1723 …const PetscInt vertexT = firstVertex + (((ez + 1) % numZVertices) * numYVertices + vy) * numXVerti… in DMPlexCreateCubeMesh_Internal()
1757 for (vz = 0; vz < numZVertices; vz++) { in DMPlexCreateCubeMesh_Internal()
1802 if (vz == numZVertices - 1) { in DMPlexCreateCubeMesh_Internal()
1817 for (vz = 0; vz < numZVertices; vz++) { in DMPlexCreateCubeMesh_Internal()
1862 if (vz == numZVertices - 1) { in DMPlexCreateCubeMesh_Internal()
1895 for (vz = 0; vz < numZVertices; ++vz) { in DMPlexCreateCubeMesh_Internal()