Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
e9d5f929
Commit
e9d5f929
authored
Dec 11, 2008
by
mattijs
Browse files
synchronisation of zones
parent
987b894e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/autoMesh/autoHexMesh/meshRefinement/meshRefinementBaffles.C
View file @
e9d5f929
...
...
@@ -205,7 +205,7 @@ Foam::label Foam::meshRefinement::getBafflePatch
WarningIn
(
"meshRefinement::getBafflePatch(const labelList& const label)"
"meshRefinement::getBafflePatch(const labelList&
,
const label)"
)
<<
"Could not find boundary face neighbouring internal face "
<<
faceI
<<
" with face centre "
<<
mesh_
.
faceCentres
()[
faceI
]
<<
nl
...
...
@@ -1854,16 +1854,15 @@ void Foam::meshRefinement::findCellZoneTopo
{
break
;
}
}
// Synchronise regionToCellZone.
// Note:
// - region numbers are identical on all processors
// - keepRegion is identical ,,
// - cellZones are identical ,,
Pstream
::
listCombineGather
(
regionToCellZone
,
maxEqOp
<
label
>
());
Pstream
::
listCombineScatter
(
regionToCellZone
);
// Synchronise regionToCellZone.
// Note:
// - region numbers are identical on all processors
// - keepRegion is identical ,,
// - cellZones are identical ,,
Pstream
::
listCombineGather
(
regionToCellZone
,
maxEqOp
<
label
>
());
Pstream
::
listCombineScatter
(
regionToCellZone
);
}
forAll
(
regionToCellZone
,
regionI
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment