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

Fix pointwise sampling of L2 fields #161

Closed dylan-copeland closed 1 year ago

dylan-copeland commented 1 year ago

The examples in libROM do not seem to require or to be affected by this change. For some applications, the default averaging of points sampled on element boundaries in MFEM apparently has some issue that can result in negative values averaged from positive values. This PR sets the averaging type to NONE, avoiding this issue.

chldkdtn commented 1 year ago

@pranav-vempati @siuwuncheung let's review this quickly. This is only one line change PR.