dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Dune::Fem::TupleMapper< GridPart, Mapper > Class Template Reference

mapper allocating one DoF per subentity of a given codimension More...

#include <dune/fem/space/combinedspace/tuplemapper.hh>

Inheritance diagram for Dune::Fem::TupleMapper< GridPart, Mapper >:
Inheritance graph

Public Member Functions

 TupleMapper (GridPart &gridPart, Mapper &... mapper)
 
 TupleMapper (GridPart &gridPart, Mapper &&... mapper)
 

Detailed Description

template<class GridPart, class ... Mapper>
class Dune::Fem::TupleMapper< GridPart, Mapper >

mapper allocating one DoF per subentity of a given codimension

Template Parameters
GridPartgrid part type
...MapperParameter 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

Constructor & Destructor Documentation

◆ TupleMapper() [1/2]

template<class GridPart , class ... Mapper>
Dune::Fem::TupleMapper< GridPart, Mapper >::TupleMapper ( GridPart &  gridPart,
Mapper &...  mapper 
)
inline

◆ TupleMapper() [2/2]

template<class GridPart , class ... Mapper>
Dune::Fem::TupleMapper< GridPart, Mapper >::TupleMapper ( GridPart &  gridPart,
Mapper &&...  mapper 
)
inline

The documentation for this class was generated from the following file: