Skip to content

Commit

Permalink
update unit_test to specify riemann solver
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichen3 committed Aug 1, 2024
1 parent 2bc645b commit 0933ee9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyro/compressible/tests/test_compressible.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ def setup_method(self):
self.rp.params["eos.gamma"] = 1.4
self.rp.params["compressible.grav"] = 1.0

self.rp.params["compressible.riemann"] = "HLLC"

self.sim = sn.Simulation("compressible", "test", self.rp)
self.sim.initialize()

Expand Down

0 comments on commit 0933ee9

Please sign in to comment.