dune-common
2.4
|
Classes describing a distributed indexset. More...
#include "indexset.hh"
#include "plocalindex.hh"
#include <dune/common/exceptions.hh>
#include <dune/common/poolallocator.hh>
#include <dune/common/sllist.hh>
#include <dune/common/stdstreams.hh>
#include <map>
#include <set>
#include <utility>
#include <iostream>
#include <algorithm>
#include <iterator>
#include "mpitraits.hh"
#include <mpi.h>
Go to the source code of this file.
Classes | |
class | Dune::MPITraits< IndexPair< TG, ParallelLocalIndex< TA > > > |
class | Dune::RemoteIndices< T, A > |
The indices present on remote processes. More... | |
class | Dune::RemoteIndex< T1, T2 > |
Information about an index residing on another processor. More... | |
class | Dune::IndicesSyncer< T > |
Class for recomputing missing indices of a distributed index set. More... | |
class | Dune::RemoteIndexListModifier< T, A, mode > |
Modifier for adding and/or deleting remote indices from the remote index list. More... | |
class | Dune::RemoteIndex< T1, T2 > |
Information about an index residing on another processor. More... | |
class | Dune::CollectiveIterator< T, A > |
A collective iterator for moving over the remote indices for all processes collectively. More... | |
class | Dune::IndicesSyncer< T > |
Class for recomputing missing indices of a distributed index set. More... | |
class | Dune::OwnerOverlapCopyCommunication< T1, T2 > |
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 | |
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.