Ecosyste.ms: Awesome
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: 22 days 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-25T10:54:42.000Z (over 9 years ago)
- Last Synced: 2023-07-15T03:34:11.041Z (over 1 year ago)
- Topics: mathematics, numerical-codes, partial-differential-equations
- Language: C
- Size: 101 KB
- Stars: 8
- Watchers: 2
- 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