SteadyStateDiffEq.jl

This is a wrapper package for using ODE solvers from DifferentialEquations.jl into the SciML interface. Note that these solvers do not come by default, and thus one needs to install the package before using these solvers:

import Pkg
Pkg.add("SteadyStateDiffEq")
import SteadyStateDiffEq as SSDE

These methods can be used independently of the rest of NonlinearSolve.jl

    Solver API

    The DynamicSS, SSRootfind, and SICNM algorithms are defined and documented by SteadyStateDiffEq.