#include <dune/pdelab/localoperator/darcyccfv.hh>
|
using | DataType = typename V::value_type |
| export type of data for message buffer More...
|
|
|
| VectorExchange (const GV &gv_, V &c_) |
| constructor More...
|
|
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) |
|
◆ DataType
template<class GV, class V>
export type of data for message buffer
◆ VectorExchange()
template<class GV, class V>
◆ contains()
template<class GV, class V>
returns true if data for this codim should be communicated
◆ fixedsize()
template<class GV, class V>
returns true if size per entity of given dim and codim is a constant
◆ gather()
template<class GV, class V>
template<class MessageBuffer , class EntityType >
void VectorExchange< GV, V >::gather |
( |
MessageBuffer & |
buff, |
|
|
const EntityType & |
e |
|
) |
| const |
|
inline |
pack data from user to message buffer
◆ scatter()
template<class GV, class V>
template<class MessageBuffer , class EntityType >
void VectorExchange< GV, V >::scatter |
( |
MessageBuffer & |
buff, |
|
|
const EntityType & |
e, |
|
|
size_t |
n |
|
) |
| |
|
inline |
unpack data from message buffer to user
n is the number of objects sent by the sender
◆ size()
template<class GV, class V>
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: