Solving PDE using pde modeler
显示 更早的评论
I'm trying to solve this PDE using pde modeler. I can't find any PDE mode that works with my equation, so what should I do to customize the PDE to solve my equation?
回答(1 个)
Sulaymon Eshkabilov
2021-11-21
0 个投票
Use: meshgrid() and del2()
3 个评论
Alhussein Osama
2021-11-21
Sulaymon Eshkabilov
2021-11-21
Yes, you are right that del2 is Laplacian. Now I see your eqn is 1st order that I overlooked. With the given BCs, you can employ Gauss-Siedl method.
Alhussein Osama
2021-11-21
类别
在 帮助中心 和 File Exchange 中查找有关 Eigenvalue Problems 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!