Hamed,

On Monday, October 31, 2016 at 3:01:20 PM UTC-4, Hamed Babaei wrote:
>
> This error message can indicate that you have simply not allowed a 
> sufficiently large number of iterations for your iterative solver to 
> converge. This often happens when you increase the size of your problem. In 
> such cases, the last residual will likely still be very small, and you can 
> make the error go away by increasing the allowed number of iterations when 
> setting up the SolverControl object that determines the maximal number of 
> iterations you allow.
>

BlockJacobi is a bad preconditioner, you will need increase the maximal 
number of iterations and/or use a better preconditioner.

Best,

Bruno

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to