Directory testsuite/libraries/multibody/rotational3deffects/

Directory Created:
2010-04-26 13:46
Directory Deleted:
2012-10-08 11:17
Total Files:
0
Deleted Files:
6
Lines of Code:
0

[root]/testsuite/libraries/multibody/rotational3deffects

Lines of Code

testsuite/libraries/multibody/rotational3deffects/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 236 (100.0%) 69564 (100.0%) 294.7
adrpo 31 (13.1%) 33567 (48.3%) 1082.8
sjoelund.se 94 (39.8%) 19066 (27.4%) 202.8
perost 68 (28.8%) 10082 (14.5%) 148.2
petar 4 (1.7%) 6005 (8.6%) 1501.2
mahge930 5 (2.1%) 731 (1.1%) 146.2
Frenkel TUD 27 (11.4%) 89 (0.1%) 3.2
AlexeyLebedev 1 (0.4%) 24 (0.0%) 24.0
alash325 6 (2.5%) 0 (0.0%) 0.0

Most Recent Commits

alash325 2012-10-08 11:17 Rev.: 13242

-- testsuite/3rdparty/AVM + testsuite/3rdparty/ThermoSysPro are temporarily moved to testsuite directory + testsiuite/Libraries + testsuite/mofiles + testsuite/3rdparty are deleted from SVN

0 lines of code changed in 6 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (del), GearConstraint.mos (del), GyroscopicEffects.mos (del), Makefile (del), MovingActuatedDrive.mos (del), _Rotational3DEffectsTotal.mo (del)
perost 2012-09-27 17:35 Rev.: 13078

- Changed Util.swap to work as expected (i.e. swap on true).

671 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+156 -156), GearConstraint.mos (+150 -150), GyroscopicEffects.mos (+195 -195), MovingActuatedDrive.mos (+170 -170)
sjoelund.se 2012-09-20 10:01 Rev.: 12988

- Added missing 'each' prefixes to more models
- Made DAE.TYPED and DAE.UNTYPED modifications contain Absyn.Info and started using that whenever possible
- This makes error-messages appear at the source of the modification instead of at the component being modified, which is better since it is easier to look up the component than to figure where the #!#&@ the modification came from

1 lines of code changed in 1 file:

  • testsuite/libraries/multibody/rotational3deffects: GyroscopicEffects.mos (+1 -5)
sjoelund.se 2012-09-19 14:11 Rev.: 12975

- Use loadModel instead of loadFile("_...Total.mo")

294 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+67 -32), GearConstraint.mos (+70 -35), GyroscopicEffects.mos (+90 -41), MovingActuatedDrive.mos (+67 -32)
sjoelund.se 2012-09-12 15:00 Rev.: 12890

#1801
- Fix problem with matrix-vector operations being converted into array-multiplication of vector and scalar
- All tests that worked still work except for one: ./libraries/msl31/simulate/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos, presumably because of a better solution now

671 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+156 -156), GearConstraint.mos (+150 -150), GyroscopicEffects.mos (+195 -195), MovingActuatedDrive.mos (+170 -170)
perost 2012-08-28 11:43 Rev.: 12702

- Removed space after first parenthesis when dumping asserts in DAEDump, to ease
the transition to a template based dumper.

4 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+1 -1), GearConstraint.mos (+1 -1), GyroscopicEffects.mos (+1 -1), MovingActuatedDrive.mos (+1 -1)
perost 2012-08-24 16:07 Rev.: 12666

Fix for bug #1774:
- Better sorting of elements in Inst.instElementList by considering qualified crefs.
- Added testcase Modelica.StateGraph.Examples.ControlledTanks.
- Enabled the forgotten Modelica.Blocks.Continuous testcase.

101 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+14 -14), GearConstraint.mos (+40 -40), GyroscopicEffects.mos (+29 -29), MovingActuatedDrive.mos (+18 -18)
Frenkel TUD 2012-07-20 10:04 Rev.: 12353

- fix tests

2 lines of code changed in 2 files:

  • testsuite/libraries/multibody/rotational3deffects: GyroscopicEffects.mos (+1 -1), MovingActuatedDrive.mos (+1 -1)
