You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the culprit is in #init#10(alias_u0, maxiters, tol, internalnorm, kwargs, , prob, alg, args) at /Users/lmorton/.julia/packages/NonlinearSolve/WjsHK/src/solve.jl:35
Thanks! Yes, I don't think we have looked into units here so far. I think it might be really hard with some solvers because units don't play too well with linear algebra, but we could try.
Here's what I tried to do:
and then this happened:
It looks like the culprit is in
#init#10(alias_u0, maxiters, tol, internalnorm, kwargs, , prob, alg, args)
at/Users/lmorton/.julia/packages/NonlinearSolve/WjsHK/src/solve.jl:35
Here
fu
is:which propagates all the way down to the
setindex!
call that's trying to store the dimensionless result there.The text was updated successfully, but these errors were encountered: