dune-grid-glue  2.3.0
Static Public Member Functions | List of all members
Dune::GridGlue::CommunicationOperator< dir > Class Template Reference

forward gather scatter to user defined CommInfo class More...

#include <dune/grid-glue/adapter/gridgluecommunicate.hh>

Static Public Member Functions

template<class CommInfo >
static const CommInfo::DataTypegather (const CommInfo &commInfo, size_t i, size_t j=0)
 
template<class CommInfo >
static void scatter (CommInfo &commInfo, const typename CommInfo::DataType &v, std::size_t i, std::size_t j=0)
 

Detailed Description

template<int dir>
class Dune::GridGlue::CommunicationOperator< dir >

forward gather scatter to user defined CommInfo class

Member Function Documentation

template<int dir>
template<class CommInfo >
static const CommInfo::DataType& Dune::GridGlue::CommunicationOperator< dir >::gather ( const CommInfo commInfo,
size_t  i,
size_t  j = 0 
)
inlinestatic
template<int dir>
template<class CommInfo >
static void Dune::GridGlue::CommunicationOperator< dir >::scatter ( CommInfo commInfo,
const typename CommInfo::DataType v,
std::size_t  i,
std::size_t  j = 0 
)
inlinestatic

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