Skip to content

Commit a17b0f2

Browse files
andersonw1ckendrick
andcommitted
DE parametric maxwell greedy (#254)
* Added example to cmake * Added DE for maxwell * Fixed some typos in comments * Deleted extra options for naming file output * Update examples/prom/de_parametric_maxwell_greedy.cpp Co-authored-by: Coleman Kendrick <[email protected]> * Update CMakeLists.txt * Update CMakeLists.txt * Fixed typos and formatting * Updated documentation and beginning and delete greedy sample after using * Copyright year to 2024 --------- Co-authored-by: Coleman Kendrick <[email protected]>
1 parent b76421e commit a17b0f2

File tree

2 files changed

+941
-0
lines changed

2 files changed

+941
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ if (ENABLE_EXAMPLES)
138138
nonlinear_elasticity_global_rom
139139
linear_elasticity_global_rom
140140
maxwell_global_rom
141+
de_parametric_maxwell_greedy
141142
maxwell_local_rom_greedy
142143
grad_div_global_rom
143144
dg_advection
@@ -165,6 +166,7 @@ if (ENABLE_EXAMPLES)
165166
prom
166167
prom
167168
prom
169+
prom
168170
dmd
169171
dmd
170172
dmd

0 commit comments

Comments
 (0)