burgers_exact_test
burgers_exact_test,
a C++ code which
calls burgers_exact() to
evaluate exact solutions of the time-dependent 1D viscous Burgers equation.
Licensing:
The information on this web page is distributed under the MIT license.
Related Data and Programs:
burgers_exact,
a C++ code which
evaluates exact solutions of
time-dependent 1D viscous Burgers equation.
Source Code:
-
burgers_exact_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_exact_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_exact_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_exact_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 11 February 2020.