openfoam/applications/utilities/mesh/generation
Mark Olesen e18ff114a6 ENH: add UPstream::allProcs() method
- returns a range of `int` values that can be iterated across.
  For example,

      for (const int proci : Pstream::allProcs()) { ... }

  instead of

      for (label proci = 0; proci < Pstream::nProcs(); ++proci) { ... }
2020-09-28 14:25:59 +02:00
..
blockMesh COMP: fix some linkage issues for mingw 2020-06-16 23:56:41 +02:00
extrude STYLE: check autoPtr as plain bool instead of valid() 2020-07-16 11:39:24 +02:00
extrude2DMesh STYLE: remove dead code, refactor constructors in extrudePatchMesh 2020-02-21 11:13:22 +01:00
foamyMesh ENH: add UPstream::allProcs() method 2020-09-28 14:25:59 +02:00
PDRblockMesh ENH: report dictionary name actually used (for -dict option) 2020-06-02 14:29:36 +02:00
snappyHexMesh ENH: unify use of dictionary method names 2020-06-02 17:26:03 +02:00
Allwmake STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00