openfoam/applications/utilities/postProcessing/dataConversion
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
..
foamDataToFluent ENH: use typed lookup versions instead of xyz::typeName literals 2022-05-17 17:35:51 +02:00
foamToEnsight ENH: direct ensight output of float/double 2022-11-15 17:26:09 +01:00
foamToGMV COMP: remove includes of defunct locations (fixes #2143) 2021-06-29 13:43:44 +02:00
foamToTetDualMesh GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
foamToVTK ENH: use returnReduceAnd(), returnReduceOr() functions 2022-11-08 16:48:08 +00:00
smapToFoam ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00