@@ -134,8 +134,7 @@ y_limits = (-0.03, 0.87)
134134# Model configurations: (semidiscretization, solution, label, conversion_function, linestyle)
135135models = [
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)
263262models = [
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