mapper allocating one DoF per subentity of a given codimension
More...
#include <dune/fem/space/mapper/codimensionmapper.hh>
template<class GridPart, int codim>
class Dune::Fem::CodimensionMapper< GridPart, codim >
mapper allocating one DoF per subentity of a given codimension
- Template Parameters
-
GridPart | grid part type |
codim | codimension |
- 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
◆ CodimensionMapper() [1/3]
template<class GridPart , int codim>
◆ CodimensionMapper() [2/3]
template<class GridPart , int codim>
◆ CodimensionMapper() [3/3]
template<class GridPart , int codim>
The documentation for this class was generated from the following file: