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!