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 a377b43 commit fa8ec8aCopy full SHA for fa8ec8a
src/ensemblegpukernel/nlsolve/utils.jl
@@ -17,7 +17,7 @@
17
Δz = linear_solve(W_eval, f_rhs)
18
z_i = z_i - Δz
19
20
- if norm(dt * integrator.f(tmp + γ * z_i, p, t + c * dt) - z_i) < abstol
+ if integrator.internalnorm(dt * integrator.f(tmp + γ * z_i, p, t + c * dt) - z_i, t) < abstol
21
break
22
end
23
0 commit comments