Directory testsuite/simulation/modelica/algorithms_functions/

Directory Created:
2012-12-17 16:05
Total Files:
73
Deleted Files:
0
Lines of Code:
3820

[root]/testsuite/simulation/modelica/algorithms_functions

Lines of Code

testsuite/simulation/modelica/algorithms_functions/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 264 (100.0%) 4544 (100.0%) 17.2
lochel 93 (35.2%) 2787 (61.3%) 29.9
adrpo 7 (2.7%) 730 (16.1%) 104.2
wbraun 14 (5.3%) 318 (7.0%) 22.7
mahge930 18 (6.8%) 261 (5.7%) 14.5
sjoelund.se 80 (30.3%) 198 (4.4%) 2.4
hudson 34 (12.9%) 183 (4.0%) 5.3
perost 8 (3.0%) 28 (0.6%) 3.5
adeas31 3 (1.1%) 18 (0.4%) 6.0
jfrenkel 2 (0.8%) 7 (0.2%) 3.5
hkiel 1 (0.4%) 5 (0.1%) 5.0
cschubert 3 (1.1%) 5 (0.1%) 1.6
vitalij 1 (0.4%) 4 (0.1%) 4.0

Most Recent Commits

adeas31 2015-03-25 19:00 Rev.: 25258

- Expected output.

18 lines of code changed in 3 files:

  • testsuite/simulation/modelica/algorithms_functions: ModelicaTest.Fluid.Dissipation.Verifications.HeatTransfer.Channel.kc_evenGapLaminar.mos (+13 -16), bug_2271.mos (+2 -8), bug_2452.mos (+3 -12)
perost 2015-03-25 15:14 Rev.: 25244

#3235:
- Disabled bad test case.

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: Makefile (+1 -1)
mahge930 2015-03-13 20:38 Rev.: 25096

+ Handle nested array types when creating array equations.
+ Correct subscript ordering when expanding crefs.
+ Fix List.combinationMap to properly order combinations and combination lists. Also accumulate the results.
+ Added List.combination.

2 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: algorithms.mos (+2 -2)
adrpo 2015-03-11 21:34 Rev.: 25046

- update tests

3 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: algorithms.mos (+3 -3)
mahge930 2015-03-07 20:52 Rev.: 24983

Expected output

2 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: algorithms.mos (+2 -2)
mahge930 2015-03-07 19:25 Rev.: 24980

- Hanlde multi dimensional array exressions in array equations.
- Fix cref expansions.

2 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: algorithms.mos (+2 -2)
mahge930 2015-03-06 18:33 Rev.: 24970

- Improve r24961.

2 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: algorithms.mos (+2 -2)
adrpo 2015-03-06 13:07 Rev.: 24961

Fix #3187 (well, not really)
- re-added support for array equations of the form: der(x_arr) = fcall() * x_arr; in SimCodeUtil.createSingleArrayEqnCode (r24947 changes removed that)
- added test testsuite/simulation/modelica/arrays/Breaker_total.mos
- minor change in Compiler/Template/DAEDumpTpl.tpl

2 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: algorithms.mos (+2 -2)
lochel 2015-03-06 12:49 Rev.: 24960

- expected output

2 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: algorithms.mos (+2 -2)
mahge930 2015-03-05 20:25 Rev.: 24947

- Improved array-equation handling in the backend
- Array equations now contain Exp for lhs
- Fix #3184 again (broke it with r24930)
- Test cases for #3184 and #3188

3 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: algorithms.mos (+3 -3)
mahge930 2015-03-05 13:27 Rev.: 24924

- Improved handling of slice arrays
- Fixed slice array assignments
- Fix #3184

2 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: algorithms.mos (+2 -2)
adrpo 2015-03-05 12:40 Rev.: 24923

- update tests

5 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: algorithms.mos (+5 -5)
wbraun 2015-03-04 15:14 Rev.: 24895

- improved handling of differentiated variable names for symbolic jacobians

2 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: algorithms.mos (+2 -2)
sjoelund.se 2015-02-25 00:04 Rev.: 24754

Fix parsing

2 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: AlgorithmTupleAssign.mos (+2 -2)
hkiel 2015-02-21 15:31 Rev.: 24681

expected output

5 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: algorithms.mos (+5 -5)
mahge930 2015-02-14 14:59 Rev.: 24578

+ Cleaned up ComponentReference handling in the code generators. Less clutter. Reuse functions as much as possible.
+ Now we can use offsetting to index arrays in generated code. works for qualified Crefs as well.
- Some issues still remain (e.g. alias elimination) so we don't use offsetting by default.
only used when the cref involves variable indexes for now. Still might give erroneous results if some array members are missing though.
+ Improved handling of multi-variable return functions (*tuple returns).
+ fix for a case where wrong types were used when creating crefs in front-end.

3 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: ASubIfExp.mos (+3 -1)
wbraun 2015-02-13 21:14 Rev.: 24572

- changed sparsity pattern translation
- moved mapping (BackendVar->SimVar) from runtime to compile time
- added FMI 2.0 modelStructure to SimCode

5 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: algorithms.mos (+5 -5)
lochel 2015-02-07 18:56 Rev.: 24474

- #3138: add assertions for not dependent parameters

5 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: algorithms.mos (+5 -5)
lochel 2015-02-07 16:56 Rev.: 24471

- #3138: remove wrong asserts of secondary parameters

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: ModelicaTest.Fluid.Dissipation.Verifications.HeatTransfer.Channel.kc_evenGapLaminar.mos (+1 -13)
lochel 2015-02-05 12:40 Rev.: 24431

- expected output

2 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: algorithms.mos (+2 -2)
lochel 2015-01-30 19:25 Rev.: 24341

