Class template Dune::GDT::DataEntityGatherScatter

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

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

Constructor Dune::GDT::DataEntityGatherScatter::DataEntityGatherScatter<GatherScatter>

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

No documentation provided.

Field Dune::GDT::DataEntityGatherScatter::gather_scatter_

GatherScatter Dune::GDT::DataEntityGatherScatter::gather_scatter_

No documentation provided.

Type alias Dune::GDT::DataEntityGatherScatter::size_t

type Dune::GDT::DataEntityGatherScatter::size_t

No documentation provided.

Function template Dune::GDT::DataEntityGatherScatter::gather

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

No documentation provided.

Function template Dune::GDT::DataEntityGatherScatter::scatter

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

No documentation provided.