Changes between Initial Version and Version 1 of Ticket #5127, comment 30
- Timestamp:
- 2018-09-20T04:06:29Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5127, comment 30
initial v1 3 3 The major remaining problem is that all code generation (XML files, variable counts, variable references, start values) assume scalar variables only. 4 4 5 The above example nicely demonstrates the advantage `-nfScalarize`. With scalarization the array state equation is calculated n times, i.e. effort of n*n:5 The above example nicely demonstrates the advantage `-nfScalarize`. With scalarization the array state equation is evaluated n times, i.e. effort of n*n: 6 6 {{{#!mo 7 7 class m2 … … 42 42 }}} 43 43 44 With `-nfScalarize` we get effort of n:44 With `-nfScalarize` it is only evaluated once; we get effort of n: 45 45 {{{#!mo 46 46 class m2