|
dune-grid
2.6-git
|
Multiple codim and multiple geometry type mapper for leaf entities. More...
#include <dune/grid/common/mcmgmapper.hh>

Public Member Functions | |
| LeafMultipleCodimMultipleGeomTypeMapper (const G &grid, const LayoutClass< G::dimension > layout={}) DUNE_DEPRECATED_MSG("Use the const ructor taking a `MCMGLayout` functional instead") | |
| The constructor. More... | |
| LeafMultipleCodimMultipleGeomTypeMapper (const G &grid, const MCMGLayout &layout) | |
| constructor More... | |
Multiple codim and multiple geometry type mapper for leaf entities.
This mapper uses all leaf entities of a certain codimension as its entity set.
| G | A Dune grid type. |
| LayoutClass | (deprecated) A helper class template which determines which types of entities are mapped by this mapper. See MultipleCodimMultipleGeomTypeMapper for how exactly this template should look. |
|
inline |
The constructor.
| grid | A reference to a grid. |
| layout | A layout object |
|
inline |
constructor
| grid | reference to the grid |
| layout | layout functional describing which geometry types to include in the map. |
1.8.17