openfoam/applications
Mark Olesen 42fe95a6a9 ENH: minor de-clutter of List, DynamicList, DynamicField (#2385)
- do not need contruct or move assign from SortableList.
  Rarely (never) used and can simply treat like a normal list
  by applying shrink beforehand.

- make append() methods return void instead of returning self, which
  makes it easier to derive from. Having them return self was a bit of
  an original design mistake.
  Chaining appends do not actually occur anywhere. Even if they were
  to be used, would not want to rely on them (fear of slicing on any
  derived classes).

BUG: IndirectList iterator comparison loses constness
2022-03-12 21:16:29 +01:00
..
solvers ENH: use mpi gather for list values in a few places 2022-03-04 17:49:23 +00:00
test ENH: minor de-clutter of List, DynamicList, DynamicField (#2385) 2022-03-12 21:16:29 +01:00
tools ENH: support field width for #eval expressions 2021-03-29 16:00:11 +02:00
utilities ENH: eliminate code duplication in Circulator/ConstCirculator 2022-03-12 21:16:29 +01:00
Allwmake BUG: foamPackRelease detects wrong build information 2021-11-04 19:56:01 +01:00