openfoam/applications/utilities/postProcessing
Mark Olesen 5022591c36 ENH: return old file handler on change
- intended for the following type of use:

      auto oldHandler = fileHandler(fileOperation::NewUncollated());

      ... do something that only works with uncollated

      // Restore previous (if any)
      if (oldHandler)
      {
          fileHandler(std::move(oldHandler));
      }

ENH: make fileOperation distributed(bool) mutable

- use is "static-like" and akin to Pstream::parRun(bool),
  thus allow toggling of the switch without a const_cast
2021-05-13 11:39:30 +02:00
..
dataConversion ENH: introduce intermediate vtk::polyWriter class 2021-05-10 14:34:44 +02:00
lagrangian RELEASE: Updated version to v2012 2020-12-23 10:01:39 +01:00
lumped ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00: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: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00