|
Schnek
|
#include <gridstorage.hpp>


Classes | |
| class | const_storage_iterator |
| class | storage_iterator |
Public Types | |
| typedef Array< int, rank > | IndexType |
Public Member Functions | |
| SingleArrayGridStorageBase (const IndexType &low_, const IndexType &high_) | |
| T * | getRawData () const |
| const IndexType & | getLo () const |
| const IndexType & | getHi () const |
| const IndexType & | getDims () const |
| int | getLo (int k) const |
| int | getHi (int k) const |
| int | getDims (int k) const |
| int | getSize () const |
| storage_iterator | begin () |
| storage_iterator | end () |
| const_storage_iterator | cbegin () const |
| const_storage_iterator | cend () const |
Stores the grid data in a single array
Layout of the data is in FORTRAN ordering.