fd1d_wave_test


fd1d_wave_test, a C code which calls fd1d_wave(), which applies the finite difference method to solve a version of the wave equation in one spatial dimension.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

fd1d_wave, a C code which applies the finite difference method (FDM) to solve the time-dependent wave equation utt = c * uxx in one spatial dimension.

Source Code:

test01_plot sets up the "shark wave".

test02_plot sets up a sine wave.


Last revised on 21 June 2019.