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

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

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

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

Public Member Functions

 PowerMapper (GridPart &gridPart, Mapper &mapper)
 

Detailed Description

template<class GridPart, class Mapper, int N>
class Dune::Fem::PowerMapper< GridPart, Mapper, N >

mapper allocating one DoF per subentity of a given codimension

Template Parameters
GridPartgrid part type
Mappercontained mapper type
Nnumber of containd components
Note
This mapper is adaptve (cf. AdaptiveDofMapper) if and only if the underlaying mapper is adaptiv, too. Capabilities::isAdaptiveDofMapper< Mapper >::v is true

Constructor & Destructor Documentation

◆ PowerMapper()

template<class GridPart , class Mapper , int N>
Dune::Fem::PowerMapper< GridPart, Mapper, N >::PowerMapper ( GridPart &  gridPart,
Mapper &  mapper 
)
inline

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