Skip to content
Snippets Groups Projects
Commit ae719b87 authored by mattijs's avatar mattijs Committed by Andrew Heather
Browse files

ENH: exact: use parallel decomposition method

parent d0f1198b
No related merge requests found
......@@ -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());
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment