indicessyncer.hh File Reference
Detailed Description
Class for adding missing indices of a distributed index set in a local communication.
#include "indexset.hh"
#include "remoteindices.hh"
#include <dune/common/stdstreams.hh>
#include <dune/common/tuples.hh>
#include <dune/common/sllist.hh>
#include <cassert>
#include <cmath>
#include <limits>
#include <algorithm>
#include <functional>
Go to the source code of this file.
Namespaces | |
namespace | Dune |
Classes | |
class | Dune::IndicesSyncer< T > |
Class for recomputing missing indices of a distributed index set. More... | |
Functions | |
template<typename T, typename A> | |
void | Dune::repairLocalIndexPointers (std::map< int, SLList< typename T::GlobalIndex, A > > &globalMap, RemoteIndices< T > &remoteIndices, const T &indexSet) |
Repair the pointers to the local indices in the remote indices. |