mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
cyclics handling
This commit is contained in:
@ -369,7 +369,7 @@ void Foam::isoSurface::generateTriPoints
|
|||||||
{
|
{
|
||||||
const polyPatch& pp = patches[patchI];
|
const polyPatch& pp = patches[patchI];
|
||||||
|
|
||||||
if (pp.coupled())
|
if (isA<processorPolyPatch>(pp))
|
||||||
{
|
{
|
||||||
if (refCast<const processorPolyPatch>(pp).owner())
|
if (refCast<const processorPolyPatch>(pp).owner())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user