You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have existing C++ code to calculate sensitivities for derived variables (this is used if output_variables is set). Once #4545 is complete, we will be able to take the output from the IDAKLU sensitivity solve and use this C++ code to calculate the output sensitivities in the Solution class.
Motivation
Efficiency, should be faster than the current implementation
We have existing C++ code to calculate sensitivities for derived variables (this is used if
output_variables
is set). Once #4545 is complete, we will be able to take the output from the IDAKLU sensitivity solve and use this C++ code to calculate the output sensitivities in theSolution
class.Motivation
Efficiency, should be faster than the current implementation
Implementation
Solution
class with the wrapped C++ codeThe text was updated successfully, but these errors were encountered: