LLNL / libROM

Model reduction library with an emphasis on large scale parallelism and linear subspace methods
https://www.librom.net
Other
198 stars 36 forks source link

DMDc implementation #238

Closed siuwuncheung closed 8 months ago

siuwuncheung commented 10 months ago

This PR implements the DMDc algorithm (https://arxiv.org/pdf/1409.6358.pdf).

Sample runs and results for DMDc:

Command 1: mpirun -np 8 heat_conduction_dmdc -s 1 -a 0.0 -k 1.0 -visit

Output 1: Relative error of DMDc temperature (u) at t_final: 0.5 is 0.0021705658

Command 2: mpirun -np 8 heat_conduction_dmdc -s 1 -a 0.5 -k 0.5 -o 4 -tf 0.7 -vs 1 -visit

Output 2: Relative error of DMDc temperature (u) at t_final: 0.7 is 0.00099736216

chldkdtn commented 9 months ago

@ebchin @dylan-copeland