Skip to content
Snippets Groups Projects
  1. Nov 30, 2017
  2. Nov 28, 2017
  3. Nov 27, 2017
  4. Nov 26, 2017
    • Mark OLESEN's avatar
    • Mark OLESEN's avatar
      STYLE: relegate special purpose readList<T> function to points of use · e77edcf9
      Mark OLESEN authored
      - the readList<T>(Istream&) function was introduced to handle command
        -options with either a single or a list value, but was also used for
        the #remove dictionary directive. However, the parsing was fragile
        if the list did not start with a '('.
        Now handle command-line arg/option list directly (via ITstream)
        and #remove with special-purpose reading of a string or word list.
      
        This removes ambiguity and reduces potential future problems.
      
      STYLE: use ITstream instead of IStringStream for command-line lookups
      
      - parses directly to a tokenList without a string copy.
      e77edcf9
  5. Nov 24, 2017
  6. Nov 23, 2017
  7. Nov 22, 2017
  8. Nov 20, 2017
  9. Nov 18, 2017
  10. Nov 17, 2017
    • Mark OLESEN's avatar
      ENH: add -case option for foamLog · 53fab9bd
      Mark OLESEN authored
      53fab9bd
    • Mark OLESEN's avatar
      ENH: improve robustness of MPI start/stop · 459b5e52
      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.
      459b5e52
    • Mark OLESEN's avatar
      ENH: add UPtrList swap() method · 8c47f0da
      Mark OLESEN authored
      8c47f0da