Do not follow this link

~gdanix/Jacobi_heat_equation

Add readme and add emacs backup files to the gitignore

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~gdanix/Jacobi_heat_equation
read/write
git@git.sr.ht:~gdanix/Jacobi_heat_equation

You can also use your local clone with git send-email.

#Jacobi heat equation

A little experiment on data crunching and visualization with Haskell. A visualization of the heat distribution in a cold plate with 2 heat points using the simple Jacobi heat equation solver.

Late night prototype to be commented, use at your own risk.

The following animation is the result of compiling and running the Haskell code, and then running the bash script:

  • 5000 iterations
  • 1 frame per 10 iterations
  • 50x50 pixels
  • 1 minute of electricity wasted

Heat simulation animation

Do not follow this link