Ian Hawke

Results 13 issues of Ian Hawke

DG for the advection equation, following Hesthaven's book. I'm not sure how suitable this is for the notes, but it's an interesting comparison (and there seems to be some push...

"Fixes" the high order convergence for the WENO scheme by (a) using the 2-norm, (b) picking very specific orders to test. Linked PR for updating the notes to follow.

When students use this on university machines there was some confusion over the first steps section. Some tried to follow the instructions to install conda. Maybe shift the conda install...

Add more worked examples, or partially completed examples. Add link to solutions on the website

Add more links to further material.

In the basics document, either link or briefly explain how numbers are mapped to types.

Linked to https://github.com/openjournals/jose-reviews/issues/58 . This relates to https://github.com/albi3ro/M4/blob/master/Numerics/Roots_1D.ipynb . The top of the notebook emphasises (correctly IMO) the importance of graphing the function. However, there's no pictorial examples until quite...

In https://github.com/albi3ro/M4/blob/master/Graduate/Simplex.ipynb there seems to be a difference in definition between the discussion at the top (where, for example, a point is zero dimensional) and the output later on (where...

Linked to https://github.com/openjournals/jose-reviews/issues/61 . At the moment there are effectively two reading orders; the one from the [front page of the static blog](http://albi3ro.github.io/M4/), and the one in the [table of...

Linked to https://github.com/openjournals/jose-reviews/issues/61 . Having checked the "General" and "Prereqs" section, the following notebooks didn't run for me currently (Julia v 1.1, Mac): - [x] https://github.com/albi3ro/M4/blob/master/Prerequisites/Time%20Evolution.ipynb : Needs to import...