dune-istl 2.10
Loading...
Searching...
No Matches
Dune::OwnerOverlapCopyCommunication< T1, T2 >::CopyGatherScatter< T > Struct Template Reference

gather/scatter callback for communication More...

#include <dune/istl/owneroverlapcopy.hh>

Public Types

typedef CommPolicy< T >::IndexedType V
 

Static Public Member Functions

static V gather (const T &a, std::size_t i)
 
static void scatter (T &a, V v, std::size_t i)
 

Detailed Description

template<class T1, class T2>
template<typename T>
struct Dune::OwnerOverlapCopyCommunication< T1, T2 >::CopyGatherScatter< T >

gather/scatter callback for communication

Member Typedef Documentation

◆ V

template<class T1 , class T2 >
template<typename T >
CommPolicy<T>::IndexedType Dune::OwnerOverlapCopyCommunication< T1, T2 >::CopyGatherScatter< T >::V

Member Function Documentation

◆ gather()

template<class T1 , class T2 >
template<typename T >
static V Dune::OwnerOverlapCopyCommunication< T1, T2 >::CopyGatherScatter< T >::gather ( const T & a,
std::size_t i )
inlinestatic

◆ scatter()

template<class T1 , class T2 >
template<typename T >
static void Dune::OwnerOverlapCopyCommunication< T1, T2 >::CopyGatherScatter< T >::scatter ( T & a,
V v,
std::size_t i )
inlinestatic

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