Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisshChawla committed Nov 24, 2023
1 parent 0ef0305 commit f51e161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/tree_1d_dgsem/elixir_euler_quasi_1d_ec.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function initial_condition_ec(x, t, equations::CompressibleEulerEquationsQuasi1D
rho = 2.0 + 0.1 * x[1]
p = 3.0
a = 2.0 + x[1]

return prim2cons(SVector(rho, v1, p, a), equations)
end

Expand Down Expand Up @@ -65,4 +65,4 @@ callbacks = CallbackSet(summary_callback,
sol = solve(ode, CarpenterKennedy2N54(williamson_condition = false),
dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback
save_everystep = false, callback = callbacks);
summary_callback() # print the timer summary
summary_callback() # print the timer summary

0 comments on commit f51e161

Please sign in to comment.