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... | |
Original source file helperFunctionsPar.H
Definition in file helperFunctionsPar.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.