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

Function updateMesh

src/dynamicMesh/attachDetach/attachDetach.C:440–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438
439
440void 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
453void Foam::attachDetach::write(Ostream& os) const

Callers 1

Calls 2

clearAddressingFunction · 0.70
updateMethod · 0.45

Tested by

no test coverage detected