Skip to content

Commit

Permalink
fix convergence_tab_plot_call
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Mar 21, 2024
1 parent 47059e1 commit abaec58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/03_example_mprk22.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ plot(p1, p2, p3, plot_title = "oop")
# convergence order
using DiffEqDevTools
using PrettyTables
convergence_tab_plot(linmod_op, [MPE(); MPRK22(0.5); MPRK22(1.0)])
convergence_tab_plot(linmod_op, [MPE(); MPRK22(0.5); MPRK22(1.0)]; analytic = true)

# in-place implementation
function linmodP!(P, u, p, t)
Expand Down

0 comments on commit abaec58

Please sign in to comment.