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

fix freezing of Sr

parent 8401fae2
Branches fa/subcell
No related tags found
No related merge requests found
......@@ -1825,7 +1825,7 @@ function rhs!(mesh, P::Project{:spherical1d}, hrsc::HRSC.AbstractArtificialVisco
end
if :Sr P.prms.freeze_vars
compute_rhs_weak_form!(rhs_Sr, flr_Sr, src_Sr, nflr_Sr, mesh)
compute_rhs_weak_form!(rhs_Sr, flr_Sr, src_Sr, nflr_Sr, mesh)
compute_rhs_weak_form!(rhs_Sr, flr_Sr, src_Sr, nflr_Sr, sdg, freeze_mask)
end
if :τ P.prms.freeze_vars
compute_rhs_weak_form!(rhs_τ, flr_τ, src_τ, nflr_τ, mesh)
......
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