dune-pdelab  2.5-dev
Public Types | Public Member Functions | List of all members
Dune::PDELab::DataContainerIndexGatherScatter< GatherScatter > Class Template Reference

#include <dune/pdelab/gridfunctionspace/genericdatahandle.hh>

Public Types

typedef std::size_t size_type
 

Public Member Functions

template<typename MessageBuffer , typename Entity , typename LocalView >
bool gather (MessageBuffer &buff, const Entity &e, const LocalView &local_view) const
 
template<typename MessageBuffer , typename Entity , typename LocalView >
bool scatter (MessageBuffer &buff, size_type n, const Entity &e, LocalView &local_view) const
 
template<typename MessageBuffer , typename Offsets , typename Entity , typename LocalView >
bool scatter (MessageBuffer &buff, const Offsets &remote_offsets, const Offsets &local_offsets, const Entity &e, LocalView &local_view) const
 
 DataContainerIndexGatherScatter (GatherScatter gather_scatter=GatherScatter())
 

Member Typedef Documentation

§ size_type

template<typename GatherScatter >
typedef std::size_t Dune::PDELab::DataContainerIndexGatherScatter< GatherScatter >::size_type

Constructor & Destructor Documentation

§ DataContainerIndexGatherScatter()

template<typename GatherScatter >
Dune::PDELab::DataContainerIndexGatherScatter< GatherScatter >::DataContainerIndexGatherScatter ( GatherScatter  gather_scatter = GatherScatter())
inline

Member Function Documentation

§ gather()

template<typename GatherScatter >
template<typename MessageBuffer , typename Entity , typename LocalView >
bool Dune::PDELab::DataContainerIndexGatherScatter< GatherScatter >::gather ( MessageBuffer &  buff,
const Entity &  e,
const LocalView &  local_view 
) const
inline

§ scatter() [1/2]

template<typename GatherScatter >
template<typename MessageBuffer , typename Entity , typename LocalView >
bool Dune::PDELab::DataContainerIndexGatherScatter< GatherScatter >::scatter ( MessageBuffer &  buff,
size_type  n,
const Entity &  e,
LocalView &  local_view 
) const
inline

§ scatter() [2/2]

template<typename GatherScatter >
template<typename MessageBuffer , typename Offsets , typename Entity , typename LocalView >
bool Dune::PDELab::DataContainerIndexGatherScatter< GatherScatter >::scatter ( MessageBuffer &  buff,
const Offsets &  remote_offsets,
const Offsets &  local_offsets,
const Entity &  e,
LocalView &  local_view 
) const
inline

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