mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
changed: move the LinearSolverAbsTolerance parameter to Opm::Parameters
This commit is contained in:
@@ -154,7 +154,7 @@ public:
|
||||
{
|
||||
Parameters::registerParam<TypeTag, Parameters::LinearSolverTolerance>
|
||||
("The maximum allowed error between of the linear solver");
|
||||
Parameters::registerParam<TypeTag, Properties::LinearSolverAbsTolerance>
|
||||
Parameters::registerParam<TypeTag, Parameters::LinearSolverAbsTolerance>
|
||||
("The maximum accepted error of the norm of the residual");
|
||||
Parameters::registerParam<TypeTag, Parameters::LinearSolverOverlapSize>
|
||||
("The size of the algebraic overlap for the linear solver");
|
||||
|
||||
Reference in New Issue
Block a user