07-Jan-2022 19:53:52 fd1d_burgers_leap_test(): MATLAB/Octave version 9.8.0.1380330 (R2020a) Update 2 Test fd1d_burgers_leap(). FD1D_BURGERS_LEAP: MATLAB/Octave version 9.8.0.1380330 (R2020a) Update 2 Solve the non-viscous time-dependent Burgers equation, using the leap-frog method. Equation to be solved: du/dt + u * du/dx = 0 for x in [ a, b ], for t in [t_init, t_last] with initial conditions: u(x,o) = u_init and boundary conditions: u(a,t) = u_a(t), u(b,t) = u_b(t) -1.000000 <= X <= 1.000000 Number of nodes = 21 DX = 0.100000 0.000000 <= t <= 3.000000 Number of time steps = 30 DT = 0.100000 X: -1.000000 -0.900000 -0.800000 -0.700000 -0.600000 -0.500000 -0.400000 -0.300000 -0.200000 -0.100000 0.000000 0.100000 0.200000 0.300000 0.400000 0.500000 0.600000 0.700000 0.800000 0.900000 1.000000