Lines Matching refs:numZEdges

1291 …const PetscInt numZEdges    = rank == 0 ? 4 * edges[0] * edges[1] : 0; /* Z-edges are the 4 intern…  in DMPlexCreateSquareMesh_Simplex_CrissCross()  local
1299 const PetscInt numEdges = numTotXEdges + numTotYEdges + numZEdges; in DMPlexCreateSquareMesh_Simplex_CrissCross()
1541 const PetscInt numZEdges = rank == 0 ? edges[2] : 0; in DMPlexCreateCubeMesh_Internal() local
1545 const PetscInt numCells = numXEdges * numYEdges * numZEdges; in DMPlexCreateCubeMesh_Internal()
1546 const PetscInt numXFaces = numYEdges * numZEdges; in DMPlexCreateCubeMesh_Internal()
1547 const PetscInt numYFaces = numXEdges * numZEdges; in DMPlexCreateCubeMesh_Internal()
1555 const PetscInt numTotZEdges = numZEdges * numXVertices * numYVertices; in DMPlexCreateCubeMesh_Internal()
1578 for (fz = 0; fz < numZEdges; ++fz) { in DMPlexCreateCubeMesh_Internal()
1603 …if (bdZ != DM_BOUNDARY_NONE && fz == numZEdges - 1 && cutLabel) PetscCall(DMLabelSetValue(cutLabel… in DMPlexCreateCubeMesh_Internal()
1608 for (fz = 0; fz < numZEdges; ++fz) { in DMPlexCreateCubeMesh_Internal()
1612 PetscInt edgeL = firstZEdge + (fy * numXVertices + fx) * numZEdges + fz; in DMPlexCreateCubeMesh_Internal()
1613 … PetscInt edgeR = firstZEdge + (((fy + 1) % numYVertices) * numXVertices + fx) * numZEdges + fz; in DMPlexCreateCubeMesh_Internal()
1641 for (fz = 0; fz < numZEdges; ++fz) { in DMPlexCreateCubeMesh_Internal()
1645 PetscInt edgeL = firstZEdge + (fy * numXVertices + fx) * numZEdges + fz; in DMPlexCreateCubeMesh_Internal()
1646 … PetscInt edgeR = firstZEdge + (fy * numXVertices + ((fx + 1) % numXVertices)) * numZEdges + fz; in DMPlexCreateCubeMesh_Internal()
1720 for (ez = 0; ez < numZEdges; ez++) { in DMPlexCreateCubeMesh_Internal()
1721 const PetscInt edge = firstZEdge + (vy * numXVertices + vx) * numZEdges + ez; in DMPlexCreateCubeMesh_Internal()
1734 … if (ez == numZEdges - 1) PetscCall(DMSetLabelValue(dm, "marker", cone[1], markerRight)); in DMPlexCreateCubeMesh_Internal()
1738 … if (ez == numZEdges - 1) PetscCall(DMSetLabelValue(dm, "marker", cone[1], markerLeft)); in DMPlexCreateCubeMesh_Internal()
1745 … if (ez == numZEdges - 1) PetscCall(DMSetLabelValue(dm, "marker", cone[1], markerBack)); in DMPlexCreateCubeMesh_Internal()
1749 … if (ez == numZEdges - 1) PetscCall(DMSetLabelValue(dm, "marker", cone[1], markerFront)); in DMPlexCreateCubeMesh_Internal()
1900 …rtices + vy) * numXVertices + vx) * dim + 2] = lower[2] + ((upper[2] - lower[2]) / numZEdges) * vz; in DMPlexCreateCubeMesh_Internal()