SteadyStateDiffEq.jl icon indicating copy to clipboard operation
SteadyStateDiffEq.jl copied to clipboard

Solvers for steady states in scientific machine learning (SciML)

Results 8 SteadyStateDiffEq.jl issues
Sort by recently updated
recently updated
newest added

Using very small values for abstol and reltol (1e-14) with DynamicSS on a SteadyStateProblem, FiniteDiff solves out to t = 70,000, while ForwardDiff stops at t = 228. The true...

This is related to the termination criteria potentially stopping too early with default values of abstol and reltol. If the abstol or reltol are set low to prevent early termination,...

In the Catalyst tests we are seeing ```julia ┌ Warning: `SteadyStateDiffEqTerminationMode` is deprecated and isn't used in any upstream library. Remove uses of this. │ caller = __solve at solve.jl:16...

This: ```julia using OrdinaryDiffEq, SteadyStateDiffEq, ModelingToolkit using ModelingToolkit: t_nounits as t, D_nounits as D using ModelingToolkit: getu, getp, setu, setp @parameters p d @variables X(t) X2(t) eqs = [ D(X)...

bug

Default choice of ODE solver recently got moved from DifferentialEquations to OrdinaryDiffEq. This should somehow also have an effect in SteadyStateDiffEq. However: ```julia using SteadyStateDiffEq ... ssprob = SteadyStateProblem(f, u0,...

bug

There is no documentation link on the GitHub start page (either specifically for SteadyStateDiffEq, or in NonlinearSolve. Also, the doc link regarding termination conditions is broken.

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @​salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...

dependencies
github_actions

Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.18.0 to 1.34.0. Release notes Sourced from crate-ci/typos's releases. v1.34.0 [1.34.0] - 2025-06-30 Features Updated the dictionary with the June 2025 changes v1.33.1 [1.33.1] - 2025-06-02 Fixes...

dependencies
github_actions