jonaswickman
jonaswickman
Here is the code I'm running: ```julia using DifferentialEquations using NonlinearSolve import PreallocationTools import ComponentArrays # u0 = Initial state vector, a ComponentVector # ee = The parameters of the...
It took me a while, but I managed to make a reproducer for this, although it's not very minimal. I've put the code here: https://github.com/jonaswickman/DiffEqIssueReproducer/. The repository has two folders,...
> are you sure that the system doesn't have multiple steady states? That depends on exactly what is referred to here. For the first case (`reproducer1.jl`) I'm very confident that...