From dade6957c8cd32218e180462814a37a9b8c41839 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Mon, 19 Aug 2019 14:11:31 +0200 Subject: [PATCH] ENH: checkMesh report num global patches and min-max --- .../mesh/manipulation/checkMesh/checkTools.C | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/applications/utilities/mesh/manipulation/checkMesh/checkTools.C b/applications/utilities/mesh/manipulation/checkMesh/checkTools.C index 8aa7783038..5efa4dd833 100644 --- a/applications/utilities/mesh/manipulation/checkMesh/checkTools.C +++ b/applications/utilities/mesh/manipulation/checkMesh/checkTools.C @@ -102,14 +102,27 @@ void Foam::printMeshStats(const polyMesh& mesh, const bool allTopology) label nFaces = returnReduce(mesh.faces().size(), sumOp