Dune Core Modules (unstable)

A pair consisting of a global and local index. More...

#include <dune/common/parallel/indexset.hh>

Public Types

typedef TG GlobalIndex
 the type of the global index. More...
 
typedef TL LocalIndex
 the type of the local index. More...
 

Public Member Functions

 IndexPair (const GlobalIndex &global, const LocalIndex &local)
 Constructs a new Pair. More...
 
 IndexPair ()
 Construct a new Pair.
 
 IndexPair (const GlobalIndex &global)
 Constructs a new Pair. More...
 
const GlobalIndexglobal () const
 Get the global index. More...
 
LocalIndexlocal ()
 Get the local index. More...
 
const LocalIndexlocal () const
 Get the local index. More...
 
void setLocal (int index)
 Set the local index. More...
 

Detailed Description

template<class TG, class TL>
class Dune::IndexPair< TG, TL >

A pair consisting of a global and local index.


The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Mar 27, 23:31, 2024)