Skip to content
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

Explicitly specify Jacobian for DDE problems #69

Closed
dmew opened this issue May 25, 2018 · 1 comment · Fixed by #137
Closed

Explicitly specify Jacobian for DDE problems #69

dmew opened this issue May 25, 2018 · 1 comment · Fixed by #137

Comments

@dmew
Copy link

dmew commented May 25, 2018

The explicit specification of Jacobian for DDE problems is not yet supported?
e.g., for ODEs we can provide function
f(::Type{Val{:jac}},J,u,p,t)
but there is no way to specify Jacobian dependent on history function h, like
f(::Type{Val{:jac}},J,u,h,p,t)

@ChrisRackauckas
Copy link
Member

Yes, we don't have this yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants