Directory testsuite/simulation/modelica/algorithms-functions/

Directory Created:
2012-10-12 13:09
Directory Deleted:
2012-12-17 16:05
Total Files:
0
Deleted Files:
64
Lines of Code:
0

[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 147 (100.0%) 2754 (100.0%) 18.7
alash325 64 (43.5%) 2562 (93.0%) 40.0
lochel 73 (49.7%) 137 (5.0%) 1.8
adrpo 7 (4.8%) 52 (1.9%) 7.4
sjoelund.se 1 (0.7%) 1 (0.0%) 1.0
perost 1 (0.7%) 1 (0.0%) 1.0
jfrenkel 1 (0.7%) 1 (0.0%) 1.0

Most Recent Commits

lochel 2012-12-17 16:05 Rev.: 14425

- move some tests

0 lines of code changed in 64 files:

  • testsuite/simulation/modelica/algorithms-functions: ASubIfExp.mos (del), Algorithm.mo (del), AlgorithmCondAssign1.mo (del), AlgorithmCondAssign1.mos (del), AlgorithmCondAssign2.mo (del), AlgorithmCondAssign2.mos (del), AlgorithmForInClass.mo (del), AlgorithmForInClass.mos (del), AlgorithmSection.mo (del), AlgorithmSection.mos (del), AlgorithmTupleAssign.mos (del), ComplexSystem.mo (del), ComplexSystem.mos (del), DoubleWhenSequential.mo (del), DoubleWhenSequential.mos (del), ForIterator1.mo (del), ForIterator1.mos (del), ForIterator2.mo (del), ForIterator2.mos (del), ForLoopHideVariable.mo (del), ForLoopHideVariable.mos (del), FuncDer.mo (del), FuncDer.mos (del), FuncMultResults.mo (del), FuncMultResults.mos (del), FunctionInReinit.mo (del), FunctionInReinit.mos (del), FunctionIndirectRecursion.mo (del), FunctionIndirectRecursion.mos (del), FunctionIndirectRecursion2.mos (del), Interpol2.mo (del), Interpolation.mos (del), LocalVariableInit.mo (del), LocalVariableInit.mos (del), MRFcall.mo (del), MRFcall.mos (del), Makefile (del), SimplePeriodicSampler.mo (del), SimplePeriodicSampler.mos (del), StatementCall.mo (del), StatementCall.mos (del), SumForLoop.mo (del), SumForLoop.mos (del), SumSeriesWhile.mo (del), SumSeriesWhile.mos (del), SumVectorForIf.mo (del), SumVectorForIf.mos (del), TupleReturn.mo (del), TupleReturn.mos (del), WhenPriority.mo (del), WhenPriority.mos (del), WhenStatement1.mo (del), WhenStatement1.mos (del), WhenStatement2.mo (del), WhenStatement2.mos (del), WhenStatement3.mo (del), WhenStatement3.mos (del), ZeroCross.mo (del), ZeroCross.mos (del), algorithms.mos (del), testalgwhen.mo (del), val.mo (del), val.mos (del), whenstatements.mos (del)
lochel 2012-12-17 13:50 Rev.: 14421

- remove duplicated test for DrModelica
- change test to what should be tested

20 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms-functions: WhenPriority.mos (+20 -25)
lochel 2012-12-17 10:52 Rev.: 14417

- fix #1981
- why do we check for results, that are actually wrong? It is really annoying to figure out which tests really succeed.

28 lines of code changed in 2 files:

  • testsuite/simulation/modelica/algorithms-functions: Makefile (+1 -1), WhenPriority.mos (+27 -11)
sjoelund.se 2012-12-15 09:26 Rev.: 14398

- Fix line-endings

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms-functions: Makefile (+1)
lochel 2012-12-12 11:46 Rev.: 14338

- initialization for discrete variables works actually only with the new initialization

49 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms-functions: whenstatements.mos (+49 -10)
lochel 2012-12-12 11:20 Rev.: 14337

do not test overcredulous against dymola results (see #1981)

7 lines of code changed in 2 files:

  • testsuite/simulation/modelica/algorithms-functions: Makefile (+1 -3), whenstatements.mos (+6 -6)
lochel 2012-12-11 17:20 Rev.: 14329

Compiler/BackEnd/Initialization.mo
- fix for when-statements in algorithm sections
- remove flag TRACE_INITIAL_SYSTEM
- remove function analyzeInitialSystem1 (fix discrete vars to get rid of unneeded pre-vars)
- fix under-determined systems with zero initial equations
SimulationRuntime/c/simulation/solver/initialization/initialization.c
- fix initialization of ringbuffer
SimulationRuntime/c/
- some improvements for the readability of LOG_EVENT, LOG_SOLVER, LOG_DDASRT, ...
- some minor formatting changes
testsuite/simulation/modelica/algorithms-functions
- adjust expected output to new initialization (symbolic)

32 lines of code changed in 2 files:

  • testsuite/simulation/modelica/algorithms-functions: algorithms.mos (+30 -6), whenstatements.mos (+2 -1)
lochel 2012-11-29 17:14 Rev.: 14149

- Compiler\BackEnd
- handle when-clause inside algorithm sections for initialization
- rename SimCode.mo to SimCodeUtil.mo in some error messages
- testsuite\simulation\
- libraries\msl32
- fix expected output
- modelica\initialization
- add two cases for when-clause inside algorithm sections

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms-functions: algorithms.mos (+1 -1)
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.

4 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms-functions: AlgorithmForInClass.mos (+4 -4)
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.

4 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms-functions: AlgorithmForInClass.mos (+4 -4)
jfrenkel 2012-11-15 02:00 Rev.: 13897

- expected output
- move Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainUniversalJoint.mos to wrong results, I know what is wrong and how it can be fixed but I have no time to implement it right now.

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms-functions: algorithms.mos (+1 -1)
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.

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/algorithms-functions: AlgorithmForInClass.mos (+1 -1)
adrpo 2012-10-12 21:51 Rev.: 13357

- kill tabs.

44 lines of code changed in 5 files:

  • testsuite/simulation/modelica/algorithms-functions: Algorithm.mo (+1 -1), AlgorithmForInClass.mo (+21 -21), FuncDer.mo (+5 -5), Interpol2.mo (+15 -15), SumSeriesWhile.mo (+2 -2)
alash325 2012-10-12 13:09 Rev.: 13337

- Mosfiles are copied to different directories under simulation/modelica
- Create Makefile for each directories
- Updated testsuite/Makefile

2562 lines of code changed in 64 files:

  • testsuite/simulation/modelica/algorithms-functions: ASubIfExp.mos (new 45), Algorithm.mo (new 72), AlgorithmCondAssign1.mo (new 35), AlgorithmCondAssign1.mos (new 33), AlgorithmCondAssign2.mo (new 49), AlgorithmCondAssign2.mos (new 31), AlgorithmForInClass.mo (new 81), AlgorithmForInClass.mos (new 97), AlgorithmSection.mo (new 41), AlgorithmSection.mos (new 35), AlgorithmTupleAssign.mos (new 30), ComplexSystem.mo (new 27), ComplexSystem.mos (new 28), DoubleWhenSequential.mo (new 31), DoubleWhenSequential.mos (new 25), ForIterator1.mo (new 133), ForIterator1.mos (new 34), ForIterator2.mo (new 55), ForIterator2.mos (new 34), ForLoopHideVariable.mo (new 29), ForLoopHideVariable.mos (new 46), FuncDer.mo (new 63), FuncDer.mos (new 49), FuncMultResults.mo (new 51), FuncMultResults.mos (new 51), FunctionInReinit.mo (new 16), FunctionInReinit.mos (new 24), FunctionIndirectRecursion.mo (new 26), FunctionIndirectRecursion.mos (new 23), FunctionIndirectRecursion2.mos (new 14), Interpol2.mo (new 50), Interpolation.mos (new 31), LocalVariableInit.mo (new 13), LocalVariableInit.mos (new 26), MRFcall.mo (new 45), MRFcall.mos (new 24), Makefile (new 79), SimplePeriodicSampler.mo (new 30), SimplePeriodicSampler.mos (new 53), StatementCall.mo (new 30), StatementCall.mos (new 26), SumForLoop.mo (new 33), SumForLoop.mos (new 52), SumSeriesWhile.mo (new 36), SumSeriesWhile.mos (new 29), SumVectorForIf.mo (new 43), SumVectorForIf.mos (new 25), TupleReturn.mo (new 25), TupleReturn.mos (new 20), WhenPriority.mo (new 18), WhenPriority.mos (new 29), WhenStatement1.mo (new 36), WhenStatement1.mos (new 44), WhenStatement2.mo (new 36), WhenStatement2.mos (new 42), WhenStatement3.mo (new 49), WhenStatement3.mos (new 40), ZeroCross.mo (new 14), ZeroCross.mos (new 51), algorithms.mos (new 109), testalgwhen.mo (new 32), val.mo (new 14), val.mos (new 33), whenstatements.mos (new 37)
Generated by StatSVN 0.7.0