Namespaces | Functions
helperFunctionsPar.C File Reference
Include dependency graph for helperFunctionsPar.C:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 Foam::help
 Helper functions useful for mesh generation.
 

Functions

template<class sendOp , class combineOp , class T , class ListType >
void combineData (const sendOp &sop, combineOp &cop)
 
template<class T , class ListType , class scatterOp , class gatherOp >
void whisperReduce (const ListType &neis, const scatterOp &sop, gatherOp &gop)
 
template<class T , class ListType >
void exchangeMap (const std::map< label, ListType > &m, LongList< T > &data, const Pstream::commsTypes commsType)
 
template<class T , class ListType >
void exchangeMap (const std::map< label, ListType > &m, std::map< label, List< T > > &mOut)
 
template<class RowType , template< class ListTypeArg > class GraphType>
void reverseAddressingSMP (const GraphType< RowType > &, GraphType< RowType > &)
 calculates the reverse addressing of the graph by transposing the graph More...
 

Detailed Description

Original source file helperFunctionsPar.C

Definition in file helperFunctionsPar.C.