#include <dune/grid/io/file/dgfparser/gridptr.hh>
|
| DataHandle (GridPtr &gridPtr) |
|
| ~DataHandle () |
|
CommDataHandleIF< DataHandle,
double > & | interface () |
|
bool | contains (int dim, int codim) const |
|
bool | fixedsize (int dim, int codim) const |
|
template<class EntityType > |
size_t | size (const EntityType &e) const |
|
template<class MessageBufferImp , class EntityType > |
void | gather (MessageBufferImp &buff, const EntityType &e) const |
|
template<class MessageBufferImp , class EntityType > |
void | scatter (MessageBufferImp &buff, const EntityType &e, size_t n) |
|
data type of data to communicate
template<class GridType>
bool Dune::GridPtr< GridType >::DataHandle::contains |
( |
int |
dim, |
|
|
int |
codim |
|
) |
| const |
|
inline |
template<class GridType>
bool Dune::GridPtr< GridType >::DataHandle::fixedsize |
( |
int |
dim, |
|
|
int |
codim |
|
) |
| const |
|
inline |
template<class GridType>
template<class MessageBufferImp , class EntityType >
void Dune::GridPtr< GridType >::DataHandle::gather |
( |
MessageBufferImp & |
buff, |
|
|
const EntityType & |
e |
|
) |
| const |
|
inline |
template<class GridType>
template<class MessageBufferImp , class EntityType >
void Dune::GridPtr< GridType >::DataHandle::scatter |
( |
MessageBufferImp & |
buff, |
|
|
const EntityType & |
e, |
|
|
size_t |
n |
|
) |
| |
|
inline |
template<class GridType>
template<class EntityType >
size_t Dune::GridPtr< GridType >::DataHandle::size |
( |
const EntityType & |
e | ) |
const |
|
inline |
The documentation for this struct was generated from the following file: