-
Notifications
You must be signed in to change notification settings - Fork 35
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
unify the SDC integrator code paths #1546
unify the SDC integrator code paths #1546
Conversation
we never use this and it doesn't seem like it will be needed since we've made so many improvements to the integrators.
this will make it easier to merge a lot of integrator logic
…into common_integrators
integration/integrator_setup_sdc.H
Outdated
// we use 1-based indexing inside of the integrator, so we need to | ||
// shift the indices SRHO, SFS, etc by 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this comment applies anymore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indeed, you are right. I think that's from back when the tolerances were arrays
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The manual indexing was removed in #1039
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
This removes a lot of the redundancy in the various actual_integrator_sdc.H files