Gather/scatter communication that passes a single function from each subdomain to all its neighbors.
More...
|
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 |
|
template<typename MessageBuffer , typename Offsets , typename Entity , typename LocalView > |
bool | scatter (MessageBuffer &buff, const Offsets &remote_offsets, const Offsets &local_offsets, const Entity &e, LocalView &local_view) const |
|
| MultiCommGatherScatter (const GFS &gfs, RankIndex rank, std::vector< std::shared_ptr< V > > target_vectors, std::vector< RankIndex > neighbor_ranks) |
|
template<typename GFS, typename RankIndex, typename V>
class Dune::PDELab::MultiCommGatherScatter< GFS, RankIndex, V >
Gather/scatter communication that passes a single function from each subdomain to all its neighbors.