From b69621238cc9fb7f17154b2a9dcecb6ac25c5aca Mon Sep 17 00:00:00 2001 From: Daniel_Doehring Date: Mon, 18 Sep 2023 15:52:26 +0200 Subject: [PATCH] format --- src/solvers/dgsem_unstructured/dg_2d.jl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/solvers/dgsem_unstructured/dg_2d.jl b/src/solvers/dgsem_unstructured/dg_2d.jl index 5d9c14df4e2..659e6c06e13 100644 --- a/src/solvers/dgsem_unstructured/dg_2d.jl +++ b/src/solvers/dgsem_unstructured/dg_2d.jl @@ -313,7 +313,8 @@ function calc_boundary_flux!(cache, t, boundary_condition::BoundaryConditionPeri end # Function barrier for type stability -function calc_boundary_flux!(cache, t, boundary_conditions::UnstructuredSortedBoundaryTypes, +function calc_boundary_flux!(cache, t, + boundary_conditions::UnstructuredSortedBoundaryTypes, mesh::Union{UnstructuredMesh2D, P4estMesh, T8codeMesh}, equations, surface_integral, dg::DG) @unpack boundary_condition_types, boundary_indices = boundary_conditions @@ -388,7 +389,7 @@ end nonconservative_terms::False, equations, surface_integral, dg::DG, cache, node_index, side_index, element_index, - boundary_index) where{BC} + boundary_index) where {BC} @unpack normal_directions = cache.elements @unpack u, node_coordinates = cache.boundaries @unpack surface_flux = surface_integral