Skip to content
Snippets Groups Projects

Implement regularizations for Euler eq

Closed Florian Atteneder requested to merge fa/euler-new-regulates into main
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -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
Loading