burgers_solution_test
burgers_solution_test
is a MATLAB program which
calls burgers_solution for 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 GNU LGPL license.
Related Data and Programs:
burgers_solution,
a MATLAB library which
evaluates exact solutions of
time-dependent 1D viscous Burgers equation.
Source Code:
-
burgers_solution_test.m,
calls all the tests.
-
burgers_solution_test.sh,
runs all the tests.
-
burgers_solution_test.txt,
the output file.
-
burgers_solution_test01.m,
considers exact solution #1 for 11 grid points in x and t.
-
burgers_solution_test01.txt,
a data file using 11 grid points in x and in t.
-
burgers_solution_test01.png,
an image of U(X,T) by MATLAB's surf() command.
-
burgers_solution_test02.m,
considers exact solution #1 for 41 grid points in x and t.
-
burgers_solution_test02.txt,
a data file using 41 grid points in x and in t.
-
burgers_solution_test02.png,
an image of U(X,T) by MATLAB's surf() command.
-
burgers_solution_test03.m,
considers exact solution #2 for 11 grid points in x and t.
-
burgers_solution_test03.txt,
a data file using 11 grid points in x and in t.
-
burgers_solution_test03.png,
an image of U(X,T) by MATLAB's surf() command.
-
burgers_solution_test04.m,
considers exact solution #2 for 41 grid points in x and t.
-
burgers_solution_test04.txt,
a data file using 41 grid points in x and in t.
-
burgers_solution_test04.png,
an image of U(X,T) by MATLAB's surf() command.
Last revised on 04 December 2018.