Numerical solution of the stationary advection diffusion equation.
The stationary advection diffusion equation solved with the finite difference method.
Continue reading ‘Numerical solution of the stationary advection diffusion equation.’
- My programming projects and some linux tips
The stationary advection diffusion equation solved with the finite difference method.
Continue reading ‘Numerical solution of the stationary advection diffusion equation.’
Steepest Descent Iteration , written in Matlab to solve the Advection-diffusion equation. The matrix A (in A x= b) is a block pentadiagonal matrix.
Successive over-relaxation (SOR), written in Matlab to solve the Advection-diffusion equation. The matrix A (in A x= b) is a block pentadiagonal matrix.