Skip to content

Do only one preconditioner iteration for sequential solvers

René Heß requested to merge feature/only-one-preconditioner-iteration into master

Currently sequential ISTL solver backends always do 3 preconditioner iterations and it is not possible to change that, see #138 (closed). This merge request makes two changes:

  1. The number of preconditioner steps can be set when creating the solver.
  2. The default is set to 1 preconditioner iteration.

This merge request closes issue #138 (closed)

Edited by René Heß

Merge request reports

Loading