From: Roland Date: Fri, 11 Oct 2019 14:41:48 +0000 (+0200) Subject: ArpackSolver sets number of iterations in SolverControl after finishing calculations X-Git-Tag: v9.2.0-rc1~956^2~7 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e80d8695758d1fb0e53b187ec5ec674413c7c55;p=dealii.git ArpackSolver sets number of iterations in SolverControl after finishing calculations --- diff --git a/include/deal.II/lac/arpack_solver.h b/include/deal.II/lac/arpack_solver.h index a9535987a0..50fc15f3ca 100644 --- a/include/deal.II/lac/arpack_solver.h +++ b/include/deal.II/lac/arpack_solver.h @@ -764,6 +764,8 @@ ArpackSolver::solve(const MatrixType1 & /*system_matrix*/, break; } } + + control().check(iparam[2], 0.); if (info < 0) {