LLNL / libROM

Model reduction library with an emphasis on large scale parallelism and linear subspace methods
https://www.librom.net
Other
197 stars 36 forks source link

Fix memory issue in VectorInterpolator #247

Closed ckendrick closed 7 months ago

ckendrick commented 8 months ago

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 https://github.com/LLNL/pylibROM/pull/22.