Frenkel TUD 2012-07-20 07:40 Rev.: 12351

- fix tests

61 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+7), GearConstraint.mos (+14), GyroscopicEffects.mos (+19), MovingActuatedDrive.mos (+21)
Frenkel TUD 2012-06-28 16:50 Rev.: 12232

- fix tests

5 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+1 -1), GearConstraint.mos (+1 -1), GyroscopicEffects.mos (+2 -2), MovingActuatedDrive.mos (+1 -1)
perost 2012-05-10 14:06 Rev.: 11885

- Implemented a new template based expression dumping.
- Updated test suite.

2020 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+411 -411), GearConstraint.mos (+497 -497), GyroscopicEffects.mos (+648 -648), MovingActuatedDrive.mos (+464 -464)
perost 2012-05-04 13:28 Rev.: 11848

Fix for bug #1731:
- Fixed connection of arrays with subscripts.
- Updated testsuit due to changed equation order for connects.

822 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+144 -144), GearConstraint.mos (+224 -224), GyroscopicEffects.mos (+250 -250), MovingActuatedDrive.mos (+204 -204)
perost 2012-04-05 13:50 Rev.: 11673

- Fixed correct types on array-scalar and scalar-array operations.
- Updated test cases due to changed operation order.

823 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+183 -183), GearConstraint.mos (+183 -183), GyroscopicEffects.mos (+246 -246), MovingActuatedDrive.mos (+211 -211)
mahge930 2012-03-01 22:48 Rev.: 11260

+ The test-suite makefile now contain DEPENDENCIES. This are the files that are needed for the test cases.
+ "make clean" or (make -j clean) will clean the test-suite. i.e. all files that are not listed as DEPENDENCIES will be cleaned.
For OMDEV/MINGW ppl (linux already has partest)
+ "make threaded" will clean and then run the test-suite with 5 threads (my pc has 4 cores so :) ). (or just use "make -jN")
- 'msl31simulation.log' and 'msl31mediasimulation.log' still give problems with multiple threads. Very strange problem since the
output matches exactly with the expected but for some reason it is compared with outputs from another file. But For now this might help a bit.

Normal test-suite operation is not affected in anyway as far as I can tell. (Just some additions)

23 lines of code changed in 1 file:

  • testsuite/libraries/multibody/rotational3deffects: Makefile (+23 -1)
sjoelund.se 2012-02-28 23:34 Rev.: 11225

Modelica/Mechanics/Multibody/Parts.mo: rotationType == 1,2 => rotationType == Types.RotationTypes.RotationAxis,TwoAxesVectors
- Partial fix for #1702

2 lines of code changed in 1 file:

  • testsuite/libraries/multibody/rotational3deffects: _Rotational3DEffectsTotal.mo (+2 -2)
sjoelund.se 2012-02-28 19:55 Rev.: 11223

Partial fix for #1702 (enum == Integer is not an allowed relation)
- This was also updated in MSL

1 lines of code changed in 1 file:

  • testsuite/libraries/multibody/rotational3deffects: _Rotational3DEffectsTotal.mo (+1 -1)
mahge930 2012-01-23 13:04 Rev.: 10937

+ Fix for missing parameter passing for records.
Bug #1675
+ Fix for missing bindings for records with classmod modifications on output variables.
+ Fix for constant evaluated bindings to default values for record to record assignments.

708 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+156 -312), GearConstraint.mos (+156 -312), GyroscopicEffects.mos (+216 -432), MovingActuatedDrive.mos (+180 -360)
sjoelund.se 2011-11-29 11:51 Rev.: 10594

- Fix ExpressionDump: -(a+b) is now printed correctly (previously was printed as -a+b)

213 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+38 -38), GearConstraint.mos (+65 -65), GyroscopicEffects.mos (+56 -56), MovingActuatedDrive.mos (+54 -54)
sjoelund.se 2011-11-25 13:29 Rev.: 10577

- Removed operators from DAE.mo:
scalar .+ array => array .+ scalar
array .- scalar => array .+ (-scalar)
scalar .* array => array .* scalar
These are equivalent and reduces the code we need to maintain (duplicate cases, etc)

