forked from clawpack/clawpack
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule amrclaw
updated
3 files
+0 −36 | examples/euler_3d_radial/qinit.f | |
+32 −0 | examples/euler_3d_radial/qinit.f90 | |
+2 −2 | src/1d/prepc.f |
Submodule geoclaw
updated
24 files
Submodule pyclaw
updated
16 files
+7 −4 | README.md | |
+16 −18 | examples/shallow_sphere/qcor.f90 | |
+29 −28 | examples/shallow_sphere/qinit.f90 | |
+59 −57 | examples/shallow_sphere/setaux.f90 | |
+86 −86 | examples/shallow_sphere/step2qcor.f90 | |
+78 −78 | src/pyclaw/classic/flux2.f90 | |
+330 −337 | src/pyclaw/classic/flux3.f90 | |
+351 −360 | src/pyclaw/classic/flux3fw.f90 | |
+35 −39 | src/pyclaw/classic/limiter.f90 | |
+25 −46 | src/pyclaw/classic/philim.f90 | |
+58 −68 | src/pyclaw/classic/step1.f90 | |
+113 −114 | src/pyclaw/classic/step2.f90 | |
+60 −54 | src/pyclaw/classic/step2ds.f90 | |
+387 −389 | src/pyclaw/classic/step3.f90 | |
+174 −177 | src/pyclaw/classic/step3ds.f90 | |
+2 −2 | src/pyclaw/fileio/hdf5.py |