mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Do not insert unused options.
This commit is contained in:
@@ -116,8 +116,6 @@ setupCPRW(const std::string& /*conf*/, const FlowLinearSolverParameters& p)
|
|||||||
prm.put("preconditioner.use_well_weights", "false"s);
|
prm.put("preconditioner.use_well_weights", "false"s);
|
||||||
prm.put("preconditioner.add_wells", "true"s);
|
prm.put("preconditioner.add_wells", "true"s);
|
||||||
prm.put("preconditioner.weight_type", "trueimpes"s);
|
prm.put("preconditioner.weight_type", "trueimpes"s);
|
||||||
prm.put("preconditioner.finesmoother.post_smooth",1);
|
|
||||||
prm.put("preconditioner.finesmoother.pre_smooth",1);
|
|
||||||
prm.put("preconditioner.finesmoother.type", "ParOverILU0"s);
|
prm.put("preconditioner.finesmoother.type", "ParOverILU0"s);
|
||||||
prm.put("preconditioner.finesmoother.relaxation", 1.0);
|
prm.put("preconditioner.finesmoother.relaxation", 1.0);
|
||||||
prm.put("preconditioner.verbosity", 0);
|
prm.put("preconditioner.verbosity", 0);
|
||||||
@@ -148,7 +146,7 @@ setupCPRW(const std::string& /*conf*/, const FlowLinearSolverParameters& p)
|
|||||||
prm.put("preconditioner.coarsesolver.preconditioner.minaggsize", 4);
|
prm.put("preconditioner.coarsesolver.preconditioner.minaggsize", 4);
|
||||||
return prm;
|
return prm;
|
||||||
}
|
}
|
||||||
|
|
||||||
PropertyTree
|
PropertyTree
|
||||||
setupCPR(const std::string& conf, const FlowLinearSolverParameters& p)
|
setupCPR(const std::string& conf, const FlowLinearSolverParameters& p)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user