Change PDE Solver parameter to Jacobian Lumped

조회 수: 1 (최근 30일)
Ricardo
Ricardo 2016년 5월 1일
댓글: Kaveh Gharibi 2017년 9월 5일
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.

채택된 답변

Alan Weiss
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
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 CenterFile Exchange에서 PDE Solvers에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by