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.
SII.state_values
NoInitCache
1 parent 35495ba commit 31525ccCopy full SHA for 31525cc
lib/NonlinearSolveBase/src/solve.jl
@@ -285,6 +285,8 @@ function get_reltol(cache::NonlinearSolveNoInitCache)
285
end
286
287
SII.parameter_values(cache::NonlinearSolveNoInitCache) = SII.parameter_values(cache.prob)
288
+SII.state_values(cache::NonlinearSolveNoInitCache) = SII.state_values(cache.prob)
289
+
290
function update_parameter_object!(cache::NonlinearSolveNoInitCache, p)
291
SciMLBase.reinit!(cache, cache.prob.u0, p)
292
0 commit comments