openfoam/applications/utilities/mesh/generation
Mark Olesen 09a6e94073 BUG: incorrect HashTable / HashSet instances
- Eg instead of using labelHashSet, used HashSet<label> which uses
  the string::hash for hashing. Other places inadvertently using the
  string::hash instead of Hash<label> for hashing.

STYLE: use Map<..> instead of HashTable<.., label, Hash<label>>

- reduces clutter
2018-02-09 09:30:02 +01:00
..
blockMesh ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
extrude ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
extrude2DMesh ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
foamyMesh BUG: incorrect HashTable / HashSet instances 2018-02-09 09:30:02 +01:00
snappyHexMesh ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
Allwmake CONFIG: remove foundation use of FOAMY_HEX_MESH control. 2016-09-29 12:36:27 +02:00