Skip to content

Commit

Permalink
Update src/solvers/dgsem_unstructured/dg_2d.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
SimonCan and github-actions[bot] authored Dec 17, 2024
1 parent eb4c2bf commit 0af7185
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/solvers/dgsem_unstructured/dg_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,8 @@ end

# Function barrier for type stability
function calc_boundary_flux!(cache, t, boundary_conditions,
mesh::Union{UnstructuredMesh2D, P4estMesh, P4estMeshView, T8codeMesh},
mesh::Union{UnstructuredMesh2D, P4estMesh, P4estMeshView,
T8codeMesh},
equations, surface_integral, dg::DG)
@unpack boundary_condition_types, boundary_indices = boundary_conditions

Expand Down

0 comments on commit 0af7185

Please sign in to comment.