Jump to content

Multigrid

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 18.97.4.59 (talk) at 03:35, 13 October 2005. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In mathematics, more specifically in numerical analysis, multigrid methods are a group of algorithms for solving differential equations using a hierarchy of discretizations. This approach has the advantage over other methods that it scales linearly with the number of discrete nodes used.

In order for the multigrid methods to be applicable, one needs to make several assumptions. Assume that one has a differential equation which can be solved approximately (with a given accuracy) on a grid with a given grid point density . Assume furthermore that a solution on any grid may be obtained with a given effort from a solution on a coarser grid with grid point density (that is, is not dependent on ).

Then, using the geometric series, we then find for the effort involved in finding the solution on the finest grid

that is, a solution may be obtained in time.

See also