libROM icon indicating copy to clipboard operation
libROM copied to clipboard

Model reduction library with an emphasis on large scale parallelism and linear subspace methods

Results 69 libROM issues
Sort by recently updated
recently updated
newest added

The goal here is to compile libROM with MFEM for Gitlab actions so that we can run the example scripts as part of a test suite.

RFR

- Clean up several scripts. - Add nonuniform DMD class to the CSV database scripts. - Implement the scripts `local_dw_csv` and `parametric_dw_csv` for distance windowing DMD in pore collapse. Note:...

RFR

This PR modified dg_advection.cpp so that dmd outputs only final time step solution when VisIt is not activated.

RFR

EQP is demonstrated on the `mixed_nonlinear_diffusion.cpp` example. The reproductive test (-p 0) works in parallel, but `mixed_nonlinear_diffusion.cpp` fails in the merge phase for the predictive test in parallel, even before...

RFR

# Example: Nonlinear Elastic Global pROM ## Background and description As an exercise in getting to know the `libROM `library, I implemented a global pROM for a linear elastic cantilever...

enhancement

In junction with [Laghos PR#171](https://github.com/CEED/Laghos/pull/171). This PR adds the capability of shifting the snapshot data in DMD using offsets and predicting derivatives. Corresponding prediction formula is implemented. Although the motivation...

RFR

Converted notebook to Python scripts Updated README Corrected typos in src/error_utils.py

The compilation process should download and install SWIG 4.0.2 for you, but a few paths are hardcoded to my paths and need to be updated. This is still in an...

WIP

Hello, The Spack build does not appear to work with the MFEM option that is outlined in the librom README. Looking at the latest Spack recipe it does not appear...

A spack build fails on my machine when make determines that configure.ac is newer than aclocal.m4, and wants to rebuild aclocal.m4. This leads to problems with a version mismatch in...