BookRags.com Literature Guides Literature
Guides
Criticism & Essays Criticism &
Essays
Questions & Answers Questions &
Answers
Lesson Plans Lesson
Plans
My Bibliography Periodic Table U.S. Presidents Shakespeare Sonnet Shake-Up
Research Anything:        
History | Encyclopedias | Films | News | Create a Bibliography | More... Login | Register | Help

Multigrid method

Print-Friendly
About 2 pages (663 words)

Bookmark and Share Questions on this topic? Just ask!

Multigrid (MG) methods in numerical analysis are a group of algorithms for solving differential equations using a hierarchy of discretizations. The idea is similar to extrapolation between coarser and finer grids. The typical application for multigrid is in the numerical solution of elliptic partial differential equations in two or more dimensions. MG can be applied in combination with any of the common discretization techniques. In these cases, multigrid is among the fastest solution techniques known today. In contrast to other methods, multigrid is general in that it can treat arbitrary regions and boundary conditions. It does not depend on the separability of the equations or other special properties of the equation. MG is also directly applicable to more-complicated non-symmetric and nonlinear systems of equations, like the Lamé system of elasticity or the Navier-Stokes equations. Multigrid can be generalized in many different ways. It can be applied naturally in a time-stepping solution of parabolic equations, or it can be applied directly to time-dependent partial differential equations. Research on multilevel techniques for hyperbolic equations is under way. Multigrid can also be applied to integral equations, or for problems in statistical physics.

Other extensions of multigrid include techniques where no PDE and no geometrical problem background is used to construct the multilevel hierarchy. Such algebraic multigrid methods (AMG) construct their hierarchy of operators directly from the system matrix and thus become true black-box solvers for sparse matrices. The finite element method becomes multigrid by choosing linear wavelets as the basis.

Contents

Algorithm

There are many variations of multigrid algorithms, but the common features are that a hierarchy of discretisations (grids) is considered. The important steps are:

  • Smoothing – reducing high frequency errors, for example using a few iterations of the Gauss-Seidel method.
  • Restriction – downsampling the residual error to a coarser grid.
  • Prolongation – interpolating a correction computed on a coarser grid into a finer grid.

Convergence rate

This approach has the advantage over other methods that it often scales linearly with the number of discrete nodes used. That is: It can solve these problems to a given accuracy in a number of operations that is proportional to the number of unknowns. Assume that one has a differential equation which can be solved approximately (with a given accuracy) on a grid <math>i</math> with a given grid point density <math>N_i</math>. Assume furthermore that a solution on any grid <math>N_i</math> may be obtained with a given effort <math>W_i = \rho K N_i</math> from a solution on a coarser grid <math>i+1</math>. Here, <math>\rho = N_{j+1} / N_j < 1</math> is the ratio of grid points on "neighboring" grids and is assumed to be constant throughout the grid hierarchy, and <math>K</math> is some constant modeling the effort of computing the result for one grid point. The following recurrence relation is then obtained for the effort of obtaining the solution on grid <math>k</math>:

<math>W_k = W_{k+1} + \rho K N_k</math>

And in particular, we find for the finest grid <math>N_1</math> that

<math>W_1 = W_2 + \rho K N_1</math>

Combining these two expressions (and using <math>N_{k} = \rho^{k-1} N_1</math>) gives

<math>W_1 = K N_1 \sum_{p=0}^n \rho^p </math>

Using the geometric series, we then find (for finite <math>n</math>)

<math>W_1 < K N_1 \frac{1}{1 - \rho}</math>

that is, a solution may be obtained in <math>O(N)</math> time.

See also

References

External links

View More Summaries on Multigrid method
 
Ask any question on Multigrid method and get it answered FAST!
Answer questions in BookRags Q&A and earn points toward
discounted or even FREE Study Guides and other BookRags products!
Learn more about BookRags Q&A
Copyrights
Multigrid method from Wíkipedia. ©2006 by Wíkipedia. Licensed under the GNU Free Documentation License. View a list of authors or edit this article.

Article Navigation
Join BookRagslearn moreJoin BookRags




About BookRags | Customer Service | Report an Error | Terms of Use | Privacy Policy