openfoam/applications/utilities/preProcessing/setExprFields
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
..
Make ENH: setExprFields and setExprBoundaryFields 2019-12-10 13:09:22 +01:00
readFields.H ENH: support preloading fields for setExpr* utilities (#2014) 2021-03-17 21:42:37 +01:00
setExprFields.C ENH: additional protection against zero-sized graph offset lists 2022-03-04 17:49:23 +00:00
setExprFieldsDict ENH: code reduction, improvements for expressions 2021-12-10 14:46:21 +00:00