Skip to content

Commit 9318a02

Browse files
committed
re-enable Svärd-Kalisch in docs
1 parent d2a66a0 commit 9318a02

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/src/dingemans.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,7 @@ y_limits = (-0.03, 0.87)
134134
# Model configurations: (semidiscretization, solution, label, conversion_function, linestyle)
135135
models = [
136136
(semi_bbmbbm, sol_bbmbbm, "BBM-BBM", shifted_waterheight, :solid),
137-
# Svärd-Kalisch has a phase shift which need to be adjusted for in the initial condition
138-
# (semi_sk, sol_sk, "Svärd-Kalisch", waterheight_total, :dashdotdot),
137+
(semi_sk, sol_sk, "Svärd-Kalisch", waterheight_total, :dashdotdot),
139138
(semi_sgn, sol_sgn, "Serre-Green-Naghdi", waterheight_total, :dot),
140139
(semi_hysgn, sol_hysgn, "Hyperbolic Serre-Green-Naghdi", waterheight_total, :dashdot)
141140
]
@@ -262,8 +261,7 @@ y_limits = (-0.03, 0.87)
262261
# Model configurations: (semidiscretization, solution, label, conversion_function, linestyle)
263262
models = [
264263
(semi_bbmbbm, sol_bbmbbm, "BBM-BBM", shifted_waterheight, :solid),
265-
# Svärd-Kalisch has a phase shift which need to be adjusted for in the initial condition
266-
# (semi_sk, sol_sk, "Svärd-Kalisch", waterheight_total, :dashdotdot),
264+
(semi_sk, sol_sk, "Svärd-Kalisch", waterheight_total, :dashdotdot),
267265
(semi_sgn, sol_sgn, "Serre-Green-Naghdi", waterheight_total, :dot),
268266
(semi_hysgn, sol_hysgn, "Hyperbolic Serre-Green-Naghdi", waterheight_total, :dashdot)
269267
]

0 commit comments

Comments
 (0)