openfoam/applications/test/surface-sampling
Mark Olesen 7f355ba343 STYLE: communication name "buffered" instead of "blocking"
- "buffered" corresponds to MPI_Bsend (buffered send),
  whereas the old name "blocking" is misleading since the
  regular MPI_Send also blocks until completion
  (ie, buffer can be reused).

ENH: IPstream::read() returns std::streamsize instead of label (#3152)

- previously returned a 'label' but std::streamsize is consistent with
  the input parameter and will help with later adjustments.

- use <label> instead of <int> for internal accounting of the message
  size, for consistency with the underyling List<char> buffers used.

- improve handling for corner case of IPstream receive with
  non-blocking, although this combination is not used anywhere
2024-04-29 10:19:40 +02:00
..
Make TEST: add standalone test application: Test-surface-sampling 2023-10-24 10:57:22 +02:00
mydebugSurfaceWriter.C ENH: provide Time::NewGlobalTime factory methods (#3007) 2023-11-07 10:33:47 +01:00
mydebugSurfaceWriter.H STYLE: communication name "buffered" instead of "blocking" 2024-04-29 10:19:40 +02:00
Test-surface-sampling.C ENH: expose fieldNames() selection for sampledSets/sampledSurfaces 2023-10-26 09:19:18 +02:00