FreeFOAM The Cross-Platform CFD Toolkit
PstreamCombineReduceOps.H File Reference

Combination-Reduction operation for a parallel run. The information from all nodes is collected on the master node, combined using the given combination function and the result is broadcast to all nodes. More...


Detailed Description

Combination-Reduction operation for a parallel run. The information from all nodes is collected on the master node, combined using the given combination function and the result is broadcast to all nodes.

InClass Foam::Pstream

Definition in file PstreamCombineReduceOps.H.

+ Include dependency graph for PstreamCombineReduceOps.H:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Functions

template<class T , class CombineOp >
void combineReduce (const List< Pstream::commsStruct > &comms, T &Value, const CombineOp &cop)
template<class T , class CombineOp >
void combineReduce (T &Value, const CombineOp &cop)