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 0d6e959 commit bb6a064Copy full SHA for bb6a064
examples/trixi_rosenbrock.jl
@@ -27,4 +27,5 @@ sol = solve(
27
dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback
28
ode_default_options()..., callback = callbacks,
29
# verbose=1,
30
- krylov_algo = :gmres,);
+ krylov_algo = :gmres
31
+);
0 commit comments