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

Method iterate

src/meshTools/algorithms/MeshWave/MeshWave.H:139–142  ·  view source on GitHub ↗

- Iterate until no changes or maxIter reached. Returns actual number of iterations.

Source from the content-addressed store, hash-verified

137 //- Iterate until no changes or maxIter reached. Returns actual
138 // number of iterations.
139 label iterate(const label maxIter)
140 {
141 return calc_.iterate(maxIter);
142 }
143
144 //- Get number of unvisited cells, i.e. cells that were not (yet)
145 // reached from walking across mesh. This can happen from

Callers 8

updateFunction · 0.80
calculateDisplacementFunction · 0.80
spreadFunction · 0.80
sweepFunction · 0.80
hexRef8.CFile · 0.80
wallLayerCells.CFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected