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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4696, comment 4

    initial v1  
     1Generation of ModelStructure works now. FMI Jacobian code still fails though.
     2
    13The 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]
    24
    3 There is a remaining issue though: 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. The example works with an intermediate variable:
    46{{{
    57model SortTest