openfoam/applications/utilities/mesh/manipulation/checkMesh
Mark Olesen 14b2302b38 COMP: remove 'special purpose' minMaxOp (#3326)
- replace with plusOp for reductions. The old use didn't necessarily work
  well with compiler resolution in all cases.
  Simplify to use plusOp (and removed the old version).
  [Does not affect very much code...]

COMP: incorrect include ordering for GeometricFieldFunctions

- header was included after the template code

REGRESSION: combineAllGather mapped to incorrect method (81fa7d08ee)

STYLE: use UPstream::commWarn(...) setter method
2025-02-24 08:57:36 +01:00
..
Make COMP: adjust compilation order with updated interdependencies 2019-04-28 14:44:33 +02:00
checkGeometry.C ENH: use updated HashTable methods 2023-10-11 18:11:37 +00:00
checkGeometry.H ENH: refactor coordSet writers (#2347) 2022-03-10 19:41:22 +01:00
checkMesh.C ENH: checkMesh - added -writeChecks option 2023-12-01 15:04:41 +00:00
checkMeshQuality.C STYLE: check autoPtr as plain bool instead of valid() 2020-07-16 11:39:24 +02:00
checkMeshQuality.H ENH: improved sample surfaces and surface writers (#1206) 2019-02-07 18:11:34 +01:00
checkTools.C COMP: remove 'special purpose' minMaxOp (#3326) 2025-02-24 08:57:36 +01:00
checkTools.H ENH: refactor coordSet writers (#2347) 2022-03-10 19:41:22 +01:00
checkTopology.C ENH: checkMesh: report on processor patch if non-parallel. Fixes #698 2023-06-26 12:14:30 +01:00
checkTopology.H ENH: make checkMesh writing of bad edges optional (#2771) 2023-06-13 20:41:53 +02:00
writeFields.C STYLE: use calculatedType() and zeroGradientType() methods 2023-05-02 13:34:12 +02:00
writeFields.H ENH: checkMesh: write surface fields. Fixes #2023 2021-03-10 18:46:40 +00:00
writeMeshChecks.H ENH: caseInfo - use OF dictionary as default writeFormat 2023-12-19 20:31:08 +00:00