Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 678 Bytes

File metadata and controls

17 lines (12 loc) · 678 Bytes

Numerical method tool box

Numerical methods

1D Advection Equation 1D Diffusion Equation
Equation $\frac{\partial u}{\partial t}+c\frac{\partial u}{\partial x}=0$ $K \frac{\partial^2 u}{\partial x^2} + r(x) = 0$
FDM code with comparison of backward and centred method code
DG/FEM code code
FVM

Tools/Phenomenons

Runge's phenomenon