Change PDE Solver parameter to Jacobian Lumped
1 回表示 (過去 30 日間)
古いコメントを表示
Hello,
I am writing a code to resolve a nonlinear system by 4 equations (convection system) and the error: "Stepsize too small" happened. I read that if you change the solver parameter in PDE Toolbox to jacobian lumped it will work, but I need change programatically.How I can do it? Please.
Att.
0 件のコメント
採用された回答
Alan Weiss
2016 年 5 月 3 日
For 2-D nonlinear problems you can use the pdenonlin solver with the Jacobian name-value pair set to 'lumped'.
Alan Weiss
MATLAB mathematical toolbox documentation
1 件のコメント
Kaveh Gharibi
2017 年 9 月 5 日
What if we use solvepde , there is no option in solvepde? because I have to convert every thing to Legacy workflow if I use pdenonlin.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で PDE Solvers についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!