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
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -74,7 +74,7 @@ function callback_hrsc(state_u, state_t, env, P, isperiodic, hrsc::HRSC.Abstract
@unpack mu, max_v = get_cell_variables(cache)
@unpack v = get_static_variables(cache)
@unpack rho = get_dynamic_variables(cache)
dg1d.new_broadcast_volume!(maxspeed, equation, cache)
dg1d.new_broadcast_volume!(maxspeed, equation, mesh)
Npts, K = layout(mesh)
mat_max_v = reshape(view(v, :), (Npts, K))
for k = 1:K
Loading