dune-common  2.3.1
Classes | Namespaces
parallel/collectivecommunication.hh File Reference

Implements an utility class that provides collective communication methods for sequential programs. More...

Go to the source code of this file.

Classes

struct  Dune::No_Comm
class  Dune::CollectiveCommunication< C >
 Collective communication interface and sequential default implementation. More...

Namespaces

namespace  Dune
 Dune namespace.

Detailed Description

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.