| 484 | |
| 485 | |
| 486 | void Foam::perfectInterface::updateMesh(const mapPolyMesh& morphMap) |
| 487 | { |
| 488 | // Mesh has changed topologically. Update local topological data |
| 489 | const polyMesh& mesh = topoChanger().mesh(); |
| 490 | |
| 491 | faceZoneID_.update(mesh.faceZones()); |
| 492 | masterPatchID_.update(mesh.boundaryMesh()); |
| 493 | slavePatchID_.update(mesh.boundaryMesh()); |
| 494 | } |
| 495 | |
| 496 | |
| 497 | void Foam::perfectInterface::write(Ostream& os) const |