DoGPack is a software package for solving hyperbolic conservation laws using a modal discontinuous Galerkin discretizations. It has been designed with easy extensibility, performance, and exploration in mind. The main parts of the code are written in C++. This code outputs to files that can be read and processed by MATLAB or Python scripts that are part of the DoGPack distribution.
DoGPack features:
You can get the latest development version of DoGPack from https://bitbucket.org/imsejae/dogpack.
If you have any issues or need help using DoGPack, send send e-mail to the discussion group.
Note
In order to run examples on unstructured meshes, DoGPack requires a mesh generator that produces a mesh in a format that can be read by the DoGPack routines. MeshGenC++ is such a mesh generator and can be obtained at the following website: http://www.dogpack-code.org/MeshGenC++/.