In mathematics, the discrete Poisson equation is the finite difference analog of the Poisson equation.
In it, the discrete Laplace operator takes the place of the Laplace operator.
The discrete Poisson equation is frequently used in numerical analysis as a stand-in for the continuous Poisson equation, although it is also studied in its own right as a topic in discrete mathematics.
Using the finite difference numerical method to discretize the 2-dimensional Poisson equation (assuming a uniform spatial discretization,
The preferred arrangement of the solution vector is to use natural ordering which, prior to removing boundary elements, would look like:
This will result in an mn × mn linear system:
is the m × m identity matrix, and
equation, the columns of
correspond to a block of
each correspond to other blocks of
block columns of
It is important to note that prescribed values of
(usually lying on the boundary) would have their corresponding elements removed from
For the common case that all the nodes on the boundary are set, we have
) grid with all the boundary nodes prescribed, the system would look like:
's are brought to the right-hand-side of the equation.
[3] The entire system is 9 × 9 while
is block tridiagonal and sparse, many methods of solution have been developed to optimally solve this linear system for
Among the methods are a generalized Thomas algorithm with a resulting computational complexity of
, cyclic reduction, successive overrelaxation that has a complexity of
, and Fast Fourier transforms which is
solution can also be computed using multigrid methods.
[4] In computational fluid dynamics, for the solution of an incompressible flow problem, the incompressibility condition acts as a constraint for the pressure.
There is no explicit form available for pressure in this case due to a strong coupling of the velocity and pressure fields.
In this condition, by taking the divergence of all terms in the momentum equation, one obtains the pressure poisson equation.
For an incompressible flow this constraint is given by:
Taking divergence of the momentum equation and using the incompressibility constraint, the pressure Poisson equation is formed given by:
is the kinematic viscosity of the fluid and
[5] The discrete Poisson's equation arises in the theory of Markov chains.
It appears as the relative value function for the dynamic programming equation in a Markov decision process, and as the control variate for application in simulation variance reduction.