Skip to content
Snippets Groups Projects
Commit a1966899 authored by Florian Atteneder's avatar Florian Atteneder
Browse files

fix domain assertion for blastwave1 test

parent 0c1001e9
No related branches found
No related tags found
1 merge request!91make shock tube and blast wave tests run for SRHD when using MDA AV
......@@ -225,7 +225,7 @@ function initialdata_equation_of_state(
@unpack x = get_static_variables(mesh.cache)
(xmin, xmax), = mesh.extends
@toggled_assert isapprox(xmin, -1.0) && isapprox(xmax, 1.0)
@toggled_assert isapprox(xmin, -0.5) && isapprox(xmax, 0.5)
@toggled_assert eos.gamma == 5/3
x0 = 0.0
ρ0 = [ (xi < x0) ? 10.0 : 1.0 for xi in x ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment