Adaptive time stepping for Adam Bashforth methode
1 回表示 (過去 30 日間)
古いコメントを表示
Hi everyone,
can anybody give me a suggestion for coding a alghorithm with the aim of optimal time stepping while using Adam bashforth technique to maintain the convergence? does anybody know which strategy is beeing used by ode113?
0 件のコメント
回答 (1 件)
Radha Krishna Maddukuri
2015 年 6 月 9 日
The answer for your second question can be fond out by executing the following command in MATLAB:
edit ode113
The M-script has descriptive comments. And also the script for ode113. I hope this helps.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Ordinary Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!