dune-common
2.3.0
|
Classes describing a distributed indexset. More...
Go to the source code of this file.
Classes | |
class | Dune::MPITraits< IndexPair< TG, ParallelLocalIndex< TA > > > |
class | Dune::RemoteIndex< T1, T2 > |
Information about an index residing on another processor. More... | |
class | Dune::RemoteIndices< T, A > |
The indices present on remote processes. More... | |
class | Dune::RemoteIndexListModifier< T, A, mode > |
Modifier for adding and/or deleting remote indices from the remote index list. More... | |
class | Dune::RemoteIndexListModifier< T, A, mode >::InvalidPosition |
class | Dune::CollectiveIterator< T, A > |
A collective iterator for moving over the remote indices for all processes collectively. More... | |
class | Dune::CollectiveIterator< T, A >::iterator |
Iterator over the valid underlying iterators. More... |
Namespaces | |
namespace | Dune |
Dune namespace. |
Functions | |
template<typename T1 , typename T2 > | |
std::ostream & | Dune::operator<< (std::ostream &os, const RemoteIndex< T1, T2 > &index) |
template<class T , class A > | |
std::ostream & | Dune::operator<< (std::ostream &os, const RemoteIndices< T, A > &indices) |
template<typename TG , typename TA > | |
std::ostream & | Dune::operator<< (std::ostream &os, const RemoteIndex< TG, TA > &index) |
Classes describing a distributed indexset.