Five-point stencil
From Wiki @ Karl Jones dot com
In numerical analysis, given a square grid in one or two dimensions, the five-point stencil of a point in the grid is made up of the point itself together with its four "neighbors".
Description
It is used to write finite difference approximations to derivatives at grid points.
It is an example for numerical differentiation.
See also
- Finite difference coefficients
- Numerical analysis - the study of algorithms that use numerical approximation (as opposed to general symbolic manipulations) for the problems of mathematical analysis (as distinguished from discrete mathematics).
- Stencil (numerical analysis)
- Stencil jumping