A class representing the face to vertices mapping similar to the way done in UnstructuredGrid. More...
#include <GridHelpers.hpp>
Public Member Functions | |
FaceVerticesContainerProxy (const Dune::CpGrid *grid) | |
Constructor. More... | |
![]() | |
LocalIndexContainerProxy (const Dune::CpGrid *grid) | |
Constructor. More... | |
row_type | operator[] (int cell_index) const |
Get the mapping for a cell. More... | |
int | operator() (int cell_index, int local_index) const |
Get a face associated with a cell. More... | |
Additional Inherited Members | |
![]() | |
typedef LocalIndexProxy < AccessMethod, SizeMethod > | row_type |
A class representing the face to vertices mapping similar to the way done in UnstructuredGrid.
|
inline |
Constructor.
grid | The grid whose information we represent. |