[root]/SimulationRuntime/c/simulation/solver
initialization
(3 files, 742 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 1598 (100.0%) | 55788 (100.0%) | 34.9 |
wbraun | 426 (26.7%) | 28640 (51.3%) | 67.2 |
lochel | 358 (22.4%) | 10632 (19.1%) | 29.6 |
sjoelund.se | 362 (22.7%) | 4883 (8.8%) | 13.4 |
bachmann | 19 (1.2%) | 3065 (5.5%) | 161.3 |
vitalij | 79 (4.9%) | 2287 (4.1%) | 28.9 |
hudson | 145 (9.1%) | 2274 (4.1%) | 15.6 |
mahge930 | 25 (1.6%) | 1473 (2.6%) | 58.9 |
jfrenkel | 33 (2.1%) | 737 (1.3%) | 22.3 |
adrpo | 62 (3.9%) | 668 (1.2%) | 10.7 |
mwalther | 13 (0.8%) | 536 (1.0%) | 41.2 |
hkiel | 25 (1.6%) | 232 (0.4%) | 9.2 |
Frenkel TUD | 22 (1.4%) | 123 (0.2%) | 5.5 |
jansilar | 2 (0.1%) | 60 (0.1%) | 30.0 |
adeas31 | 4 (0.3%) | 56 (0.1%) | 14.0 |
cschubert | 6 (0.4%) | 50 (0.1%) | 8.3 |
vwaurich | 1 (0.1%) | 30 (0.1%) | 30.0 |
bbachmann | 2 (0.1%) | 22 (0.0%) | 11.0 |
ppriv | 2 (0.1%) | 9 (0.0%) | 4.5 |
perost | 10 (0.6%) | 9 (0.0%) | 0.9 |
choeger | 2 (0.1%) | 2 (0.0%) | 1.0 |
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
added symbolic implicit euler. Improvements will come!!
29 lines of code changed in 2 files:
- added additional flags for dassl for output control in non-equidistant mode
48 lines of code changed in 2 files:
More fixes to bug: #3261
- use '!' instead of '|' which could be used when overriding the regular expression from variableFilter
2 lines of code changed in 1 file:
Properly fix bug: #3261
- replace ',' with '|' when not inside arrays and then tokenize on '|'
- update test: testsuite/simulation/modelica/others/Bug3261.mos to test for -output and one dimensional array
5 lines of code changed in 1 file:
fix #3251
2 lines of code changed in 1 file:
- allocate the structure, not the pointer
4 lines of code changed in 2 files:
- update DSS dump
5 lines of code changed in 1 file:
make Modelica.Fluid.Examples.PumpingSystem working again
- by adding hybrid solver to the homotopy solver
75 lines of code changed in 3 files:
- msvc friendly implementation
4 lines of code changed in 1 file:
Fix printing of sparse Jacobian matrix (crashed for large systems)
- Also skip printing the system unless the stream flag is set
13 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
5 lines of code changed in 1 file:
some cleanup and correction to the nonlinear homotopy solver
39 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
4 lines of code changed in 1 file:
speed-up of non-linear homotopy solver by adding new stop criteria
33 lines of code changed in 1 file:
- change messages
2 lines of code changed in 1 file:
- initialize spare structure for jacobian A if qss solver is used
13 lines of code changed in 1 file:
- some cleanup
53 lines of code changed in 5 files:
[Janitor mode] Set auto-props
1 lines of code changed in 1 file:
- prepare qss solver development (using euler method as place holder)
203 lines of code changed in 2 files:
- add auxiliary function for printing sparse structure of jacobian A
51 lines of code changed in 4 files:
- dump states properly (LOG_DASSL_STATES)
11 lines of code changed in 1 file:
- dump tolerances properly (LOG_SOLVER)
17 lines of code changed in 1 file:
Static analysis fixes
0 lines of code changed in 1 file:
Fix typo
6 lines of code changed in 3 files:
improved convergence criteria of Newton solver (within Homotopy solver)
2 lines of code changed in 1 file:
some code cleanup
sin(acos(e)) = cos(asin(e)) = sqrt(1-e^2)
sin(atan(e)) = e/sqrt(1+e^2)
cos(atan(e)) = 1/sqrt(1+e^2)
22 lines of code changed in 1 file:
fix some warnings
1 lines of code changed in 1 file:
- improved assert output further with debug
- fixed #3074
1 lines of code changed in 1 file:
- fix Windows builds, msvc doesn't like empty arrays with no initializer.
2 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
6 lines of code changed in 2 files:
- added singular system solver for umfpack
- added support for linear tearing systems to umfpack and lis
- added more test-cases (e.g. EngineVN)
552 lines of code changed in 6 files:
Fix #3137
- revive +target=msvc
- compile umfpack, cminpack and cdaskr files
- update CMakeLists.txt
63 lines of code changed in 7 files:
- fix _omc_copyMatrix()
2 lines of code changed in 1 file:
fix some warnings
proper implementation of _omc_copyMatrix()
5 lines of code changed in 3 files:
Remove some -I flags so the headers copied from simulation runtime works without changes
56 lines of code changed in 18 files:
[Janitor mode] Fix whitespace
4 lines of code changed in 1 file:
- fix the huge linear solver failings output
45 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
2 lines of code changed in 1 file:
- switch the linear solver, to lapack with totalpivot as fallback
50 lines of code changed in 2 files:
(569 more)