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.
1 parent 3b58592 commit 2900d0eCopy full SHA for 2900d0e
src/solve.jl
@@ -15,7 +15,7 @@ end
15
16
function SciMLBase.__solve(prob::SciMLBase.AbstractSteadyStateProblem, alg::DynamicSS,
17
args...; abstol = 1e-8, reltol = 1e-6, odesolve_kwargs = (;),
18
- save_idxs = nothing, termination_condition = NormTerminationMode(infnorm),
+ save_idxs = nothing, termination_condition = NonlinearSolveBase.NormTerminationMode(infnorm),
19
kwargs...)
20
tspan = __get_tspan(prob.u0, alg)
21
0 commit comments