Searched refs:numZVertices (Results 1 – 1 of 1) sorted by relevance
1294 const PetscInt numZVertices = rank == 0 ? edges[0] * edges[1] : 0; in DMPlexCreateSquareMesh_Simplex_CrissCross() local1298 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() local1551 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()[all …]