Generates a parameter tree required for the linear solvers and precondioners of the Dune ISTL. More...
#include <string>#include <array>#include <vector>#include <dune/common/parametertree.hh>#include <dune/common/std/type_traits.hh>#include <dumux/common/parameters.hh>Go to the source code of this file.
Classes | |
| class | Dumux::LinearSolverParameters< LinearSolverTraits > |
| Generates a parameter tree required for the linear solvers and precondioners of the Dune ISTL. More... | |
Namespaces | |
| namespace | Dumux |
| namespace | Dumux::Detail |
| namespace | Dumux::Detail::LinearSolverParameters |
Typedefs | |
| template<typename T > | |
| using | Dumux::Detail::LinearSolverParameters::GVDetector = typename T::GridView |
Variables | |
| template<typename T > | |
| constexpr bool | Dumux::Detail::LinearSolverParameters::hasGridView = Dune::Std::is_detected<GVDetector, T>::value |