Remove unused weight_filename from json file.

This commit is contained in:
Markus Blatt 2020-05-11 09:59:58 +02:00
parent 47acb6ecb3
commit aa54b4d8db

View File

@ -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);