How Ode15 does it works ?
古いコメントを表示
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.
採用された回答
その他の回答 (1 件)
Serena Graziano
2020 年 10 月 17 日
1 投票
I think that the dealii library can implement some rungekutta methods fors solving stiff problem, maybe you can look at it.
カテゴリ
ヘルプ センター および File Exchange で Ordinary Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!