dune-grid 2.10
|
#include <dune/grid/yaspgrid/torus.hh>
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) const |
Return true when two iterators point to same member. | |
bool | operator!= (const ProcListIterator &iter) const |
Return true when two iterators do not point to same member. | |
ProcListIterator & | operator++ () |
Increment iterator to next cell. | |
ProcListIterator provides access to a list of neighboring processes. There are always
|
inline |
make an iterator
|
inline |
return distance vector
|
inline |
return 1-norm of distance vector
|
inline |
return index in proclist
|
inline |
Return true when two iterators do not point to same member.
|
inline |
Increment iterator to next cell.
|
inline |
Return true when two iterators point to same member.
|
inline |
return rank of neighboring process