1#ifndef PSCF_MESH_ITERATOR_FORTRAN_H
2#define PSCF_MESH_ITERATOR_FORTRAN_H
11#include <pscf/math/IntVec.h>
161 {
return position_; }
165 {
return dimensions_; }
175 #ifndef PSCF_MESH_ITERATOR_FORTRAN_TPP
An IntVec<D, T> is a D-component vector of elements of integer type T.
Iterator over points in a mesh in "Fortran" order.
MeshIteratorFortran()
Default constructor.
int rank() const
Return the scalar array rank of the associated grid point.
int size() const
Return the mesh size (the number of grid points).
IntVec< D > const & position() const
Return a vector of coordinates of the associated grid point.
IntVec< D > const & offsets() const
Return the vector of offsets.
void setDimensions(IntVec< D > const &dimensions)
Set or reset the mesh dimensions, and initialize iterator.
void begin()
Initialize the iterator to the first grid point.
bool atEnd() const
Is this the end (i.e., past the last grid point)?
IntVec< D > const & dimensions() const
Return the mesh dimensions as an vector of integers.
void operator++()
Increment the iterator to the next grid point.
PSCF package top-level namespace.
Utility classes for scientific computation.