Awesome
SteadyStateDiffEq.jl
SteadyStateDiffEq.jl is a component package in the DifferentialEquations ecosystem. It holds the steady state solvers for differential equations. While completely independent and usable on its own, users interested in using this functionality should check out DifferentialEquations.jl.
Breaking Changes in v2
NLsolve.jl
dependency has been dropped.SSRootfind
requires a nonlinear solver to be specified.DynamicSS
no longer storesabstol
andreltol
. To use separate tolerances for the odesolve and the termination, specifyodesolve_kwargs
insolve
.- The deprecated termination conditions are dropped, see NonlinearSolve.jl Docs for details on this.