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

Dense vs Array output #23

Open
gabrielgellner opened this issue Dec 17, 2015 · 0 comments
Open

Dense vs Array output #23

gabrielgellner opened this issue Dec 17, 2015 · 0 comments

Comments

@gabrielgellner
Copy link
Owner

Looking further at Matlab I see that their is an interesting disconnect between the form [t y] = ode45(...) and sol = ode45(...). The structure version, using sol, is far more flexible. With dense output being generated using deval(sol, tspan, [varIdx...]).

In a sense what I am currently during is a bit of a hybrid where both versions (the grided, and dense output versions) having the diagnostics etc. Now I am less clear as I think about this if this is the correct way of doing this, should I only support the dense version where the solver grid points are saved and then a mechanism like deval is used to get gridded solutions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant