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
Direct usage of Funs in OrdinaryDiffEq.jl works... but kind of.
After a few steps, the size of the Fun's coefficient array grows really large and numerical errors occur. On the same problem, the fixed size Fun does okay, so I think it must be due to how the array just keeps growing.
Direct usage of
Funs in OrdinaryDiffEq.jl works... but kind of.After a few steps, the size of the
Fun's coefficient array grows really large and numerical errors occur. On the same problem, the fixed sizeFundoes okay, so I think it must be due to how the array just keeps growing.