Changes between Version 1 and Version 2 of Ticket #4696, comment 4


Ignore:
Timestamp:
2018-02-26T07:53:03Z (7 years ago)
Author:
Rüdiger Franke

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4696, comment 4

    v1 v2  
    33The 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]
    44
    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 example works with an intermediate variable:
     5There 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:
    66{{{
    77model SortTest