#include "localindex.hh"
#include "mpitraits.hh"
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | Dune |
Classes | |
class | Dune::ParallelLocalIndex< T > |
An index present on the local process with an additional attribute flag. More... | |
class | Dune::MPITraits< ParallelLocalIndex< T > > |
Functions | |
template<class T> | |
std::ostream & | Dune::operator<< (std::ostream &os, const ParallelLocalIndex< T > &index) |
Print the local index to a stream. |