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

expose quadratures before they're scaled by time #80

Open
ghorn opened this issue Aug 17, 2015 · 0 comments
Open

expose quadratures before they're scaled by time #80

ghorn opened this issue Aug 17, 2015 · 0 comments
Assignees

Comments

@ghorn
Copy link
Owner

ghorn commented Aug 17, 2015

Right now the quadrature interpolation scales by the timestep before interpolation, which is proper. But then sometimes the user will divide the final quadrature state by the end time, like for power optimization. Then we have a T*q/T situation.

If casadi isn't catching this simplification, the sparsity pattern will be denser than necessary. I'm not sure if this is a large effect.

@ghorn ghorn self-assigned this Aug 17, 2015
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