Directory testsuite/flattening/libraries/msl31/multibody/loops/

Directory Created:
2012-09-26 06:34
Directory Deleted:
2013-10-31 21:52
Total Files:
0
Deleted Files:
12
Lines of Code:
0

[root]/testsuite/flattening/libraries/msl31/multibody/loops

Lines of Code

testsuite/flattening/libraries/msl31/multibody/loops/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 202 (100.0%) 51194 (100.0%) 253.4
alash325 36 (17.8%) 19408 (37.9%) 539.1
sjoelund.se 72 (35.6%) 15735 (30.7%) 218.5
adrpo 46 (22.8%) 12139 (23.7%) 263.8
perost 34 (16.8%) 3116 (6.1%) 91.6
mahge930 9 (4.5%) 766 (1.5%) 85.1
vitalij 5 (2.5%) 30 (0.1%) 6.0

Most Recent Commits

sjoelund.se 2013-10-31 21:52 Rev.: 17956

- Remove useless case in simplify (makes code slower)
- Removed some flattening tests since whenever a tiny simplify change is performed all thermosyspro and multibody flattening examples needed to be updated. They are simulated, and that is what is important.

0 lines of code changed in 12 files:

  • testsuite/flattening/libraries/msl31/multibody/loops: Engine1a.mos (del), Engine1b.mos (del), Engine1b_analytic.mos (del), Fourbar1.mos (del), Fourbar2.mos (del), Fourbar_analytic.mos (del), Makefile (del), PlanarLoops_analytic.mos (del), checkEngineV6.mos (del), checkEngineV6_analytic.mos (del), instEngineV6.mos (del), instEngineV6_analytic.mos (del)
adrpo 2013-10-24 15:41 Rev.: 17871

- expected results after revert of r17842

766 lines of code changed in 9 files:

  • testsuite/flattening/libraries/msl31/multibody/loops: Engine1a.mos (+50 -50), Engine1b.mos (+52 -52), Engine1b_analytic.mos (+44 -44), Fourbar1.mos (+57 -57), Fourbar2.mos (+47 -47), Fourbar_analytic.mos (+32 -32), PlanarLoops_analytic.mos (+64 -64), instEngineV6.mos (+275 -275), instEngineV6_analytic.mos (+145 -145)
mahge930 2013-10-23 13:33 Rev.: 17842

Recommit r17828. Updated expected outputs.

766 lines of code changed in 9 files:

  • testsuite/flattening/libraries/msl31/multibody/loops: Engine1a.mos (+50 -50), Engine1b.mos (+52 -52), Engine1b_analytic.mos (+44 -44), Fourbar1.mos (+57 -57), Fourbar2.mos (+47 -47), Fourbar_analytic.mos (+32 -32), PlanarLoops_analytic.mos (+64 -64), instEngineV6.mos (+275 -275), instEngineV6_analytic.mos (+145 -145)
adrpo 2013-09-26 04:25 Rev.: 17388

- fix bug #2363
- keep smooth(0, ...) in Static.mo
- handle smooth(0, ...) in Ceval.mo (smooth(0, constant) -> constant)
- handle smooth in Codegen.tpl
- update expected output for tests
- NOTE: Modelica.Electrical.Analog.Examples.SimpleTriacCircuit gives small numeric differences, use the OpenModelica result file

9 lines of code changed in 9 files:

  • testsuite/flattening/libraries/msl31/multibody/loops: Engine1a.mos (+1 -1), Engine1b.mos (+1 -1), Engine1b_analytic.mos (+1 -1), Fourbar1.mos (+1 -1), Fourbar2.mos (+1 -1), Fourbar_analytic.mos (+1 -1), PlanarLoops_analytic.mos (+1 -1), instEngineV6.mos (+1 -1), instEngineV6_analytic.mos (+1 -1)
adrpo 2013-09-22 12:07 Rev.: 17326

Fix for bug: #2346
- sort also the variable components for instantiation based on their bindings
- sort the DAE in the order it is defined in the Modelica file

6889 lines of code changed in 9 files:

  • testsuite/flattening/libraries/msl31/multibody/loops: Engine1a.mos (+1227 -1227), Engine1b.mos (+1090 -1090), Engine1b_analytic.mos (+1089 -1089), Fourbar1.mos (+228 -228), Fourbar2.mos (+317 -317), Fourbar_analytic.mos (+196 -196), PlanarLoops_analytic.mos (+1509 -1509), instEngineV6.mos (+777 -777), instEngineV6_analytic.mos (+456 -456)
vitalij 2013-06-30 14:59 Rev.: 16528

- added simplify rule
- changed radau output

30 lines of code changed in 5 files:

  • testsuite/flattening/libraries/msl31/multibody/loops: Engine1a.mos (+3 -3), Engine1b.mos (+3 -3), Fourbar1.mos (+3 -3), Fourbar2.mos (+3 -3), instEngineV6.mos (+18 -18)
sjoelund.se 2013-06-04 20:23 Rev.: 16216

Move some expressions around when you do simplifications only if this improves the complexity of the expression

329 lines of code changed in 9 files:

  • testsuite/flattening/libraries/msl31/multibody/loops: Engine1a.mos (+28 -28), Engine1b.mos (+28 -28), Engine1b_analytic.mos (+28 -28), Fourbar1.mos (+28 -28), Fourbar2.mos (+19 -19), Fourbar_analytic.mos (+20 -20), PlanarLoops_analytic.mos (+2 -2), instEngineV6.mos (+169 -169), instEngineV6_analytic.mos (+7 -7)
adrpo 2013-05-14 01:13 Rev.: 16024

- QUITE SOME CHANGES. Do make clean!
- fix old inst to work with Media and Fluid by default with no flags.
- got rid of some files and some of the error messages
- i will still keep +d=scodeInstShortcut for a while longer until I test more.
- Modelica.Fluid.Examples.IncompressibleFluidNetwork.mos segfaults on Linux, works in Windows,
Modelica.Fluid.Examples.HeatingSystem does not work anymore (NLS problems again) I guess due to parameters moving around.
I will investigate more these issues in the next days.

1 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/loops: Fourbar_analytic.mos (+1 -9)
sjoelund.se 2013-04-25 16:32 Rev.: 15914

Preserve function comments and annotations for external functions

36 lines of code changed in 9 files:

  • testsuite/flattening/libraries/msl31/multibody/loops: Engine1a.mos (+4 -4), Engine1b.mos (+4 -4), Engine1b_analytic.mos (+4 -4), Fourbar1.mos (+4 -4), Fourbar2.mos (+4 -4), Fourbar_analytic.mos (+4 -4), PlanarLoops_analytic.mos (+4 -4), instEngineV6.mos (+4 -4), instEngineV6_analytic.mos (+4 -4)
perost 2013-04-22 13:33 Rev.: 15874

Fix for #2159:
- Sort connector components before connecting them, to make sure that their
order doesn't matter.

2073 lines of code changed in 9 files:

  • testsuite/flattening/libraries/msl31/multibody/loops: Engine1a.mos (+93 -93), Engine1b.mos (+99 -99), Engine1b_analytic.mos (+138 -138), Fourbar1.mos (+60 -60), Fourbar2.mos (+42 -42), Fourbar_analytic.mos (+69 -69), PlanarLoops_analytic.mos (+201 -201), instEngineV6.mos (+687 -687), instEngineV6_analytic.mos (+684 -684)
perost 2013-04-16 14:30 Rev.: 15834

- Preserve the comment for the flattened class in the flattened output.
- Don't translate enumeration literals to integers when simplifying asubs.

9 lines of code changed in 9 files:

  • testsuite/flattening/libraries/msl31/multibody/loops: Engine1a.mos (+1 -1), Engine1b.mos (+1 -1), Engine1b_analytic.mos (+1 -1), Fourbar1.mos (+1 -1), Fourbar2.mos (+1 -1), Fourbar_analytic.mos (+1 -1), PlanarLoops_analytic.mos (+1 -1), instEngineV6.mos (+1 -1), instEngineV6_analytic.mos (+1 -1)
sjoelund.se 2013-02-13 16:16 Rev.: 15164

"StateSelect =" to "stateSelect ="

