How Ode15 does it works ?
Ältere Kommentare anzeigen
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.
Akzeptierte Antwort
Weitere Antworten (1)
Serena Graziano
am 17 Okt. 2020
1 Stimme
I think that the dealii library can implement some rungekutta methods fors solving stiff problem, maybe you can look at it.
Kategorien
Mehr zu Ordinary Differential Equations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!