You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the Sundials.jl package together with the DifferentialEquations.jl package and I wanted to use the isoutofdomain solver option to ensure that the solver does not try to compute the system state where the position coordinates are negative. I have noticed that in the solver compatibility chart this option is not yet available for the Sundials solvers.
Are there any plans to include that option soon? Alternatively, how could I limit IDA to go into regions where the system is not well defined?
The text was updated successfully, but these errors were encountered:
Hi,
I am using the
Sundials.jl
package together with theDifferentialEquations.jl
package and I wanted to use theisoutofdomain
solver option to ensure that the solver does not try to compute the system state where the position coordinates are negative. I have noticed that in the solver compatibility chart this option is not yet available for the Sundials solvers.Are there any plans to include that option soon? Alternatively, how could I limit IDA to go into regions where the system is not well defined?
The text was updated successfully, but these errors were encountered: