|
| template<class TG , class TL > |
| std::ostream & | Dune::operator<< (std::ostream &os, const IndexPair< TG, TL > &pair) |
| | Print an index pair. More...
|
| |
| 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. More...
|
| |
Provides a map between global and local indices.
- Author
- Markus Blatt