Skip to content

Commit 1881e0b

Browse files
committed
deleted mild_slope in inital condition as it is not supported
1 parent 95bf075 commit 1881e0b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/equations/serre_green_naghdi_1d.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ function initial_condition_manufactured(x, t,
117117
D = zero(h)
118118
elseif equations.bathymetry_type isa BathymetryVariable
119119
D = -(1.5 - cospi(2 * x))
120-
elseif equations.bathymetry_type isa BathymetryMildSlope
121-
D = -(1.5 + 0.1 * x)
122120
else
123121
error("$(equations.bathymetry_type) not supported for initial_condition_manufactured")
124122
end

0 commit comments

Comments
 (0)