Skip to content

Commit

Permalink
Merge branch 'master' of github.com:LLNL/libROM into fix-mfem-warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-copeland committed Apr 19, 2024
2 parents d1d01a3 + e2b7416 commit 4e9ce17
Show file tree
Hide file tree
Showing 11 changed files with 2,431 additions and 14 deletions.
6 changes: 5 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ if (ENABLE_EXAMPLES)
de_parametric_maxwell_greedy
maxwell_local_rom_greedy
grad_div_global_rom
elliptic_eigenproblem_global_rom
dg_advection
nonlinear_elasticity
heat_conduction
Expand All @@ -153,7 +154,8 @@ if (ENABLE_EXAMPLES)
local_tw_csv
local_dw_csv
parametric_tw_csv
parametric_dw_csv)
parametric_dw_csv
parametric_dmdc_heat_conduction)
set(example_directories
prom
prom
Expand All @@ -166,6 +168,8 @@ if (ENABLE_EXAMPLES)
prom
prom
prom
prom
dmd
dmd
dmd
dmd
Expand Down
Loading

0 comments on commit 4e9ce17

Please sign in to comment.