Skip to content

Conversation

@hstrey
Copy link
Owner

@hstrey hstrey commented Aug 3, 2023

Keno and others added 30 commits July 2, 2023 20:53
…le first

This changes to tearing to give priority to any equation <-> variable pairs
where a particular equation only has one matchable variable. These are easy,
becuse, if the equation is part of the final matching at all, we know which
variable they need to be matched to and by matching them first, we can avoid
accidentally assigning these variables to another equation, which would
necessarily increase the number of torn states.
tearing: Heuristically attempt to assign equations with single solvab…
Add DDE support in `System`
Update the `Torque` and `Mass` components wrt to MSL-2.0
fix breaking changes to ModelingToolkitDesigner.jl
Make introspecting `dummy_derivative` easier
I rewrote the example with ParentScope to better reflect how ParentScope/DelayParentScope should be used.  The problem with old example is that the local definitions of the parameters do not agree with the parameter list.  If you define equations then the parameters in the equations don't match the parameter list, which leads to a situation where parameters(sys) are different than the parameters in equations(sys)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants