Jump to content

Multigrid

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Vincent kraeutler (talk | contribs) at 10:50, 23 November 2004. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The multigrid methods is a group of algorithms for solving differential equations using a hierarchy of discretization. It has the advantage over other methods that it scales linearly with the number of discrete nodes used.

The key idea is the following: Assuming you have a differential equation which can be solved approximately (with a given accuracy) on a grid with a given grid point density . Assuming 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 (i.e. is not dependent on ).

Using the Geometric_series, we then find for the effort involved in finding the solution on the finest grid

i.e. a solution may be obtained in time.

See also