Changes between Initial Version and Version 1 of Ticket #5904, comment 7
- Timestamp:
- 2020-04-03T17:14:19Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5904, comment 7
initial v1 23 23 `v` gets initialized with 20 and during the simulation the derivative is fixed to zero, so it stays at 20. 24 24 25 What did you expect happening? If you set 'fixed=true' for `v`it crashes, the error message is misleading i guess we should update that, but it is due to a overdetermined initial system which cannot be resolved (20 <> 10).25 What did you expect happening? If you set `fixed=true` for `v`it crashes, the error message is misleading i guess we should update that, but it is due to a overdetermined initial system which cannot be resolved (`20 <> 10`).