dune-pdelab
2.4.1
|
Communication descriptor for sending one item of type E per DOF. More...
#include <dune/pdelab/gridfunctionspace/genericdatahandle.hh>
Public Types | |
typedef char | DataType |
typedef std::size_t | size_type |
size type to use if communicating leaf ordering sizes More... | |
typedef E | OriginalDataType |
Public Member Functions | |
template<typename GFS > | |
bool | contains (const GFS &gfs, int dim, int codim) const |
template<typename GFS > | |
bool | fixedSize (const GFS &gfs, int dim, int codim) const |
template<typename GFS , typename Entity > | |
std::size_t | size (const GFS &gfs, const Entity &e) const |
Static Public Attributes | |
static const bool | wrap_buffer = true |
Communication descriptor for sending one item of type E per DOF.
typedef char Dune::PDELab::DOFDataCommunicationDescriptor< E >::DataType |
typedef E Dune::PDELab::DOFDataCommunicationDescriptor< E >::OriginalDataType |
typedef std::size_t Dune::PDELab::DOFDataCommunicationDescriptor< E >::size_type |
size type to use if communicating leaf ordering sizes
|
inline |
|
inline |
|
inline |
|
static |