version 3.8
Dumux::Detail::LinearSolverParameters Namespace Reference

Typedefs

template<typename T >
using GVDetector = typename T::GridView
 

Variables

template<typename T >
constexpr bool hasGridView = Dune::Std::is_detected<GVDetector, T>::value
 

Typedef Documentation

◆ GVDetector

template<typename T >
using Dumux::Detail::LinearSolverParameters::GVDetector = typedef typename T::GridView

Variable Documentation

◆ hasGridView

template<typename T >
constexpr bool Dumux::Detail::LinearSolverParameters::hasGridView = Dune::Std::is_detected<GVDetector, T>::value
constexpr