An open API service indexing awesome lists of open source software.

https://github.com/daleroberts/heat

Example solvers for the heat equation
https://github.com/daleroberts/heat

mathematics numerical-codes partial-differential-equations

Last synced: 8 months ago
JSON representation

Example solvers for the heat equation

Awesome Lists containing this project

README

          

Finite difference solvers for the heat equation in 1 and 2 dimensions.

Various algorithms (semidiscrete, explicit, LOD, Peaceman-Rachford,
Crank-Nicholson, etc) implemented in various languages (C, Fortran, Python,
Matlab) for teaching purposes.

Dale Roberts