| 438 | |
| 439 | |
| 440 | void Foam::attachDetach::updateMesh(const mapPolyMesh&) |
| 441 | { |
| 442 | // Mesh has changed topologically. Update local topological data |
| 443 | const polyMesh& mesh = topoChanger().mesh(); |
| 444 | |
| 445 | faceZoneID_.update(mesh.faceZones()); |
| 446 | masterPatchID_.update(mesh.boundaryMesh()); |
| 447 | slavePatchID_.update(mesh.boundaryMesh()); |
| 448 | |
| 449 | clearAddressing(); |
| 450 | } |
| 451 | |
| 452 | |
| 453 | void Foam::attachDetach::write(Ostream& os) const |
no test coverage detected