shallow_water_1d_display_test


shallow_water_1d_display_test, a MATLAB code which calls shallow_water_1d_display(), which displays a solution of the shallow water equations in 1D, generally as computed by the program shallow_water_1d.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Related Data and Programs:

shallow_water_1d_display, a MATLAB code which can display a solution of the shallow water equations in 1D, generally as computed by the program shallow_water_1d.

Source Code:

The command

        [ h_array, uh_array, x, t ] = shallow_water_1d ( 41, 100, 1.0, 0.2, 9.8 )
      
created the files:


Last modified on 25 March 2019.