burgers_solution_test
burgers_solution_test,
a C code which
calls burgers_solution() to
evaluate exact solutions of the time-dependent 1D viscous Burgers equation.
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:
burgers_solution,
a C code which
evaluates exact solutions of
the time-dependent 1D viscous Burgers equation.
Source Code:
-
burgers_solution_test01.txt,
a data file of solution #1 values for -1 <= x <= +1,
0 <= t <= 3/pi, using 11 grid points in x and in t.
-
burgers_solution_test02.txt,
a data file of solution #1 values for -1 <= x <= +1,
0 <= t <= 3/pi, using 41 grid points in x and in t.
-
burgers_solution_test03.txt,
a data file of solution #2 values for 0 <= x <= 2 Pi,
0 <= t <= 1, using 11 grid points in x and in t.
-
burgers_solution_test04.txt,
a data file of solution #2 values for 0 <= x <= 2 Pi,
0 <= t <= 1, using 41 grid points in x and in t.
Last revised on 10 June 2019.