Changes between Version 1 and Version 2 of Ticket #5843, comment 3
- Timestamp:
- 2020-02-20T22:51:56Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5843, comment 3
v1 v2 10 10 Yes and no. We want to causalize them for the event iteration during which we compute their values (for that we still use the ode system). For the regular simulation we consider them constant since they cannot change at any other point than during event iteration. For the actual DAE mode we don't have to causalize them. From the matching we get the equations that are matched to the discrete variables and call those only during event iteration. 11 11 12 At least this is the plan, the irfor sure might be bugs in this.12 At least this is the plan, there for sure might be bugs in this. 13 13 14 14 >