File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212ModelOrderReduction.jl is a package for automatically reducing the computational complexity
1313of mathematical models, while keeping expected fidelity within a controlled error bound.
14- These methods function a submodel with a projection
15- where solving the smaller model gives approximation information about the full model.
14+ These methods construct a submodel via a projection
15+ where solving the smaller model gives approximate information about the full model.
1616MOR.jl uses [ ModelingToolkit.jl] ( https://docs.sciml.ai/ModelingToolkit/stable/ )
1717as a system description and automatically transforms equations
1818to the subform, defining the observables to automatically lazily reconstruct the full
Original file line number Diff line number Diff line change 2828"""
2929$(SIGNATURES)
3030
31- Returns `true` is `expr` contains variables in `dvs` only and does not contain `iv`.
31+ Returns `true` if `expr` contains variables in `dvs` only and does not contain `iv`.
3232
3333"""
3434function only_dvs (expr, dvs, iv)
You can’t perform that action at this time.
0 commit comments