On 10/9/19 7:47 AM, 'Maxi Miller' via deal.II User Group wrote:
> This number already comes from solver_control, given as
>
> solver_control.last_step ();
Hm, that's really quite unfortunate. It took me a couple minutes of looking
into the code, but I *think* what is happening is that the ArpackSolver class
simply doesn't use the solver control object at all, and that the -1 for the
number of iterations is simply the (unchanged) initializer the SolverControl
class uses for the number of iterations. So that would mean that it doesn't
actually indicate an error.
Can you check whether my interpretation is correct? If so, we should probably
just remove the argument from the ArpackSolver class's constructor, as well as
the corresponding member variable.