SciML / ModelOrderReduction.jl

High-level model-order reduction to automate the acceleration of large-scale simulations
https://docs.sciml.ai/ModelOrderReduction/
MIT License
36 stars 6 forks source link

Model Order Reduction via POD #2

Open ChrisRackauckas opened 2 years ago

ChrisRackauckas commented 2 years ago

https://depositonce.tu-berlin.de/bitstream/11303/9456/5/podnotes_aiaa2019.pdf

FHoltorf commented 2 years ago

POD is really at the end of the day not much more than computing (in some clever way) the SVD of a data matrix. For POD to be really really useful, one needs to build efficient projection onto the POD basis. We should keep this in mind when going down this road!

DEIM is a remedy to this problem. So it makes sense to do POD in conjunction with #12 .