MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / updateMesh

Function updateMesh

src/dynamicMesh/perfectInterface/perfectInterface.C:486–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484
485
486void 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
497void Foam::perfectInterface::write(Ostream& os) const

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected