Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Printf = "1"
Roots = "2.1.6"
Static = "1.1.1"
StaticArrays = "1.9"
Trixi = "0.13.9"
Trixi = "0.14"
julia = "1.10"
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ HOHQMesh = "0.2"
Literate = "2.20"
OrdinaryDiffEqLowStorageRK = "1.3"
OrdinaryDiffEqSSPRK = "1.2"
Trixi = "0.13"
Trixi = "0.14"
Trixi2Vtk = "0.3.16"
TrixiBottomTopography = "0.1"
3 changes: 1 addition & 2 deletions src/solvers/subcell_limiters.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ function (limiter::Trixi.SubcellLimiterIDP)(u::AbstractArray{<:Any, 4},
t, dt;
kwargs...)
@unpack alpha = limiter.cache.subcell_limiter_coefficients
# TODO: Do not abuse `reset_du!` but maybe implement a generic `set_zero!`
Trixi.@trixi_timeit Trixi.timer() "reset alpha" Trixi.reset_du!(alpha, dg, semi.cache)
Trixi.@trixi_timeit Trixi.timer() "reset alpha" Trixi.set_zero!(alpha, dg, semi.cache)

if limiter.local_twosided
Trixi.@trixi_timeit Trixi.timer() "local twosided" Trixi.idp_local_twosided!(alpha,
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ OrdinaryDiffEqSSPRK = "1.2"
Printf = "1"
Roots = "2.1.6"
Test = "1"
Trixi = "0.13.9"
Trixi = "0.14"
TrixiBottomTopography = "0.1"
TrixiTest = "0.2.1"
2 changes: 1 addition & 1 deletion test/test_tree_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ end # 2LSWE
],
linf=[
1.438395397135686,
4.715200146867988,
4.718113394812609,
4.715083768860907,
4.440892098500626e-16
],
Expand Down