|
dune-common
2.2.0
|
GatherScatter default implementation that just copies data. More...
#include <dune/common/parallel/communicator.hh>
Public Types | |
| typedef CommPolicy< T > ::IndexedType | IndexedType |
Static Public Member Functions | |
| static const IndexedType & | gather (const T &vec, std::size_t i) |
| static void | scatter (T &vec, const IndexedType &v, std::size_t i) |
GatherScatter default implementation that just copies data.
| typedef CommPolicy<T>::IndexedType Dune::CommPolicy< V >::CopyGatherScatter< T >::IndexedType |
| static const IndexedType& Dune::CommPolicy< V >::CopyGatherScatter< T >::gather | ( | const T & | vec, |
| std::size_t | i | ||
| ) | [static] |
| static void Dune::CommPolicy< V >::CopyGatherScatter< T >::scatter | ( | T & | vec, |
| const IndexedType & | v, | ||
| std::size_t | i | ||
| ) | [static] |
1.7.6.1