Can "solvepde" be used to solve PDEs in one dimension by the finite element method ?
1 次查看(过去 30 天)
显示 更早的评论
Can "solvepde" be used to solve PDEs in one dimension by the finite element method ?
0 个评论
回答(1 个)
Alan Weiss
2016-4-11
The question is, can you put your problem into the class of equations you can solve using solvepde? Make a problem that depends only on x, say, not on y, formulate it in two dimensions, make sure you use the correct kind of boundary conditions, and then it is a two-dimensional formulation but the solution depends on x alone. If your problem can be put in the framework, then solvepde can solve it.
Alan Weiss
MATLAB mathematical toolbox documentation
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!