How to write FDM matlab code for nonlocal source of the form u(1-integral u) in two dimension ?

4 ビュー (過去 30 日間)
How to write FDM matlab code for nonlocal source of the form ?

採用された回答

Torsten
Torsten 2022 年 5 月 24 日
Hint:
A possible approximation for the integral over a rectangle [x(i),x(i)+dx] x [y(j),y(j)+dy] is
dx*dy*(u(i,j)+u(i,j+1)+u(i+1,j)+u(i+1,j+1))/4
  5 件のコメント
GNANASEKARAN S
GNANASEKARAN S 2023 年 4 月 23 日
Dear Torsten,
how to run the matlab program in the excutable (eg. heat.exe) format ? in HPC cluster
Torsten
Torsten 2023 年 4 月 23 日
I don't know. You should open a new question for that.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCalculus についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by