We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35fe87 commit 0cd6d3fCopy full SHA for 0cd6d3f
examples/trixi_dirk.jl
@@ -29,7 +29,8 @@ sol = solve(
29
# Implicit.RKImplicitEuler();
30
# Implicit.KS22();
31
# Implicit.C23();
32
- Implicit.L33();
+ # Implicit.L33();
33
+ Implicit.RKTRBDF2();
34
dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback
35
ode_default_options()..., callback = callbacks,
36
# verbose=1,
0 commit comments