openfoam/applications/utilities/mesh/generation/foamyMesh
Mark Olesen 4fe8ed8245 STYLE: use direct iteration for HashSet
- The iterator for a HashSet dereferences directly to its key.

- Eg,

      for (const label patchi : patchSet)
      {
          ...
      }
  vs.
      forAllConstIter(labelHashSet, patchSet, iter)
      {
          const label patchi = iter.key();
          ...
      }
2018-03-06 00:29:03 +01:00
..
cellSizeAndAlignmentGrid ENH: make format of ExecutionTime = ... output configurable (issue #788) 2018-04-27 15:00:34 +02:00
conformalVoronoi2DMesh STYLE: Correcting typos 2018-03-28 17:14:16 +01:00
conformalVoronoiMesh STYLE: use direct iteration for HashSet 2018-03-06 00:29:03 +01:00
foamyHexMesh ENH: make format of ExecutionTime = ... output configurable (issue #788) 2018-04-27 15:00:34 +02:00
foamyHexMeshBackgroundMesh STYLE: more consistent use of dimensioned Zero 2018-03-16 10:24:03 +01:00
foamyHexMeshSurfaceSimplify ENH: improve handling of ThirdParty packages 2018-04-24 14:51:19 +02:00
foamyQuadMesh STYLE: Correcting typos 2018-03-28 17:14:16 +01:00
Allwclean Allwmake: Remove 'set -x' which generates a lot of noise 2016-11-13 18:08:22 +00:00
Allwmake ENH: improve handling of ThirdParty packages 2018-04-24 14:51:19 +02:00