dune-pdelab  2.5-dev
Public Types | Public Member Functions | Static Public Attributes | List of all members
Dune::PDELab::DOFDataCommunicationDescriptor< E > Struct Template Reference

Communication descriptor for sending one item of type E per DOF. More...

#include <dune/pdelab/gridfunctionspace/genericdatahandle.hh>

Inheritance diagram for Dune::PDELab::DOFDataCommunicationDescriptor< E >:
Inheritance graph

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
 

Detailed Description

template<typename E>
struct Dune::PDELab::DOFDataCommunicationDescriptor< E >

Communication descriptor for sending one item of type E per DOF.

Member Typedef Documentation

◆ DataType

template<typename E>
typedef char Dune::PDELab::DOFDataCommunicationDescriptor< E >::DataType

◆ OriginalDataType

template<typename E>
typedef E Dune::PDELab::DOFDataCommunicationDescriptor< E >::OriginalDataType

◆ size_type

template<typename E>
typedef std::size_t Dune::PDELab::DOFDataCommunicationDescriptor< E >::size_type

size type to use if communicating leaf ordering sizes

Member Function Documentation

◆ contains()

template<typename E>
template<typename GFS >
bool Dune::PDELab::DOFDataCommunicationDescriptor< E >::contains ( const GFS &  gfs,
int  dim,
int  codim 
) const
inline

◆ fixedSize()

template<typename E>
template<typename GFS >
bool Dune::PDELab::DOFDataCommunicationDescriptor< E >::fixedSize ( const GFS &  gfs,
int  dim,
int  codim 
) const
inline

◆ size()

template<typename E>
template<typename GFS , typename Entity >
std::size_t Dune::PDELab::DOFDataCommunicationDescriptor< E >::size ( const GFS &  gfs,
const Entity &  e 
) const
inline

Member Data Documentation

◆ wrap_buffer

template<typename E>
const bool Dune::PDELab::DOFDataCommunicationDescriptor< E >::wrap_buffer = true
static

The documentation for this struct was generated from the following file: