Skip to content

Commit

Permalink
modified: examples/hybrid/sphere/deformation_flow.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaysridhar committed Nov 13, 2024
1 parent ef55195 commit f4fcc8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/hybrid/sphere/deformation_flow.jl
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,8 @@ tracer_ranges(sol) =
return maximum(q_n) - minimum(q_n)
end

tvd_sol = run_deformation_flow(false, TVDSlopeLimitedFlux, _dt)
lim_tvd_sol = run_deformation_flow(true, TVDSlopeLimitedFlux, _dt)
tvd_sol = run_deformation_flow(false, SlopeLimitedFlux, _dt)
lim_tvd_sol = run_deformation_flow(true, SlopeLimitedFlux, _dt)
third_upwind_sol = run_deformation_flow(false, upwind3, _dt)
fct_sol = run_deformation_flow(false, FCTZalesak, _dt)
lim_third_upwind_sol = run_deformation_flow(true, upwind3, _dt)
Expand Down

0 comments on commit f4fcc8d

Please sign in to comment.