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

Function readUpdate

src/finiteVolume/fvMesh/fvBoundaryMesh/fvBoundaryMesh.C:136–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134// * * * * * * * * * * * * Protected Member Functions * * * * * * * * * * * //
135
136void Foam::fvBoundaryMesh::readUpdate(const polyBoundaryMesh& basicBdry)
137{
138 clear();
139 addPatches(basicBdry);
140}
141
142
143// * * * * * * * * * * * * * * Member Operators * * * * * * * * * * * * * * //

Callers 1

fvMesh.CFile · 0.50

Calls 2

addPatchesFunction · 0.70
clearFunction · 0.50

Tested by

no test coverage detected