On 10/7/19 5:32 AM, 'Maxi Miller' via deal.II User Group wrote:
> I implemented the changes in step-36 suggested in the tutorial for using 
> ARPACK instead of PETSc (as shown in the attachment). Now, the solver reports 
> a convergence in 4294967295 iterations (with correct result), thus I assume a 
> overflow/underflow bug. Is that something which I should report in the github 
> issues?

4294967295=-1 when expressed in unsigned int. This usually indicates some kind 
of error condition. It would be worth figuring out where this number is 
generated because it's pretty clear that that is not the actual number of 
iterations performed.

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/d481a81f-df0d-88bc-46a2-0cd4d177566d%40colostate.edu.

Reply via email to