dg1d_heat_test, a MATLAB program which calls dg1d_heat to use the Discontinuous Galerkin Method (DG) to approximate a solution of the unsteady 1D heat Equation. The original version of the code was written by Jan Hesthaven and Tim Warburton.
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_heat, a MATLAB library which uses the Discontinuous Galerkin Method (DG) to approximate a solution of the unsteady 1D heat Equation. The original version of the code was written by Jan Hesthaven and Tim Warburton.