diff --git a/applications/utilities/mesh/manipulation/checkMesh/checkTopology.C b/applications/utilities/mesh/manipulation/checkMesh/checkTopology.C index f0aa4a0aaa..9e96eec03f 100644 --- a/applications/utilities/mesh/manipulation/checkMesh/checkTopology.C +++ b/applications/utilities/mesh/manipulation/checkMesh/checkTopology.C @@ -12,6 +12,7 @@ bool Foam::checkSync(const wordList& names) List allNames(Pstream::nProcs()); allNames[Pstream::myProcNo()] = names; Pstream::gatherList(allNames); + Pstream::scatterList(allNames); bool hasError = false; @@ -72,8 +73,8 @@ Foam::label Foam::checkTopology Info<< " ***FaceZone " << mesh.faceZones()[zoneI].name() << " is not correctly synchronised" << " across coupled boundaries." - << " (coupled faces both" - << " present in set but with opposite flipmap)" << endl; + << " (coupled faces are either not both " + << " present in set or have same flipmap)" << endl; noFailedChecks++; } } diff --git a/etc/apps/paraview3/cshrc b/etc/apps/paraview3/cshrc index e8b85603ff..ddb4502c27 100644 --- a/etc/apps/paraview3/cshrc +++ b/etc/apps/paraview3/cshrc @@ -49,7 +49,7 @@ foreach cmake ( cmake-2.8.1 cmake-2.8.0 cmake-2.6.4 ) end # set VERSION and MAJOR (version) variables if not already set -if ( ! $?ParaView_VERSION || "x$ParaView_VERSION" == "x" ) setenv ParaView_VERSION 3.6.1 +if ( ! $?ParaView_VERSION ) setenv ParaView_VERSION 3.6.1 if ( ! $?ParaView_MAJOR ) setenv ParaView_MAJOR unknown # if needed, set MAJOR version to correspond to VERSION diff --git a/etc/controlDict b/etc/controlDict index ea497f7f07..9f628abd8e 100644 --- a/etc/controlDict +++ b/etc/controlDict @@ -726,6 +726,7 @@ DebugSwitches shapeList 0; shapeToCell 0; simple 0; + sixDoFRigidBodyMotionConstraint 0; skewCorrected 0; skewCorrectionVectors 0; sliced 0; diff --git a/src/OpenFOAM/meshes/polyMesh/polyMesh.C b/src/OpenFOAM/meshes/polyMesh/polyMesh.C index d0b3a7fa66..0ed5f56200 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyMesh.C +++ b/src/OpenFOAM/meshes/polyMesh/polyMesh.C @@ -85,6 +85,9 @@ void Foam::polyMesh::calcDirections() const } } + reduce(nEmptyPatches, maxOp