Class for adding missing indices of a distributed index set in a local communication.
More...
|
template<typename TG , typename TA > |
bool | Dune::operator< (const IndexPair< TG, ParallelLocalIndex< TA > > &i1, const std::pair< TG, TA > &i2) |
|
template<typename TG , typename TA > |
bool | Dune::operator< (const std::pair< TG, TA > &i1, const IndexPair< TG, ParallelLocalIndex< TA > > &i2) |
|
template<typename TG , typename TA > |
bool | Dune::operator== (const IndexPair< TG, ParallelLocalIndex< TA > > &i1, const std::pair< TG, TA > &i2) |
|
template<typename TG , typename TA > |
bool | Dune::operator!= (const IndexPair< TG, ParallelLocalIndex< TA > > &i1, const std::pair< TG, TA > &i2) |
|
template<typename TG , typename TA > |
bool | Dune::operator== (const std::pair< TG, TA > &i2, const IndexPair< TG, ParallelLocalIndex< TA > > &i1) |
|
template<typename TG , typename TA > |
bool | Dune::operator!= (const std::pair< TG, TA > &i2, const IndexPair< TG, ParallelLocalIndex< TA > > &i1) |
|
template<typename T , typename A , typename A1 > |
void | Dune::storeGlobalIndicesOfRemoteIndices (std::map< int, SLList< std::pair< typename T::GlobalIndex, typename T::LocalIndex::Attribute >, A > > &globalMap, const RemoteIndices< T, A1 > &remoteIndices) |
| Stores the corresponding global indices of the remote index information.
|
|
template<typename T , typename A , typename A1 > |
void | Dune::repairLocalIndexPointers (std::map< int, SLList< std::pair< typename T::GlobalIndex, typename T::LocalIndex::Attribute >, 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.
- Author
- Markus Blatt