Directory testsuite/simulation/modelica/others/

Directory Created:
2012-10-12 13:09
Total Files:
102
Deleted Files:
16
Lines of Code:
28037

[root]/testsuite/simulation/modelica/others

Lines of Code

testsuite/simulation/modelica/others/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 472 (100.0%) 59545 (100.0%) 126.1
alash325 89 (18.9%) 25873 (43.5%) 290.7
hudson 57 (12.1%) 10895 (18.3%) 191.1
adrpo 23 (4.9%) 10309 (17.3%) 448.2
sjoelund.se 132 (28.0%) 9610 (16.1%) 72.8
vitalij 55 (11.7%) 1775 (3.0%) 32.2
lochel 86 (18.2%) 975 (1.6%) 11.3
perost 6 (1.3%) 50 (0.1%) 8.3
jfrenkel 14 (3.0%) 32 (0.1%) 2.2
wbraun 7 (1.5%) 16 (0.0%) 2.2
cschubert 2 (0.4%) 5 (0.0%) 2.5
adeas31 1 (0.2%) 5 (0.0%) 5.0

Most Recent Commits

vitalij 2015-04-16 20:39 Rev.: 25587

extend flag for inputs from r25582

237 lines of code changed in 1 file:

  • testsuite/simulation/modelica/others: TestNormVar.mos (+237)
vitalij 2015-04-16 17:42 Rev.: 25582

new debuge flag: added new_var = var/nominal where var is state

122 lines of code changed in 2 files:

  • testsuite/simulation/modelica/others: Makefile (+1), TestNormVar.mos (new 121)
adrpo 2015-04-03 17:40 Rev.: 25376

Properly fix bug: #3261
- replace ',' with '|' when not inside arrays and then tokenize on '|'
- update test: testsuite/simulation/modelica/others/Bug3261.mos to test for -output and one dimensional array

20 lines of code changed in 1 file:

  • testsuite/simulation/modelica/others: Bug3261.mos (+20 -3)
adrpo 2015-04-02 23:31 Rev.: 25370

Fix bug: #3261
- support parsing the variable names containing array indexes (which contains ",")
- added test: testsuite/simulation/modelica/others/Bug3261.mos

50 lines of code changed in 2 files:

  • testsuite/simulation/modelica/others: Bug3261.mos (new 49), Makefile (+1)
hudson 2015-03-03 12:14 Rev.: 24869

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/others: TestSolve.mo (+1 -1)
vitalij 2015-03-03 12:04 Rev.: 24867

improved handling of not derivable function calls in ExpressionSolve

45 lines of code changed in 2 files:

  • testsuite/simulation/modelica/others: TestSolve.mo (+15 -1), TestSolve.mos (+30 -7)
wbraun 2015-02-16 20:45 Rev.: 24606

- added more information for a triggered Modelica assert
- fixes partially #3074

9 lines of code changed in 2 files:

  • testsuite/simulation/modelica/others: Bug1687.mos (+3 -1), StringTest.mos (+6 -2)
lochel 2015-02-03 09:35 Rev.: 24375

- activate test for #2352

12 lines of code changed in 2 files:

  • testsuite/simulation/modelica/others: Makefile (+1 -1), Random2.mos (+11)
lochel 2015-01-29 17:41 Rev.: 24305

- removed deprecated numeric initialization approach
- removed simflags: "-iom=*" and "-iim=numeric"
- another commit will remove more code that belongs to the numeric initialization approach

5 lines of code changed in 1 file:

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

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

4 lines of code changed in 1 file:

  • testsuite/simulation/modelica/others: Bug1687.mos (+4 -4)
hudson 2015-01-27 23:25 Rev.: 24234

[Janitor mode] Fix whitespace

2 lines of code changed in 1 file:

  • testsuite/simulation/modelica/others: TestSolve.mo (+2 -2)
vitalij 2015-01-27 23:22 Rev.: 24233

ExpressionSolve: improved numeric for qe

67 lines of code changed in 3 files:

  • testsuite/simulation/modelica/others: TestExpressionSolve.mos (+50 -7), TestSolve.mo (+11), TestSolve.mos (+6 -1)
hudson 2015-01-26 21:16 Rev.: 24212

[Janitor mode] Fix whitespace

2 lines of code changed in 1 file:

  • testsuite/simulation/modelica/others: TestSolve.mo (+2 -2)
vitalij 2015-01-26 21:07 Rev.: 24211

ExpressionSolve:
- used Vieta's formulas for qe
- improved initial guess

48 lines of code changed in 3 files:

  • testsuite/simulation/modelica/others: TestExpressionSolve.mos (+8 -8), TestSolve.mo (+16), TestSolve.mos (+24)
vitalij 2015-01-26 14:12 Rev.: 24196

ExpressionSolve: update rule for x^y^ = z

34 lines of code changed in 2 files:

  • testsuite/simulation/modelica/others: TestSolve.mo (+13), TestSolve.mos (+21)
vitalij 2015-01-25 13:52 Rev.: 24186

ExpressionSolve: improved rule for solve abs(.)

41 lines of code changed in 2 files:

  • testsuite/simulation/modelica/others: TestSolve.mo (+15), TestSolve.mos (+26)
vitalij 2015-01-24 02:35 Rev.: 24178

ExpressionSolve: fixed initial guess

33 lines of code changed in 2 files:

  • testsuite/simulation/modelica/others: TestSolve.mo (+13), TestSolve.mos (+20)
hudson 2015-01-24 01:18 Rev.: 24177

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/others: TestSolve.mo (+1 -1)
vitalij 2015-01-24 01:16 Rev.: 24176

