There was an error while loading. Please reload this page.
1 parent 0d6e959 commit c8a68baCopy full SHA for c8a68ba
1 file changed
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