-
-
Notifications
You must be signed in to change notification settings - Fork 217
[v10] refactor: use ImplicitDiscreteSystem
to implement affects in callback systems
#3452
New issue
Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “No Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? No Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
4a6f2f6
to
b7997b0
Compare
ImplicitDiscreteSystem
to implement affects in callback systems ImplicitDiscreteSystem
to implement affects in callback systems
@ChrisRackauckas @AayushSabharwal This is very close, just needs a release for ImplicitDiscreteSolve and getting all the doc blocks working. One of the FMI tests is failing because the reinitialization isn't accurate enough (like 1.008e-8 but the tolerance is 1e-8), but I am unsure if that is related. |
ImplicitDiscreteSystem
to implement affects in callback systems ImplicitDiscreteSystem
to implement affects in callback systems
dfcd812
to
ed947b7
Compare
@AayushSabharwal I think this is basically ready to merge into the v10 branch. The FMI failure is the thing we discussed where the initialization fails with some error very close to the tolerance; the other test failures seem unrelated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are significant performance regressions in this PR.
Close #2639 #2612