#include <type_traits>
#include <dune/common/version.hh>
#include <dune/common/typetraits.hh>
Go to the source code of this file.
Classes | |
struct | Dumux::AlwaysFalse< T > |
Template which always yields a false value. More... | |
Namespaces | |
namespace | Dumux |
make the local view function available whenever we use the grid geometry | |
Typedefs | |
template<typename T , typename I = std::size_t> | |
using | Dumux::IsIndexable = typename Dune::is_indexable< T, I > |
We define our own is_indexable type in order to avoid several version checks throughout dumux. This should be deleted when the deprecation phase is over. More... | |