openfoam/etc
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
..
caseDicts DOC: snappyHexMeshDict: updated comment for blockLevel 2022-10-05 12:15:19 +01:00
codeTemplates COMP: dynamicCode: add missing default constructor 2021-12-13 13:20:04 +00:00
config.csh COMP: remove wmake rules for ARM7 (discontinued) arch 2022-11-15 14:00:18 +01:00
config.sh COMP: remove wmake rules for ARM7 (discontinued) arch 2022-11-15 14:00:18 +01:00
templates RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
thermoData thermophysicalModels: Changed specie thermodynamics from mole to mass basis 2017-02-17 11:22:14 +00:00
bashrc ENH: support libz disabling via WM_COMPILE_CONTROL (as ~libz) 2022-11-15 14:00:18 +01:00
cellModels RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
colourTables RELEASE: Updated headers for v2206 2022-06-24 15:41:02 +01:00
controlDict ENH: direct ensight output of float/double 2022-11-15 17:26:09 +01:00
cshrc ENH: support libz disabling via WM_COMPILE_CONTROL (as ~libz) 2022-11-15 14:00:18 +01:00
openfoam CONFIG: adjust paraview libs, intelmpi handling 2021-12-07 15:22:32 +01:00