()
| 248 | |
| 249 | |
| 250 | void Foam::blockMesh::createPatches() const |
| 251 | { |
| 252 | const polyPatchList& topoPatches = topology().boundaryMesh(); |
| 253 | |
| 254 | if (verboseOutput) |
| 255 | { |
| 256 | Info<< "Creating patches" << endl; |
| 257 | } |
| 258 | |
| 259 | patches_.setSize(topoPatches.size()); |
| 260 |