|
dune-common
2.11
|
Information about an index residing on another processor. More...
#include <dune/common/parallel/remoteindices.hh>
Public Types | |
| typedef T1 | GlobalIndex |
| the type of the global index. This type has to provide at least a operator< for sorting. More... | |
| typedef T2 | Attribute |
| The type of the attributes. Normally this will be an enumeration like. More... | |
| typedef IndexPair< GlobalIndex, ParallelLocalIndex< Attribute > > | PairType |
| The type of the index pair. More... | |
Public Member Functions | |
| const Attribute | attribute () const |
| Get the attribute of the index on the remote process. More... | |
| const PairType & | localIndexPair () const |
| Get the corresponding local index pair. More... | |
| RemoteIndex () | |
| Parameterless Constructor. More... | |
| RemoteIndex (const T2 &attribute, const PairType *local) | |
| Constructor. More... | |
| RemoteIndex (const T2 &attribute) | |
| Constructor. Private as it should only be called from within Indexset. More... | |
| bool | operator== (const RemoteIndex &ri) const |
| bool | operator!= (const RemoteIndex &ri) const |
Friends | |
| template<typename T > | |
| class | IndicesSyncer |
| template<typename T , typename A , bool mode> | |
| class | RemoteIndexListModifier |
| template<typename T , typename A , typename A1 > | |
| void | repairLocalIndexPointers (std::map< int, SLList< std::pair< typename T::GlobalIndex, typename T::LocalIndex::Attribute >, A > > &, RemoteIndices< T, A1 > &, const T &) |
Information about an index residing on another processor.
| typedef T2 Dune::RemoteIndex< T1, T2 >::Attribute |
The type of the attributes. Normally this will be an enumeration like.
e.g. OwnerOverlapCopyAttributes.
| typedef T1 Dune::RemoteIndex< T1, T2 >::GlobalIndex |
the type of the global index. This type has to provide at least a operator< for sorting.
| typedef IndexPair<GlobalIndex,ParallelLocalIndex<Attribute> > Dune::RemoteIndex< T1, T2 >::PairType |
The type of the index pair.
|
friend |
|
friend |
1.8.14