|
dune-common
2.6-git
|
Implements an utility class that provides collective communication methods for sequential programs. More...
#include <iostream>#include <complex>#include <algorithm>#include <dune/common/binaryfunctions.hh>#include <dune/common/exceptions.hh>#include <dune/common/unused.hh>Go to the source code of this file.
Classes | |
| struct | Dune::No_Comm |
| class | Dune::CollectiveCommunication< Communicator > |
| Collective communication interface and sequential default implementation. More... | |
Namespaces | |
| Dune | |
| Dune namespace. | |
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.
1.8.13