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.
kwargs
cache.kwargs
1 parent a450eec commit 7b213a8Copy full SHA for 7b213a8
lib/NonlinearSolveFirstOrder/src/solve.jl
@@ -266,7 +266,7 @@ function InternalAPI.step!(
266
end
267
# In the 2nd call the `new_jacobian` is guaranteed to be `true`.
268
cache.make_new_jacobian = true
269
- InternalAPI.step!(cache; recompute_jacobian = true, kwargs...)
+ InternalAPI.step!(cache; recompute_jacobian = true, cache.kwargs...)
270
return
271
272
0 commit comments