openfoam/src/OpenFOAM/fields
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
..
cloud Code adjustments to avoid gcc-13 warnings about dangling references 2024-01-11 10:08:45 +00:00
DimensionedFields STYLE: noexcept for nullObject functions 2024-01-25 16:03:09 +01:00
FieldFields ENH: Tensor/SymmTensor: add devSymm and devTwoSymm funcs to avoid intermediates 2023-05-15 17:05:10 +01:00
Fields ENH: refine renumberMesh and renumberMethod (addenda to !669) 2024-03-10 17:45:44 +01:00
GeometricFields STYLE: communication name "buffered" instead of "blocking" 2024-04-29 10:19:40 +02:00
pointPatchFields STYLE: communication name "buffered" instead of "blocking" 2024-04-29 10:19:40 +02:00
ReadFields ENH: use objectRegistry/IOobjectList sorted instead of lookupClass 2023-07-31 20:11:32 +02:00
UniformDimensionedFields ENH: improve consistency in handling of global IOobjects (#3045) 2023-12-07 17:42:25 +01:00