mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
more space
This commit is contained in:
@ -143,7 +143,7 @@ void Foam::processorPolyPatch::initGeometry()
|
|||||||
(
|
(
|
||||||
Pstream::blocking,
|
Pstream::blocking,
|
||||||
neighbProcNo(),
|
neighbProcNo(),
|
||||||
3*(sizeof(label) + size()*sizeof(vector) + sizeof(float))
|
3*(sizeof(label) + size()*sizeof(vector) + sizeof(scalar))
|
||||||
);
|
);
|
||||||
|
|
||||||
toNeighbProc
|
toNeighbProc
|
||||||
@ -163,7 +163,7 @@ void Foam::processorPolyPatch::calcGeometry()
|
|||||||
(
|
(
|
||||||
Pstream::blocking,
|
Pstream::blocking,
|
||||||
neighbProcNo(),
|
neighbProcNo(),
|
||||||
3*(sizeof(label) + size()*sizeof(vector) + sizeof(float))
|
3*(sizeof(label) + size()*sizeof(vector) + sizeof(scalar))
|
||||||
);
|
);
|
||||||
fromNeighbProc
|
fromNeighbProc
|
||||||
>> neighbFaceCentres_
|
>> neighbFaceCentres_
|
||||||
|
|||||||
Reference in New Issue
Block a user