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

Function sync

src/meshTools/sets/topoSets/pointZoneSet.C:232–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230
231
232void pointZoneSet::sync(const polyMesh& mesh)
233{
234 pointSet::sync(mesh);
235
236 // Take over contents of pointSet into addressing.
237 addressing_ = sortedToc();
238 updateSet();
239}
240
241
242label pointZoneSet::maxSize(const polyMesh& mesh) const

Callers

nothing calls this directly

Calls 1

updateSetFunction · 0.70

Tested by

no test coverage detected