How Ode15 does it works ?
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
andrea
le 17 Oct 2020
Réponse apportée : Serena Graziano
le 17 Oct 2020
Hello, I have some matlab code and i have to translate it in c++.
The core of the code is the ode15 solver , can someone explain to me which kind of methods is employed by Ode15 ?
And maybe there is some c++ library which is similar for solving stiff problems ?
Thank you.
0 commentaires
Réponse acceptée
Ameer Hamza
le 17 Oct 2020
The exact implementation details are not publicly available. However, the documentation page mentions two references: https://www.mathworks.com/help/matlab/ref/ode15s.html#bu8tot8. That is the closest you can get to know the details of the algorithm implemented by ode15s.
0 commentaires
Plus de réponses (1)
Serena Graziano
le 17 Oct 2020
I think that the dealii library can implement some rungekutta methods fors solving stiff problem, maybe you can look at it.
0 commentaires
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!