Solving PDEs with mixed derivatives
3 次查看(过去 30 天)
显示 更早的评论
Suppose I have an equation of the form:
Can I use pdepe to solve that equation as is, or do I have to do a co-ordinate transformation first to get rid of the mixed derivative?
回答(1 个)
Swaraj
2023-4-6
Hi,
I understand you want to use “pdepe” to solve PDE with mixed derivatives.
“pdepe” is normally used to solve 1-D parabolic and elliptic PDEs and not for mixed derivatives.
I would suggest you to go through the below documentation to understand when to use “pdepe” for solving PDE’s.
I hope it helps.
Thanks!!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 PDE Solvers 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!