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
- Host: GitHub
- URL: https://github.com/daleroberts/heat
- Owner: daleroberts
- Created: 2013-05-22T22:48:52.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-04-25T10:54:42.000Z (about 11 years ago)
- Last Synced: 2025-04-13T06:15:29.798Z (about 1 year ago)
- Topics: mathematics, numerical-codes, partial-differential-equations
- Language: C
- Size: 101 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
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