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

Component-wise derivative calculation #376

Open
dlohmeier opened this issue Jun 27, 2022 · 0 comments
Open

Component-wise derivative calculation #376

dlohmeier opened this issue Jun 27, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@dlohmeier
Copy link
Collaborator

With all the changes made on the dev_numba branch, we currently lost the possibility for a specific component to define its very own derivative calculation. If we would like to be able to restore the previous behavior in some cases, I would like to suggest the following:

  • add an option to the pipeflow to use component-wise derivative calculation
  • go through all components and use the implemented derivative calculation class method
  • if not implemented, use fallback: the global function is applied to the respective component pit (only for branches)
@dlohmeier dlohmeier added the enhancement New feature or request label Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant