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

remove unnecessary computations from callback

parent a38092dd
No related branches found
No related tags found
1 merge request!71Implement regularizations for Euler eq
......@@ -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