On 10/19/2016 05:55 PM, Hamed Babaei wrote:
Although the problem has been resolved by this trick but I don't know why I
need to consider different convergence criteria for CG solver in the first
newton iteration.

What is the norm of the first right hand side? You now set the tolerance in the first iteration to a fixed value of 1e-16, but how does this compare to the previous value of 1e-12*system_rhs.l2_norm()?


In addition, the CG solver still doesn't converge with PreconditionAMG but it
works with PreconditionJacobi.

That still seems wrong to me. As I mentioned in a previous email, you ought to make sure that the matrix you build is the matrix you *want* to build.

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

Reply via email to