Content deleted Content added
Inserted text from multigrid |
Post-merger cleanup (removing duplicated text.) |
||
Line 1:
'''Multigrid''' ('''MG''') '''methods''' in [[numerical analysis]] are
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 condition]]s. 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]].
In all these cases, multigrid exhibits a convergence rate that is independent of the number of unknowns in the discretized system. It is therefore an optimal method. In combination with nested iteration it can solve these problems to truncation error accuracy in a number of operations that is proportional to the number of unknowns. ▼
Multigrid can be generalized in many different ways. It can be applied naturally in a time-stepping solution of [[parabolic equation]]s, or it can be applied directly to time-dependent PDE. Research on multilevel techniques for hyperbolic equations is under way. Multigrid can also be applied to [[integral equation]]s, or for problems in [[statistical physics]].
Line 9 ⟶ 7:
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]].
== Convergence rate ==
▲
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> with grid point
|