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

Function sync

src/meshTools/sets/topoSets/cellZoneSet.C:231–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

updateSetFunction · 0.70

Tested by

no test coverage detected