Dune::Amg::Hierarchy< T, A >::LevelIterator< C, T1 > Class Template Reference
Iterator over the levels in the hierarchy.
More...
#include <dune/istl/paamg/hierarchy.hh>
List of all members.
Detailed Description
template<typename T, typename A = std::allocator<T>>
template<class C, class T1>
class Dune::Amg::Hierarchy< T, A >::LevelIterator< C, T1 >
Iterator over the levels in the hierarchy.
operator++() moves to the next coarser level in the hierarchy. while operator--() moves to the next finer level in the hierarchy.
Constructor & Destructor Documentation
template<typename T, typename A = std::allocator<T>>
template<class C , class T1 >
template<typename T, typename A = std::allocator<T>>
template<class C , class T1 >
template<typename T, typename A = std::allocator<T>>
template<class C , class T1 >
template<typename T, typename A = std::allocator<T>>
template<class C , class T1 >
Member Function Documentation
template<typename T, typename A = std::allocator<T>>
template<class C , class T1 >
template<typename T, typename A = std::allocator<T>>
template<class C , class T1 >
Move to the next fine level.
template<typename T, typename A = std::allocator<T>>
template<class C , class T1 >
Dereference the iterator.
template<typename T, typename A = std::allocator<T>>
template<class C , class T1 >
template<typename T, typename A = std::allocator<T>>
template<class C , class T1 >
template<typename T, typename A = std::allocator<T>>
template<class C , class T1 >
Get the redistributed container.
- Returns:
- The redistributed container.
template<typename T, typename A = std::allocator<T>>
template<class C , class T1 >
Move to the next coarser level.
template<typename T, typename A = std::allocator<T>>
template<class C , class T1 >
Check whether there was a redistribution at the current level.
- Returns:
- True if there is a redistributed version of the conatainer at the current level.
Friends And Related Function Documentation
template<typename T, typename A = std::allocator<T>>
template<class C , class T1 >
friend class LevelIterator< const typename remove_const< C >::type,const typename remove_const< T1 >::type > [friend] |
template<typename T, typename A = std::allocator<T>>
template<class C , class T1 >
friend class LevelIterator< typename remove_const< C >::type,typename remove_const< T1 >::type > [friend] |
The documentation for this class was generated from the following file: