poisson_2d
poisson_2d,
uses a finite difference approach to model a Poisson equation on
a rectangular domain, and to produce a computational estimate of the solution.
The notes:
Scripts and functions:
-
poisson.m,
solves a Poisson equation over a user-defined rectangle.
-
poisson_test.m,
calls poisson(), specifying a particular discretized rectangle,
and functions f(x,y) and g(x,y).
Text:
Images:
Last revised on 17 September 2019.