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

minor change for prom examples in libROM #139

Closed chldkdtn closed 2 years ago

chldkdtn commented 2 years ago

Two minor changes are made for this PR:

  1. enable visit output for -fom flag in poisson_local_rom_greedy.cpp
  2. Change the parameterization for linear_elasticity_global_rom.cpp to be "nu" because "external force" parameter is linear and linear parameterization for linear problem is easier to solve than the nonlinear parameterization.