|
dune-common
2.3.1
|
Class for recomputing missing indices of a distributed index set. More...
#include <dune/common/parallel/indicessyncer.hh>
Public Types | |
| typedef T | ParallelIndexSet |
| The type of the index set. More... | |
| typedef ParallelIndexSet::IndexPair | IndexPair |
| The type of the index pair. More... | |
| typedef ParallelIndexSet::GlobalIndex | GlobalIndex |
| Type of the global index used in the index set. More... | |
| typedef ParallelIndexSet::LocalIndex::Attribute | Attribute |
| Type of the attribute used in the index set. More... | |
| typedef Dune::RemoteIndices < ParallelIndexSet > | RemoteIndices |
| Type of the remote indices. More... | |
Public Member Functions | |
| IndicesSyncer (ParallelIndexSet &indexSet, RemoteIndices &remoteIndices) | |
| Constructor. More... | |
| void | sync () |
| Sync the index set. More... | |
| template<typename T1 > | |
| void | sync (T1 &numberer) |
| Synce the index set and assign local numbers to new indices. More... | |
Class for recomputing missing indices of a distributed index set.
Missing local and remote indices will be added.
1.8.7