How can i solve elliptic pde using pdepe? I need the MATLAB form of the equation.
조회 수: 1 (최근 30일)
이전 댓글 표시
Is it possible to solve a non-linear elliptic PDE using pdepe? In my equation i have the elliptic terms d2u/dt2 and d2u/dx2, and also du/dt.
Thanks in advance.
댓글 수: 0
채택된 답변
Deepak Ramaswamy
2013년 10월 28일
Most likely you will need to introduce an auxiliary variable, v and equation du/dt = v since pdepe does not handle d2u/dt2 terms directly. So the answer is yes but it still depends on the particular form of your pde
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Eigenvalue Problems에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!