Skip to content

Commit

Permalink
Correct order
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm committed Feb 20, 2024
1 parent fd8ed8a commit 9adf2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solvers/dgsem_tree/subcell_limiters.jl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function SubcellLimiterIDP(equations::AbstractEquations, basis;
length(positivity_variables_nonlinear) > 0)

# When passing `min` or `max` in the elixir the specific function of Base is used.
# To speed up the simulation, we replace it with `Trixi.max` and `Trixi.min` respectively.
# To speed up the simulation, we replace it with `Trixi.min` and `Trixi.max` respectively.
local_onesided_variables_nonlinear_ = Tuple{Function, Function}[]
for (variable, operator) in local_onesided_variables_nonlinear
if operator === Base.max
Expand Down

0 comments on commit 9adf2fc

Please sign in to comment.