-
Notifications
You must be signed in to change notification settings - Fork 3
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
including tfinal when integrating an orbit #99
base: main
Are you sure you want to change the base?
Conversation
Commit 12176dc: Change names of Eigen::Tensor-->ndarray generators for clarity
Thanks for getting started on this! I understand that the goal here is a use case where you have finer control to manually change the basis at some larger time step (i.e. sequence several Looking through, this will create some breaking changes, so I think we'll definitely want to think about whether this is the best way to implement the goal. We also probably want to have some defaults rather than |
This is an interesting approach, but we are very reluctant to change the |
Thanks for your comments! I agree that I am making some aggressive changes like introducing
|
This partially reverts commit 2336b9a. Updated sanity check to allow negative tstep
Currently, the time of the last sample is (tfinal-tstep) instead of tfinal.
I edited the code to extend the integration until tfinal which may be more intuitive.
I also include more sanity check (e.g., tfinal>tinit) for better quality of life.