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.

template<typename MessageBuffer, typename Entity, typename LocalView>
bool Dune::GDT::GhostGatherScatter::gather(MessageBuffer &buff, const Entity &e, LocalView&) const

No documentation provided.

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.