| 228 | |
| 229 | |
| 230 | void Foam::fvMesh::clearOut() |
| 231 | { |
| 232 | clearGeom(); |
| 233 | surfaceInterpolation::clearOut(); |
| 234 | |
| 235 | clearAddressing(); |
| 236 | |
| 237 | // Clear mesh motion flux |
| 238 | deleteDemandDrivenData(phiPtr_); |
| 239 | |
| 240 | polyMesh::clearOut(); |
| 241 | } |
| 242 | |
| 243 | |
| 244 | // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // |
no test coverage detected