We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
have_nonconservative_terms
1 parent ce5dee6 commit af2d1f9Copy full SHA for af2d1f9
src/equations/equations.jl
@@ -312,7 +312,7 @@ abstract type FluxNonConservative{STRUCTURE} end
312
Trait function determining whether `equations` represent a conservation law
313
with or without nonconservative terms. Classical conservation laws such as the
314
[`CompressibleEulerEquations2D`](@ref) do not have nonconservative terms. The
315
-[`IdealGlmMhdEquations2D`] are an example of equations with nonconservative terms.
+[`IdealGlmMhdEquations2D`](@ref) are an example of equations with nonconservative terms.
316
The return value will be `True()` or `False()` to allow dispatching on the return type.
317
"""
318
have_nonconservative_terms(::AbstractEquations) = False()
0 commit comments