Class template Dune::GDT::DataGatherScatter

template<typename GatherScatter>
class Dune::GDT::DataGatherScatter

Gather/scatter adaptor communicating DoF values entrywise, requiring an identical function space structure on sender and receiver side.

template<>
Dune::GDT::DataGatherScatter::DataGatherScatter<GatherScatter>(GatherScatter gather_scatter = GatherScatter())

No documentation provided.

GatherScatter Dune::GDT::DataGatherScatter::_gather_scatter

No documentation provided.

const int Dune::GDT::DataGatherScatter::partitions_

No documentation provided.

type Dune::GDT::DataGatherScatter::size_t

No documentation provided.

template<typename MessageBuffer, typename Entity, typename LocalView>
bool Dune::GDT::DataGatherScatter::gather(MessageBuffer &buff, const Entity&, const LocalView &local_view) const

No documentation provided.

template<typename MessageBuffer, typename Entity, typename LocalView>
bool Dune::GDT::DataGatherScatter::scatter(MessageBuffer &buff, size_t n, const Entity &e, LocalView &local_view) const

No documentation provided.