Skip to content

Commit

Permalink
Added global prom for maxwell equation (#246)
Browse files Browse the repository at this point in the history
* Added global prom for maxwell equation (based on mfem ex3p)

* Update maxwell_global_rom.cpp

ran stylization and removed line of code initializing Hypre

* Update maxwell_global_rom.cpp

* Update maxwell_global_rom.cpp

Changed saving mesh/sol files to calculate relative errors

Saved mesh/solution files are now in folders titled "maxwell" instead of "example3"

* Astyle and deleted line defining densematrix
  • Loading branch information
andersonw1 authored Nov 13, 2023
1 parent 96a57ea commit fd15973
Show file tree
Hide file tree
Showing 2 changed files with 553 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ if (ENABLE_EXAMPLES)
mixed_nonlinear_diffusion
nonlinear_elasticity_global_rom
linear_elasticity_global_rom
maxwell_global_rom
dg_advection
nonlinear_elasticity
heat_conduction
Expand All @@ -157,6 +158,7 @@ if (ENABLE_EXAMPLES)
prom
prom
prom
prom
dmd
dmd
dmd
Expand Down
Loading

0 comments on commit fd15973

Please sign in to comment.