LLNL / libROM

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

Print out error message if trivial solution is taken. #200

Closed dreamer2368 closed 1 year ago

dreamer2368 commented 1 year ago

Resolve the issue #194 .

BasisGenerator does not allow trivial samples, returning failure without any error message. Added a short error message to make it clear.