dune-common  2.2.0
Public Types | Static Public Member Functions
Dune::CommPolicy< V >::CopyGatherScatter< T > Struct Template Reference

GatherScatter default implementation that just copies data. More...

#include <dune/common/parallel/communicator.hh>

List of all members.

Public Types

typedef CommPolicy< T >
::IndexedType 
IndexedType

Static Public Member Functions

static const IndexedTypegather (const T &vec, std::size_t i)
static void scatter (T &vec, const IndexedType &v, std::size_t i)

Detailed Description

template<class V>
template<class T>
struct Dune::CommPolicy< V >::CopyGatherScatter< T >

GatherScatter default implementation that just copies data.


Member Typedef Documentation

template<class V>
template<class T >
typedef CommPolicy<T>::IndexedType Dune::CommPolicy< V >::CopyGatherScatter< T >::IndexedType

Member Function Documentation

template<class V>
template<class T >
static const IndexedType& Dune::CommPolicy< V >::CopyGatherScatter< T >::gather ( const T &  vec,
std::size_t  i 
)
static
template<class V>
template<class T >
static void Dune::CommPolicy< V >::CopyGatherScatter< T >::scatter ( T &  vec,
const IndexedType v,
std::size_t  i 
)
static

The documentation for this struct was generated from the following file: