Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 446 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 446 Bytes

Discontinous-Galerkin-method

This project implements high-order accurate entropy stable discontinuous Galerkin schemes using artificial viscosity.

The method is detailed in the report (ES_DG_Report.pdf)

Usage

Parameters can be changed in the src/parameters.hpp file.

Type make to compile and then run with ./run .

To visualize the results, run python plotter.py. Some parameters (at the beginning of the script) should be tuned.