How to write FDM matlab code for nonlocal source of the form u(1-integral u) in two dimension ?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
GNANASEKARAN S
am 24 Mai 2022
Kommentiert: Torsten
am 23 Apr. 2023
How to write FDM matlab code for nonlocal source of the form ?
0 Kommentare
Akzeptierte Antwort
Torsten
am 24 Mai 2022
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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Computational Geometry finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!