[root]/testsuite/simulation/modelica/solver
ReferenceFiles
(2 files, 0 lines)
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 |
added symbolic implicit euler. Improvements will come!!
183 lines of code changed in 4 files:
#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:
[Janitor mode] Set auto-props
2 lines of code changed in 2 files:
- 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:
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:
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:
[Janitor mode] Set auto-props
1 lines of code changed in 1 file:
- 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:
- change warnings
13 lines of code changed in 13 files:
- add notification for suppressed warnings of the initialization
77 lines of code changed in 13 files:
[Janitor mode] Set auto-props
1 lines of code changed in 1 file:
- search linear solver for Kinsol
29 lines of code changed in 3 files:
[Janitor mode] Fix tabs
19 lines of code changed in 1 file:
- search linear solver for Kinsol
20 lines of code changed in 1 file:
[Janitor mode] Set auto-props
1 lines of code changed in 1 file:
Set missing svn:eol-style LF on files in commit r15933
2 lines of code changed in 2 files:
#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:
Fix eol-style
11 lines of code changed in 11 files:
- FIXED: lobatto6
- FIXED: allocate for lobatto/radau solver
129 lines of code changed in 3 files:
- BUGFIX: initial guess, scaling and nonlinear solver stragegy are more stable for radau/lobatto solver.
1 lines of code changed in 1 file:
- fixed lobatto solver
31 lines of code changed in 4 files:
- slightly changes to the implicit radau codes
- added initial testset for radau codes
695 lines of code changed in 13 files:
- added new solver method: implicit Runge-Kutta (radau IIA order 5 for stiff systems)
83 lines of code changed in 2 files: