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 void | disableVerbosity (Dune::ParameterTree ¶ms) |
| |
|
| static const std::vector< std::array< std::string, 2 > > | dumuxToIstlSolverParams |
| | Translation table for solver parameters.
|
| |
◆ createParameterTree()
◆ disableVerbosity()
◆ fillValuesForIstlKeys()
◆ setDefaultParameters()
◆ dumuxToIstlSolverParams
The documentation for this class was generated from the following file: