#include "indexset.hh"
#include "istlexception.hh"
#include "plocalindex.hh"
#include <dune/common/poolallocator.hh>
#include <dune/common/sllist.hh>
#include <dune/common/static_assert.hh>
#include <map>
#include <utility>
#include <iostream>
#include "mpitraits.hh"
#include "mpi.h"
Go to the source code of this file.
Namespaces | |
namespace | Dune |
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 > |
The indices present on remote processes. More... | |
class | Dune::RemoteIndexListModifier< T, mode > |
Modifier for adding and/or deleting remote indices from the remote index list. More... | |
class | Dune::CollectiveIterator< T > |
A collective iterator for moving over the remote indices for all processes collectively. More... | |
class | Dune::CollectiveIterator< T >::iterator |
Iterator over the valid underlying iterators. More... |