SciML / ModelOrderReduction.jl

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

Model Order Reduction #78

Open ChrisRackauckas opened 6 years ago

ChrisRackauckas commented 6 years ago

https://people.kth.se/~hsan/modred_files/intro_modred.pdf http://modelreduction.com/ModelReduction/ https://www2.eecs.berkeley.edu/Pubs/TechRpts/2012/EECS-2012-217.pdf

ChrisRackauckas commented 5 years ago

https://arxiv.org/pdf/1605.08705.pdf

ChrisRackauckas commented 5 years ago

https://arxiv.org/pdf/1905.07794.pdf

ChrisRackauckas commented 3 years ago

https://github.com/pogudingleb/CLUE

yewalenikhil65 commented 3 years ago

https://github.com/pymor/pymor/issues/388#issuecomment-892486556 good list of MORs for LTIs

baggepinnen commented 3 years ago

Here are some links to model-order reduction methods for LTIs in Julia. The ones on the last link are still to be considered experimental. The implementation of balanced truncation is limited to exponentially stable systems, and fails for any unstable system and systems with eigenvalues on the imaginary axis (unit circle in discrete time), notably this includes systems with integrators.

https://github.com/JuliaControl/ControlSystems.jl/blob/master/src/matrix_comps.jl#L85 https://github.com/JuliaControl/ControlSystems.jl/blob/master/src/matrix_comps.jl#L546 https://github.com/JuliaControl/ControlSystems.jl/blob/master/src/simplification.jl#L8 https://github.com/JuliaControl/RobustAndOptimalControl.jl/blob/master/src/reduction.jl