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

Snapshot interpolation #283

Closed ptranq closed 4 weeks ago

ptranq commented 2 months ago

Implements the SnapshotInterpolator class as well as its unit test. This implements PCHIP interpolation.

ptranq commented 1 month ago

@dylan-copeland I have implemented a googletest unit test for the snapshot interpolation, and addressed all of your other comments.