|
| 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 > &a, const IndexPair< TG, TL > &b) |
| template<class TG, class TL> |
| bool | Dune::operator!= (const IndexPair< TG, TL > &a, const IndexPair< TG, TL > &b) |
| template<class TG, class TL> |
| bool | Dune::operator< (const IndexPair< TG, TL > &a, const IndexPair< TG, TL > &b) |
| template<class TG, class TL> |
| bool | Dune::operator> (const IndexPair< TG, TL > &a, const IndexPair< TG, TL > &b) |
| template<class TG, class TL> |
| bool | Dune::operator<= (const IndexPair< TG, TL > &a, const IndexPair< TG, TL > &b) |
| template<class TG, class TL> |
| bool | Dune::operator>= (const IndexPair< TG, TL > &a, const IndexPair< TG, TL > &b) |
| template<class TG, class TL> |
| bool | Dune::operator== (const IndexPair< TG, TL > &a, const TG &b) |
| template<class TG, class TL> |
| bool | Dune::operator!= (const IndexPair< TG, TL > &a, const TG &b) |
| template<class TG, class TL> |
| bool | Dune::operator< (const IndexPair< TG, TL > &a, const TG &b) |
| template<class TG, class TL> |
| bool | Dune::operator> (const IndexPair< TG, TL > &a, const TG &b) |
| template<class TG, class TL> |
| bool | Dune::operator<= (const IndexPair< TG, TL > &a, const TG &b) |
| template<class TG, class TL> |
| bool | Dune::operator>= (const IndexPair< TG, TL > &a, const TG &b) |
| 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