Content deleted Content added
Line 12:
: <math>{\partial u\over \partial t} =
{\partial^2 u\over \partial y^2 } +
\right)
= ( u_{xx} + u_{yy} + u_{zz} ) \quad </math>
The implicit Crank-Nicolson method produces the following finite difference equation:
<math>{u_{ij}^{n+1}-u_{ij}^n\over \Delta t} =
{1 \over 2}\left(\delta_x^2+\delta_y^2\right)
\left(u_{ij}^{n+1}+u_{ij}^n\right)</math>
where <math>\delta_p^2</math> is the central difference operator for the ''p''-coordinate
|