#include <DistributedVector.hpp>
Public Member Functions | |
bool | operator!= (const Iterator &rOther) |
Iterator & | operator++ () |
Public Attributes | |
unsigned | Local |
unsigned | Global |
Definition at line 142 of file DistributedVector.hpp.
bool DistributedVector::Iterator::operator!= | ( | const Iterator & | rOther | ) |
Compare two indices for inequality.
rOther |
Definition at line 85 of file DistributedVector.cpp.
References Global.
DistributedVector::Iterator & DistributedVector::Iterator::operator++ | ( | ) |
Increment the iterator to the next index.
Definition at line 90 of file DistributedVector.cpp.
unsigned DistributedVector::Iterator::Local |
Current index, local to this process.
Definition at line 145 of file DistributedVector.hpp.
Referenced by DistributedVector::Begin(), DistributedVector::End(), and operator++().
unsigned DistributedVector::Iterator::Global |
Current index, global to the whole PETSc vector.
Definition at line 146 of file DistributedVector.hpp.
Referenced by DistributedVector::Begin(), DistributedVector::End(), operator!=(), and operator++().