Skip to content

Commit

Permalink
add references
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Nov 17, 2023
1 parent e175878 commit 238f704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/equations/svaerd_kalisch_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ end
"""
initial_condition_manufactured(x, t, equations::SvaerdKalischEquations1D, mesh)
A smooth manufactured solution in combination with `source_terms_manufactured`.
A smooth manufactured solution in combination with [`source_terms_manufactured`](@ref).
"""
function initial_condition_manufactured(x, t,
equations::SvaerdKalischEquations1D,
Expand All @@ -102,7 +102,7 @@ end
"""
source_terms_manufactured(q, x, t, equations::SvaerdKalischEquations1D, mesh)
A smooth manufactured solution in combination with `initial_condition_manufactured`.
A smooth manufactured solution in combination with [`initial_condition_manufactured`](@ref).
"""
function source_terms_manufactured(q, x, t, equations::SvaerdKalischEquations1D)
g = equations.gravity
Expand Down

0 comments on commit 238f704

Please sign in to comment.