dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | List of all members
Dune::Fem::__IndexSetDofMapper::Implementation< GridPart, LocalDofMapping, adaptive > Struct Template Reference

#include <dune/fem/space/mapper/indexsetdofmapper.hh>

Public Types

typedef std::conditional< adaptive, AdaptiveDofMapper< GridPart, LocalDofMapping >, DofMapper< GridPart, LocalDofMapping > >::type Type
 

Member Typedef Documentation

◆ Type

template<class GridPart , class LocalDofMapping , bool adaptive = Capabilities::isAdaptiveIndexSet< typename GridPart::IndexSetType >::v>
typedef std::conditional<adaptive,AdaptiveDofMapper<GridPart,LocalDofMapping>,DofMapper<GridPart,LocalDofMapping>>::type Dune::Fem::__IndexSetDofMapper::Implementation< GridPart, LocalDofMapping, adaptive >::Type

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