openfoam/applications/utilities
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
..
doc GIT: Header file updates 2019-10-31 14:48:44 +00:00
finiteArea ENH: separate registry and revised file locations for finite-area 2024-04-19 17:20:09 +02:00
mesh STYLE: communication name "buffered" instead of "blocking" 2024-04-29 10:19:40 +02:00
miscellaneous ENH: use tmp field factory methods [12] (#2723) 2024-02-21 14:31:40 +01:00
parallelProcessing STYLE: add push_back() method to dlLibraryTable, cellTable, boundaryRegion 2024-04-22 11:46:24 +02:00
postProcessing ENH: separate registry and revised file locations for finite-area 2024-04-19 17:20:09 +02:00
preProcessing STYLE: communication name "buffered" instead of "blocking" 2024-04-29 10:19:40 +02:00
surface ENH: reduce reliance on stringListOps functions 2024-04-16 10:18:08 +02:00
thermophysical STYLE: use spanstream instead of stringstream in more places 2024-03-07 15:04:54 +01:00