필터 지우기
필터 지우기

Error using pde.Equati​onModel/so​lveStation​aryNonline​ar (line 104) Stepsize too small.

조회 수: 2 (최근 30일)
I am solving this system of PDEs with diritchlet boundry conditions and It does not converge, and gives me this error.
Error using pde.EquationModel/solveStationaryNonlinear (line 104)
Stepsize too small.
Do you know how can I solve it.

채택된 답변

Alan Weiss
Alan Weiss 2017년 6월 14일
Are you giving nonzero initial conditions for the solution? It looks like your equations might be singular where the solution gradient is zero, so your initial conditions should avoid those areas.
Just a guess,
Alan Weiss
MATLAB mathematical toolbox documentation
  댓글 수: 3
Kaveh Gharibi
Kaveh Gharibi 2017년 6월 14일
편집: Kaveh Gharibi 2017년 6월 14일
The problem is it doesn't converge. The residual doesn't go to 0.0001. It is around 0.1.
Kaveh Gharibi
Kaveh Gharibi 2017년 6월 14일
I found out that I made a mistake in finding the coefficients. you need to be careful when converting everything to divergence form.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Boundary Conditions에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by