dg1d_advection_test


dg1d_advection_test, a MATLAB code which calls dg1d_advection(), which uses the Discontinuous Galerkin Method (DG) to approximate a solution of the unsteady 1D advection equation. The original version of the code was written by Jan Hesthaven and Tim Warburton.

Licensing:

      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.
    

Related Data and Programs:

dg1d_advection, a MATLAB code which uses the Discontinuous Galerkin Method (DG) to approximate a solution of the advection Equation. The original version of the code was written by Jan Hesthaven and Tim Warburton.

Source Code:


Last modified on 04 January 2019.