| 53 | |
| 54 | |
| 55 | void Foam::polyMeshFilter::copySets |
| 56 | ( |
| 57 | const polyMesh& oldMesh, |
| 58 | const polyMesh& newMesh |
| 59 | ) |
| 60 | { |
| 61 | copySets<pointSet>(oldMesh, newMesh); |
| 62 | copySets<faceSet>(oldMesh, newMesh); |
| 63 | copySets<cellSet>(oldMesh, newMesh); |
| 64 | } |
| 65 | |
| 66 | |
| 67 | Foam::autoPtr<Foam::fvMesh> Foam::polyMeshFilter::copyMesh(const fvMesh& mesh) |
no outgoing calls
no test coverage detected