DUNE PDELab (git)
Dune::PDELab::NonOverlappingBorderDOFExchanger< GridOperator >::EntryAccumulator Class Reference
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 | |
template<typename MessageBuffer , typename Entity > | |
void | scatter (MessageBuffer &buff, const Entity &e, size_type n) |
Unpack data from message buffer to user. | |
size_t | size (const EntityType &e) const |
how many objects of type DataType have to be sent for a given entity More... | |
void | gather (MessageBufferImp &buff, const EntityType &e) const |
pack data from user to message buffer More... | |
void | scatter (MessageBufferImp &buff, const EntityType &e, size_t n) |
unpack data from message buffer to user. More... | |
Detailed Description
template<typename GridOperator>
class Dune::PDELab::NonOverlappingBorderDOFExchanger< GridOperator >::EntryAccumulator
class Dune::PDELab::NonOverlappingBorderDOFExchanger< GridOperator >::EntryAccumulator
A DataHandle class to exchange matrix entries.
Member Function Documentation
◆ gather()
|
inlineinherited |
pack data from user to message buffer
- Parameters
-
buff message buffer provided by the grid e entity for which date should be packed to buffer
◆ scatter()
|
inlineinherited |
unpack data from message buffer to user.
- Parameters
-
buff message buffer provided by the grid. This is not const, because the buffer has an internal iterator that gets advanced when reading from the buffer. e entity for which date should be unpacked from buffer n number of data written to buffer for this entity before
◆ size()
|
inlineinherited |
how many objects of type DataType have to be sent for a given entity
- Note
- Only the sender side needs to know this size.
- Parameters
-
e entity for which the size should be determined
The documentation for this class was generated from the following file:
- dune/pdelab/gridoperator/common/borderdofexchanger.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)