sync blockedFaces
This commit is contained in:
parent
f6ec4dee46
commit
c0f69c19f7
@ -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>());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user