Skip to content

Commit

Permalink
MRFZone: Synchronize the faceType across processor patches
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry authored and Henry committed May 25, 2015
1 parent bac60c4 commit 086e8d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/finiteVolume/cfdTools/general/MRF/MRFZone.C
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ License
#include "fvMatrices.H"
#include "faceSet.H"
#include "geometricOneField.H"
#include "syncTools.H"

// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //

Expand Down Expand Up @@ -117,6 +118,9 @@ void Foam::MRFZone::setMRFFaces()
}
}

// Synchronize the faceType across processor patches
syncTools::syncFaceList(mesh_, faceType, maxEqOp<label>());

// Now we have for faceType:
// 0 : face not in cellZone
// 1 : internal face or normal patch face
Expand Down

0 comments on commit 086e8d3

Please sign in to comment.