Directory testsuite/simulation/modelica/solver/

Directory Created:
2013-02-01 16:13
Total Files:
21
Deleted Files:
1
Lines of Code:
1426

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

Lines of Code

testsuite/simulation/modelica/solver/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 110 (100.0%) 1698 (100.0%) 15.4
wbraun 20 (18.2%) 1013 (59.7%) 50.6
vitalij 18 (16.4%) 476 (28.0%) 26.4
sjoelund.se 37 (33.6%) 92 (5.4%) 2.4
lochel 26 (23.6%) 90 (5.3%) 3.4
hudson 8 (7.3%) 26 (1.5%) 3.2
adrpo 1 (0.9%) 1 (0.1%) 1.0

Most Recent Commits

vitalij 2015-04-23 23:46 Rev.: 25721

added symbolic implicit euler. Improvements will come!!

183 lines of code changed in 4 files:

  • testsuite/simulation/modelica/solver: Makefile (+3), problem1-symEuler.mos (new 62), problem2-symEuler.mos (new 77), problem3-symEuler.mos (new 41)
wbraun 2014-10-28 00:10 Rev.: 22989

#2481
- added flags for better control of integration methods
- flag for initial step size of dassl
- flag for choosing jacobian of dassl
- flag for no equidistant time grid -noEquidistantTimeGrid
- flag to avoid restart dassl after an event
- removed some of the old solver methods

4 lines of code changed in 2 files:

  • testsuite/simulation/modelica/solver: problem1-dasslsteps.mos (+2 -2), problem2-dasslsteps.mos (+2 -2)
hudson 2014-05-28 19:41 Rev.: 20887

[Janitor mode] Set auto-props

2 lines of code changed in 2 files:

  • testsuite/simulation/modelica/solver: problem1-dasslsteps.mos (+1), problem2-dasslsteps.mos (+1)
wbraun 2014-05-28 19:22 Rev.: 20886

- added a further solver method "dasslsteps"
- behave like our default dassl solver option,
but without consideration of numberOfintervals or stepSize.
Output point are internal dassl steps.

130 lines of code changed in 3 files:

  • testsuite/simulation/modelica/solver: Makefile (+2), problem1-dasslsteps.mos (new 56), problem2-dasslsteps.mos (new 72)
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

21 lines of code changed in 14 files:

  • testsuite/simulation/modelica/solver: LotkaVolterraWithInput.mos (+8 -8), bug2231-radau1.mos (+1 -1), problem1-lobatto2.mos (+1 -1), problem1-lobatto4.mos (+1 -1), problem1-lobatto6.mos (+1 -1), problem1-radau1.mos (+1 -1), problem1-radau3.mos (+1 -1), problem1-radau5.mos (+1 -1), problem2-lobatto2.mos (+1 -1), problem2-lobatto4.mos (+1 -1), problem2-lobatto6.mos (+1 -1), problem2-radau1.mos (+1 -1), problem2-radau3.mos (+1 -1), problem2-radau5.mos (+1 -1)
adrpo 2014-04-08 02:24 Rev.: 20033

Fix bug: #2655
- check if the externalInput.csv is empty and exit if it is.
- remove externalInput.csv in testsuite/simulation/modelica/solver/Makefile before running the tests.

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/solver: Makefile (+1)
hudson 2014-03-04 00:55 Rev.: 19411

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/solver: LotkaVolterraWithInput.mos (+1)
wbraun 2014-03-04 00:47 Rev.: 19410

- added testcase for external input via file for different solvers
- fixed small bugs in external input reading
- suppress prints of inputs to LOG_SIMULATION

184 lines of code changed in 2 files:

  • testsuite/simulation/modelica/solver: LotkaVolterraWithInput.mos (new 182), Makefile (+2 -1)
lochel 2013-06-23 21:59 Rev.: 16461

- change warnings

13 lines of code changed in 13 files:

  • testsuite/simulation/modelica/solver: bug2231-radau1.mos (+1 -1), problem1-lobatto2.mos (+1 -1), problem1-lobatto4.mos (+1 -1), problem1-lobatto6.mos (+1 -1), problem1-radau1.mos (+1 -1), problem1-radau3.mos (+1 -1), problem1-radau5.mos (+1 -1), problem2-lobatto2.mos (+1 -1), problem2-lobatto4.mos (+1 -1), problem2-lobatto6.mos (+1 -1), problem2-radau1.mos (+1 -1), problem2-radau3.mos (+1 -1), problem2-radau5.mos (+1 -1)
lochel 2013-06-23 19:27 Rev.: 16460

- add notification for suppressed warnings of the initialization

77 lines of code changed in 13 files:

  • testsuite/simulation/modelica/solver: bug2231-radau1.mos (+4 -3), problem1-lobatto2.mos (+2 -1), problem1-lobatto4.mos (+2 -1), problem1-lobatto6.mos (+2 -1), problem1-radau1.mos (+2 -1), problem1-radau3.mos (+2 -1), problem1-radau5.mos (+2 -1), problem2-lobatto2.mos (+10 -9), problem2-lobatto4.mos (+10 -9), problem2-lobatto6.mos (+10 -9), problem2-radau1.mos (+10 -9), problem2-radau3.mos (+11 -10), problem2-radau5.mos (+10 -9)
hudson 2013-06-09 14:43 Rev.: 16259

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/solver: bug2231-radau1.mos (+1)
vitalij 2013-06-09 14:39 Rev.: 16258

- search linear solver for Kinsol

29 lines of code changed in 3 files:

  • testsuite/simulation/modelica/solver: Makefile (+1), bug2231-radau1.mos (new 21), testSolverPackage.mo (+7 -18)
hudson 2013-06-09 13:59 Rev.: 16257

[Janitor mode] Fix tabs

19 lines of code changed in 1 file:

  • testsuite/simulation/modelica/solver: testSolverPackage.mo (+19 -19)
vitalij 2013-06-09 13:57 Rev.: 16256

- search linear solver for Kinsol

20 lines of code changed in 1 file:

  • testsuite/simulation/modelica/solver: testSolverPackage.mo (+20)
hudson 2013-04-30 14:51 Rev.: 15938

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/solver: Makefile (+1)
hudson 2013-04-30 09:11 Rev.: 15934

Set missing svn:eol-style LF on files in commit r15933

2 lines of code changed in 2 files:

  • testsuite/simulation/modelica/solver: problem1-lobatto6.mos (+1), problem2-lobatto6.mos (+1)
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

60 lines of code changed in 12 files:

  • testsuite/simulation/modelica/solver: problem1-lobatto2.mos (+1 -1), problem1-lobatto4.mos (+1 -1), problem1-lobatto6.mos (+1 -1), problem1-radau1.mos (+1 -1), problem1-radau3.mos (+1 -1), problem1-radau5.mos (+1 -1), problem2-lobatto2.mos (+9 -9), problem2-lobatto4.mos (+9 -10), problem2-lobatto6.mos (+9 -10), problem2-radau1.mos (+9 -9), problem2-radau3.mos (+9 -9), problem2-radau5.mos (+9 -9)
sjoelund.se 2013-04-29 11:58 Rev.: 15926

Fix eol-style

11 lines of code changed in 11 files:

  • testsuite/simulation/modelica/solver: problem1-lobatto2.mos (+1), problem1-lobatto4.mos (+1), problem1-radau1.mos (+1), problem1-radau3.mos (+1), problem1-radau5.mos (+1), problem2-lobatto2.mos (+1), problem2-lobatto4.mos (+1), problem2-radau1.mos (+1), problem2-radau3.mos (+1), problem2-radau5.mos (+1), testSolverPackage.mo (+1)
vitalij 2013-04-29 11:40 Rev.: 15925

- FIXED: lobatto6
- FIXED: allocate for lobatto/radau solver

129 lines of code changed in 3 files:

  • testsuite/simulation/modelica/solver: Makefile (+2), problem1-lobatto6.mos (new 55), problem2-lobatto6.mos (new 72)
vitalij 2013-04-28 09:58 Rev.: 15923

- BUGFIX: initial guess, scaling and nonlinear solver stragegy are more stable for radau/lobatto solver.

1 lines of code changed in 1 file:

  • testsuite/simulation/modelica/solver: problem2-radau3.mos (+1 -1)
vitalij 2013-02-25 15:42 Rev.: 15313

- fixed lobatto solver

31 lines of code changed in 4 files:

  • testsuite/simulation/modelica/solver: Makefile (+4 -3), problem1-lobatto2.mos (+2 -4), problem2-lobatto2.mos (+12 -14), problem2-lobatto4.mos (+13 -14)
wbraun 2013-02-22 02:54 Rev.: 15265

- slightly changes to the implicit radau codes
- added initial testset for radau codes

695 lines of code changed in 13 files:

  • testsuite/simulation/modelica/solver: EngineV6.mos (del), Makefile (+10 -1), problem1-lobatto2.mos (new 57), problem1-lobatto4.mos (new 55), problem1-radau1.mos (new 55), problem1-radau3.mos (new 55), problem1-radau5.mos (new 55), problem2-lobatto2.mos (new 73), problem2-lobatto4.mos (new 73), problem2-radau1.mos (new 71), problem2-radau3.mos (new 71), problem2-radau5.mos (new 71), testSolverPackage.mo (new 49)
vitalij 2013-02-01 16:13 Rev.: 15037

- added new solver method: implicit Runge-Kutta (radau IIA order 5 for stiff systems)

83 lines of code changed in 2 files:

  • testsuite/simulation/modelica/solver: EngineV6.mos (new 33), Makefile (new 50)
Generated by StatSVN 0.7.0