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
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.
The text was updated successfully, but these errors were encountered:
devmotion
changed the title
Change interface of analytic DDE functions
Change interface of analytical solutions
Jul 1, 2019
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 usingf_analytic(u0, h, p, t)
, similar to the interface forf(u0, h, p, t)
.This change requires PRs to DiffEqBase, DiffEqProblemLibrary, and DelayDiffEq.
The text was updated successfully, but these errors were encountered: