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

De advection greedy #250

Merged
merged 12 commits into from
Jan 22, 2024
Merged
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ if (ENABLE_EXAMPLES)
heat_conduction
parametric_heat_conduction
de_parametric_heat_conduction_greedy
de_dg_advection_greedy
wave_equation
dg_euler
local_tw_csv
Expand All @@ -166,6 +167,7 @@ if (ENABLE_EXAMPLES)
dmd
dmd
dmd
dmd
dmd)

list(LENGTH examples len1)
Expand Down
Loading