NOTE: YOU NEED TO MAKE CLEAN AFTER THIS UPDATE AS RML IS STUPID AND FAILS AT DEP. ANALYSIS

32 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+6 -6), GearConstraint.mos (+8 -8), GyroscopicEffects.mos (+12 -12), MovingActuatedDrive.mos (+6 -6)
sjoelund.se 2011-11-25 10:23 Rev.: 10576

- Expected output

821 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+186 -186), GearConstraint.mos (+185 -185), GyroscopicEffects.mos (+244 -244), MovingActuatedDrive.mos (+206 -206)
adrpo 2011-11-15 12:44 Rev.: 10515

- include the modifiers and dimensions in the dependency analysis in Inst.instElementList
- move annotation checking functions from DAEUtil to SCode.
- convert type of the Value in the binding if needed (to get rid of things like min = 0, instead of min = 0.0)
- in partial instantiation disregard parameters, instantiate only constants.
- rename the really bad name "subs" to restCref in Static.elabCrefSubs.
- clear errors when loadingFileInteractiveQualified API and parseFile API
- added vaporizing.mo test

- a LOT of tests have changed
- small fixes to tools/validatetest/validatetest.pl

3605 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+786 -786), GearConstraint.mos (+966 -966), GyroscopicEffects.mos (+1033 -1033), MovingActuatedDrive.mos (+820 -820)
perost 2011-10-07 10:30 Rev.: 10039

- Fixed testsuite.

62 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+5 -5), GearConstraint.mos (+8 -8), GyroscopicEffects.mos (+44 -44), MovingActuatedDrive.mos (+5 -5)
sjoelund.se 2011-10-03 15:46 Rev.: 9988

- Re-enabled the check for functions defining all slots
- FunctionArg now stores the default expression in it so we can use it very fast

40 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+4 -4), GearConstraint.mos (+8 -8), GyroscopicEffects.mos (+24 -24), MovingActuatedDrive.mos (+4 -4)
perost 2011-09-08 14:12 Rev.: 9758

- Made the dumping of external declarations better.
- Changed so that only constant complex equations are constant evaluated in
InstSection.instEqEquation2.
- Added handling of integers in omc-diff, so that integers are compared exactly
(otherwise we allow a relative error for line numbers in errors).

16 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+4 -4), GearConstraint.mos (+4 -4), GyroscopicEffects.mos (+4 -4), MovingActuatedDrive.mos (+4 -4)
perost 2011-08-30 09:18 Rev.: 9712

- Reimplemented connection handling to be more efficient.

1671 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+288 -288), GearConstraint.mos (+460 -460), GyroscopicEffects.mos (+501 -501), MovingActuatedDrive.mos (+422 -422)
sjoelund.se 2011-07-28 07:54 Rev.: 9547

- Fix code generation of ASUB(ASUB(...,x),y), by making ASUB(...,xy) instead
- Previously, we created one case for integer asub, one for 2d integer asub, etc... But forgot mixed int and enum asubs... The new code should work for any dimension, and any mix of asubs
- Testcases were updated because we print [1,2] instead of [1][2]

270 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+54 -54), GearConstraint.mos (+72 -72), GyroscopicEffects.mos (+90 -90), MovingActuatedDrive.mos (+54 -54)
sjoelund.se 2011-05-30 13:40 Rev.: 9179

- Add simplification (e*e1)+(e*e2) => e*(e1+e2) (for +/- and swapping argument order)

8 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+2 -2), GearConstraint.mos (+2 -2), GyroscopicEffects.mos (+2 -2), MovingActuatedDrive.mos (+2 -2)
sjoelund.se 2011-05-30 12:24 Rev.: 9178

- Changed order of some simplifications (commutative rules)

32 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+8 -8), GearConstraint.mos (+2 -2), GyroscopicEffects.mos (+8 -8), MovingActuatedDrive.mos (+14 -14)
sjoelund.se 2011-05-30 11:26 Rev.: 9175

- Added ExpressionSimplify.simplifyBinaryCommutative
- To be used for commutative rules so we do not forget these cases in the future

8 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+2 -2), GearConstraint.mos (+2 -2), GyroscopicEffects.mos (+2 -2), MovingActuatedDrive.mos (+2 -2)
sjoelund.se 2011-05-22 12:51 Rev.: 9069

