Skip to content
Snippets Groups Projects
Commit 766383bb authored by Henry's avatar Henry
Browse files

MRFZone: Synchronize the faceType across processor patches

Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1685
parent d36657a9
Branches
Tags
No related merge requests found
......@@ -30,6 +30,7 @@ License
#include "fvMatrices.H"
#include "faceSet.H"
#include "geometricOneField.H"
#include "syncTools.H"
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment