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

Significant performance improvement for USAatm1976Comp #652

Merged
merged 2 commits into from
Sep 30, 2021

Conversation

Kenneth-T-Moore
Copy link
Member

Summary

Rewrite of the USatm1976Comp to use pre-computed akima coefficients for interpolation. This allows a fully vectorized implementation with significant speed-up.

Related Issues

Backwards incompatibilities

None

New Dependencies

None

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 95.674% when pulling 84215ff on Kenneth-T-Moore:1976 into 269029d on OpenMDAO:master.

@robfalck robfalck changed the title 1976 Significant performance improvement for USAatm1976Comp Sep 30, 2021
@robfalck robfalck merged commit 77ab42a into OpenMDAO:master Sep 30, 2021
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.

Performance improvements for USatm1976Comp.
3 participants