From f0dfd66dd6e3a38e8ff041cb1439bbf52551cd06 Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Thu, 11 Nov 2010 17:40:25 +0000 Subject: [PATCH] Clean-up of post-processing with topo changes --- .../manipulation/checkMesh/printMeshStats.C | 14 ++++---- .../vtkPV3Foam/vtkPV3FoamFields.C | 6 +++- src/OpenFOAM/meshes/polyMesh/polyMeshClear.C | 5 ++- src/OpenFOAM/meshes/polyMesh/polyMeshIO.C | 1 - .../meshes/polyMesh/polyMeshInitMesh.C | 33 +++++++++++++++++-- .../meshes/primitiveMesh/primitiveMeshCells.C | 2 +- .../volPointInterpolation.H | 7 ++-- 7 files changed, 52 insertions(+), 16 deletions(-) diff --git a/applications/utilities/mesh/manipulation/checkMesh/printMeshStats.C b/applications/utilities/mesh/manipulation/checkMesh/printMeshStats.C index cb2fdf3a8..0e7487fd9 100644 --- a/applications/utilities/mesh/manipulation/checkMesh/printMeshStats.C +++ b/applications/utilities/mesh/manipulation/checkMesh/printMeshStats.C @@ -82,13 +82,13 @@ void Foam::printMeshStats(const polyMesh& mesh, const bool allTopology) } } - reduce(nHex,sumOp