| 67 | // * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * // |
| 68 | |
| 69 | void Foam::meshReader::addCellZones(polyMesh& mesh) const |
| 70 | { |
| 71 | cellTable_.addCellZones(mesh, cellTableId_); |
| 72 | warnDuplicates("cellZones", mesh.cellZones().names()); |
| 73 | } |
| 74 | |
| 75 | |
| 76 | void Foam::meshReader::addFaceZones(polyMesh& mesh) const |
no test coverage detected