openfoam/applications/utilities/postProcessing
Mark Olesen 5a121119e6 ENH: add -verbose support into argList
- similar to -dry-run handling, can be interrogated from argList,
  which makes it simpler to add into utilities.

- support multiple uses of -dry-run and -verbose to increase the
  level. For example, could have

    someApplication -verbose -verbose

 and inside of the application:

    if (args.verbose() > 2) ...

BUG: error with empty distributed roots specification (fixes #2196)

- previously used the size of distributed roots to transmit if the
  case was running in distributed mode, but this behaves rather poorly
  with bad input. Specifically, the following questionable setup:

      distributed true;
      roots ( /*none*/ );

  Now transmit the ParRunControl distributed() value instead,
  and also emit a gentle warning for the user:

      WARNING: running distributed but did not specify roots!
2021-11-09 15:44:54 +01:00
..
dataConversion ENH: use consistent naming when toggling exception throwing on/off 2021-11-02 21:14:41 +01:00
lagrangian STYLE: remove/replace unneeded SortableList 2021-07-15 16:47:27 +02:00
lumped ENH: add -verbose support into argList 2021-11-09 15:44:54 +01:00
miscellaneous ENH: robuster fileOperations splitProcessorPath 2020-12-08 11:58:28 +01:00
noise ENH: return old file handler on change 2021-05-13 11:39:30 +02:00
optimisation STYLE: use Time::printExecutionTime() method 2020-08-07 09:24:56 +02:00
postProcess ENH: use consistent naming when toggling exception throwing on/off 2021-11-02 21:14:41 +01:00