Logic behind Relative tolerances in ode15s ?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Ordinary Differential Equations dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!