Combination-Reduction operation for a parallel run. More...
Go to the source code of this file.
Namespaces | |
Foam | |
Namespace for OpenFOAM. | |
Macros | |
#define | EqOp(opName, op) |
#define | WARNRETURN |
#define | Op(opName, op) |
#define | weightedOp(opName, op) |
Combination-Reduction operation for a parallel run.
Original source file ops.H
InClass Foam::Pstream
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
Definition in file ops.H.
#define EqOp | ( | opName, | |
op | |||
) |
#define Op | ( | opName, | |
op | |||
) |
Definition at line 101 of file ops.H.
Referenced by fieldsExpression::calcGeoFieldOp(), fieldsExpression::fold(), fieldsExpression::foldA(), fieldsExpression::foldAB(), fieldsExpression::opAndStore(), Foam::prismOp(), Foam::quadOp(), Foam::tetCutTet(), and Foam::triCutTri().
#define weightedOp | ( | opName, | |
op | |||
) |