Directory testsuite/simulation/modelica/linear_system/

Directory Created:
2012-10-15 12:12
Total Files:
14
Deleted Files:
0
Lines of Code:
1156

[root]/testsuite/simulation/modelica/linear_system
                    directory in repo ReferenceFiles (1 files, 0 lines)

Lines of Code

testsuite/simulation/modelica/linear_system/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 90 (100.0%) 1538 (100.0%) 17.0
wbraun 28 (31.1%) 1094 (71.1%) 39.0
lochel 15 (16.7%) 189 (12.3%) 12.6
vitalij 17 (18.9%) 182 (11.8%) 10.7
sjoelund.se 11 (12.2%) 25 (1.6%) 2.2
hudson 16 (17.8%) 20 (1.3%) 1.2
cschubert 1 (1.1%) 20 (1.3%) 20.0
vwaurich 2 (2.2%) 8 (0.5%) 4.0

Most Recent Commits

vitalij 2015-04-13 12:43 Rev.: 25525

update test

2 lines of code changed in 1 file:

  • testsuite/simulation/modelica/linear_system: linearTestPackage.mo (+2 -2)
vitalij 2015-04-13 12:42 Rev.: 25524

added flag for diasbale Msg from omc

2 lines of code changed in 1 file:

  • testsuite/simulation/modelica/linear_system: linearTestPackage.mo (+2 -2)
vitalij 2015-04-13 10:31 Rev.: 25519

symbolical QR-solver: added householder(default)

5 lines of code changed in 2 files:

  • testsuite/simulation/modelica/linear_system: linSymSol.mos (+4 -2), linSymSolConstA.mos (+1 -1)
vitalij 2015-04-09 14:32 Rev.: 25471

improved r25421

2 lines of code changed in 2 files:

  • testsuite/simulation/modelica/linear_system: linSymSol.mos (+1 -1), linSymSolConstA.mos (+1 -1)
vitalij 2015-04-07 16:30 Rev.: 25421

symbolical QR-solver:
- improved handling for const exp
- added scaling

2 lines of code changed in 2 files:

  • testsuite/simulation/modelica/linear_system: linSymSol.mos (+1 -1), linSymSolConstA.mos (+1 -1)
vitalij 2015-04-07 13:03 Rev.: 25410

symbolical QR-solver: improved handling of know-vars

6 lines of code changed in 3 files:

  • testsuite/simulation/modelica/linear_system: linSymSol.mos (+1 -1), linSymSolConstA.mos (+2 -2), linearTestPackage.mo (+3 -3)
vwaurich 2015-02-23 16:59 Rev.: 24710

- update tests and ref file

4 lines of code changed in 1 file:

  • testsuite/simulation/modelica/linear_system: linSymSolConstA.mos (+4)
vwaurich 2015-02-23 16:39 Rev.: 24708

- added Flag to disable pre-Calculation of start-values
- disable start value calculation for linSymSolConstA test

4 lines of code changed in 1 file:

  • testsuite/simulation/modelica/linear_system: linSymSolConstA.mos (+4 -5)
vitalij 2015-02-20 15:51 Rev.: 24662

improved solveLinearSystem

85 lines of code changed in 4 files:

  • testsuite/simulation/modelica/linear_system: Makefile (+1), linSymSol.mos (+7 -9), linSymSolConstA.mos (new 46), linearTestPackage.mo (+31)
wbraun 2015-02-16 12:44 Rev.: 24595

- moved debug flag "doLinearTearing" to config flag "disableLinearTearing"

3 lines of code changed in 3 files:

  • testsuite/simulation/modelica/linear_system: NPendulum.mos (+1 -1), problem2.mos (+1 -1), problem3.mos (+1 -1)
hudson 2015-02-16 12:03 Rev.: 24594

[Janitor mode] Fix whitespace

2 lines of code changed in 1 file:

  • testsuite/simulation/modelica/linear_system: EngineVN.mo (+2 -2)
hudson 2015-02-16 12:02 Rev.: 24593

[Janitor mode] Set auto-props

3 lines of code changed in 3 files:

  • testsuite/simulation/modelica/linear_system: EngineVN.mo (+1), EngineVN.mos (+1), underDetermind.mos (+1)
wbraun 2015-02-16 11:44 Rev.: 24592

- added singular system solver for umfpack
- added support for linear tearing systems to umfpack and lis
- added more test-cases (e.g. EngineVN)

366 lines of code changed in 5 files:

  • testsuite/simulation/modelica/linear_system: EngineVN.mo (new 108), EngineVN.mos (new 103), NPendulum.mos (+40 -56), problem2.mos (+78 -2), underDetermind.mos (new 37)
wbraun 2015-02-04 13:10 Rev.: 24397

- fix the huge linear solver failings output

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/linear_system: linSymSol.mos (+1 -4)
wbraun 2015-02-03 17:51 Rev.: 24387

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

6 lines of code changed in 1 file:

  • testsuite/simulation/modelica/linear_system: linSymSol.mos (+6 -2)
hudson 2015-01-09 15:07 Rev.: 23993

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/linear_system: linSymSol.mos (+1)
vitalij 2015-01-09 14:51 Rev.: 23992

added postOptModules for solving linear system symbolical in BackEnd (based on QR decomposition)
Improvements will come!

78 lines of code changed in 2 files:

  • testsuite/simulation/modelica/linear_system: Makefile (+1), linSymSol.mos (new 77)
hudson 2015-01-08 00:27 Rev.: 23976

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/linear_system: linearTestPackage.mo (+1 -1)
hudson 2015-01-08 00:26 Rev.: 23975

