ENH: exact: use parallel decomposition method

This commit is contained in:
mattijs 2019-03-20 15:29:47 +00:00 committed by Andrew Heather
parent d0f1198b73
commit ae719b87b5

View File

@ -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());