fd1d_heat_steady_test, a C++ code which calls fd1d_heat_steady(), which applies the finite difference method to estimate the solution of the steady state heat equation over a one dimensional region, which can be thought of as a thin metal rod.
The information on this web page is distributed under the MIT license.
fd1d_heat_steady, a C++ code which uses the finite difference method (FDM) to solve the steady (time independent) heat equation in 1D.