dune-grid
2.4.1
|
the corresponding interface class is defined in bsinclude.hh More...
#include <dune/grid/alugrid/3d/datahandle.hh>
Public Member Functions | |
GatherScatterBaseImpl (const GridType &grid, MakeableEntityType &en, RealEntityType &realEntity, DataCollectorType &dc) | |
Constructor. More... | |
bool | contains (int dim, int codim) 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 } |
typedef GridType::template Codim< 0 >::Entity | EntityType |
typedef Dune::MakeableInterfaceObject< typename GridType::template Codim< 0 >::Entity > | MakeableEntityType |
typedef MakeableEntityType::ImplementationType | RealEntityType |
typedef GridType::MPICommunicatorType | Comm |
typedef Dune::ALU3dImplTraits< GridType::elementType, Comm > | ImplTraits |
typedef ImplTraits::template Codim< codim >::ImplementationType | ImplElementType |
typedef ImplTraits::template Codim< codim >::InterfaceType | HElementType |
typedef ImplTraits::template Codim< 1 >::InterfaceType | HFaceType |
typedef ImplTraits::template Codim< codim >::GhostInterfaceType | HGhostType |
typedef ImplTraits::template Codim< 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 bsinclude.hh
|
protected |
|
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
References ALUGridSpace::GatherScatterBaseImpl< GridType, DataCollectorType, codim >::getSize().
|
inline |
read Data of one element from stream
References ALUGridSpace::GatherScatterBaseImpl< GridType, DataCollectorType, codim >::containsItem(), and ALUGridSpace::GatherScatterBaseImpl< GridType, DataCollectorType, codim >::getSize().
|
inline |
write Data of one element to stream
References ALUGridSpace::GatherScatterBaseImpl< GridType, DataCollectorType, codim >::containsItem().
|
inline |
write Data of one ghost element to stream
References ALUGridSpace::GatherScatterBaseImpl< GridType, DataCollectorType, codim >::containsItem().
|
inlineprotected |
References ALUGridSpace::GatherScatterBaseImpl< GridType, DataCollectorType, codim >::containsItem(), Dune::Partitions::ghost, ALUGridSpace::GatherScatterBaseImpl< GridType, DataCollectorType, codim >::realEntity_, and ALUGridSpace::GatherScatterBaseImpl< GridType, DataCollectorType, codim >::setElement().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |