dune-common 2.9.0
Loading...
Searching...
No Matches
Classes | Namespaces
variablesizecommunicator.hh File Reference

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

#include <algorithm>
#include <cassert>
#include <cstddef>
#include <functional>
#include <map>
#include <memory>
#include <utility>
#include <vector>
#include <mpi.h>
#include <dune/common/concept.hh>
#include <dune/common/parallel/interface.hh>
#include <dune/common/parallel/mpitraits.hh>

Go to the source code of this file.

Classes

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

Namespaces

namespace  Dune
 Dune namespace.
 
namespace  Dune::Concept
 Namespace for concepts.
 

Detailed Description

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

Author
Markus Blatt

Variable Documentation

◆ fixedSize

std::size_t fixedSize

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