dune-pdelab 2.7-git
|
A DataHandle class to exchange matrix entries. More...
#include <dune/pdelab/gridoperator/common/borderdofexchanger.hh>
Public Types | |
typedef ValueMPIData | DataType |
Export type of data for message buffer. | |
Public Member Functions | |
bool | contains (int dim, int codim) const |
bool | fixedSize (int dim, int codim) const |
template<typename Entity > | |
size_type | size (Entity &e) const |
template<typename MessageBuffer , typename Entity > | |
void | gather (MessageBuffer &buff, const Entity &e) const |
template<typename MessageBuffer , typename Entity > | |
void | scatter (MessageBuffer &buff, const Entity &e, size_type n) |
Unpack data from message buffer to user. | |
EntryAccumulator (const NonOverlappingBorderDOFExchanger &dof_exchanger, const GFSU &gfsu, const GFSV &gfsv, Matrix &matrix) | |
A DataHandle class to exchange matrix entries.