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
- Host: GitHub
- URL: https://github.com/bendudson/nodaldg.jl
- Owner: bendudson
- License: other
- Created: 2018-01-21T22:48:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-30T08:59:45.000Z (over 5 years ago)
- Last Synced: 2025-02-27T18:31:09.544Z (over 1 year ago)
- Language: Julia
- Size: 18.6 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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