Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prom maxwell local greedy algorithm #249

Merged
merged 13 commits into from
Jan 9, 2024
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ if (ENABLE_EXAMPLES)
nonlinear_elasticity_global_rom
linear_elasticity_global_rom
maxwell_global_rom
maxwell_local_rom_greedy
dg_advection
nonlinear_elasticity
heat_conduction
Expand All @@ -159,6 +160,7 @@ if (ENABLE_EXAMPLES)
prom
prom
prom
prom
dmd
dmd
dmd
Expand Down
Loading