1983 lines of code changed in 9 files:

  • testsuite/flattening/libraries/msl31/multibody/loops: Engine1a.mos (+158 -158), Engine1b.mos (+158 -158), Engine1b_analytic.mos (+154 -154), Fourbar1.mos (+89 -89), Fourbar2.mos (+54 -54), Fourbar_analytic.mos (+52 -52), PlanarLoops_analytic.mos (+61 -61), instEngineV6.mos (+928 -928), instEngineV6_analytic.mos (+329 -329)
sjoelund.se 2013-02-08 09:16 Rev.: 15104

Fix tests

8 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/loops: Fourbar_analytic.mos (+8 -8)
sjoelund.se 2013-02-07 17:20 Rev.: 15090

Fix tests

8 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/loops: Fourbar_analytic.mos (+8 -8)
sjoelund.se 2013-01-26 14:55 Rev.: 14956

Print longer filenames when running the testsuite (no more "which package.mo should I look in?")

8 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/loops: Fourbar_analytic.mos (+8 -8)
perost 2013-01-24 19:48 Rev.: 14923

- Add parentheses around subscripted expressions in ExpressionDump when needed.

183 lines of code changed in 7 files:

  • testsuite/flattening/libraries/msl31/multibody/loops: Engine1a.mos (+18 -18), Engine1b.mos (+18 -18), Engine1b_analytic.mos (+18 -18), Fourbar1.mos (+9 -9), Fourbar2.mos (+6 -6), Fourbar_analytic.mos (+6 -6), instEngineV6.mos (+108 -108)
sjoelund.se 2013-01-10 10:57 Rev.: 14731

- Force evaluation of fixed=...

474 lines of code changed in 9 files:

  • testsuite/flattening/libraries/msl31/multibody/loops: Engine1a.mos (+36 -36), Engine1b.mos (+36 -36), Engine1b_analytic.mos (+37 -37), Fourbar1.mos (+18 -18), Fourbar2.mos (+13 -13), Fourbar_analytic.mos (+13 -13), PlanarLoops_analytic.mos (+21 -21), instEngineV6.mos (+216 -216), instEngineV6_analytic.mos (+84 -84)
adrpo 2012-11-26 08:43 Rev.: 14070

- revert changes to templates:
Compiler/Template/CodegenC.tpl
Compiler/Template/ExpressionDumpTpl.tpl
as things started to break for no apparent reason!
- revert changes to tests.

2237 lines of code changed in 9 files:

  • testsuite/flattening/libraries/msl31/multibody/loops: Engine1a.mos (+183 -183), Engine1b.mos (+183 -183), Engine1b_analytic.mos (+183 -183), Fourbar1.mos (+105 -105), Fourbar2.mos (+68 -68), Fourbar_analytic.mos (+62 -62), PlanarLoops_analytic.mos (+87 -87), instEngineV6.mos (+1083 -1083), instEngineV6_analytic.mos (+283 -283)
adrpo 2012-11-26 08:03 Rev.: 14069

- expected output
- remove the merging of modifiers in SCodeAnalyseRedeclare.mo for now as it seems to have some issues with the AVM models.

2237 lines of code changed in 9 files:

  • testsuite/flattening/libraries/msl31/multibody/loops: Engine1a.mos (+183 -183), Engine1b.mos (+183 -183), Engine1b_analytic.mos (+183 -183), Fourbar1.mos (+105 -105), Fourbar2.mos (+68 -68), Fourbar_analytic.mos (+62 -62), PlanarLoops_analytic.mos (+87 -87), instEngineV6.mos (+1083 -1083), instEngineV6_analytic.mos (+283 -283)
sjoelund.se 2012-11-13 13:21 Rev.: 13881

#1922
- Handle type-casting from records with the same components but different names'
- Improve scalarization of record equations in the front-end. Made it worse in the back-end (back-end does not handle cast of records)

223 lines of code changed in 9 files:

  • testsuite/flattening/libraries/msl31/multibody/loops: Engine1a.mos (+11 -11), Engine1b.mos (+12 -12), Engine1b_analytic.mos (+23 -23), Fourbar1.mos (+11 -11), Fourbar2.mos (+11 -11), Fourbar_analytic.mos (+23 -23), PlanarLoops_analytic.mos (+44 -44), instEngineV6.mos (+11 -11), instEngineV6_analytic.mos (+77 -77)
