-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plot red blue stripes #74
Conversation
…tripes. Illustrated in Euler_equations.ipynb where density is colored red to left and blue to right of contact discontinuity.
Also add snapshot_widget option to Traffic_flow.ipynb
…amples. Added new function to utils/riemann_tools.py to make simple demo plots and improved setting of x_traj points so stripes are equal width near origin
* master: (23 commits) Updated nbstripout to remove metadata Merged pull request Editorial changes to Tammann notebook. Added characterisitics Added section in negative pressure Minor changes to examples Put repeated code into a function. Update Docker.md Update Docker.md Minor update to TammannNB Fix a couple more typos. Fix a typo. Don't show delta shocks when t=0. Add exercise regarding low Froude number limit. Add references and notes on large Froude number limit in pressureless flow chapter. Forgot to nbstrip on previous commit Added examples to Euler Tammann NB Updated Tammann book revert dirty notebooks commited by accident Add clawpack to Dockerfile and instructions for pulling from riemann@master ...
* master: Add SIAM Book latex class file. Apply SIAM book formatting to pdf. Include preface in pdf. Use \small for code in pdf. Use SVG backend so that graphics are in vector format. Adjust figure and font sizes to work with SVG backend. Plot Riemann solution and phase plane together for nonlinear elasticity. Fix numerous minor issues in notebooks. Add Preface and fix some issues with bookbook. Improved presentation in Shallow_water.ipynb. Use t=0.2 instead of t=0 for static widget output. Run pdflatex one more time for citations. Remove stray comma from merge. Add 5 more chapters to book. Use report template and update script name. Initial effort at compiling book.
Okay, I believe that this PR incorporates everything from #71 while avoiding the merge issues that appeared there. @rjleveque please take a look and feel free to merge this if it looks right to you. |
This looks right - I'm going to merge it so we can move forward and build on it. Note that it does not include the There are a few things I noticed going through the notebooks to deal with later, I made a new issue #75. |
I've redone the merge of master into this branch; there were conflicts in Traffic_flow.ipynb (including duplication of a figure) that I resolved manually.