fd1d_poisson


fd1d_poisson, a Python code which solves a Poisson equation over a user-specified discretized interval, with given functions f(x) (right hand side) and g(x) (Dirichlet boundary conditions), using the Finite Difference Method (FDM).

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

fd1d_poisson is available in a MATLAB version and an Octave version and a Python version.

Related Data and Programs:

fd2d_poisson, a Python code which solves a Poisson equation over a user-specified discretized rectangle, with given functions f(x,y) (right hand side) and g(x,y) (Dirichlet boundary conditions), using the Finite Difference Method (FDM).

Source Code:


Last revised on 05 December 2019.