dune-common  2.7.0
Files | Classes | Typedefs
Parallel Communication

Abstractions for parallel computing. More...

Collaboration diagram for Parallel Communication:

Files

file  communication.hh
 Implements an utility class that provides collective communication methods for sequential programs.
 
file  communication.hh
 Implements an utility class that provides collective communication methods for sequential programs.
 
file  mpicommunication.hh
 Implements an utility class that provides MPI's collective communication methods.
 
file  mpiguard.hh
 Implements a MPIGuard which detects an error on a remote process.
 
file  mpihelper.hh
 Helpers for dealing with MPI.
 
file  mpipack.hh
 See MPI_Pack.
 
file  mpitraits.hh
 Traits classes for mapping types onto MPI_Datatype.
 

Classes

class  Dune::ParallelError
 Default exception if an error in the parallel communication of the program occurred. More...
 
class  Dune::Communication< Communicator >
 Collective communication interface and sequential default implementation. More...
 
class  Dune::MPIGuardError
 This exception is thrown if the MPIGuard detects an error on a remote process. More...
 
class  Dune::MPIGuard
 detects a thrown exception and communicates to all other processes More...
 

Typedefs

typedef FakeMPIHelper Dune::MPIHelper
 If no MPI is available FakeMPIHelper becomes the MPIHelper. More...
 

Detailed Description

Abstractions for parallel computing.

Dune offers an abstraction to the basic methods of parallel communication. It allows one to switch parallel features on and off, without changing the code. This is done using either Communication or MPICommunication.

Typedef Documentation

◆ MPIHelper

If no MPI is available FakeMPIHelper becomes the MPIHelper.