fd1d_heat_implicit_test, an Octave code which calls fd1d_heat_implicit(), which solves the time-dependent 1D heat equation, using the finite difference method (FDM) in space, and a backward Euler method in time.
The computer code and data files described and made available on this web page are distributed under the MIT license
fd1d_heat_implicit, an Octave code which solves the time-dependent 1D heat equation, using the finite difference method (FDM) in space, and a backward Euler method in time.