Logic behind Relative tolerances in ode15s ?
2 次查看(过去 30 天)
显示 更早的评论
Dear All,
I am using ODE15s to solve a system of DAE, there are times when the solution does not converge and ends with the error :
"Unable to meet integration tolerances without reducing the step size below the smallest value allowed (3.469447e-18) at time t. "
But the same system converges If I put decrease the relative tolerances to 1e-0236 randomly.
My question is that while changing the Relat. tol. to 1e-0236 , I am making it more difficult for the system to converge, then why doesn't it run on 1e-03? WHat are the basics of rel. tolerances and abs. tolerances ?
Apologies for the long script ,
Thanks, Tonu
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Ordinary Differential Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!