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

Function correct

src/sampling/sampledSet/sampledSets/sampledSets.C:334–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332
333
334void Foam::sampledSets::correct()
335{
336 bool setsFound = dict_.found("sets");
337 if (setsFound)
338 {
339 searchEngine_.correct();
340
341 PtrList<sampledSet> newList
342 (
343 dict_.lookup("sets"),
344 sampledSet::iNew(mesh_, searchEngine_)
345 );
346 transfer(newList);
347 combineSampledSets(masterSampledSets_, indexSets_);
348 }
349}
350
351
352void Foam::sampledSets::updateMesh(const mapPolyMesh& mpm)

Callers 3

updateMeshFunction · 0.70
movePointsFunction · 0.70
readUpdateFunction · 0.70

Calls 6

combineSampledSetsFunction · 0.85
lookupMethod · 0.80
iNewClass · 0.50
transferFunction · 0.50
foundMethod · 0.45
correctMethod · 0.45

Tested by

no test coverage detected