Routine Name: Heat Equation Solution using Explicit Euler
Author: Kyle Hovey
Language: C++
Description/Purpose:
The heat equation is a linear partial differential equation:
Where \( k \) is some constant regulating diffusion.
Input:
Output:
Usage/Example:
Output:
Implementation/Code: