|
1D Heat Equation Solver 1.0
Computational Methods Assignment 2025
|
Numerical parameters controlling the discretization and output. More...
#include <types.hpp>

Public Attributes | |
| double | dx = 0.05 |
| Spatial step [cm]. | |
| double | dt = 0.01 |
| Time step [h]. | |
| double | tEnd = 0.5 |
| Final time [h]. | |
| double | outEvery = 0.1 |
| Output interval [h]. | |
Numerical parameters controlling the discretization and output.