37 PtrList<cellShape>
cells(nCells_);
39 blockMesh& blocks = *
this;
49 forAll(blockCells, blockCellLabel)
53 forAll(cellPoints, cellPointLabel)
55 cellPoints[cellPointLabel] =
58 blockCells[blockCellLabel][cellPointLabel]
59 + blockOffsets_[blockLabel]
64 cells.set(cellLabel,
new cellShape(hex, cellPoints,
true));