Skip to content

Commit ec0b7d4

Browse files
authored
revert structured mesh without combined fluxes (#2665)
1 parent 3c43787 commit ec0b7d4

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/solvers/dgsem_structured/dg_2d.jl

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -542,24 +542,6 @@ end
542542
StructuredMeshView{2}},
543543
have_nonconservative_terms::True, equations,
544544
surface_integral, dg::DG, cache)
545-
calc_interface_flux!(surface_flux_values, left_element, right_element, orientation,
546-
u, mesh, have_nonconservative_terms,
547-
combine_conservative_and_nonconservative_fluxes(surface_integral.surface_flux,
548-
equations),
549-
equations, surface_integral,
550-
dg, cache)
551-
return nothing
552-
end
553-
554-
@inline function calc_interface_flux!(surface_flux_values, left_element, right_element,
555-
orientation, u,
556-
mesh::Union{StructuredMesh{2},
557-
StructuredMeshView{2}},
558-
have_nonconservative_terms::True,
559-
combine_conservative_and_nonconservative_fluxes::False,
560-
equations,
561-
surface_integral, dg::DG, cache)
562-
563545
# See comment on `calc_interface_flux!` with `have_nonconservative_terms::False`
564546
if left_element <= 0 # left_element = 0 at boundaries
565547
return nothing

0 commit comments

Comments
 (0)