dune-grid
2.7.1
|
Multiple codim and multiple geometry type mapper for entities of one level. More...
#include <dune/grid/common/mcmgmapper.hh>
Public Member Functions | |
LevelMultipleCodimMultipleGeomTypeMapper (const G &grid, int level, const LayoutClass< G::dimension > layout={}) | |
The constructor. More... | |
LevelMultipleCodimMultipleGeomTypeMapper (const G &grid, int level, const MCMGLayout &layout) | |
constructor More... | |
Multiple codim and multiple geometry type mapper for entities of one level.
This mapper uses all entities of a certain codimension on a given level 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. |
level | A valid level of the grid. |
layout | A layout object |
|
inline |
constructor
grid | reference to the grid |
level | valid level of the grid |
layout | layout functional describing which geometry types to include in the map. |