Class template Dune::GDT::EntityDataCommunicationDescriptor

template<typename E>
class Dune::GDT::EntityDataCommunicationDescriptor<E>

Communication descriptor for sending count items of type E per entity with attached DOFs. used in SharedDOFDataHandle, DisjointPartitioningDataHandle, ghostdata

Constructor Dune::GDT::EntityDataCommunicationDescriptor::EntityDataCommunicationDescriptor<E>

template<>
template<typename E>
explicit Dune::GDT::EntityDataCommunicationDescriptor<E>::EntityDataCommunicationDescriptor<E>(std::size_t count)

remove default value, force handles to use actual space provided values

Field Dune::GDT::EntityDataCommunicationDescriptor::count_

const std::size_t Dune::GDT::EntityDataCommunicationDescriptor::count_

No documentation provided.

Variable Dune::GDT::EntityDataCommunicationDescriptor::wrap_buffer

const bool Dune::GDT::EntityDataCommunicationDescriptor::wrap_buffer

No documentation provided.

Type alias Dune::GDT::EntityDataCommunicationDescriptor::DataType

type Dune::GDT::EntityDataCommunicationDescriptor::DataType

No documentation provided.

Function template Dune::GDT::EntityDataCommunicationDescriptor::contains

template<typename E>
template<class GV, int r, int rD, class R>
bool Dune::GDT::EntityDataCommunicationDescriptor<E>::contains(const SpaceInterface<GV, r, rD, R> &space, int, int codim) const

No documentation provided.

Function template Dune::GDT::EntityDataCommunicationDescriptor::fixedSize

template<typename E>
template<class GV, int r, int rD, class R>
bool Dune::GDT::EntityDataCommunicationDescriptor<E>::fixedSize(const SpaceInterface<GV, r, rD, R>&, int, int) const

No documentation provided.

Function template Dune::GDT::EntityDataCommunicationDescriptor::size

template<typename E>
template<class GV, int r, int rD, class R, typename Entity>
std::size_t Dune::GDT::EntityDataCommunicationDescriptor<E>::size(const SpaceInterface<GV, r, rD, R> &space, const Entity &e) const

No documentation provided.