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 2acedc8 commit ce7a3c7Copy full SHA for ce7a3c7
ext/NonlinearSolveSIAMFANLEquationsExt.jl
@@ -13,7 +13,7 @@ function SciMLBase.__solve(prob::NonlinearProblem, alg::SIAMFANLEquationsJL, arg
13
@unpack method, autodiff, show_trace, delta, linsolve = alg
14
15
iip = SciMLBase.isinplace(prob)
16
- T = eltype(u0)
+ T = eltype(prob.u0)
17
18
atol = abstol === nothing ? real(oneunit(T)) * (eps(real(one(T))))^(4 // 5) : abstol
19
rtol = reltol === nothing ? real(oneunit(T)) * (eps(real(one(T))))^(4 // 5) : reltol
0 commit comments