Skip to content
Snippets Groups Projects

make shock tube and blast wave tests run for SRHD when using MDA AV

Merged Florian Atteneder requested to merge fa/srhd-sod-shocktube into main
2 files
+ 2
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
0
@@ -525,6 +525,7 @@ end
initialdata_smooth!(env, P::Project, mesh::Mesh{FVElement}) = nothing
function initialdata_smooth!(env, P::Project, mesh)
!isregistered(mesh.cache, :mu) && return
@unpack D, S, tau = get_dynamic_variables(mesh.cache)
@unpack mu = get_cell_variables(mesh.cache)
bernstein = BernsteinReconstruction(mesh)
Loading