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 with ModelingTK #6

Open
rveltz opened this issue Jul 23, 2021 · 3 comments
Open

interface with ModelingTK #6

rveltz opened this issue Jul 23, 2021 · 3 comments

Comments

@rveltz
Copy link
Owner

rveltz commented Jul 23, 2021

Hi,

It would be nice to be able to nicely interface the solver with MTK. For example, if I throw in a couple jump processes and an ODE, can MTK take the CHV method and simplify it for us?

@ChrisRackauckas
Copy link
Contributor

I think more than interfacing with MTK, I think this method doesn't need to be on a full separate problem set, but rather could directly on redefined ODEProblems, which would possibly improve the composability. I think the issue here is just that we want to mix all of this with other events and solvers etc. so trying to find a way to make this method be more composable will be an issue soon. I think that could be done by transforming the problem in MTK first before the ODEProblem code generation.

@rveltz
Copy link
Owner Author

rveltz commented Aug 1, 2021

Thats what I had in mind!

@ChrisRackauckas
Copy link
Contributor

Alright, perfect.

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