Skip to content

Commit

Permalink
Update src/equations/compressible_euler_2d.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Andrés Rueda-Ramírez <[email protected]>
  • Loading branch information
bennibolm and amrueda authored Dec 4, 2023
1 parent 714a572 commit f894bd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/equations/compressible_euler_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -462,9 +462,9 @@ end
equations)
end

# Inner function to distinguish between different mesh types.
@inline function characteristic_boundary_value_function_inner(outer_boundary_value_function,
u_inner, srho, vn, x, t,
# Function to compute the outer state of the characteristics-based boundary condition. This function is called by all mesh types.
@inline function calc_characteristic_boundary_value_function(outer_boundary_value_function,
u_inner, srho, vn, x, t,
equations::CompressibleEulerEquations2D)
# get pressure and Mach from state
p = pressure(u_inner, equations)
Expand Down

0 comments on commit f894bd5

Please sign in to comment.