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

Removing the concept of time interval #267

Closed dreamer2368 closed 4 months ago

dreamer2368 commented 5 months ago

BasisGenerator, BasisWriter, BasisReader, and SVD classes use the concept of time interval, assuming snapshot/basis for multiple time intervals. However, this has never been used in practice, and rather complicates the code implementation. It is decided to remove this concept, enforcing single time interval from PR #261 .

dreamer2368 commented 4 months ago

This is addressed by #261 .