Skip to content
Snippets Groups Projects
Commit c0f69c19 authored by mattijs's avatar mattijs
Browse files

sync blockedFaces

parent f6ec4dee
No related branches found
No related tags found
No related merge requests found
......@@ -1134,6 +1134,18 @@ Foam::autoPtr<Foam::mapDistributePolyMesh> Foam::meshRefinement::balance
}
}
}
// If the faceZones are not synchronised the blockedFace
// might not be synchronised. If you are sure the faceZones
// are synchronised remove below check.
syncTools::syncFaceList
(
mesh_,
blockedFace,
andEqOp<bool>(), // combine operator
false // separation
);
}
reduce(nUnblocked, sumOp<label>());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment