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

User-specified set of samples #72

Closed dylan-copeland closed 2 years ago

dylan-copeland commented 3 years ago

This PR adds the option to specify an arbitrary number of samples to be used first in the GNAT function, with the remaining samples computed as usual by the greedy algorithm. If no list of samples is provided, then GNAT should behave as before.

kevinhkhuynh commented 3 years ago

looks good to me. can probably run the stylize script.