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

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

Inheritance diagram for Dune::Fem::GeoDataHandle< GridFamily, WrappedHandle >:
Inheritance graph

Public Types

typedef Traits::CoordFunctionType CoordFunctionType
 

Public Member Functions

 GeoDataHandle (const CoordFunctionType &coordFunction, WrappedHandle &handle)
 
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)
 

Member Typedef Documentation

template<class GridFamily, class WrappedHandle>
typedef Traits::CoordFunctionType Dune::Fem::GeoDataHandle< GridFamily, WrappedHandle >::CoordFunctionType

Constructor & Destructor Documentation

template<class GridFamily, class WrappedHandle>
Dune::Fem::GeoDataHandle< GridFamily, WrappedHandle >::GeoDataHandle ( const CoordFunctionType coordFunction,
WrappedHandle &  handle 
)
inline

Member Function Documentation

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

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