Changes between Initial Version and Version 1 of Ticket #5144, comment 11


Ignore:
Timestamp:
2018-10-06T06:29:29Z (6 years ago)
Author:
Rüdiger Franke

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5144, comment 11

    initial v1  
    11The following model works with `omc -d=newInst,-nfScalarize --simCodeTarget=Cpp --std=3.3`. Note that
    22 - I added a clock as the backend is more gentle to such models and discrete-time models are my primary target anyway (could be achieved with a block Modelica_Synchronous.RealSignals.Sampler.AssignClockVectorized)
    3  - used for loops that appear easier (contain a pattern of a scalar equation -- no problems with dot products, if statements and the like)
     3 - used for loops that appear easier (contain a pattern of a scalar equation -- no problems with dot products, vectorized if conditions and the like)
    44
    55Couldn't the new frontend create such for loops with `-nfScalarize`?