Hi,
I'm solving a multi-component problem in MatrixFree framework, 
preconditioned by geometric multigrid. The code runs good for several cases 
except one (with different geometry and boundary condition). The error is 
    "Iterative method reported convergence failure in step 0. 
     The residual in the last step was nan".
It's strange that the iteration breaks at step 0. If I try right 
preconditioning, it breaks at step 1 with nan. Besides, if there is only on 
multigrid level, the problem is solved correctly with 1 iteration, so 
matrices should be correct. The coarse solution is good enough for 
smoothing.

The question is, in which case may a CG or GMRES solver breaks at step 0 
with nan?

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/dc620cb4-b172-4631-9b5b-74459f2dfd1fn%40googlegroups.com.

Reply via email to