dune-common  2.4.1-rc2
Classes | Namespaces

A communicator that only needs to know the number of elements per index at the sender side. More...

#include <mpi.h>
#include <vector>
#include <map>
#include <functional>
#include <dune/common/unused.hh>
#include "interface.hh"
#include "mpitraits.hh"

Go to the source code of this file.

Classes

class  Dune::VariableSizeCommunicator< Allocator >
 A buffered communicator where the amount of data sent does not have to be known a priori. More...
 

Namespaces

 Dune
 Dune namespace.
 

Detailed Description

A communicator that only needs to know the number of elements per index at the sender side.

Author
Markus Blatt

Variable Documentation

std::size_t fixedSize

The number of data items per index if it is fixed, 0 otherwise.