Content deleted Content added
Jitse Niesen (talk | contribs) revert and format / check references |
|||
Line 1:
In [[mathematics]], the '''alternating direction implicit (ADI) method''' is a [[finite difference]] method for solving parabolic and elliptic partial differential equations.<ref>{{Citation | last1=Peaceman
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 25 ⟶ 24:
A disadvantage of the Crank–Nicolson method is that the matrix in the above equation is [[band matrix|banded]] with a band width that is generally quite large. This makes the solution of the equation quite costly.
The idea behind the ADI method is to split the finite difference equations into two, one with the ''x''-derivative taken implicitly and the next with the ''y''-derivative taken
: <math>{u_{ij}^{n+1/2}-u_{ij}^n\over \Delta t/2} =
Line 35 ⟶ 34:
The systems of equations involved are [[symmetric matrix|symmetric]] and tridiagonal (banded with bandwidth 3), and thus cheap to solve by [[Choleski decomposition]].
It can be shown that this method is unconditionally stable. There are more refined ADI methods such as the methods of Douglas<ref>{{Citation | last1=Douglas
== References ==
|