DUNE PDELab (git)
Dune::PDELab::LocalGlobalMapDataHandle< GFS > Class Template Reference
#include <dune/pdelab/backend/istl/ovlp_amg_dg_backend.hh>
Public Types | |
typedef int | DataType |
export type of data for message buffer | |
Public Member Functions | |
bool | contains (int dim, int codim) const |
returns true if data for this codim should be communicated | |
bool | fixedSize (int dim, int codim) const |
returns true if size per entity of given dim and codim is a constant | |
template<class EntityType > | |
size_t | size (EntityType &e) const |
template<class MessageBuffer , class EntityType > | |
void | gather (MessageBuffer &buff, const EntityType &e) const |
pack data from user to message buffer | |
template<class MessageBuffer , class EntityType > | |
void | scatter (MessageBuffer &buff, const EntityType &e, size_t n) |
LocalGlobalMapDataHandle (const GFS &gfs_, LocalToGlobalMap &l2g_, GlobalToLocalMap &g2l_) | |
constructor | |
size_t | size (const EntityType &e) const |
how many objects of type DataType have to be sent for a given entity More... | |
void | gather (MessageBufferImp &buff, const EntityType &e) const |
pack data from user to message buffer More... | |
void | scatter (MessageBufferImp &buff, const EntityType &e, size_t n) |
unpack data from message buffer to user. More... | |
Detailed Description
template<class GFS>
class Dune::PDELab::LocalGlobalMapDataHandle< GFS >
class Dune::PDELab::LocalGlobalMapDataHandle< GFS >
Data handle to build up local index to global id and global id to local index map for codim 0 in overlap
Member Function Documentation
◆ gather()
|
inlineinherited |
pack data from user to message buffer
- Parameters
-
buff message buffer provided by the grid e entity for which date should be packed to buffer
◆ scatter() [1/2]
template<class GFS >
template<class MessageBuffer , class EntityType >
|
inline |
unpack data from message buffer to user
n is the number of objects sent by the sender
◆ scatter() [2/2]
|
inlineinherited |
unpack data from message buffer to user.
- Parameters
-
buff message buffer provided by the grid. This is not const, because the buffer has an internal iterator that gets advanced when reading from the buffer. e entity for which date should be unpacked from buffer n number of data written to buffer for this entity before
◆ size() [1/2]
|
inlineinherited |
how many objects of type DataType have to be sent for a given entity
- Note
- Only the sender side needs to know this size.
- Parameters
-
e entity for which the size should be determined
◆ size() [2/2]
template<class GFS >
template<class EntityType >
|
inline |
how many objects of type DataType have to be sent for a given entity
Note: Only the sender side needs to know this size.
The documentation for this class was generated from the following file:
- dune/pdelab/backend/istl/ovlp_amg_dg_backend.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)