|
dune-alugrid 2.8.0
|
the corresponding interface class is defined in alu3dinclude.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 |
| virtual bool | containsItem (const HGhostType &ghost) const =0 |
| void | sendData (ObjectStreamType &str, const HElementType &elem) |
| write Data of one element to stream More... | |
| void | sendData (ObjectStreamType &str, const HGhostType &ghost) |
| write Data of one ghost element to stream More... | |
| void | recvData (ObjectStreamType &str, HElementType &elem) |
| read Data of one element from stream More... | |
| void | recvData (ObjectStreamType &str, HGhostType &ghost) |
| read Data of one element from stream More... | |
Protected Types | |
| enum | { codim = 0 } |
| enum | { dimension = GridType::dimension } |
| typedef GridType::template Codim< 0 >::Entity | EntityType |
| typedef GridType::template Codim< 0 >::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 ImplTraits::template Codim< dimension, 1 >::InterfaceType | HFaceType |
| typedef ImplTraits::template Codim< dimension, codim >::GhostInterfaceType | HGhostType |
| typedef ImplTraits::template Codim< dimension, codim >::GhostImplementationType | ImplGhostType |
| typedef ImplTraits::PllElementType | PllElementType |
| typedef GatherScatter::ObjectStreamType | ObjectStreamType |
Protected Member Functions | |
| size_t | getSize (ObjectStreamType &str, EntityType &en) |
| void | writeSize (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 alu3dinclude.hh
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
inline |
Constructor.
|
inline |
|
inlinevirtual |
|
pure virtual |
|
inlineprotected |
|
inline |
read Data of one element from stream
|
inline |
read Data of one element from stream
|
inline |
write Data of one element to stream
|
inline |
write Data of one ghost element to stream
|
inlineprotected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |