Class Dune::GDT::GhostGatherScatter¶
-
class Dune::GDT::GhostGatherScatter¶
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.
Function template Dune::GDT::GhostGatherScatter::gather¶
-
template<typename MessageBuffer, typename Entity, typename LocalView>
bool Dune::GDT::GhostGatherScatter::gather(MessageBuffer &buff, const Entity &e, LocalView&) const¶ No documentation provided.
Function template Dune::GDT::GhostGatherScatter::scatter¶
-
template<typename MessageBuffer, typename Entity, typename LocalView>
bool Dune::GDT::GhostGatherScatter::scatter(MessageBuffer &buff, std::size_t, const Entity &e, LocalView &local_view) const¶ No documentation provided.