Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daleroberts/heat

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

mathematics numerical-codes partial-differential-equations

Last synced: 22 days 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