openfoam/applications/utilities/postProcessing
Mark Olesen 89cca8578c ENH: rewrite of foamToVTK to include parallel output (#926)
- Default format is now XML binary (base64) instead of legacy format.
  The old -xml option is redundant and ignored.
  The new -legacy option can be used to force legacy output instead.

- Polyhedral decomposition is now off by default (old -poly is ignored).
  The option -poly-decomp forces decomposition of polyhedrals into
  primitive shapes.

- reduced memory footprint by reading and converting fields
  successively.

- Creation of symlinks to processor files is no longer required or
  desired. The old -noLinks option is ignored.

- Ignore -useTimeName option. Always number according to timeIndex.
2018-10-09 20:00:55 +02:00
..
dataConversion ENH: rewrite of foamToVTK to include parallel output (#926) 2018-10-09 20:00:55 +02:00
graphics ENH: improve consistency in version handling (issue #1010) 2018-11-23 11:08:36 +01:00
lagrangian ENH: add IOobjectList::findObject() method 2018-11-09 21:57:55 +01:00
lumped ENH: add IOobjectList::findObject() method 2018-11-09 21:57:55 +01:00
miscellaneous ENH: add IOobjectList::findObject() method 2018-11-09 21:57:55 +01:00
noise COMP: Allwmake: pass through targetType 2018-08-02 10:18:59 +01:00
postProcess ENH: use dictionary::readEntry for detection of input errors (#762, #1033) 2018-10-05 10:15:13 +02:00