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

3 visualizaciones (últimos 30 días)
How to write FDM matlab code for nonlocal source of the form ?

Respuesta aceptada

Torsten
Torsten el 24 de Mayo de 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 comentarios
GNANASEKARAN S
GNANASEKARAN S el 23 de Abr. de 2023
Dear Torsten,
how to run the matlab program in the excutable (eg. heat.exe) format ? in HPC cluster

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Computational Geometry en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by