Changes between Initial Version and Version 1 of Ticket #5867
- Timestamp:
- 2020-02-26T08:08:01Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5867 – Description
initial v1 3 3 It is planned to add CVODE to FMI/CS; however, this only provides variable step-size solvers with error control. These are fine from the point of view of precision, but they will tend to require many internal steps for each main step of the FMI, because the step changes of the output will trigger fast transients which are totally irrelevant for the output at the end of the step, but that the CVODE solvers will nevertheless try to simulate with great accuracy. 4 4 5 A simple but effective solution could be to have fixed time step implicit Euler also implemented. This will solve most stability problems, since implicit Euler is A-stable.5 A simple but effective solution could be to have fixed time step implicit Euler also implemented. This will solve most stability problems, since implicit Euler is L-stable. 6 6 7 7 I would therefore recommend that this solution is also implemented for FMI/CS, in addition to CVODE.