Hubbry Logo
search
logo

Discrete Poisson equation

logo
Community Hub0 Subscribers
Write something...
Be the first to start a discussion here.
Be the first to start a discussion here.
See all
Discrete Poisson equation

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, ) on an m × n grid gives the following formula: where and . 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: where

is the m × m identity matrix, and , also m × m, is given by: and is defined by

For each equation, the columns of correspond to a block of components in : while the columns of to the left and right of each correspond to other blocks of components within : and

respectively.

From the above, it can be inferred that there are block columns of in . It is important to note that prescribed values of (usually lying on the boundary) would have their corresponding elements removed from and . For the common case that all the nodes on the boundary are set, we have and , and the system would have the dimensions (m − 2)(n − 2) × (m− 2)(n − 2), where and would have dimensions (m − 2) × (m − 2).

For a 3×3 ( and ) grid with all the boundary nodes prescribed, the system would look like: with and

See all
User Avatar
No comments yet.