Skip to content
Snippets Groups Projects
  1. Nov 20, 2017
  2. Nov 19, 2017
  3. Nov 10, 2017
  4. Nov 18, 2017
    • Mark OLESEN's avatar
      ENH: add argList support for non-mandatory arguments · 834d46c6
      Mark OLESEN authored
      - in rare cases we may wish to have command-line arguments that are
        non-mandatory. This can now be reflected in the usage output, provided
        that the argList::nonMandatoryArgs() has been used.
      
      - added setRootCaseNonMandatoryArgs.H that applies the
        argList::nonMandatoryArgs() settings and otherwise performs largely
        as per setRootCase.H, except that the check for mandatory arguments
        is deferred to later user code.
      834d46c6
  5. Nov 10, 2017
    • Mark OLESEN's avatar
      ENH: improved zone constructors · a59c87d5
      Mark OLESEN authored
      - constructor for empty cell/face/point Zones, with contents to be
        transferred in later.
      
      - ZoneMesh::operator(const word&) to return existing zone or a new empty one.
      a59c87d5
  6. Nov 18, 2017
  7. Nov 17, 2017
    • Mark OLESEN's avatar
      ENH: add -case option for foamLog · 810d090e
      Mark OLESEN authored
      810d090e
    • Mark OLESEN's avatar
      ENH: improve robustness of MPI start/stop · 9c3bef5a
      Mark OLESEN authored
      - warn or fatal if Pstream::init or Pstream::exit are called multiple
        times.
      
      - additional Pstream::initNull method as failsafe to initialize MPI
        when the underlying OpenFOAM process is not running in parallel but
        the application still needs MPI.
      
      - Pstream::exit() can now also be called without having used MPI::init(),
        which means it can be used to cleanup serial process or for
        applications that used the special purpose Pstream::initNull()
        mechanism.
      9c3bef5a
  8. Nov 13, 2017
  9. Nov 17, 2017
  10. Nov 16, 2017
  11. Nov 15, 2017
  12. Nov 14, 2017
  13. Nov 13, 2017
  14. Nov 10, 2017
    • Mark OLESEN's avatar
      ENH: add dictionary-driven multi-pass stitchMesh facility · 3cafdccb
      Mark OLESEN authored
      - the dictionary-driven variant of stitchMesh allows sequential
        application of 'stitch' operation with requiring intermediate
        writing to disk.
      
      - Without arguments:
        * stitchMesh uses a system/stitchMeshDict or -dict dict
      
      - With arguments:
        * master/slave patches specified on the command-line as in previous
          versions.
      3cafdccb
  15. Nov 08, 2017
  16. Nov 13, 2017
  17. Nov 12, 2017
  18. Nov 09, 2017
  19. Nov 08, 2017