()
| 29 | // * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * // |
| 30 | |
| 31 | void Foam::blockMesh::createPoints() const |
| 32 | { |
| 33 | const blockList& blocks = *this; |
| 34 | |
| 35 | if (verboseOutput) |
| 36 | { |
| 37 | Info<< "Creating points with scale " << scaleFactor_ << endl; |
| 38 | } |
| 39 | |
| 40 | points_.setSize(nPoints_); |
| 41 |