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

remove unnecessary computations from callback

parent a3a77be7
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !71. Comments created here will be created in the context of that merge request.
......@@ -45,9 +45,9 @@ function callback_equation(state_u, state_t, env, P, isperiodic, eq::EulerEquati
t .= state_t
Sm1 .= S
flx_Sm1 .= flx_S
dg1d.new_broadcast_volume!(pressure, equation, env.mesh)
@unpack rho, q = get_dynamic_variables(cache)
@unpack p, eps = get_static_variables(cache)
# dg1d.new_broadcast_volume!(pressure, equation, env.mesh)
# @unpack rho, q = get_dynamic_variables(cache)
# @unpack p, eps = get_static_variables(cache)
dg1d.new_broadcast_volume!(entropy_variables, equation, env.mesh)
end
......
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