LLNL / libROM

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

Adaptive DMD for CSV data #91

Closed siuwuncheung closed 2 years ago

siuwuncheung commented 2 years ago

This PR adds the capability of reading from and writing to CSV files, and introduces a functional script generic_csv.cpp to work on general CSV datasets following the file structure.

To be addressed in future PRs:

kevinhkhuynh commented 2 years ago

Can pull from master now, adaptive DMD merged.

kevinhkhuynh commented 2 years ago

Just to let you know, in the master branch of adaptive DMD, the order of "LS", "G" is now flipped in the constructor of AdaptiveDMD to match with the matrix_interpolation class.