openfoam/applications/utilities/postProcessing
Mark Olesen 0fabbcb404 ENH: direct ensight output of float/double
- since ensight format is always float and also always written
  component-wise, perform the double -> float narrowing when
  extracting the components.  This reduces the amount of data
  transferred between processors.

ENH: avoid vtk/ensight parallel communication of empty messages

- since ensight writes by element type (eg, tet, hex, polyhedral) the
  individual written field sections will tend to be relatively sparse.
  Skip zero-size messages, which should help reduce some of the
  synchronization bottlenecks.

ENH: use 'data chunking' when writing ensight files in parallel

- since ensight fields are written on a per-element basis, the
  corresponding segment can become rather sparsely distributed. With
  'data chunking', we attempt to get as many send/recv messages in
  before flushing the buffer for writing. This should make the
  sequential send/recv less affected by the IO time.

ENH: allow use of an external buffer when writing ensight components

STYLE: remove last vestiges of autoPtr<ensightFile> for output routines
2022-11-15 17:26:09 +01:00
..
dataConversion ENH: direct ensight output of float/double 2022-11-15 17:26:09 +01:00
lagrangian ENH: provide MPI native minOp, maxOp reduce multiple values 2022-11-15 14:00:18 +01:00
lumped ENH: add -verbose support into argList 2021-11-09 15:44:54 +01:00
miscellaneous ENH: use returnReduceAnd(), returnReduceOr() functions 2022-11-08 16:48:08 +00:00
noise ENH: noiseModels - replaced graph usage by writeFile 2022-10-04 13:10:39 +00:00
optimisation STYLE: use Time::printExecutionTime() method 2020-08-07 09:24:56 +02:00
postProcess ENH: thermoTools: new library for thermophysics tools 2022-06-21 09:29:13 +01:00