mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
extraneous parallel sync
This commit is contained in:
@ -1280,8 +1280,8 @@ Foam::autoPtr<Foam::fvMesh> Foam::fvMeshDistribute::receiveMesh
|
||||
domainMesh.boundaryMesh()
|
||||
).ptr();
|
||||
}
|
||||
domainMesh.addFvPatches(patches);
|
||||
|
||||
// Add patches; no parallel comms
|
||||
domainMesh.addFvPatches(patches, false);
|
||||
|
||||
// Construct zones
|
||||
List<pointZone*> pZonePtrs(pointZoneNames.size());
|
||||
|
||||
@ -1330,7 +1330,7 @@ void Foam::fvMeshSubset::setLargeCellSubset
|
||||
|
||||
|
||||
// Add the fvPatches
|
||||
fvMeshSubsetPtr_().addFvPatches(newBoundary);
|
||||
fvMeshSubsetPtr_().addFvPatches(newBoundary, syncPar);
|
||||
|
||||
// Subset and add any zones
|
||||
subsetZones();
|
||||
|
||||
Reference in New Issue
Block a user