[Janitor mode] Set auto-props

3 lines of code changed in 3 files:

  • testsuite/simulation/modelica/linear_system: NPendulum.mos (+1), problem2.mos (+1), problem3.mos (+1)
wbraun 2015-01-08 00:04 Rev.: 23974

- added linear sparse solver umfpack for large linear algebraic loops
- activated umfpack for default compilation
- revise and adapt all a bit linear solver
- added measurment clock for all linear solver
- added more linear test cases

359 lines of code changed in 5 files:

  • testsuite/simulation/modelica/linear_system: Makefile (+3), NPendulum.mos (new 155), linearTestPackage.mo (+25), problem2.mos (new 89), problem3.mos (new 87)
wbraun 2014-12-23 17:35 Rev.: 23905

- revert for now r23902, since it break some build

2 lines of code changed in 4 files:

  • testsuite/simulation/modelica/linear_system: Makefile (-2), linearTestPackage.mo (-25), problem2.mos (del), problem3.mos (del)
hudson 2014-12-23 16:33 Rev.: 23904

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/linear_system: linearTestPackage.mo (+1 -1)
hudson 2014-12-23 16:33 Rev.: 23903

[Janitor mode] Set auto-props

2 lines of code changed in 2 files:

  • testsuite/simulation/modelica/linear_system: problem2.mos (+1), problem3.mos (+1)
wbraun 2014-12-23 16:24 Rev.: 23902

- added linear sparse solver umfpack for large linear algebraic loops
- activated umfpack for default compilation
- added measurment clock for all linear solver
- added more linear test cases

202 lines of code changed in 4 files:

  • testsuite/simulation/modelica/linear_system: Makefile (+2), linearTestPackage.mo (+25), problem2.mos (new 89), problem3.mos (new 86)
cschubert 2014-05-28 10:54 Rev.: 20864

make SimulationResultsCmp fail, if a variable has not been found and add a test for it
also add a test for constant singular linear systems which are consistent (or inconsistent) - currently both fail in omc

20 lines of code changed in 1 file:

  • testsuite/simulation/modelica/linear_system: linearTestPackage.mo (+20 -6)
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

4 lines of code changed in 4 files:

  • testsuite/simulation/modelica/linear_system: MissV.mos (+1 -1), Ticket2404.mos (+1 -1), constantStates.mos (+1 -1), problem1.mos (+1 -1)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

2 lines of code changed in 1 file:

  • testsuite/simulation/modelica/linear_system: linearTestPackage.mo (+2 -2)
lochel 2013-10-08 15:42 Rev.: 17606

- fix #2404

11 lines of code changed in 3 files:

  • testsuite/simulation/modelica/linear_system: Makefile (+1 -1), MissV.mos (-1), problem1.mos (+10 -11)
hudson 2013-10-08 12:10 Rev.: 17604

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/linear_system: Ticket2404.mos (+1)
lochel 2013-10-08 12:01 Rev.: 17603

- fix expected output

10 lines of code changed in 1 file:

  • testsuite/simulation/modelica/linear_system: Ticket2404.mos (+10)
lochel 2013-10-08 11:58 Rev.: 17602

- add test for #2404

26 lines of code changed in 2 files:

  • testsuite/simulation/modelica/linear_system: Makefile (+1), Ticket2404.mos (new 25)
lochel 2013-06-23 21:59 Rev.: 16461

- change warnings

4 lines of code changed in 3 files:

  • testsuite/simulation/modelica/linear_system: MissV.mos (+2 -1), constantStates.mos (+1 -1), problem1.mos (+1 -1)
lochel 2013-06-23 19:27 Rev.: 16460

- add notification for suppressed warnings of the initialization

19 lines of code changed in 3 files:

  • testsuite/simulation/modelica/linear_system: MissV.mos (+2 -1), constantStates.mos (+5 -4), problem1.mos (+12 -11)
sjoelund.se 2013-06-04 13:44 Rev.: 16209

#2197
- Free some memory during initialisation instead of increasing the size of the memory pool

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/linear_system: linearTestPackage.mo (+1 -1)
hudson 2013-05-16 16:42 Rev.: 16072

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/linear_system: constantStates.mos (+1)
wbraun 2013-05-16 16:39 Rev.: 16071

#2189
- fixed bug in constLinearSystem for states

45 lines of code changed in 2 files:

  • testsuite/simulation/modelica/linear_system: Makefile (+1), constantStates.mos (new 44)
sjoelund.se 2013-05-02 21:17 Rev.: 15963

Revert r15962 (accidently replaced 8 spaces with 2 spaces; was supposed to be 1 tab to 2 spaces but text editors messed up the command)
Contact me if you have problems merging your working copy

3 lines of code changed in 1 file:

  • testsuite/simulation/modelica/linear_system: linearTestPackage.mo (+3 -3)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

3 lines of code changed in 1 file:

  • testsuite/simulation/modelica/linear_system: linearTestPackage.mo (+3 -3)
sjoelund.se 2013-04-29 13:04 Rev.: 15927

#1863 Removed simulation options noClean and storeInTemp since they do not work and there are no tests for them

14 lines of code changed in 2 files:

  • testsuite/simulation/modelica/linear_system: MissV.mos (+3 -3), problem1.mos (+11 -11)
sjoelund.se 2013-04-29 11:58 Rev.: 15926

Fix eol-style

2 lines of code changed in 2 files:

  • testsuite/simulation/modelica/linear_system: linearTestPackage.mo (+1), problem1.mos (+1)

(4 more)

Generated by StatSVN 0.7.0