#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>
template<class GFS, class M>
export type of data for message buffer
template<class GFS, class M>
template<class GFS, class M>
template<class GFS, class M>
template<class GFS, class M>
template<class GFS, class M>
template<class GFS, class M>
template<class GFS, class M>
template<class GFS, class M>
template<class GFS, class M>
template<class GFS, class M>
returns true if data for this codim should be communicated
template<class GFS, class M>
returns true if size per entity of given dim and codim is a constant
template<class GFS, class M>
template<class MessageBuffer , class EntityType >
pack data from user to message buffer
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
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: