Chaste Release::3.1
|
#include <DistributedVector.hpp>
Public Member Functions | |
bool | operator!= (const Iterator &rOther) |
Iterator & | operator++ () |
Public Attributes | |
unsigned | Local |
unsigned | Global |
Iterator class allows one to iterate over the elements of the distributed vector on this process.
Definition at line 152 of file DistributedVector.hpp.
Compare two indices for inequality.
rOther |
Definition at line 94 of file DistributedVector.cpp.
References Global.
DistributedVector::Iterator & DistributedVector::Iterator::operator++ | ( | ) |
Increment the iterator to the next index.
Definition at line 99 of file DistributedVector.cpp.
Current index, global to the whole PETSc vector.
Definition at line 156 of file DistributedVector.hpp.
Referenced by DistributedVector::Begin(), DistributedVector::End(), and operator!=().
Current index, local to this process.
Definition at line 155 of file DistributedVector.hpp.
Referenced by DistributedVector::Begin(), and DistributedVector::End().