Skip to content

Commit

Permalink
fixed 03_example_mprk22: use analytic solution in convergence_tab_plot
Browse files Browse the repository at this point in the history
  • Loading branch information
SKopecz committed Mar 24, 2024
1 parent 6bc575b commit 2113ffb
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 @@ -85,7 +85,7 @@ plot(p1, p2, p3, plot_title = "in-place")
# convergence order
using DiffEqDevTools
using PrettyTables
convergence_tab_plot(linmod_ip, [MPE(); MPRK22(0.5); MPRK22(1.0)])
convergence_tab_plot(linmod_ip, [MPE(); MPRK22(0.5); MPRK22(1.0)]; analytic = true);

###############################################################################################################
### nonlinear model problem - non stiff
Expand Down

0 comments on commit 2113ffb

Please sign in to comment.