Skip to content

Commit

Permalink
Switch to right preconditioning by default in LGMRES
Browse files Browse the repository at this point in the history
  • Loading branch information
ddemidov committed Aug 11, 2016
1 parent 2e66eba commit 8e37de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amgcl/solver/lgmres.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class lgmres {
scalar_type tol;

params()
: pside(precond::left), M(30), K(3), store_Av(true), maxiter(100), tol(1e-8)
: pside(precond::right), M(30), K(3), store_Av(true), maxiter(100), tol(1e-8)
{ }

params(const boost::property_tree::ptree &p)
Expand Down

0 comments on commit 8e37de7

Please sign in to comment.