Skip to content

Conversation

@naylor-b
Copy link
Member

This code wasn't following the OpenMDAO API correctly. There were a bunch of explicit components that defined both compute_partials and compute_jacvec_product, and compute_partials wasn't updating the partials that were passed in. It was just computing some internal stuff that was used later in compute_jacvec_product, so I just renamed all of the compute_partials to _compute_partials and called them at the beginning of compute_jacvec_product.

@naylor-b naylor-b closed this Apr 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant