|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
Classes | |
| class | Communicator |
| An abstract class for communication between processes in parallel computation. More... | |
| class | MPICommunicator |
| A class uses MPI library to communication. More... | |
| class | NullCommunicator |
| A class implements Communicator for shared memory. More... | |
Functions | |
| template<typename T > | |
| MPI_Datatype | getDataType () |
| template<> | |
| MPI_Datatype | getDataType< double > () |
| template<> | |
| MPI_Datatype | getDataType< float > () |
| template<> | |
| MPI_Datatype | getDataType< int > () |
| template<> | |
| MPI_Datatype | getDataType< unsigned long long > () |
| template<> | |
| MPI_Datatype | getDataType< char > () |
| template<> | |
| MPI_Datatype | getDataType< unsigned int > () |
|
inline |
|
inline |
Definition at line 160 of file MPICommunicator.h.
|
inline |
Definition at line 156 of file MPICommunicator.h.
|
inline |
Definition at line 157 of file MPICommunicator.h.
|
inline |
Definition at line 158 of file MPICommunicator.h.
|
inline |
Definition at line 161 of file MPICommunicator.h.
|
inline |
Definition at line 159 of file MPICommunicator.h.