Randall J. LeVeque
Randall J. LeVeque
Implementing clawpack/clawpack#190.
I removed from both places and relocated to where they seem least disruptive, before the "shock formation" section.
A list of some things that we need to do still: 1. Put github links for all `exact_solvers` codes in each notebook? 1. If we put these in, modify `fix_latex_file.py`...
Noticed while going through #74... - [ ] Introduction.ipynb: double rarefaction at earliest t shows artifacts at discontinuity, - [ ] Introduction.ipynb: The interacts have `t = 0.001` to avoid...
@ketch: The ianimates in `Kitchen_sink_problem.ipynb` seem to produce empty axes. I haven't investigated...
I'm trying to get everything working on the Azure notebook server. You should be able to try it out from this link: ~~https://notebooks.azure.com/anon-gmbcuq/libraries/riemann_book~~ https://notebooks.azure.com/rjleveque/libraries/riemann-book Some issues: Linking to figures using...
Some notes from discussion with @fperez yesterday... 1. We should take a look at https://github.com/takluyver/bookbook regarding cross referencing between notebooks. 1. Regarding https://github.com/ipython/ipywidgets/issues/1085, this seems to be fixed in the...
Follow up on #652 and see if something deeper is going on with the issue raised by @bolliger32.
I'm trying to build the pyclaw galleries and everything works fine with [v5.7.0rc](https://github.com/clawpack/clawpack/pull/182) except in `examples/shallow_sphere` where running `Rossby_wave.py` or `test_shallow_sphere.py` gives a segmentation fault.
I was having problems reading in a single frame of a solution using `solution.Solution` and finally tracked it down to the fact that although the first parameter of `Solution` is...