|
dune-alugrid
2.8-git
|
the corresponding interface class is defined in bsinclude.hh More...
#include <dune/alugrid/3d/datahandle.hh>

Public Member Functions | |
| GatherScatterBaseImpl (const GridType &grid, EntityType &en, RealEntityType &realEntity, DataCollectorType &dc) | |
| Constructor. More... | |
| bool | contains (int dim, int cd) const |
| virtual bool | containsItem (const HElementType &elem) const =0 |
| virtual void | setElement (const HElementType &elem)=0 |
| void | setData (ObjectStreamType &str, HElementType &elem) |
| void | sendData (ObjectStreamType &str, HElementType &elem) |
| write Data of one element to stream More... | |
| void | recvData (ObjectStreamType &str, HElementType &elem) |
| read Data of one element from stream More... | |
Protected Types | |
| enum | { dimension = GridType::dimension } |
| typedef GridType::template Codim< codim >::Entity | EntityType |
| typedef GridType::template Codim< codim >::EntityImp | RealEntityType |
| typedef GridType::MPICommunicatorType | Comm |
| typedef Dune::ALU3dImplTraits< GridType::elementType, Comm > | ImplTraits |
| typedef ImplTraits::template Codim< dimension, codim >::ImplementationType | ImplElementType |
| typedef ImplTraits::template Codim< dimension, codim >::InterfaceType | HElementType |
| typedef GatherScatter ::ObjectStreamType | ObjectStreamType |
| typedef DataCollectorType::DataType | DataType |
Protected Member Functions | |
| size_t | getSize (ObjectStreamType &str, EntityType &en) |
Protected Attributes | |
| const GridType & | grid_ |
| EntityType & | entity_ |
| RealEntityType & | realEntity_ |
| DataCollectorType & | dc_ |
| const bool | variableSize_ |
the corresponding interface class is defined in bsinclude.hh
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
inline |
Constructor.
|
inline |
|
pure virtual |
|
inlineprotected |
|
inline |
read Data of one element from stream
|
inline |
write Data of one element to stream
|
inline |
|
pure virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |