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

Directories

 
methods

Files

 
grid.cpp
 Implementation of the uniform 1D grid and its validator.
 
io.cpp
 
main.cpp
 Test driver for the 1D heat conduction solver. Supports DuFort-Frankel, Richardson, Laasonen, and Crank-Nicolson schemes.
 
method.cpp
 Factory implementation for numerical schemes.
 
solver.cpp
 Time-marching driver for the 1D heat equation.
 
user_input.cpp