The exact error message is

----------------------------------------------------
Exception on processing:
Iterative method reported convergence failure in step 2112 with residual
1.09887e-06
Aborting!
----------------------------------------------------

Residual changed from 1e-7 to 1e-6 because of this change but I have my
limit as 1e-4. So I don't know why I get this message.

On Tue, Nov 23, 2010 at 4:12 AM, Markus Bürg <[email protected]> wrote:

>
>  Here's the change I did:
>> SolverControl solver_control(100000,1e-4)
>>
> And what is the corresponding error message to this change? Obviously, it
> cannot complain on a residual of order 1e-7 anymore.
>
> _______________________________________________
> dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
>
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to