Skip to content

Commit

Permalink
Correct test data
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Aug 9, 2023
1 parent 6aeeeea commit 955a95e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_parabolic_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ isdir(outdir) && rm(outdir, recursive=true)
equations_parabolic = CompressibleNavierStokesDiffusion1D(equations, mu=mu(),
Prandtl=prandtl_number(),
gradient_variables = GradientVariablesEntropy()),
l2 = [0.0004702396543424139, 0.00032222144750623604, 0.0014999908210611393],
linf = [0.002994783988792271, 0.002864514179705944, 0.012717662985073375]
l2 = [0.0004608500483647771, 0.00032431091222851285, 0.0015159733360626845],
linf = [0.002754803146635787, 0.0028567714697580906, 0.012941794048176192]
)
end
end
Expand Down

0 comments on commit 955a95e

Please sign in to comment.