dune-fem 2.8.0
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
Dune::Fem::Capabilities::isAdaptiveIndexSet< IndexSet > Class Template Reference

specialize with true if index set implements the interface for adaptive index sets More...

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

Inheritance diagram for Dune::Fem::Capabilities::isAdaptiveIndexSet< IndexSet >:
Inheritance graph

Static Public Attributes

static const bool v = decltype( __isAdaptive( std::declval< IndexSet >() ) )::value
 

Detailed Description

template<class IndexSet>
class Dune::Fem::Capabilities::isAdaptiveIndexSet< IndexSet >

specialize with true if index set implements the interface for adaptive index sets

Note
default value is true if index set is derived from AdaptiveIndexSet

Member Data Documentation

◆ v

template<class IndexSet >
const bool Dune::Fem::Capabilities::isAdaptiveIndexSet< IndexSet >::v = decltype( __isAdaptive( std::declval< IndexSet >() ) )::value
static

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