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!