#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()
Create a tree containing parameters required for the linear solvers and precondioners of the Dune ISTL.
◆ fillValuesForIstlKeys()
Iterate over all keys required by the ISTL, translate them to Dumux syntax and add values to tree.
◆ setDefaultParameters()
Set some defaults for the solver parameters.
◆ dumuxToIstlSolverParams
Translation table for solver parameters.
The documentation for this class was generated from the following file: