Class for adding missing indices of a distributed index set in a local communication. More...
Go to the source code of this file.
Classes | |
class | Dune::IndicesSyncer< T > |
Class for recomputing missing indices of a distributed index set. More... | |
struct | Dune::IndicesSyncer< T >::MessageInformation |
Information about the messages to send to a neighbouring process. | |
class | Dune::IndicesSyncer< T >::DefaultNumberer |
Default numberer for sync(). | |
class | Dune::IndicesSyncer< T >::Iterators |
A tuple of iterators. | |
Namespaces | |
namespace | Dune |
Functions | |
template<typename T , typename A , typename A1 > | |
void | Dune::storeGlobalIndicesOfRemoteIndices (std::map< int, SLList< typename T::GlobalIndex, A > > &globalMap, const RemoteIndices< T, A1 > &remoteIndices, const T &indexSet) |
Stores the corresponding global indices of the remote index information. | |
template<typename T , typename A , typename A1 > | |
void | Dune::repairLocalIndexPointers (std::map< int, SLList< typename T::GlobalIndex, A > > &globalMap, RemoteIndices< T, A1 > &remoteIndices, const T &indexSet) |
Repair the pointers to the local indices in the remote indices. |
Class for adding missing indices of a distributed index set in a local communication.