[root]/testsuite/simulation/modelica/others
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 |
extend flag for inputs from r25582
237 lines of code changed in 1 file:
new debuge flag: added new_var = var/nominal where var is state
122 lines of code changed in 2 files:
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:
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:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
improved handling of not derivable function calls in ExpressionSolve
45 lines of code changed in 2 files:
- added more information for a triggered Modelica assert
- fixes partially #3074
9 lines of code changed in 2 files:
- activate test for #2352
12 lines of code changed in 2 files:
- 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:
- #3094: fix some asserts that were not formatted according to "logFormat"
4 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
2 lines of code changed in 1 file:
ExpressionSolve: improved numeric for qe
67 lines of code changed in 3 files:
[Janitor mode] Fix whitespace
2 lines of code changed in 1 file:
ExpressionSolve:
- used Vieta's formulas for qe
- improved initial guess
48 lines of code changed in 3 files:
ExpressionSolve: update rule for x^y^ = z
34 lines of code changed in 2 files:
ExpressionSolve: improved rule for solve abs(.)
41 lines of code changed in 2 files:
ExpressionSolve: fixed initial guess
33 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
ExpressionSolve:
- improved cos(x)
- added rule for sin(x) and tan(x)
update tests
340 lines of code changed in 3 files:
activated solveSimpleEquations for initialization
- probably fixed #3091
11 lines of code changed in 2 files:
- declare numeric initialization as deprecated
2 lines of code changed in 1 file:
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:
imporved negate for binary
4 lines of code changed in 1 file:
ExpressionSolve: improved handling of modelica functions
27 lines of code changed in 1 file:
postOptModules: added solveSimpleEquations with manipulations from ExpressionSolve (disable)
0 lines of code changed in 1 file:
ExpressionSolve:
- solve cos(x) = y
22 lines of code changed in 1 file:
- 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:
ExpressionSolve:
improved handling of sqrt
2 lines of code changed in 1 file:
ExpressionSolve: added case for quadratic equation
- a*x^n - b*x^m
3 lines of code changed in 3 files:
TestExpressionSolve:
- improved solve of quadratic equation
31 lines of code changed in 1 file:
TestExpressionSolve:
- solve some kinds of quadratic equation
70 lines of code changed in 1 file:
TestExpressionSolve:
added case for cosh
17 lines of code changed in 1 file:
ExpressionSolve:
improved numeric for makeProduct
18 lines of code changed in 1 file:
ExpressionSolve:
improved solve for if-expression
19 lines of code changed in 1 file:
ExpressionSolve.solve2:
fixed $_initialGuess and tmp vars.
6 lines of code changed in 1 file:
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:
[Janitor mode] Set auto-props
1 lines of code changed in 1 file:
#3023
createSingleComplexEqnCode2:
update case tupple() = f()
- check crefs from lhs inside rhs
42 lines of code changed in 3 files:
- Expected output of tests using csv.
5 lines of code changed in 1 file:
ExpressionSolve:
- try to solve modelica functions
- inline function calls and hope ExpressionSolve can solve new expression
41 lines of code changed in 1 file:
(107 more)