Skip to content

Commit

Permalink
Increased maximum allowed allocation bound for subcell limiting simul…
Browse files Browse the repository at this point in the history
…ation

Co-authored-by: Benjamin Bolm <[email protected]>
  • Loading branch information
amrueda and bennibolm authored Oct 24, 2023
1 parent e7d1b08 commit c7c3ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_tree_2d_mhd.jl
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ EXAMPLES_DIR = pkgdir(Trixi, "examples", "tree_2d_dgsem")
t = sol.t[end]
u_ode = sol.u[end]
du_ode = similar(u_ode)
@test (@allocated Trixi.rhs!(du_ode, u_ode, semi, t)) < 1000
@test (@allocated Trixi.rhs!(du_ode, u_ode, semi, t)) < 15000
end
end
end
Expand Down

0 comments on commit c7c3ca0

Please sign in to comment.