diff --git a/src/equations/shallow_water_1d.jl b/src/equations/shallow_water_1d.jl index 2964247026..aa9b9af009 100644 --- a/src/equations/shallow_water_1d.jl +++ b/src/equations/shallow_water_1d.jl @@ -6,7 +6,7 @@ #! format: noindent @doc raw""" - ShallowWaterEquations1D(; gravity, H0 = 0) + ShallowWaterEquations1D(; gravity_constant, H0 = 0) Shallow water equations (SWE) in one space dimension. The equations are given by ```math diff --git a/src/equations/shallow_water_2d.jl b/src/equations/shallow_water_2d.jl index 510d4560f9..0380ef60c0 100644 --- a/src/equations/shallow_water_2d.jl +++ b/src/equations/shallow_water_2d.jl @@ -6,7 +6,7 @@ #! format: noindent @doc raw""" - ShallowWaterEquations2D(; gravity, H0 = 0) + ShallowWaterEquations2D(; gravity_constant, H0 = 0) Shallow water equations (SWE) in two space dimensions. The equations are given by ```math diff --git a/src/equations/shallow_water_quasi_1d.jl b/src/equations/shallow_water_quasi_1d.jl index eb90fb53f3..c6ab39e963 100644 --- a/src/equations/shallow_water_quasi_1d.jl +++ b/src/equations/shallow_water_quasi_1d.jl @@ -6,7 +6,7 @@ #! format: noindent @doc raw""" - ShallowWaterEquationsQuasi1D(; gravity, H0 = 0, threshold_limiter = nothing threshold_wet = nothing) + ShallowWaterEquationsQuasi1D(; gravity_constant, H0 = 0) The quasi-1D shallow water equations (SWE). The equations are given by ```math