Skip to content

Commit 05f0e65

Browse files
GodotMisogiGodotMisogi
authored andcommitted
Updated plot titles in KdV and KS benchmarks
1 parent b1241a6 commit 05f0e65

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

benchmarks/SimpleHandwrittenPDE/kdv_fdm_wpd.jmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ labels = hcat(
199199
print_names=true, names=labels, numruns=5, error_estimate=:l2,
200200
save_everystep=false, appxsol=test_sol, maxiters=Int(1e5));
201201

202-
plot(wp, label=labels, markershape=:auto, title="IMEX Methods, Krylov Linsolve, Low Tolerances")
202+
plot(wp, label=labels, markershape=:auto, title="IMEX Methods, Low Tolerances")
203203
```
204204

205205
#### Exponential Integrators

benchmarks/SimpleHandwrittenPDE/kdv_spectral_wpd.jmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ labels = hcat(
194194
print_names=true, names=labels, numruns=5, error_estimate=:l2,
195195
save_everystep=false, appxsol=test_sol, maxiters=Int(1e5));
196196

197-
plot(wp, label=labels, markershape=:auto, title="IMEX Methods, Krylov Linsolve, Low Tolerances")
197+
plot(wp, label=labels, markershape=:auto, title="IMEX Methods, Low Tolerances")
198198
```
199199

200200
#### Exponential Integrators

benchmarks/SimpleHandwrittenPDE/ks_fdm_wpd.jmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ labels = hcat(
197197
print_names=true, names=labels, numruns=5, error_estimate=:l2,
198198
save_everystep=false, appxsol=test_sol, maxiters=Int(1e5));
199199

200-
plot(wp, label=labels, markershape=:auto, title="IMEX Methods, Krylov Linsolve, Low Tolerances")
200+
plot(wp, label=labels, markershape=:auto, title="IMEX Methods, Low Tolerances")
201201
```
202202

203203
#### Exponential Integrators

benchmarks/SimpleHandwrittenPDE/ks_spectral_wpd.jmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ labels = hcat(
194194
print_names=true, names=labels, numruns=5, error_estimate=:l2,
195195
save_everystep=false, appxsol=test_sol, maxiters=Int(1e5));
196196

197-
plot(wp, label=labels, markershape=:auto, title="IMEX Methods, Krylov Linsolve, Low Tolerances")
197+
plot(wp, label=labels, markershape=:auto, title="IMEX Methods, Low Tolerances")
198198
```
199199

200200
#### Exponential Integrators

0 commit comments

Comments
 (0)