sjoelund.se 2012-11-08 14:29 Rev.: 13830

#1931
- Do not scalarize vector equations
+ Except constants, parameters, records, complex types, external objects, and maybe some more

12665 lines of code changed in 11 files:

  • testsuite/flattening/libraries/msl31/multibody/loops: Engine1a.mos (+1136 -866), Engine1b.mos (+1144 -872), Engine1b_analytic.mos (+1088 -830), Fourbar1.mos (+1064 -812), Fourbar2.mos (+1567 -1203), Fourbar_analytic.mos (+908 -695), PlanarLoops_analytic.mos (+1712 -1298), checkEngineV6.mos (+1 -1), checkEngineV6_analytic.mos (+1 -1), instEngineV6.mos (+2576 -1932), instEngineV6_analytic.mos (+1468 -1101)
perost 2012-10-17 13:42 Rev.: 13432

- Removed the special case for Real casts when dumping expressions, since
Modelica does not have a Real() function.
- Some SCodeInst fixes.
- Fixed compiler warnings in corbaimpl.cpp.
- Updated testcases due to the expression dumping change.

851 lines of code changed in 9 files:

  • testsuite/flattening/libraries/msl31/multibody/loops: Engine1a.mos (+82 -82), Engine1b.mos (+82 -82), Engine1b_analytic.mos (+73 -73), Fourbar1.mos (+79 -79), Fourbar2.mos (+112 -112), Fourbar_analytic.mos (+64 -64), PlanarLoops_analytic.mos (+127 -127), instEngineV6.mos (+170 -170), instEngineV6_analytic.mos (+62 -62)
sjoelund.se 2012-10-04 12:15 Rev.: 13177

- Fix the damn testsuite

1 lines of code changed in 1 file:

  • testsuite/flattening/libraries/msl31/multibody/loops: Makefile (+1 -1)
alash325 2012-10-03 02:26 Rev.: 13147

- libraries directory are copied to testsuite/flattening directory + delete simulation files + update Makefile

9704 lines of code changed in 12 files:

  • testsuite/flattening/libraries/msl31/multibody/loops: Engine1a.mos (new 957), Engine1b.mos (new 872), Engine1b_analytic.mos (new 831), Fourbar1.mos (new 812), Fourbar2.mos (new 1203), Fourbar_analytic.mos (new 695), Makefile (new 1), PlanarLoops_analytic.mos (new 1298), checkEngineV6.mos (new 1), checkEngineV6_analytic.mos (new 1), instEngineV6.mos (new 1932), instEngineV6_analytic.mos (new 1101)
alash325 2012-10-01 19:42 Rev.: 13123

- Deleted wrong works

0 lines of code changed in 12 files:

  • testsuite/flattening/libraries/msl31/multibody/loops: Engine1a.mos (del), Engine1b.mos (del), Engine1b_analytic.mos (del), Fourbar1.mos (del), Fourbar2.mos (del), Fourbar_analytic.mos (del), Makefile (del), PlanarLoops_analytic.mos (del), checkEngineV6.mos (del), checkEngineV6_analytic.mos (del), instEngineV6.mos (del), instEngineV6_analytic.mos (del)
alash325 2012-09-26 06:34 Rev.: 13049

- Restructured testsuite/libraries into testsuite/flattening and testsuite/simualtion

9704 lines of code changed in 12 files:

  • testsuite/flattening/libraries/msl31/multibody/loops: Engine1a.mos (new 957), Engine1b.mos (new 872), Engine1b_analytic.mos (new 831), Fourbar1.mos (new 812), Fourbar2.mos (new 1203), Fourbar_analytic.mos (new 695), Makefile (new 1), PlanarLoops_analytic.mos (new 1298), checkEngineV6.mos (new 1), checkEngineV6_analytic.mos (new 1), instEngineV6.mos (new 1932), instEngineV6_analytic.mos (new 1101)
Generated by StatSVN 0.7.0