Dune::Torus< d >::ProcListIterator Class Reference
#include <grids.hh>
Detailed Description
template<int d>
class Dune::Torus< d >::ProcListIterator
ProcListIterator provides access to a list of neighboring processes. There are always 
Public Member Functions | |
ProcListIterator (typename std::deque< CommPartner >::const_iterator iter) | |
make an iterator | |
int | rank () const |
return rank of neighboring process | |
iTupel | delta () const |
return distance vector | |
int | index () const |
return index in proclist | |
int | distance () const |
return 1-norm of distance vector | |
bool | operator== (const ProcListIterator &iter) |
Return true when two iterators point to same member. | |
bool | operator!= (const ProcListIterator &iter) |
Return true when two iterators do not point to same member. | |
ProcListIterator & | operator++ () |
Increment iterator to next cell. |
The documentation for this class was generated from the following file: