GatherScatter functor for marking ghost DOFs.
More...
#include <dune/pdelab/gridfunctionspace/genericdatahandle.hh>
|
template<typename MessageBuffer , typename Entity , typename LocalView > |
bool | gather (MessageBuffer &buff, const Entity &e, LocalView &local_view) const |
|
template<typename MessageBuffer , typename Entity , typename LocalView > |
bool | scatter (MessageBuffer &buff, std::size_t n, const Entity &e, LocalView &local_view) const |
|
GatherScatter functor for marking ghost DOFs.
This data handle will mark all ghost DOFs (more precisely, all DOFs associated with entities not part of either the interior or the border partition).
- Note
- In order to work correctly, the data handle must be communicated on the Dune::InteriorBorder_All_Interface.
template<typename MessageBuffer , typename Entity , typename LocalView >
bool Dune::PDELab::GhostGatherScatter::gather |
( |
MessageBuffer & |
buff, |
|
|
const Entity & |
e, |
|
|
LocalView & |
local_view |
|
) |
| const |
|
inline |
template<typename MessageBuffer , typename Entity , typename LocalView >
bool Dune::PDELab::GhostGatherScatter::scatter |
( |
MessageBuffer & |
buff, |
|
|
std::size_t |
n, |
|
|
const Entity & |
e, |
|
|
LocalView & |
local_view |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: