My Project
|
A proxy class representing a row of FaceCellsContainer. More...
#include <GridHelpers.hpp>
Public Member Functions | |
FaceCellsProxy (const Dune::CpGrid *grid, int cell_index) | |
Constructor. More... | |
int | operator[] (int local_index) |
Get the index of the cell associated with a local_index. | |
A proxy class representing a row of FaceCellsContainer.
|
inline |
Constructor.
grid | The grid whose face to cell mapping we represent. |
cell_index | The index of the cell we repesent. |