Skip to content

Commit

Permalink
Merge branch 'tm/remove_surface_integral_from_prolong2mortars' into t…
Browse files Browse the repository at this point in the history
…m/new_shallow_water
  • Loading branch information
tristanmontoya committed Dec 25, 2024
2 parents 1b5e975 + b8410a0 commit ee9572b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Static = "0.8, 1"
StaticArrayInterface = "1.5.1"
StaticArrays = "1"
StrideArrays = "0.1.28"
Trixi = "0.9"
Trixi = "0.9.9"
julia = "1.9"
3 changes: 1 addition & 2 deletions src/solvers/dgsem_p4est/dg_2d_manifold_in_3d_cartesian.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ function Trixi.rhs!(du, u, t,

# Prolong solution to mortars
Trixi.@trixi_timeit Trixi.timer() "prolong2mortars" begin
Trixi.prolong2mortars!(cache, u, mesh, equations,
dg.mortar, dg.surface_integral, dg)
Trixi.prolong2mortars!(cache, u, mesh, equations, dg.mortar, dg)
end

# Calculate mortar fluxes
Expand Down

0 comments on commit ee9572b

Please sign in to comment.