37 static std::vector<double>
Analytical solution for the 1D heat equation.
static std::vector< double > get_profile(double t, const std::vector< double > &x_grid, const PhysParams &phys)
Generate a full temperature profile for a set of grid points.
static double solve(double t, double x, const PhysParams &phys)
Compute the exact temperature at a given time and position.
Physical parameters of the wall heat conduction problem.
Basic physical and numerical parameter types for the 1D heat problem.