extraneous parallel sync

This commit is contained in:
mattijs
2008-10-16 12:30:58 +01:00
parent 42fbaffabf
commit bbe1952b08
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1330,7 +1330,7 @@ void Foam::fvMeshSubset::setLargeCellSubset
// Add the fvPatches
fvMeshSubsetPtr_().addFvPatches(newBoundary);
fvMeshSubsetPtr_().addFvPatches(newBoundary, syncPar);
// Subset and add any zones
subsetZones();