Skip to content

Commit

Permalink
improve docstring of FluxUpwind
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Dec 2, 2022
1 parent 3313d0c commit f17e286
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/equations/numerical_fluxes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -324,9 +324,12 @@ end
A numerical flux `f(u_left, u_right) = f⁺(u_left) + f⁻(u_right)` based on
flux vector splitting.
The [`SurfaceIntegralUpwind`](@ref) with a given `splitting` is analytically
equivalent to the [`SurfaceIntegralStrongForm`](@ref) with `FluxUpwind(splitting)`
as numerical flux.
The [`SurfaceIntegralUpwind`](@ref) with a given `splitting` is equivalent to
the [`SurfaceIntegralStrongForm`](@ref) with `FluxUpwind(splitting)`
as numerical flux (up to floating point differences).
!!! warning "Experimental implementation (upwind SBP)"
This is an experimental feature and may change in future releases.
"""
struct FluxUpwind{Splitting}
splitting::Splitting
Expand Down

0 comments on commit f17e286

Please sign in to comment.