openfoam/applications/utilities
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
..
doc GIT: Header file updates 2019-10-31 14:48:44 +00:00
finiteArea GIT: interfaceTracking: relocate library 2019-12-19 15:32:34 +00:00
mesh STYLE: make polyMesh constructor explicit 2021-05-12 11:24:57 +02:00
miscellaneous STYLE: default construct empty dictionaries 2021-04-26 17:09:38 +02:00
parallelProcessing ENH: return old file handler on change 2021-05-13 11:39:30 +02:00
postProcessing ENH: return old file handler on change 2021-05-13 11:39:30 +02:00
preProcessing STYLE: make polyMesh constructor explicit 2021-05-12 11:24:57 +02:00
surface ENH: support optional fallback content for IOdictionary 2021-04-26 17:09:38 +02:00
thermophysical ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00