dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | List of all members
Dune::Fem::__IdIndexSet::Implementation< GridFamily, HostIndexSet, consecutive, adaptive > Struct Template Reference

#include <dune/fem/gridpart/idgridpart/indexset.hh>

Public Types

typedef std::conditional< adaptive, AdaptiveIndexSet< GridFamily >, typenamestd::conditional< consecutive, ConsecutiveIndexSet< GridFamily >, IndexSet< GridFamily > >::type >::type Type
 

Member Typedef Documentation

◆ Type

template<class GridFamily , class HostIndexSet = typename std::remove_const< GridFamily >::type::Traits::HostGridPartType::IndexSetType, bool consecutive = Capabilities::isConsecutiveIndexSet< HostIndexSet >::v, bool adaptive = Capabilities::isAdaptiveIndexSet< HostIndexSet >::v>
typedef std::conditional<adaptive,AdaptiveIndexSet<GridFamily>,typenamestd::conditional<consecutive,ConsecutiveIndexSet<GridFamily>,IndexSet<GridFamily>>::type>::type Dune::Fem::__IdIndexSet::Implementation< GridFamily, HostIndexSet, consecutive, adaptive >::Type

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