mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-10 15:15:35 -06:00
Remove unused weight_filename from json file.
This commit is contained in:
parent
47acb6ecb3
commit
aa54b4d8db
@ -71,7 +71,6 @@ setupPropertyTree(const FlowLinearSolverParameters& p)
|
||||
prm.put("verbosity", p.linear_solver_verbosity_);
|
||||
prm.put("solver", "bicgstab");
|
||||
prm.put("preconditioner.type", "cpr");
|
||||
prm.put("preconditioner.weight_filename", "cpr_weights.txt");
|
||||
prm.put("preconditioner.weight_type","quasiimpes");
|
||||
prm.put("preconditioner.finesmoother.type", "ParOverILU0");
|
||||
prm.put("preconditioner.finesmoother.relaxation", 1.0);
|
||||
|
Loading…
Reference in New Issue
Block a user