#include <dune/pdelab/backend/istl/ovlp_amg_dg_backend.hh>
|
bool | contains (int dim, int codim) const |
| returns true if data for this codim should be communicated More...
|
|
bool | fixedsize (int dim, int codim) const |
| returns true if size per entity of given dim and codim is a constant More...
|
|
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 More...
|
|
template<class MessageBuffer , class EntityType > |
void | scatter (MessageBuffer &buff, const EntityType &e, size_t n) |
|
| MatrixExchangeDataHandle (const GFS &gfs_, M &m_, const LocalToGlobalMap &l2g_, const GlobalToLocalMap &g2l_, M &m2_) |
| constructor More...
|
|
template<class GFS, class M>
◆ DataType
template<class GFS, class M>
export type of data for message buffer
◆ GlobalIdSet
template<class GFS, class M>
◆ GlobalToLocalMap
template<class GFS, class M>
◆ Grid
template<class GFS, class M>
◆ GV
template<class GFS, class M>
◆ IdType
template<class GFS, class M>
◆ IndexSet
template<class GFS, class M>
◆ IndexType
template<class GFS, class M>
◆ LocalToGlobalMap
template<class GFS, class M>
◆ MatrixExchangeDataHandle()
template<class GFS, class M>
◆ contains()
template<class GFS, class M>
returns true if data for this codim should be communicated
◆ fixedsize()
template<class GFS, class M>
returns true if size per entity of given dim and codim is a constant
◆ gather()
template<class GFS, class M>
template<class MessageBuffer , class EntityType >
pack data from user to message buffer
◆ scatter()
template<class GFS, class M>
template<class MessageBuffer , class EntityType >
unpack data from message buffer to user
n is the number of objects sent by the sender
◆ size()
template<class GFS, class M>
template<class EntityType >
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: