- Iterate until no changes or maxIter reached. Returns actual number of iterations.
| 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 |
no outgoing calls
no test coverage detected