- Added rule to simplify x+x+x-x-x=x

86 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+8 -8), GearConstraint.mos (+25 -25), GyroscopicEffects.mos (+43 -43), MovingActuatedDrive.mos (+10 -10)
perost 2011-05-09 12:43 Rev.: 8883

Fix for big #1224:
- Added dumping of function comments to DAEDump.
- Updated test suit.

112 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+26 -26), GearConstraint.mos (+28 -28), GyroscopicEffects.mos (+32 -32), MovingActuatedDrive.mos (+26 -26)
perost 2011-05-09 09:17 Rev.: 8879

Fix for bug #1492:
- Only propagate final prefix if the component is declared final.

448 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+31 -31), GearConstraint.mos (+115 -115), GyroscopicEffects.mos (+271 -271), MovingActuatedDrive.mos (+31 -31)
Frenkel TUD 2011-05-03 17:59 Rev.: 8792

- CevalSrcipt use BackendDAEOptimize.countSimpleEquations for checkModel (speedup testsuite)

4 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+1 -1), GearConstraint.mos (+1 -1), GyroscopicEffects.mos (+1 -1), MovingActuatedDrive.mos (+1 -1)
Frenkel TUD 2011-04-14 19:09 Rev.: 8647

- BackendDAEOptimize.mo:
- remove old remove simple Equation
- add remove equal function calls equations module
- use new remove simple Equation for Linearization
- BackEnd/BackendDAEUtil.mo
- change incidenceMatrix, now it generates the incidenceMatrix and the transposed incidenceMatrix at once
- use removeFinalParameters,removeEqualFunctionCalls,removeSimpleEquations,expandDerOperator as default preOptModules
- BackendDump.mo: add function debuglst
- update testsuite

4 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+1 -1), GearConstraint.mos (+1 -1), GyroscopicEffects.mos (+1 -1), MovingActuatedDrive.mos (+1 -1)
sjoelund.se 2011-04-08 09:45 Rev.: 8545

- Use simplify1 instead of simplify in many places of the FrontEnd
- simplify now returns a Boolean that signifies if the expression has changed

840 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+187 -187), GearConstraint.mos (+193 -193), GyroscopicEffects.mos (+255 -255), MovingActuatedDrive.mos (+205 -205)
sjoelund.se 2011-04-07 09:43 Rev.: 8530

- Run simplify on any algorithm statement generated

16 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+4 -4), GearConstraint.mos (+4 -4), GyroscopicEffects.mos (+4 -4), MovingActuatedDrive.mos (+4 -4)
sjoelund.se 2011-04-06 14:09 Rev.: 8521

- Disable running simplify after each unary elaboration
- Traverse each instantiated equation using simplify1
- cevalIfConstant on VAR variability expressions now does simplify1

72 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+7 -7), GearConstraint.mos (+22 -22), GyroscopicEffects.mos (+36 -36), MovingActuatedDrive.mos (+7 -7)
sjoelund.se 2011-04-06 09:14 Rev.: 8515

- Changed ExpressionSimplify to use traverseExp instead of its custom traversal

62 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+2 -2), GearConstraint.mos (+20 -20), GyroscopicEffects.mos (+38 -38), MovingActuatedDrive.mos (+2 -2)
sjoelund.se 2011-04-05 12:14 Rev.: 8496

- Flat Modelica now uses "and, or, not" instead of "AND, OR, NOT"
- This is to match actual Modelica syntax

62 lines of code changed in 4 files:

  • testsuite/libraries/multibody/rotational3deffects: ActuatedDrive.mos (+11 -11), GearConstraint.mos (+14 -14), GyroscopicEffects.mos (+26 -26), MovingActuatedDrive.mos (+11 -11)
sjoelund.se 2011-04-05 09:45 Rev.: 8495

- Changed simplify of LUNARY and LBINARY (we now only simplify these at the end; i.e. in the equations and bindings - not while doing static elaboration of the expression)

2 lines of code changed in 1 file:

  • testsuite/libraries/multibody/rotational3deffects: MovingActuatedDrive.mos (+2 -2)

(26 more)

Generated by StatSVN 0.7.0