mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
- simplify and rationalize some of the broadcast methods for more code reuse. The bottom level UPstream::broadcast is now always to/from "root=0". This was previously passed as a default parameter, but never used anything other than '0' in the code. Fixing it as '0' makes it consistent with the 'top-down' logical for node-based broadcast.