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.
|
|
static void | setDefaultParameters (Dune::ParameterTree ¶ms, const std::string ¶mGroup="") |
| Set some defaults for the solver parameters.
|
|
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.
|
|
|
static const std::vector< std::array< std::string, 2 > > | dumuxToIstlSolverParams |
| Translation table for solver parameters.
|
|
◆ 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: