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!