[root]/testsuite/simulation/modelica/records
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 20 (100.0%) | 3647 (100.0%) | 182.3 |
adrpo | 4 (20.0%) | 3092 (84.8%) | 773.0 |
perost | 1 (5.0%) | 265 (7.3%) | 265.0 |
alash325 | 3 (15.0%) | 136 (3.7%) | 45.3 |
vitalij | 6 (30.0%) | 115 (3.2%) | 19.1 |
hudson | 1 (5.0%) | 33 (0.9%) | 33.0 |
sjoelund.se | 5 (25.0%) | 6 (0.2%) | 1.2 |
ExpressionSimplify:
- improved log and exp rules
- exp(e*log(x)) -> exp(...*log(x)*...)
- log(1/x) -> -log(x)
log(sqrt(x)) -> 1/2*log(x)
1 lines of code changed in 1 file:
#2786
- Fix code generation for multiple iterators (threaded)
- Ceval constant function calls in the front-end
0 lines of code changed in 1 file:
added simplify rule
1 lines of code changed in 1 file:
added rule x/(r*y) => (1/r)*x/y
36 lines of code changed in 1 file:
Replace measureTime=true with +d=measureTime in buildModel/etc
- Fix code generation for profiling of function calls (was disabled)
- Fix the counter for number of profiling blocks so the profiling now includes the measured blocks again
3 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
33 lines of code changed in 1 file:
- added rule for sqrt(c*e) => c1*sqrt(e)
1 lines of code changed in 1 file:
- new simplify rule for a + (-b)/x = a - b/x
7 lines of code changed in 1 file:
- simplify rule x/r = x *(1/r) with test of numerical issues
can someone have a look of
./simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos
69 lines of code changed in 1 file:
- Changed DAEDump to always print out modifications after the variable name
instead of after the type name.
265 lines of code changed in 1 file:
- Fix for #2519
- added the test from the ticket too
3082 lines of code changed in 3 files:
#1863 Removed simulation options noClean and storeInTemp since they do not work and there are no tests for them
2 lines of code changed in 1 file:
- Fix line-endings
1 lines of code changed in 1 file:
- add start value selection (startOrigin) testing.
simulation/modelica/start_value_selection
- more error checking in simulation/modelica/records/InOutRecord.mos
10 lines of code changed in 1 file:
- Mosfiles are copied to different directories under simulation/modelica
- Create Makefile for each directories
- Updated testsuite/Makefile
136 lines of code changed in 3 files: