dune-fem 2.8.0
|
#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 |
typedef std::conditional<adaptive,AdaptiveIndexSet<GridFamily>,typenamestd::conditional<consecutive,ConsecutiveIndexSet<GridFamily>,IndexSet<GridFamily>>::type>::type Dune::Fem::__IdIndexSet::Implementation< GridFamily, HostIndexSet, consecutive, adaptive >::Type |