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

1 vue (au cours des 30 derniers jours)
How to write FDM matlab code for nonlocal source of the form ?

Réponse acceptée

Torsten
Torsten le 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 commentaires
GNANASEKARAN S
GNANASEKARAN S le 23 Avr 2023
Dear Torsten,
how to run the matlab program in the excutable (eg. heat.exe) format ? in HPC cluster
Torsten
Torsten le 23 Avr 2023
I don't know. You should open a new question for that.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Computational Geometry dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by