solvepdeeig ignores f coefficient
1 回表示 (過去 30 日間)
古いコメントを表示
Hugh Sull
2021 年 10 月 19 日
Take the example given here: https://au.mathworks.com/help/pde/ug/eigenvalues-and-eigenfunctions-for-the-l-shaped-membrane.html
The pde coefficients are given as: specifyCoefficients(model,'m',0,'d',1,'c',1,'a',0,'f',0);
However, no matter what I substitute into for 'f' I get the same result.
What's going on?
0 件のコメント
採用された回答
Harikrishnan Balachandran Nair
2021 年 10 月 22 日
Hi,
The 'solvepdeeig' function solves PDE eigen value problems of the form as stated in the documentation here : https://www.mathworks.com/help/pde/ug/pde.pdemodel.specifycoefficients.html
We can see from the form of the equation that 'f' is not a part of the problem. Hence it may be specified as zero.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Boundary Conditions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!