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

Change interface of analytical solutions #114

Closed
devmotion opened this issue Jul 1, 2019 · 0 comments · Fixed by #115
Closed

Change interface of analytical solutions #114

devmotion opened this issue Jul 1, 2019 · 0 comments · Fixed by #115

Comments

@devmotion
Copy link
Member

As discussed in SciML/DiffEqProblemLibrary.jl#39:

The interface f_analytic(u0, p, t) doesn't make much sense, the analytical solution should depend on the history function as well. I propose using f_analytic(u0, h, p, t), similar to the interface for f(u0, h, p, t).

This change requires PRs to DiffEqBase, DiffEqProblemLibrary, and DelayDiffEq.

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.

1 participant