On 10/11/19 7:22 AM, 'Maxi Miller' via deal.II User Group wrote:
> It is using the SolverControl-class for setting parameters such as the 
> maximum iterations, but the used iterations are never returned (no call 
> to check()). Therefore, was there a reason for setting the 
> control()-object as constant, or can I change it to a non-constant value?

I think we probably didn't think this through. Do you happen to know 
whether ARPACK returns the number of iterations and final 
residual/error? If so, then what we should probably call the check() 
function with these values, ignoring the return code, just so that the 
values are stored in the SolverControl object.

Want to give that a try and make it into a patch?

Best
  W.

-- 
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                            www: http://www.math.colostate.edu/~bangerth/

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/fb57b6e2-6307-8590-f82b-93b978be7ab3%40colostate.edu.

Reply via email to