1D Heat Equation Solver 1.0
Computational Methods Assignment 2025
Loading...
Searching...
No Matches
methods Directory Reference
Directory dependency graph for methods:
src/methods

Files

 
analytical.cpp
 
crank_nicolson.cpp
 Implementation of the Crank-Nicolson scheme using the Thomas Algorithm.
 
dufort_frankel.cpp
 
laasonen.cpp
 
richardson.cpp
 Richardson explicit scheme implementation.