From ae719b87b525556e9e57bbdfc98c08ae9d2271a1 Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 20 Mar 2019 15:29:47 +0000 Subject: [PATCH] ENH: exact: use parallel decomposition method --- .../patchDistMethods/exact/exactPatchDistMethod.C | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/parallel/distributed/patchDistMethods/exact/exactPatchDistMethod.C b/src/parallel/distributed/patchDistMethods/exact/exactPatchDistMethod.C index 6901f0fdbf..be57dc7c96 100644 --- a/src/parallel/distributed/patchDistMethods/exact/exactPatchDistMethod.C +++ b/src/parallel/distributed/patchDistMethods/exact/exactPatchDistMethod.C @@ -67,8 +67,9 @@ Foam::patchDistMethods::exact::patchSurface() const "distributionType", distributedTriSurfaceMesh::distributionTypeNames_ [ - //distributedTriSurfaceMesh::FOLLOW - distributedTriSurfaceMesh::INDEPENDENT + //distributedTriSurfaceMesh::FOLLOW // use mesh bb + //distributedTriSurfaceMesh::INDEPENDENT // master-only + distributedTriSurfaceMesh::DISTRIBUTED // parallel decomp ] ); dict.add("mergeDistance", 1e-6*localBb.mag());