openfoam/applications
Mark Olesen 0867816490 ENH: additional protection against zero-sized graph offset lists
- for metis-like graphs there is no guarantee that a zero-sized graph
  has an offsets list with size 1 or size 0, so always use

     numCells = max(0, xadj.size()-1)

  this was already done in most places, but missed in the
  decomposeGeneral method

STYLE: use sumOp<label>() instead of plusOp<label>()
2022-03-04 17:49:23 +00:00
..
solvers ENH: use mpi gather for list values in a few places 2022-03-04 17:49:23 +00:00
test ENH: direct support for broadcast of bitSet 2022-03-04 17:49:23 +00:00
tools ENH: support field width for #eval expressions 2021-03-29 16:00:11 +02:00
utilities ENH: additional protection against zero-sized graph offset lists 2022-03-04 17:49:23 +00:00
Allwmake BUG: foamPackRelease detects wrong build information 2021-11-04 19:56:01 +01:00