| 134 | // * * * * * * * * * * * * Protected Member Functions * * * * * * * * * * * // |
| 135 | |
| 136 | void Foam::fvBoundaryMesh::readUpdate(const polyBoundaryMesh& basicBdry) |
| 137 | { |
| 138 | clear(); |
| 139 | addPatches(basicBdry); |
| 140 | } |
| 141 | |
| 142 | |
| 143 | // * * * * * * * * * * * * * * Member Operators * * * * * * * * * * * * * * // |
no test coverage detected