mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Update processorPolyPatch constructor call to match recent changes
This commit is contained in:
@ -620,6 +620,7 @@ Foam::autoPtr<Foam::fvMesh> Foam::conformalVoronoiMesh::createDummyMesh
|
|||||||
0, //patchStarts[p],
|
0, //patchStarts[p],
|
||||||
patchI,
|
patchI,
|
||||||
mesh.boundaryMesh(),
|
mesh.boundaryMesh(),
|
||||||
|
mesh.comm(),
|
||||||
readLabel(patchDicts[patchI].lookup("myProcNo")),
|
readLabel(patchDicts[patchI].lookup("myProcNo")),
|
||||||
readLabel(patchDicts[patchI].lookup("neighbProcNo")),
|
readLabel(patchDicts[patchI].lookup("neighbProcNo")),
|
||||||
coupledPolyPatch::COINCIDENTFULLMATCH
|
coupledPolyPatch::COINCIDENTFULLMATCH
|
||||||
@ -638,6 +639,7 @@ Foam::autoPtr<Foam::fvMesh> Foam::conformalVoronoiMesh::createDummyMesh
|
|||||||
).ptr();
|
).ptr();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
mesh.addFvPatches(patches);
|
mesh.addFvPatches(patches);
|
||||||
|
|
||||||
return meshPtr;
|
return meshPtr;
|
||||||
|
|||||||
Reference in New Issue
Block a user