/dissipation-equation

Numerical solution to the 1D dissipation-equation using the forward-difference (explicit) method, the backward-difference (implicit) method, and the Crank-Nicholson method in C. Visualizing the results in R.

Primary LanguageC

dissipation-equation

  • main.c: Numerically solve the 1D dissipation-equation using the forward-difference (explicit) method, the backward-difference (implicit) method, and the Crank-Nicholson method in C.

  • visualize.R: Visualizing the results in R.