Skip to content
Snippets Groups Projects
Commit 96325968 authored by Andreas Dedner's avatar Andreas Dedner
Browse files

change endtime for sod problem to 0.15

parent 5b297b94
No related branches found
No related tags found
1 merge request!4Latest features added to dune-fem-dg.
Pipeline #11434 failed
......@@ -83,7 +83,7 @@ def sod(dim,gamma):
riemanProblem( x[0], 0.5,
CompressibleEuler(dim,gamma).toCons([1,0,0,1]),
CompressibleEuler(dim,gamma).toCons([0.125,0,0,0.1])),\
[0, 0], [1, 0.25], [64, 16], 0.25,\
[0, 0], [1, 0.25], [64, 16], 0.15,\
"sod"
def radialSod1(dim,gamma):
space = Space(dim,dim+2)
......
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