Skip to content

Commit

Permalink
DMDc implementation (#238)
Browse files Browse the repository at this point in the history
* Add MATLAB version

* Update MATLAB script

* Initialize DMDc scripts

* Add heat conduction DMDC script

* astyle

* Minor updates

* Astyle

* Minor fix

* Updates

* Minor fix

* Minor updates

* Astyle

* Minor Fixes

* Fix some bugs

* Astyle

* Add examples

* Astyle

* Default empty mesh

* Add reference map for general meshes

* Remove mesh file

* Astyle

* Minor changes

* Astyle

* Add comments

* Replace reduced dimension by energy fraction in MATLAB

* Add delete

* Fix time dependence

* Astyle

* Fix comment

* Astyle

* Update example results
  • Loading branch information
siuwuncheung authored Nov 12, 2023
1 parent 2b31c41 commit 96a57ea
Show file tree
Hide file tree
Showing 8 changed files with 2,286 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ if (ENABLE_EXAMPLES)
dg_advection
nonlinear_elasticity
heat_conduction
heat_conduction_dmdc
parametric_heat_conduction
de_parametric_heat_conduction_greedy
wave_equation
Expand All @@ -166,6 +167,7 @@ if (ENABLE_EXAMPLES)
dmd
dmd
dmd
dmd
dmd)

list(LENGTH examples len1)
Expand Down
Loading

0 comments on commit 96a57ea

Please sign in to comment.