mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: comunicators: have solver with user-defined communicator
(originating from polyMesh::comm() and processorPolyPatch::comm())
This commit is contained in:
@ -184,6 +184,11 @@ public:
|
||||
const dictionary&
|
||||
);
|
||||
|
||||
//- Convert to OSstream
|
||||
// Use Info for default communicator, use Pout
|
||||
// on master for non-default one.
|
||||
OSstream& operator()(const label communicator);
|
||||
|
||||
//- Convert to OSstream for << operations
|
||||
operator OSstream&();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user