Parallel Communication
[Common]
Detailed Description
Dune offers an abstraction to the basic methods of parallel communication. It allows to switch parallel features on and of, without changing the code.
Files | |
file | mpihelper.hh |
This file contains helpers for dealing with MPI. | |
Classes | |
class | Dune::CollectiveCommunication< C > |
Collective communication interface and sequential default implementation. More... | |
class | Dune::CollectiveCommunication< MPI_Comm > |
Specialization of CollectiveCommunication for MPI. More... | |
class | Dune::MPIHelper |
A real mpi helper. More... |