dune-common
2.7.1
|
Implements an utility class that provides collective communication methods for sequential programs. More...
#include <iostream>
#include <complex>
#include <algorithm>
#include <vector>
#include <dune/common/binaryfunctions.hh>
#include <dune/common/exceptions.hh>
#include <dune/common/unused.hh>
#include <dune/common/parallel/future.hh>
Go to the source code of this file.
Classes | |
struct | Dune::No_Comm |
class | Dune::Communication< Communicator > |
Collective communication interface and sequential default implementation. More... | |
Namespaces | |
Dune | |
Dune namespace. | |
Typedefs | |
template<class T > | |
using | Dune::CollectiveCommunication = Communication< T > |
Implements an utility class that provides collective communication methods for sequential programs.
An abstraction to the basic methods of parallel communication, following the message-passing paradigm.