dune-fem  2.4.1-rc
Classes | Public Types | Public Member Functions | Protected Types | Protected Attributes | List of all members
Dune::IdDataHandle< WrappedHandle, GridFamily > Class Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/gridpart/idgridpart/datahandle.hh>

Inheritance diagram for Dune::IdDataHandle< WrappedHandle, GridFamily >:
Inheritance graph

Classes

struct  Codim
 

Public Types

typedef WrappedHandle::DataType DataType
 
typedef CommDataHandleIF< ThisType, DataTypeDataHandleIFType
 

Public Member Functions

 IdDataHandle (const ThisType &)=delete
 
 IdDataHandle (ExtraData data, WrappedHandle &wrappedHandle)
 
bool contains (int dim, int codim) const
 
bool fixedsize (int dim, int codim) const
 
template<class HostEntity >
size_t size (const HostEntity &hostEntity) const
 
template<class MessageBuffer , class HostEntity >
void gather (MessageBuffer &buffer, const HostEntity &hostEntity) const
 
template<class MessageBuffer , class HostEntity >
void scatter (MessageBuffer &buffer, const HostEntity &hostEntity, size_t size)
 
ExtraData data () const
 

Protected Types

typedef IdDataHandle< WrappedHandle, GridFamily > ThisType
 
typedef std::remove_const< GridFamily >::type::Traits Traits
 
typedef Traits::ExtraData ExtraData
 

Protected Attributes

WrappedHandle & wrappedHandle_
 
ExtraData data_
 

Member Typedef Documentation

template<class WrappedHandle, class GridFamily>
typedef CommDataHandleIF< ThisType, DataType > Dune::IdDataHandle< WrappedHandle, GridFamily >::DataHandleIFType
template<class WrappedHandle, class GridFamily>
typedef WrappedHandle::DataType Dune::IdDataHandle< WrappedHandle, GridFamily >::DataType
template<class WrappedHandle, class GridFamily>
typedef Traits :: ExtraData Dune::IdDataHandle< WrappedHandle, GridFamily >::ExtraData
protected
template<class WrappedHandle, class GridFamily>
typedef IdDataHandle< WrappedHandle, GridFamily > Dune::IdDataHandle< WrappedHandle, GridFamily >::ThisType
protected
template<class WrappedHandle, class GridFamily>
typedef std::remove_const< GridFamily >::type::Traits Dune::IdDataHandle< WrappedHandle, GridFamily >::Traits
protected

Constructor & Destructor Documentation

template<class WrappedHandle, class GridFamily>
Dune::IdDataHandle< WrappedHandle, GridFamily >::IdDataHandle ( const ThisType )
delete
template<class WrappedHandle, class GridFamily>
Dune::IdDataHandle< WrappedHandle, GridFamily >::IdDataHandle ( ExtraData  data,
WrappedHandle &  wrappedHandle 
)
inline

Member Function Documentation

template<class WrappedHandle, class GridFamily>
bool Dune::IdDataHandle< WrappedHandle, GridFamily >::contains ( int  dim,
int  codim 
) const
inline
template<class WrappedHandle, class GridFamily>
ExtraData Dune::IdDataHandle< WrappedHandle, GridFamily >::data ( ) const
inline
template<class WrappedHandle, class GridFamily>
bool Dune::IdDataHandle< WrappedHandle, GridFamily >::fixedsize ( int  dim,
int  codim 
) const
inline
template<class WrappedHandle, class GridFamily>
template<class MessageBuffer , class HostEntity >
void Dune::IdDataHandle< WrappedHandle, GridFamily >::gather ( MessageBuffer &  buffer,
const HostEntity &  hostEntity 
) const
inline
template<class WrappedHandle, class GridFamily>
template<class MessageBuffer , class HostEntity >
void Dune::IdDataHandle< WrappedHandle, GridFamily >::scatter ( MessageBuffer &  buffer,
const HostEntity &  hostEntity,
size_t  size 
)
inline
template<class WrappedHandle, class GridFamily>
template<class HostEntity >
size_t Dune::IdDataHandle< WrappedHandle, GridFamily >::size ( const HostEntity &  hostEntity) const
inline

Member Data Documentation

template<class WrappedHandle, class GridFamily>
ExtraData Dune::IdDataHandle< WrappedHandle, GridFamily >::data_
protected
template<class WrappedHandle, class GridFamily>
WrappedHandle& Dune::IdDataHandle< WrappedHandle, GridFamily >::wrappedHandle_
protected

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