Skip to content

Commit

Permalink
Fix 3d tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm committed Jan 9, 2025
1 parent f8b0563 commit cf39726
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/solvers/fv_t8code/fv.jl
Original file line number Diff line number Diff line change
Expand Up @@ -832,10 +832,9 @@ function calc_boundary_flux!(du, cache, t, boundary_condition::BC, boundary_inde
return nothing
end

function prolong2mortars!(cache, mesh::T8codeMesh{2}, equations, solver::FV)
(; elements, mortars, communication_data) = cache
function prolong2mortars!(cache, mesh::T8codeMesh, equations, solver::FV)
(; mortars, communication_data) = cache
(; solution_data, domain_data, gradient_data) = communication_data
# (; midpoint, face_midpoints, reconstruction_gradient_limited) = elements

for mortar in eachmortar(solver, cache)
element_large = mortars.neighbor_ids[end, mortar]
Expand Down

0 comments on commit cf39726

Please sign in to comment.