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

Function forAllIter

src/OpenFOAM/fields/cloud/mapClouds.H:52–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 HashTable<const cloud*> clouds(db.lookupClass<cloud>());
51
52 forAllIter(HashTable<const cloud*>, clouds, iter)
53 {
54 cloud& c = const_cast<cloud&>(*iter());
55
56 if (polyMesh::debug)
57 {
58 Info<< "Mapping cloud " << c.name() << endl;
59 }
60
61 c.autoMap(mapper);
62 }
63}
64
65

Callers 15

probes.CFile · 0.50
markFeatureCellLevelFunction · 0.50
readBoundaryFunction · 0.50
addDefaultsFunction · 0.50
writeFunction · 0.50
readFieldsFunction · 0.50
setSiteSizesAndPositionsFunction · 0.50
buildCellOccupancyFunction · 0.50
calculatePairForceFunction · 0.50

Calls 2

nameMethod · 0.45
autoMapMethod · 0.45

Tested by

no test coverage detected