Alternating-direction implicit method: Difference between revisions

Content deleted Content added
mNo edit summary
Line 1:
In [[numerical analysis]], the '''Alternating Direction Implicit (ADI) method''' is a [[finite difference]] method for solving [[Parabolic partial differential equation|parabolic]] and [[Elliptic partial differential equation|elliptic]] partial differential equations.<ref>{{Citation | doi=10.1137/0103003 | last1=Peaceman | first1=D. W. | last2=Rachford Jr. | first2=H. H. | title=The numerical solution of parabolic and elliptic differential equations | id={{MathSciNet | id = 0071874}} | year=1955 | journal=Journal of the Society for Industrial and Applied Mathematics | volume=3 | issue=1 | pages=28–41}}.</ref> It is most notably used to solve the problem of [[heat conduction]] or solving the [[diffusion equation]] in two or more dimensions.
 
The traditional method for solving the heat conduction equation is the [[Crank–Nicolson method]]. This method can be quite costly. The advantage of the ADI method is that the equations that have to be solved in every iteration have a simpler structure and are thus easier to solve.
Line 35:
 
It can be shown that this method is unconditionally stable and second order in time and space<ref>{{Citation | last1=Douglas, Jr. | first1=J. | title=On the numerical integration of u<sub>xx</sub>+ u<sub>yy</sub>= u<sub>tt</sub> by implicit methods | id={{MathSciNet | id = 0071875}} | year=1955 | journal=Journal of the Society of Industrial and Applied Mathematics | volume=3 | pages=42–65}}.
</ref>. There are more refined ADI methods such as the methods of Douglas<ref>{{Citation | last1=Douglas Jr. | first1=Jim | title=Alternating direction methods for three space variables | doi=10.1007/BF01386295 | year=1962 | journal=Numerische Mathematik | issn=0029-599X | volume=4 | issue=1 | pages=41–63}}.</ref>, or the f-factor method<ref>{{Citation | last1=Chang | first1=M. J. | last2=Chow | first2=L. C. | last3=Chang | first3=W. S. | title=Improved alternating-direction implicit method for solving transient three-dimensional heat diffusion problems | doi=10.1080/10407799108944957 | year=1991 | journal=Numerical Heat Transfer, Part B: Fundamentals | issn=1040-7790 | volume=19 | issue=1 | pages=69–84}}.</ref> which can be used for three or more dimensions.
 
== References ==