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
NonlinearSolve.jl needs to completely change to match the OrdinaryDiffEq interface, using LinearSolve.jl and the same automatic differentiation interface with SparseDiffTools and all. This is planned to happen soon though.
It just ends up calling plain
ForwardDiff.jacobian
without specifying the chunk size:https://github.com/SciML/NonlinearSolve.jl/blob/master/src/jacobian.jl#L31-L38
The text was updated successfully, but these errors were encountered: