mapper allocating one DoF per subentity of a given codimension
More...
#include <dune/fem/space/combinedspace/tuplemapper.hh>
template<class GridPart, class ... Mapper>
class Dune::Fem::TupleMapper< GridPart, Mapper >
mapper allocating one DoF per subentity of a given codimension
- Template Parameters
-
GridPart | grid part type |
...Mapper | Parameter Pack of Mappers |
- Note
- This mapper is adaptve (cf. AdaptiveDofMapper) if and only if the grid part's index set is adaptive, i.e. if Capabilities::isAdaptiveIndexSet< GridPart::IndexSetType >::v is true
◆ TupleMapper() [1/2]
template<class GridPart , class ... Mapper>
◆ TupleMapper() [2/2]
template<class GridPart , class ... Mapper>
The documentation for this class was generated from the following file: