#include <dune/pdelab/backend/istl/blockmatrixdiagonal.hh>
|
| | AddMatrixElementVectorDataHandle (const GFS &gfs, MatrixElementVector &v) |
| |
| 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<typename Entity > |
| size_type | size (Entity &e) const |
| | how many objects of type DataType have to be sent for a given entity More...
|
| |
| template<typename MessageBuffer , typename Entity > |
| void | gather (MessageBuffer &buff, const Entity &e) const |
| | pack data from user to message buffer More...
|
| |
| template<typename MessageBuffer , typename Entity > |
| void | scatter (MessageBuffer &buff, const Entity &e, size_type n) |
| | unpack data from message buffer to user More...
|
| |
◆ DataType
template<typename M >
template<typename GFS >
◆ size_type
template<typename M >
template<typename GFS >
◆ AddMatrixElementVectorDataHandle()
template<typename M >
template<typename GFS >
◆ contains()
template<typename M >
template<typename GFS >
returns true if data for this codim should be communicated
◆ fixedsize()
template<typename M >
template<typename GFS >
returns true if size per entity of given dim and codim is a constant
◆ gather()
template<typename M >
template<typename GFS >
template<typename MessageBuffer , typename Entity >
pack data from user to message buffer
◆ scatter()
template<typename M >
template<typename GFS >
template<typename MessageBuffer , typename Entity >
unpack data from message buffer to user
n is the number of objects sent by the sender
◆ size()
template<typename M >
template<typename GFS >
template<typename Entity >
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: