Class template Dune::GDT::DataEntityGatherScatter

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

Gather/scatter adaptor communicating DoF values entrywise while also passing the grid entity to the underlying gather/scatter functor.

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

No documentation provided.

GatherScatter Dune::GDT::DataEntityGatherScatter::gather_scatter_

No documentation provided.

type Dune::GDT::DataEntityGatherScatter::size_t

No documentation provided.

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

No documentation provided.

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

No documentation provided.