dg1d_burgers_test, an Octave code which calls dg1d_burgers(), which applies the Discontinuous Galerkin Method (DG) to approximate a solution of the time dependent 1D Burgers Equation.
Permission to use this software for noncommercial
research and educational purposes is hereby granted
without fee. Redistribution, sale, or incorporation
of this software into a commercial product is prohibited.
The authors or publisher disclaims any and all warranties
with regard to this software, including all implied
warranties of merchantability and fitness for any
particular purpose. In no event shall the authors or
the publisher be liable for any special, indirect or
consequential damages or any damages whatsoever
resulting from loss of use, data or profits.
dg1d_burgers, an Octave code which uses the Discontinuous Galerkin Method (DG) to approximate a solution of the unsteady 1D Burgers Equation. The original version of the code was written by Jan Hesthaven and Tim Warburton.