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

Fix memory issue in VectorInterpolator #247

Merged
merged 1 commit into from
Nov 15, 2023
Merged

Conversation

ckendrick
Copy link
Collaborator

This updates the destructor of VectorInterpolator to only free the memory it allocates, similar to how the MatrixInterpolator was changed in #179. This fixes a memory issue that appeared in the DG local advection example and python bindings in LLNL/pylibROM#22.

@chldkdtn chldkdtn added the RFR Ready for review label Nov 13, 2023
@ckendrick ckendrick merged commit 552a40e into master Nov 15, 2023
7 checks passed
@ckendrick ckendrick deleted the vector_interp_memfix branch June 27, 2024 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFR Ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants