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 fa8ec8a commit b57808cCopy full SHA for b57808c
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 integrator.internalnorm(dt * integrator.f(tmp + γ * z_i, p, t + c * dt) - z_i, t) < abstol
+ if diffeqgpunorm(dt * integrator.f(tmp + γ * z_i, p, t + c * dt) - z_i, t) < abstol
21
break
22
end
23
0 commit comments