Generates a parameter tree required for the linear solvers and precondioners of the Dune ISTL.
#include <dumux/linear/linearsolverparameters.hh>
|
static Dune::ParameterTree | createParameterTree (const std::string ¶mGroup="") |
| Create a tree containing parameters required for the linear solvers and precondioners of the Dune ISTL. More...
|
|
static void | setDefaultParameters (Dune::ParameterTree ¶ms, const std::string ¶mGroup="") |
| Set some defaults for the solver parameters. More...
|
|
static void | fillValuesForIstlKeys (Dune::ParameterTree ¶ms, const std::string ¶mGroup="") |
| Iterate over all keys required by the ISTL, translate them to Dumux syntax and add values to tree. More...
|
|
◆ createParameterTree()
◆ fillValuesForIstlKeys()
◆ setDefaultParameters()
◆ dumuxToIstlSolverParams
Translation table for solver parameters TODO change to constexpr array of std::string_view once we require g++ >= 7.3 (bug in older versions)
The documentation for this class was generated from the following file: