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
I hadn't gotten to optimizing the Krylov setup yet since indeed they need a few things to be different from the direct methods. See #140 . Though I am a bit surprised to see them fail. But yes in general Krylov isn't ready here yet, but it's not too far off.
Should the code below be expected to work?
If instead
autodiff = false
:The issue in the latter case seems to be from the
jac_config
field in thecache
being empty https://github.com/SciML/NonlinearSolve.jl/blob/master/src/jacobian.jl#L27.These errors also occur with
TrustRegion
. Seems to be fine with e.g.DynamicSS(TRBDF2(linsolve=KrylovJL_GMRES())))
from SteadyStateDiffEq.The text was updated successfully, but these errors were encountered: