[root]/testsuite/simulation/libraries/3rdParty/MathematicalAspects
ReferenceFiles
(21 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 203 (100.0%) | 3380 (100.0%) | 16.6 |
lochel | 85 (41.9%) | 2161 (63.9%) | 25.4 |
sjoelund.se | 67 (33.0%) | 862 (25.5%) | 12.8 |
hudson | 31 (15.3%) | 253 (7.5%) | 8.1 |
wbraun | 7 (3.4%) | 68 (2.0%) | 9.7 |
adrpo | 4 (2.0%) | 20 (0.6%) | 5.0 |
vwaurich | 2 (1.0%) | 5 (0.1%) | 2.5 |
ptaeuber | 1 (0.5%) | 4 (0.1%) | 4.0 |
vitalij | 3 (1.5%) | 3 (0.1%) | 1.0 |
perost | 2 (1.0%) | 2 (0.1%) | 1.0 |
bachmann | 1 (0.5%) | 2 (0.1%) | 2.0 |
- Disabled test cases with bad error messages.
1 lines of code changed in 1 file:
- fix tests
1 lines of code changed in 1 file:
- fix tests
4 lines of code changed in 1 file:
added flag for using ExpressionSolve in adjacencyRowEnhanced
- can be used e.g. for warmstart in dyn. optimization
1 lines of code changed in 1 file:
- Fix some bad enum to int conversions in the back end.
- Some code clean up.
1 lines of code changed in 1 file:
- skip subsystems if removeSimpleEquations failed
1 lines of code changed in 1 file:
- improve error message of transformation module "sort components"
- cleanup pattern matching and unused arguments
11 lines of code changed in 1 file:
- some cleanup
4 lines of code changed in 1 file:
- fix the huge linear solver failings output
5 lines of code changed in 1 file:
- switch the linear solver, to lapack with totalpivot as fallback
4 lines of code changed in 1 file:
- #3114: handle empty system in initialization
1 lines of code changed in 1 file:
Switched default tearing method to Cellier Tearing.
Following tests have problems with Cellier Tearing and still run with omcTearing:
./simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mos
./simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mos
./simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter_MultiPhase.mos
./simulation/modelica/events/bug1228.mos
4 lines of code changed in 1 file:
- next attempt to fix the testsuite
2 lines of code changed in 1 file:
- fixed bisection by calculating the maximum needed iterations for a given tolerance
- 04_HandleEvents.mos needs a finer grid, since otherwise some events are missed.
2 lines of code changed in 1 file:
- don't overwrite primary parameters while initialization (e.g. #3050)
2 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;
2 lines of code changed in 1 file:
improved r23722
- handling of sign() by solve e.g. abs(x) or pow(x,2)
1 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
1 lines of code changed in 1 file:
- revert r23613, because it breaks initialization of parameters in some cases
6 lines of code changed in 1 file:
- attempt to fix initialization for parameters that have no binding but a start value
6 lines of code changed in 1 file:
- update test
1 lines of code changed in 1 file:
Fix bug #2980
- use GC_malloc_uncollectable to signal that the arrays of strings are roots
- added test gc2980.mos
1 lines of code changed in 1 file:
Use getInstanceName() to query function names automatically (updated automatically as the the functions are moved)
1 lines of code changed in 1 file:
- expected output
1 lines of code changed in 1 file:
- fix testsuite with expected output
1 lines of code changed in 1 file:
added new linear solver based on LU decomposision using total pivoting
- activated it also as default
- updated some tests
2 lines of code changed in 1 file:
Make sourceInfo() testsuite-friendly
3 lines of code changed in 1 file:
- enable tearing for all systems
4 lines of code changed in 1 file:
- merged revision(s) r21547-r21703 from branches/initialization/
- completely new initialization approach for under-determined, over-determined and simultaneously under- and over-determined systems
- symbolic consistency check for over-determined (sub-)systems
3 lines of code changed in 2 files:
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
23 lines of code changed in 11 files:
[Janitor mode] Fix whitespace
223 lines of code changed in 23 files:
#2580
- Don't clear the error-buffer if the simulate command fails (so it is possible to use the normal error commands to query errors)
5 lines of code changed in 1 file:
- move warnings for parameters from front end to back end
- get rid of false warnings
0 lines of code changed in 1 file:
- fix duplicate warnings
- there are still some duplicate warnings from the front end (Adrian is working on that)
0 lines of code changed in 1 file:
Fix #2566 in the FrontEnd
- report parameter T p(start = value, fixed = true) and use the start value.
12 lines of code changed in 1 file:
Fix for #2557
- propely display the warning message
- add the line number information to the warning message too
6 lines of code changed in 1 file:
- fix #2557
10 lines of code changed in 1 file:
- use Error.addCompilerWarning instead of print in BackendDAETransform
1 lines of code changed in 1 file:
- fix #2404
4 lines of code changed in 4 files:
- fix tests
4 lines of code changed in 1 file:
(18 more)