9 class ParallelLocalIndex;
11 template <
class TG,
class TL,
int N>
12 class ParallelIndexSet;
33 using type = DefaultAttributeSet::Type;
44 template <
class TG,
class TL,
int N>
45 struct AttributeSet<Dune::ParallelIndexSet<TG,TL,N>>
47 using type =
typename AttributeSet<TL>::type;
Definition: AttributeSet.hpp:32
Definition: AttributeSet.hpp:18