|
My Project
|
A proxy class representing a row of LocalIndexContainerProxy. More...
#include <GridHelpers.hpp>
Classes | |
| class | iterator |
Public Types | |
| typedef iterator | const_iterator |
Public Member Functions | |
| LocalIndexProxy (const Dune::CpGrid *grid, int cell_index) | |
| Constructor. | |
| int | operator[] (int local_index) |
| Get the index of the cell associated with a local_index. | |
| const_iterator | begin () |
| const_iterator | end () |
A proxy class representing a row of LocalIndexContainerProxy.
| AccessMethod | Function pointer to access the values of a sparse row (e.g. the faces attached to a cell. |
| SizeMethod | Fuction pointer to access the size of the sparse row (e.g. the number of faces attached to a cell. |
|
inline |
Constructor.
| grid | The grid whose face to cell mapping we represent. |
| cell_index | The index of the cell we repesent. |