An open API service indexing awesome lists of open source software.

https://github.com/bendudson/nodaldg.jl

Nodal Discontinuous Galerkin in Julia
https://github.com/bendudson/nodaldg.jl

Last synced: 8 months ago
JSON representation

Nodal Discontinuous Galerkin in Julia

Awesome Lists containing this project

README

          

NodalDG.jl
==========

Julia translation and modification of MATLAB scripts that accompany the text on
Nodal Disontinuous Galerkin methods by Jan S. Hesthaven and Tim Warburton
available from https://github.com/tcew/nodal-dg/

Currently a work in progress

To run the 1D advection example

$ julia advec1d.jl

To run the tests

$ julia runtests.jl

Dependencies
------------

* FastGaussQuadrature https://github.com/ajt60gaibb/FastGaussQuadrature.jl