sinahab / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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.


Languages

Language:C 83.2%Language:R 16.8%