- remove more code for removed numeric initialization

5 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: algorithms.mos (+5 -5)
lochel 2015-01-28 14:16 Rev.: 24253

- #3094: fix some asserts that were not formatted according to "logFormat"

12 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: ModelicaTest.Fluid.Dissipation.Verifications.HeatTransfer.Channel.kc_evenGapLaminar.mos (+12 -12)
wbraun 2015-01-27 11:38 Rev.: 24221

- fix SimCode generation for expression like TUPLE() = f().

2 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: algorithms.mos (+2 -2)
wbraun 2015-01-23 13:56 Rev.: 24167

- exepected output

5 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: algorithms.mos (+5 -5)
vitalij 2015-01-22 14:04 Rev.: 24150

activated solveSimpleEquations

4 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: algorithms.mos (+4 -4)
wbraun 2015-01-22 00:35 Rev.: 24138

- fixed #2669.

5 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: algorithms.mos (+5 -5)
lochel 2015-01-16 19:26 Rev.: 24078

- update some error messages

4 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: algorithms.mos (+4 -4)
lochel 2015-01-15 21:06 Rev.: 24052

- Fix initialization of primary/secondary parameters. The analysis of the symbolic initialization is now used instead of the one from the old approach.

14 lines of code changed in 2 files:

  • testsuite/simulation/modelica/algorithms_functions: ModelicaTest.Fluid.Dissipation.Verifications.HeatTransfer.Channel.kc_evenGapLaminar.mos (+13 -1), algorithms.mos (+1 -1)
wbraun 2015-01-06 00:28 Rev.: 23937

prevent adding a dummy state if no states are present
- don't use dassl if no state are present

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: algorithms.mos (+1 -1)
perost 2014-11-24 13:13 Rev.: 23528

- Updated test.

3 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: algorithms.mos (+3 -3)
sjoelund.se 2014-11-21 14:53 Rev.: 23503

Expected output

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: algorithms.mos (+1 -1)
sjoelund.se 2014-11-13 15:00 Rev.: 23351

#2982 Sort if-expressions correctly in function context

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: ModelicaTest.Fluid.Dissipation.Verifications.HeatTransfer.Channel.kc_evenGapLaminar.mos (+1 -1)
hudson 2014-10-16 15:47 Rev.: 22774

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: bug2888.mos (+1)
wbraun 2014-10-16 15:42 Rev.: 22773

#2888
- fix for #2888

59 lines of code changed in 2 files:

  • testsuite/simulation/modelica/algorithms_functions: Makefile (+1), bug2888.mos (new 58)
hudson 2014-10-08 19:56 Rev.: 22690

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: bug_2452.mos (+1)
mahge930 2014-10-08 19:35 Rev.: 22689

+ Improve r22851. Fix 2452.
+ Proper counting of algorithm section outputs. Make sure we don't count sections from array components multiple times.

42 lines of code changed in 2 files:

  • testsuite/simulation/modelica/algorithms_functions: bug_2271.mos (+2 -2), bug_2452.mos (+40 -78)
mahge930 2014-10-03 16:19 Rev.: 22581

Fix #2452. Improve #2271 (and also #2112 maybe ?). Counting of algorithm section equation outputs involving arrays and records.

151 lines of code changed in 3 files:

  • testsuite/simulation/modelica/algorithms_functions: Makefile (+1), bug_2271.mos (+6 -6), bug_2452.mos (new 144)
adrpo 2014-09-30 06:33 Rev.: 22496

Merged branches/FFrontEnd into trunk/

Main changes:
- changed the environment to support both non-destructive and destructive updates
- Env.Cache -> FCore.Cache, Env.Env -> FCore.Graph
- FCore.Graph is not a list of Frames anymore is a stucture where the previous list is saved in component "scope"
- all Frames in the new FCore.Graph are FCore.Ref pointing to FCore.Node having different FCore.Data depending on what they are
- all FCore.Nodes have children (FCore.CAvlTree) which maps names to FCore.Ref (which is Array<FCore.Node>, size 1)
- FGraph.openScope pushes an already existing FCore.Ref (or a new one) on the scope list
- for all components having modifications the last class in the type path is renamed to include the
prefix, see FGraph.createVersionScope (this is done because we need unique names for redeclared functions,
records, etc and we need a unique type scope for that)
Example: A.B.C c -> A.B.C$c c

Bug fixes:
- calling function via component (multibody MSL 3.2.1 patch not needed anymore, will remove it in a next commit)
- #2837 array equations wrongly handled in RemoveSimpleEquations (used in ThermoPower and PowerSystems libraries, etc)
#2784, #2727, #2739 (missing modifiers combined with redeclare and unique function generation for redeclared functions)
#2835 - handle overconstrained connectors extending basic types (used in PowerSystems library)
- do not loose modifications on derived classes handled by InstExtends
- some error messages about missing components in Fluid library are gone
- for components of size 0 do not check if they are assigned before use in functions (residue in equalityConstraint)

80 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: ModelicaTest.Fluid.Dissipation.Verifications.HeatTransfer.Channel.kc_evenGapLaminar.mos (+80 -12)
sjoelund.se 2014-08-25 17:09 Rev.: 21983

#2791 Rewrite multiple iterators to nested reductions

16 lines of code changed in 2 files:

  • testsuite/simulation/modelica/algorithms_functions: ForIterator2.mo (+7 -6), ForIterator2.mos (+9 -23)
sjoelund.se 2014-08-16 16:49 Rev.: 21888

Fix some tail recursion

0 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms_functions: algorithms.mos (-1)

(53 more)

Generated by StatSVN 0.7.0