Poisson Equation

The Poisson equation is a generalisation of the Laplace equation that includes a nonzero source term:

where is a known function of position. In 2D:

When everywhere, the Poisson equation reduces to the Laplace equation. The Poisson equation arises in problems such as electrostatics (where is proportional to charge density) and steady-state heat conduction with internal heat generation.

Like the Laplace equation, the Poisson equation has no time variable and requires only Boundary conditions for a unique solution. It can be discretised using the same Laplacian difference equation stencil, with the source term added to the right-hand side at each grid point. Liebmann’s method can then be applied to solve the resulting linear system iteratively.

Laplace equation | Laplacian difference equation | Liebmann’s method | Boundary conditions