-
Notifications
You must be signed in to change notification settings - Fork 21
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
Would be helpful to have a convenience function that returns the time vector #316
Comments
Would this be useful for both fixed time interval and variable time interval? Could I include this in my Your suggestion seems to assume that the starting time t0 = 0.0 |
This would have to output the correct value for fixed and variable. So I guess that means it would need to take the solution as the argument.
If we need it to work with a variable time interval, I don't' think it can be a property attribute.
I didn't suggest the precise solution, only an example. We would have to generalize. |
Sorry, what I meant was can I include it in the same PR to avoid conflicts?
|
No, recommend not mixing topics into PRs. This is "atomically" a different thing. |
Fair enough, I understand! |
Question: Would this require a test function, or is it too simple to be tested? thanks! |
Everything requires a test function. |
This can be an attribute as it if very fast to compute. I could be computed on initialization. I guess it should be both on ConstraintCollocator and Problem.
The text was updated successfully, but these errors were encountered: