Alternating-direction implicit method: Difference between revisions

Content deleted Content added
RHaworth (talk | contribs)
The method: Typo fix
Line 29:
This an unaffordable numerical stability criterion.
 
The idea behind the ADI method is to split the finite difference equations into two, one with the x-derivative taken implicitelyimplicitly and the next with the y-derivative taken implicitelyimplicitly,
<math>{u_{ij}^{n+1/2}-u_{ij}^n\over \Delta t/2} =
\left(\delta_x^2 u_{ij}^{n+1/2}+\delta_y^2 u_{ij}^{n}\right)</math>