Changes between Version 1 and Version 2 of Ticket #4696, comment 4
- Timestamp:
- 2018-02-26T07:53:03Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4696, comment 4
v1 v2 3 3 The fix challenges code generation by making use of a previously unused feature: assignment of arrays to Jacobian variables, see [https://github.com/OpenModelica/OMCompiler/pull/2230 PR2230] 4 4 5 There is a remaining issue: the backend introduces the variable `uSeedFMIDER` that is unknown during code generation. This seems to be related to `u` being input. The exampleworks with an intermediate variable:5 There is a remaining issue: the backend introduces the variable `uSeedFMIDER` that is unknown during code generation. This seems to be related to `u` being input. FMI export with `-disableDirectionalDerivatives` works with an intermediate variable: 6 6 {{{ 7 7 model SortTest