Content deleted Content added
mNo edit summary |
|||
Line 1:
'''Multigrid''' ('''MG''') '''methods''' in [[numerical analysis]] are a group of [[algorithm]]s for solving [[differential equations]] using a [[hierarchy]] of [[discretization]]s. The typical application for multigrid is in the numerical solution of [[elliptic operator|elliptic]] [[partial differential equation]]s 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 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
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]].
|