Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm committed Dec 4, 2023
1 parent b5e1b10 commit 714a572
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/equations/compressible_euler_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ Should be used together with [`StructuredMesh`](@ref).
end

# TODO: Add docstring when about to merge.
# Using with TreeMesh{2}
@inline function characteristic_boundary_value_function(outer_boundary_value_function,
u_inner, orientation::Integer,
direction, x, t,
Expand All @@ -419,6 +420,7 @@ end
equations)
end

# Using with StructuredMesh{2}
@inline function characteristic_boundary_value_function(outer_boundary_value_function,
u_inner,
normal_direction::AbstractVector,
Expand All @@ -442,6 +444,7 @@ end
equations)
end

# Using with P4estMesh{2}
@inline function characteristic_boundary_value_function(outer_boundary_value_function,
u_inner,
normal_direction::AbstractVector,
Expand Down

0 comments on commit 714a572

Please sign in to comment.