forked from clawpack/riemann
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request clawpack#48 from rjleveque/5.2.1rc
5.2.1rc-beta
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule geoclaw
updated
from d8379b to 1d5777
Submodule pyclaw
updated
16 files
+8 −0 | CHANGES.md | |
+1 −0 | examples/__init__.py | |
+8 −10 | examples/euler_1d/shocksine.py | |
+9 −8 | examples/euler_1d/woodward_colella_blast.py | |
+8 −6 | examples/euler_2d/euler_2d.py | |
+13 −29 | examples/euler_2d/quadrants.py | |
+3 −1 | examples/euler_2d/shock_bubble_interaction.py | |
+10 −8 | examples/euler_3d/Sedov.py | |
+9 −8 | examples/euler_3d/shocktube.py | |
+11 −11 | examples/shallow_1d/dam_break.py | |
+128 −0 | examples/shallow_1d/sill.py | |
+13 −15 | examples/shallow_2d/radial_dam_break.py | |
+3 −0 | src/pyclaw/classic/solver.py | |
+1 −0 | src/pyclaw/plot.py | |
+3 −0 | src/pyclaw/sharpclaw/solver.py | |
+2 −2 | src/pyclaw/solver.py |
Submodule riemann
updated
3 files
+57 −0 | src/python/riemann/shallow_1D_py.py | |
+1 −1 | src/rpt3_burgers.f90 | |
+1 −1 | src/rptt3_burgers.f90 |