fd1d_burgers_lax_test, a C++ code which calls fd1d_burgers_lax() to solve the nonviscous time-dependent Burgers equation using finite differences and the Lax-Wendroff method.
The information on this web page is distributed under the MIT license.
fd1d_burgers_lax, a C++ code which applies the finite difference method (FDM) and the Lax-Wendroff method to solve the non-viscous Burgers equation in one spatial dimension and time.