Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jlchan authored Jul 31, 2023
1 parent 17d259d commit c2f1ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

This package contains routines to initialize reference element operators, physical mesh arrays, and connectivity arrays for nodal discontinuous Galerkin (DG) methods. The codes are roughly based on *Nodal Discontinuous Galerkin Methods* by Hesthaven and Warburton (2007). The original port from Matlab to Julia was by [Yimin Lin](https://github.com/yiminllin), with subsequent modifications by Jesse Chan and other contributors.

This package is registered and can be installed via `] add StartUpDG`.
This package is registered and can be installed via `] add StartUpDG` or `using Pkg; Pkg.add("StartUpDG")`.

# Usage overview

Expand Down

0 comments on commit c2f1ba3

Please sign in to comment.