Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Make use of DifferentialEquations.jl #1

Open
ufechner7 opened this issue Aug 5, 2018 · 2 comments
Open

Make use of DifferentialEquations.jl #1

ufechner7 opened this issue Aug 5, 2018 · 2 comments

Comments

@ufechner7
Copy link

Using the abstract solver interface as defined in DifferentialEquations.jl would make it possible to use different solvers in the future. In particular the option to use solvers written in Julia that support all Julia data types would create new possibilities.

@MartinOtter
Copy link
Member

Yes, this is already planned (mentioned at beginning of README.md file and in the "Plans for version 1.0").

@ufechner7
Copy link
Author

ufechner7 commented Aug 5, 2018

Nice, but I think having an issue for it is a good place to discuss the approach and the progress. To implement this, the main place to make changes is simulate.jl. Is that correct? If the needed changes are implemented here, would it also be needed to modify Modia.jl?
And which tests must be passed for the new implementation to make sure it is functional equivalent?

crlaugh added a commit that referenced this issue Aug 23, 2018
Update code format (4 spaces, etc.) with DocumentFormatter.jl.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants