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

interface to DDE problems in DifferentialEquations.jl #17

Open
dmew opened this issue Jul 30, 2021 · 1 comment
Open

interface to DDE problems in DifferentialEquations.jl #17

dmew opened this issue Jul 30, 2021 · 1 comment

Comments

@dmew
Copy link

dmew commented Jul 30, 2021

The interface to ODE solvers in DifferentialEquations.jl is fantastic.
What would be really great is to have an interface for DDE problems as well.
Is it feasible or too much to ask for? Thanks!

@j-fu
Copy link
Owner

j-fu commented Jul 30, 2021

Yeah that was just a shot into the mist in the sense - let's try and see if it works, and it seems to do quite well. In particular it allows to get access to state of the art time integrators with minimal implementation cost.

I already put non-autonomous systems (e.g. driven by boundary oscillations) onto my todo list.

DDEs are not on my list so far, but I will think about them. Do you have a particular problem in mind ?

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

No branches or pull requests

2 participants