Content deleted Content added
bypass disambiguation page |
|||
Line 1:
'''Multigrid
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 (physics)|elasticity]] or the [[Navier-Stokes equations]].
Line 12:
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 (
* '''Prolongation''' – interpolating a correction computed on a coarser grid into a finer grid.
|