ExpressionSolve:
- improved cos(x)
- added rule for sin(x) and tan(x)
update tests

340 lines of code changed in 3 files:

  • testsuite/simulation/modelica/others: TestExpressionSolve.mos (+8 -10), TestSolve.mo (+139), TestSolve.mos (+193)
vitalij 2015-01-22 17:05 Rev.: 24157

activated solveSimpleEquations for initialization
- probably fixed #3091

11 lines of code changed in 2 files:

  • testsuite/simulation/modelica/others: Bug2788.mos (+2 -1), TestExpressionSolve.mos (+9 -8)
lochel 2015-01-16 10:23 Rev.: 24058

- declare numeric initialization as deprecated

2 lines of code changed in 1 file:

  • testsuite/simulation/modelica/others: ParameterCycle.mos (+2 -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/others: Bug2788.mos (+1 -5)
vitalij 2015-01-03 13:35 Rev.: 23931

imporved negate for binary

4 lines of code changed in 1 file:

  • testsuite/simulation/modelica/others: Random.mos (+4 -4)
vitalij 2014-12-29 15:35 Rev.: 23913

ExpressionSolve: improved handling of modelica functions

27 lines of code changed in 1 file:

  • testsuite/simulation/modelica/others: TestExpressionSolve.mos (+27 -6)
vitalij 2014-12-28 15:37 Rev.: 23910

postOptModules: added solveSimpleEquations with manipulations from ExpressionSolve (disable)

0 lines of code changed in 1 file:

  • testsuite/simulation/modelica/others: TestExpressionSolve.mos (-2)
vitalij 2014-12-23 12:44 Rev.: 23900

ExpressionSolve:
- solve cos(x) = y

22 lines of code changed in 1 file:

  • testsuite/simulation/modelica/others: TestExpressionSolve.mos (+22)
lochel 2014-12-18 14:57 Rev.: 23848

- Fix initialization of dependent parameters
- Detect cyclically dependent parameters
- except for some special cases, e.g. parameter Real p = 2p;

5 lines of code changed in 1 file:

  • testsuite/simulation/modelica/others: ParameterCycle.mos (+5 -1)
vitalij 2014-12-18 00:51 Rev.: 23841

ExpressionSolve:
improved handling of sqrt

2 lines of code changed in 1 file:

  • testsuite/simulation/modelica/others: TestExpressionSolve.mos (+2 -1)
vitalij 2014-12-17 23:35 Rev.: 23839

ExpressionSolve: added case for quadratic equation
- a*x^n - b*x^m

3 lines of code changed in 3 files:

  • testsuite/simulation/modelica/others: TestExpressionSolve.mos (+2), TestSolve.mo (+1 -1), TestSolve.mos (-54)
vitalij 2014-12-17 21:13 Rev.: 23837

TestExpressionSolve:
- improved solve of quadratic equation

31 lines of code changed in 1 file:

  • testsuite/simulation/modelica/others: TestExpressionSolve.mos (+31 -4)
vitalij 2014-12-17 19:06 Rev.: 23829

TestExpressionSolve:
- solve some kinds of quadratic equation

70 lines of code changed in 1 file:

  • testsuite/simulation/modelica/others: TestExpressionSolve.mos (+70)
vitalij 2014-12-16 21:54 Rev.: 23813

TestExpressionSolve:
added case for cosh

17 lines of code changed in 1 file:

  • testsuite/simulation/modelica/others: TestExpressionSolve.mos (+17 -3)
vitalij 2014-12-14 23:28 Rev.: 23777

ExpressionSolve:
improved numeric for makeProduct

18 lines of code changed in 1 file:

  • testsuite/simulation/modelica/others: TestExpressionSolve.mos (+18 -4)
vitalij 2014-12-11 23:26 Rev.: 23749

ExpressionSolve:
improved solve for if-expression

19 lines of code changed in 1 file:

  • testsuite/simulation/modelica/others: TestExpressionSolve.mos (+19 -3)
vitalij 2014-12-11 18:14 Rev.: 23737

ExpressionSolve.solve2:
fixed $_initialGuess and tmp vars.

6 lines of code changed in 1 file:

  • testsuite/simulation/modelica/others: TestExpressionSolve.mos (+6 -1)
vitalij 2014-12-11 00:53 Rev.: 23722

ExressionSolve.solve2:

- added more cases for if() and semiLinear()
(new rules, which need tmp vars)
- added rule for abs(f(x)) = g(y) w.r.t. x
- added rule for pow(f(x),y) = z w.r.t. x

65 lines of code changed in 1 file:

  • testsuite/simulation/modelica/others: TestExpressionSolve.mos (+65 -6)
hudson 2014-12-10 15:04 Rev.: 23714

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/others: Bug3023.mos (+1)
vitalij 2014-12-10 14:56 Rev.: 23713

#3023
createSingleComplexEqnCode2:
update case tupple() = f()
- check crefs from lhs inside rhs

42 lines of code changed in 3 files:

  • testsuite/simulation/modelica/others: Bug3023.mos (new 37), Makefile (+1), TestExpressionSolve.mos (+4 -2)
adeas31 2014-12-09 18:07 Rev.: 23709

- Expected output of tests using csv.

5 lines of code changed in 1 file:

  • testsuite/simulation/modelica/others: VariableFilter.mos (+5 -5)
vitalij 2014-12-03 14:00 Rev.: 23641

ExpressionSolve:
- try to solve modelica functions
- inline function calls and hope ExpressionSolve can solve new expression

41 lines of code changed in 1 file:

  • testsuite/simulation/modelica/others: TestExpressionSolve.mos (+41)

(107 more)

Generated by StatSVN 0.7.0