mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: triSurfaceMesh: operate non-parallel so not do a reduction of points
Also redistributePar: - recognise going from undecomposed to many - read on master only
This commit is contained in:
@ -2376,10 +2376,8 @@ void Foam::distributedTriSurfaceMesh::distribute
|
||||
clearOut();
|
||||
|
||||
// Set the bounds() value to the boundBox of the undecomposed surface
|
||||
triSurfaceMesh::bounds() = boundBox(points());
|
||||
bounds() = boundBox(points(), true);
|
||||
|
||||
reduce(bounds().min(), minOp<point>());
|
||||
reduce(bounds().max(), maxOp<point>());
|
||||
|
||||
// Regions stays same
|
||||
// Volume type stays same.
|
||||
|
||||
Reference in New Issue
Block a user