|
My Project
|
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. | |
Public Member Functions inherited from Dune::cpgrid::LocalIndexContainerProxy<&Dune::CpGrid::faceVertex, &Dune::CpGrid::numFaceVertices > | |
| LocalIndexContainerProxy (const Dune::CpGrid *grid) | |
| Constructor. | |
| row_type | operator[] (int cell_index) const |
| Get the mapping for a cell. | |
| int | operator() (int cell_index, int local_index) const |
| Get a face associated with a cell. | |
Additional Inherited Members | |
Public Types inherited from Dune::cpgrid::LocalIndexContainerProxy<&Dune::CpGrid::faceVertex, &Dune::CpGrid::numFaceVertices > | |
| typedef LocalIndexProxy< AccessMethod, SizeMethod > | row_type |
A class representing the face to vertices mapping similar to the way done in UnstructuredGrid.
|
inlineexplicit |
Constructor.
| grid | The grid whose information we represent. |