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.
2 parents add0bad + ba512f0 commit 6774e5dCopy full SHA for 6774e5d
src/perform_step/rosenbrock_perform_step.jl
@@ -1947,7 +1947,7 @@ end
1947
1948
if integrator.opts.adaptive
1949
if (integrator.alg isa Rodas5Pe)
1950
- du = 0.2606326497975715 * k1 - 0.005158627295444251 * k2 +
+ @. du = 0.2606326497975715 * k1 - 0.005158627295444251 * k2 +
1951
1.3038988631109731 * k3 + 1.235000722062074 * k4 +
1952
-0.7931985603795049 * k5 - 1.005448461135913 * k6 -
1953
0.18044626132120234 * k7 + 0.17051519239113755 * k8
0 commit comments