Partial Differential Equation Toolbox

1 回表示 (過去 30 日間)
Dmitrij Soldatenko
Dmitrij Soldatenko 2019 年 3 月 31 日
コメント済み: Bosnian Kingdom 2019 年 6 月 2 日
Help please, I need to solve this differential equation in Matlab (where "a" is a constant parameter, it can be taken by any), I wanted to use the Partial Differential Equation Toolbox, but I ran into a problem, the elliptic equation in this Toolbox is represented in a vector form, namely -div(c*grad(u))+a*u=f.
Please help me convert my equation to this form and tell me how it can be done or at least name the sources of information from which I can learn this knowledge.
I really need to solve this equation in Matlab,so please tell me how it can be done.
  2 件のコメント
Torsten
Torsten 2019 年 4 月 1 日
What is the domain where you want to solve the equation and what are the boundary and initial conditions ?
Dmitrij Soldatenko
Dmitrij Soldatenko 2019 年 4 月 2 日
I can take any, at my discretion

サインインしてコメントする。

採用された回答

Torsten
Torsten 2019 年 4 月 2 日
編集済み: Torsten 2019 年 4 月 2 日
Take
c = [- x, x - y ; - ( x - y ), - y]
Then
-div(c*grad(u)) = x * d^2u/dx^2 + y * d^2u/dy^2
Section 2-62 in
http://www.cmap.polytechnique.fr/~jingrebeccali/frenchvietnammaster2_files/2017/pdetool_doc
  2 件のコメント
Dmitrij Soldatenko
Dmitrij Soldatenko 2019 年 4 月 3 日
Thank you very much.
Bosnian Kingdom
Bosnian Kingdom 2019 年 6 月 2 日
Can you put you code here or can you send me on e-mail or private message? I really need example of pde solution.
Thanks in advance.

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by