-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Speed up ODE solve #24
Comments
ref - https://diffeq.sciml.ai/stable/types/ode_types/#ode_prob for jacobian stuff.
|
need SciMLOperators, SparseDiffTools integration done to use |
# implicit
odealg = QNDF(autodiff=false)
odealg = RadauIIA5(autodiff=false) |
|
jac_prototype
, preconditioner to OrdinaryDiffEqCVODE_BDF
is very fast but randomly segfaults.Tsit5
is very reliable but explicit.The text was updated successfully, but these errors were encountered: