Directory testsuite/simulation/libraries/3rdParty/MathematicalAspects/

Directory Created:
2013-02-09 13:11
Total Files:
36
Deleted Files:
0
Lines of Code:
1344

[root]/testsuite/simulation/libraries/3rdParty/MathematicalAspects
                        directory in repo ReferenceFiles (21 files, 0 lines)

Lines of Code

testsuite/simulation/libraries/3rdParty/MathematicalAspects/ Lines of Code

Developers

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

Most Recent Commits

perost 2015-03-19 15:13 Rev.: 25157

- Disabled test cases with bad error messages.

1 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: Makefile (+1 -1)
vwaurich 2015-03-19 14:53 Rev.: 25155

- fix tests

1 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 01_AlgebraicLoopBoolean.mos (+1 -1)
vwaurich 2015-03-19 13:56 Rev.: 25152

- fix tests

4 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 01_AlgebraicLoopBoolean.mos (+4 -4)
vitalij 2015-03-13 08:41 Rev.: 25077

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:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 01_AlgebraicLoopBoolean.mos (+1 -1)
perost 2015-03-12 16:26 Rev.: 25063

- Fix some bad enum to int conversions in the back end.
- Some code clean up.

1 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 01_AlgebraicLoopBoolean.mos (+1 -1)
lochel 2015-03-10 11:59 Rev.: 25002

- skip subsystems if removeSimpleEquations failed

1 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 01_AlgebraicLoopBoolean.mos (+1 -1)
lochel 2015-03-06 15:22 Rev.: 24965

- improve error message of transformation module "sort components"
- cleanup pattern matching and unused arguments

11 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 01_AlgebraicLoopBoolean.mos (+11 -6)
lochel 2015-03-06 14:09 Rev.: 24964

- some cleanup

4 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 01_AlgebraicLoopBoolean.mos (+4 -4)
wbraun 2015-02-04 13:10 Rev.: 24397

- fix the huge linear solver failings output

5 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 05_SingularModel.mos (+5 -4)
wbraun 2015-02-03 17:51 Rev.: 24387

- switch the linear solver, to lapack with totalpivot as fallback

4 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 05_SingularModel.mos (+4)
lochel 2015-01-29 17:11 Rev.: 24301

- #3114: handle empty system in initialization

1 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 05_SingularModel.mos (+1 -1)
ptaeuber 2015-01-07 02:09 Rev.: 23953

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:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 08_Test3PhaseSystemsInitParam.mos (+4 -6)
wbraun 2015-01-06 17:16 Rev.: 23949

- next attempt to fix the testsuite

2 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 04_HandleEvents.mos (+2 -2)
wbraun 2015-01-06 15:34 Rev.: 23948

- 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:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 04_HandleEvents.mos (+2 -2)
lochel 2015-01-05 13:53 Rev.: 23934

- don't overwrite primary parameters while initialization (e.g. #3050)

2 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 05_SingularModel.mos (+2 -2)
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;

2 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 05_SingularModel.mos (+2 -2)
vitalij 2014-12-11 11:48 Rev.: 23728

improved r23722
- handling of sign() by solve e.g. abs(x) or pow(x,2)

1 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 01_AlgebraicLoopBoolean.mos (+1 -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

1 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 01_AlgebraicLoopBoolean.mos (+1 -1)
lochel 2014-12-03 17:47 Rev.: 23652

- revert r23613, because it breaks initialization of parameters in some cases

6 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 17_TestSwitch.mos (+6 -6)
lochel 2014-12-01 20:14 Rev.: 23613

- attempt to fix initialization for parameters that have no binding but a start value

6 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 17_TestSwitch.mos (+6 -6)
adrpo 2014-11-26 11:18 Rev.: 23567

- update test

1 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 01_AlgebraicLoopBoolean.mos (+1 -1)
adrpo 2014-11-26 09:48 Rev.: 23564

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:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 01_AlgebraicLoopBoolean.mos (+1 -1)
sjoelund.se 2014-11-24 13:15 Rev.: 23529

Use getInstanceName() to query function names automatically (updated automatically as the the functions are moved)

1 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 01_AlgebraicLoopBoolean.mos (+1 -1)
wbraun 2014-11-17 15:39 Rev.: 23409

- expected output

1 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 01_AlgebraicLoopBoolean.mos (+1 -1)
wbraun 2014-11-17 14:47 Rev.: 23406

- fix testsuite with expected output

1 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 01_AlgebraicLoopBoolean.mos (+1 -1)
bachmann 2014-11-03 18:38 Rev.: 23167

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:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 05_SingularModel.mos (+2 -2)
sjoelund.se 2014-11-03 16:59 Rev.: 23162

Make sourceInfo() testsuite-friendly

3 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 01_AlgebraicLoopBoolean.mos (+3 -3)
lochel 2014-10-07 09:08 Rev.: 22637

- enable tearing for all systems

4 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 05_SingularModel.mos (+4 -4)
lochel 2014-08-01 13:37 Rev.: 21706

- 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:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 03_CurtissHirschfelder.mos (+2 -3), CurtissHirschfelder.mo (+1 -1)
sjoelund.se 2014-04-24 13:59 Rev.: 20251

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:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 01_AlgebraicLoopBoolean.mos (+2 -2), 02_BouncingBall.mos (+3 -3), 03_CurtissHirschfelder.mos (+1 -1), 04_HandleEvents.mos (+2 -2), 05_SingularModel.mos (+2 -2), 06_SmoothEvents.mos (+4 -4), 07_Test3PhaseSystemsInit.mos (+2 -2), 08_Test3PhaseSystemsInitParam.mos (+2 -2), 09_Test3PhaseSystemsStateSelect.mos (+2 -2), 10_Test3PhaseSystemsDummyInit.mos (+1 -1), 17_TestSwitch.mos (+2 -2)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

223 lines of code changed in 23 files:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: AlgebraicLoopBoolean1.mo (+2 -2), AlgebraicLoopBoolean2.mo (+2 -2), BouncingBall.mo (+3 -3), BouncingBall1.mo (+3 -3), BouncingBall2.mo (+3 -3), HandleEvents1.mo (+2 -2), HandleEvents2.mo (+1 -1), IdealSwitchDummy.mo (+2 -2), IdealSwitchStiff.mo (+2 -2), SingularModel1.mo (+1 -1), SingularModel2.mo (+1 -1), SmoothEvent1.mo (+3 -3), SmoothEvent2.mo (+3 -3), SmoothEvent3.mo (+3 -3), SmoothEvent4.mo (+3 -3), Test3PhaseSystems.mo (+30 -30), Test3PhaseSystemsDummyInit.mo (+30 -30), Test3PhaseSystemsInit.mo (+30 -30), Test3PhaseSystemsInitParam1.mo (+30 -30), Test3PhaseSystemsInitParam2.mo (+30 -30), Test3PhaseSystemsStateSelect.mo (+30 -30), TestSwitch1.mo (+7 -7), TestSwitch2.mo (+2 -2)
sjoelund.se 2014-02-14 12:13 Rev.: 19115

#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:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 01_AlgebraicLoopBoolean.mos (+5 -6)
lochel 2014-02-13 17:17 Rev.: 19097

- move warnings for parameters from front end to back end
- get rid of false warnings

0 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 17_TestSwitch.mos (-6)
lochel 2014-02-12 15:32 Rev.: 19070

- 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:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 17_TestSwitch.mos (-6)
adrpo 2014-02-07 09:57 Rev.: 19014

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:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 17_TestSwitch.mos (+12)
adrpo 2014-02-02 04:14 Rev.: 18932

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:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 17_TestSwitch.mos (+6 -6)
lochel 2014-02-01 11:07 Rev.: 18913

- fix #2557

10 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 17_TestSwitch.mos (+10 -4)
lochel 2013-10-23 15:37 Rev.: 17844

- use Error.addCompilerWarning instead of print in BackendDAETransform

1 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 01_AlgebraicLoopBoolean.mos (+1 -1)
lochel 2013-10-08 15:42 Rev.: 17606

- fix #2404

4 lines of code changed in 4 files:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 07_Test3PhaseSystemsInit.mos (+1 -2), 09_Test3PhaseSystemsStateSelect.mos (+2 -4), 10_Test3PhaseSystemsDummyInit.mos (+1 -2), 17_TestSwitch.mos (-1)
lochel 2013-10-04 11:58 Rev.: 17532

- fix tests

4 lines of code changed in 1 file:

  • testsuite/simulation/libraries/3rdParty/MathematicalAspects: 01_AlgebraicLoopBoolean.mos (+4 -2)

(18 more)

Generated by StatSVN 0.7.0