|
template<class TG , class TL > |
std::ostream & | Dune::operator<< (std::ostream &os, const IndexPair< TG, TL > &pair) |
| Print an index pair.
|
|
template<class TG , class TL > |
bool | Dune::operator== (const IndexPair< TG, TL > &, const IndexPair< TG, TL > &) |
|
template<class TG , class TL > |
bool | Dune::operator!= (const IndexPair< TG, TL > &, const IndexPair< TG, TL > &) |
|
template<class TG , class TL > |
bool | Dune::operator< (const IndexPair< TG, TL > &, const IndexPair< TG, TL > &) |
|
template<class TG , class TL > |
bool | Dune::operator> (const IndexPair< TG, TL > &, const IndexPair< TG, TL > &) |
|
template<class TG , class TL > |
bool | Dune::operator<= (const IndexPair< TG, TL > &, const IndexPair< TG, TL > &) |
|
template<class TG , class TL > |
bool | Dune::operator>= (const IndexPair< TG, TL > &, const IndexPair< TG, TL > &) |
|
template<class TG , class TL > |
bool | Dune::operator== (const IndexPair< TG, TL > &, const TG &) |
|
template<class TG , class TL > |
bool | Dune::operator!= (const IndexPair< TG, TL > &, const TG &) |
|
template<class TG , class TL > |
bool | Dune::operator< (const IndexPair< TG, TL > &, const TG &) |
|
template<class TG , class TL > |
bool | Dune::operator> (const IndexPair< TG, TL > &, const TG &) |
|
template<class TG , class TL > |
bool | Dune::operator<= (const IndexPair< TG, TL > &, const TG &) |
|
template<class TG , class TL > |
bool | Dune::operator>= (const IndexPair< TG, TL > &, const TG &) |
|
template<class TG , class TL , int N> |
std::ostream & | Dune::operator<< (std::ostream &os, const ParallelIndexSet< TG, TL, N > &indexSet) |
| Print an index set.
|
|
Provides a map between global and local indices.
- Author
- Markus Blatt