[petsc-users] rtol meaning
Danny Lathouwers - TNW
D.Lathouwers at tudelft.nl
Thu May 29 11:31:00 CDT 2014
Dear users,
I have a problem where I step time and repeatedly solve a system with differing rhs.
At some time step petsc solver returns that initial solution is good enough (converged reason = 2 with 0 iterations done).
I do not expect this behaviour. I use rtol = 0.001, atol=0 and dtol =large number.
The manual seems to suggest the criterion is: rnorm < MAX (rtol * rnorm_0, abstol) (probably based on preconditioned residual).
How could this lead to zero iterations being done? Or is the criterion based on rnorm/bnorm instead (which I found in some reference on the internet concerning petsc and would explain the observed behaviour).
Thanks,
Danny.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20140529/59d468d7/attachment.html>
More information about the petsc-users
mailing list