LLNL / libROM

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

DMD outputs only final time step solution #140

Closed chldkdtn closed 1 year ago

chldkdtn commented 2 years ago

This PR modified dg_advection.cpp so that dmd outputs only final time step solution when VisIt is not activated.

dylan-copeland commented 2 years ago

@chldkdtn This PR looks fine, but the other DMD examples should also be changed in the same way.

chldkdtn commented 2 years ago

@chldkdtn This PR looks fine, but the other DMD examples should also be changed in the same way.

@dylan-copeland Thank you Dylan. I have now modified all the dmd examples consistently.

chldkdtn commented 1 year ago

LGTM

chldkdtn commented 1 year ago

@dylan-copeland please review this PR.