Directory SimulationRuntime/c/simulation/solver/

Directory Created:
2011-11-09 00:15
Total Files:
48
Deleted Files:
26
Lines of Code:
16671

[root]/SimulationRuntime/c/simulation/solver
                    directory in repo initialization (3 files, 742 lines)

Lines of Code

SimulationRuntime/c/simulation/solver/ Lines of Code

Developers

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

Most Recent Commits

hudson 2015-04-23 23:48 Rev.: 25722

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/solver: solver_main.h (+1 -1)
vitalij 2015-04-23 23:46 Rev.: 25721

added symbolic implicit euler. Improvements will come!!

29 lines of code changed in 2 files:

  • SimulationRuntime/c/simulation/solver: solver_main.c (+26), solver_main.h (+3)
wbraun 2015-04-13 12:00 Rev.: 25521

- added additional flags for dassl for output control in non-equidistant mode

48 lines of code changed in 2 files:

  • SimulationRuntime/c/simulation/solver: dassl.c (+43 -1), dassl.h (+5 -3)
adrpo 2015-04-03 18:00 Rev.: 25377

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:

  • SimulationRuntime/c/simulation/solver: solver_main.c (+2 -2)
adrpo 2015-04-03 17:40 Rev.: 25376

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:

  • SimulationRuntime/c/simulation/solver: solver_main.c (+5 -2)
wbraun 2015-04-02 13:09 Rev.: 25368

fix #3251

2 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/solver: dassl.c (+2 -3)
adrpo 2015-03-24 19:19 Rev.: 25238

- allocate the structure, not the pointer

4 lines of code changed in 2 files:

  • SimulationRuntime/c/simulation/solver: dassl.c (+2 -1), model_help.c (+2 -1)
lochel 2015-03-22 20:37 Rev.: 25206

- update DSS dump

5 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/solver: stateset.c (+5 -6)
wbraun 2015-03-10 22:45 Rev.: 25017

make Modelica.Fluid.Examples.PumpingSystem working again
- by adding hybrid solver to the homotopy solver

75 lines of code changed in 3 files:

  • SimulationRuntime/c/simulation/solver: nonlinearSolverHomotopy.c (+31 -3), nonlinearSolverHybrd.c (-43), nonlinearSolverHybrd.h (+44)
adrpo 2015-03-09 16:59 Rev.: 24999

- msvc friendly implementation

4 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/solver: model_help.c (+4 -1)
sjoelund.se 2015-03-09 13:10 Rev.: 24993

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:

  • SimulationRuntime/c/simulation/solver: model_help.c (+13 -6)
hudson 2015-03-05 19:40 Rev.: 24946

[Janitor mode] Fix whitespace

5 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/solver: nonlinearSolverHomotopy.c (+5 -5)
bachmann 2015-03-05 19:25 Rev.: 24945

some cleanup and correction to the nonlinear homotopy solver

39 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/solver: nonlinearSolverHomotopy.c (+39 -23)
hudson 2015-03-05 13:56 Rev.: 24928

[Janitor mode] Fix whitespace

4 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/solver: nonlinearSolverHomotopy.c (+4 -4)
bachmann 2015-03-05 13:36 Rev.: 24925

speed-up of non-linear homotopy solver by adding new stop criteria

33 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/solver: nonlinearSolverHomotopy.c (+33)
lochel 2015-03-04 16:49 Rev.: 24904

- change messages

2 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/solver: perform_qss_simulation.c (+2 -2)
lochel 2015-03-04 16:45 Rev.: 24902

- initialize spare structure for jacobian A if qss solver is used

13 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/solver: perform_qss_simulation.c (+13)
lochel 2015-03-03 12:03 Rev.: 24866

- some cleanup

53 lines of code changed in 5 files:

  • SimulationRuntime/c/simulation/solver: dassl.c (+16 -24), events.c (+10 -15), model_help.c (+20 -38), perform_simulation.c (+2 -5), solver_main.c (+5 -6)
hudson 2015-03-02 13:14 Rev.: 24858

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/solver: perform_qss_simulation.c (+1)
lochel 2015-03-02 12:43 Rev.: 24856

- prepare qss solver development (using euler method as place holder)

203 lines of code changed in 2 files:

  • SimulationRuntime/c/simulation/solver: perform_qss_simulation.c (new 183), solver_main.c (+20 -2)
lochel 2015-03-02 10:49 Rev.: 24851

- add auxiliary function for printing sparse structure of jacobian A

51 lines of code changed in 4 files:

  • SimulationRuntime/c/simulation/solver: model_help.c (+49), model_help.h (+1), perform_simulation.c (+1), solver_main.c (-1)
lochel 2015-02-27 13:41 Rev.: 24825

- dump states properly (LOG_DASSL_STATES)

11 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/solver: dassl.c (+11 -8)
lochel 2015-02-27 13:33 Rev.: 24824

- dump tolerances properly (LOG_SOLVER)

17 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/solver: dassl.c (+17 -16)
sjoelund.se 2015-02-24 11:15 Rev.: 24729

Static analysis fixes

0 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/solver: dassl.c (-1)
sjoelund.se 2015-02-20 22:42 Rev.: 24670

Fix typo

6 lines of code changed in 3 files:

  • SimulationRuntime/c/simulation/solver: dassl.c (+4 -4), model_help.c (+1 -1), nonlinearSolverHybrd.c (+1 -1)
bachmann 2015-02-20 14:27 Rev.: 24653

improved convergence criteria of Newton solver (within Homotopy solver)

2 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/solver: nonlinearSolverHomotopy.c (+2 -2)
hkiel 2015-02-19 16:31 Rev.: 24637

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:

  • SimulationRuntime/c/simulation/solver: linearSolverUmfpack.c (+22)
hkiel 2015-02-19 11:24 Rev.: 24633

fix some warnings

1 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/solver: linearSystem.c (+1 -1)
wbraun 2015-02-19 00:02 Rev.: 24626

- improved assert output further with debug
- fixed #3074

1 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/solver: dassl.c (+1 -1)
adrpo 2015-02-16 18:22 Rev.: 24597

- fix Windows builds, msvc doesn't like empty arrays with no initializer.

2 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/solver: linearSolverUmfpack.c (+2 -4)
hudson 2015-02-16 12:03 Rev.: 24594

[Janitor mode] Fix whitespace

6 lines of code changed in 2 files:

  • SimulationRuntime/c/simulation/solver: linearSolverLis.c (+2 -2), linearSolverUmfpack.c (+4 -4)
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)

552 lines of code changed in 6 files:

  • SimulationRuntime/c/simulation/solver: linearSolverLapack.c (+1 -13), linearSolverLis.c (+113 -18), linearSolverLis.h (+2), linearSolverUmfpack.c (+422 -23), linearSolverUmfpack.h (+1), linearSystem.c (+13 -6)
adrpo 2015-02-11 21:48 Rev.: 24538

Fix #3137
- revive +target=msvc
- compile umfpack, cminpack and cdaskr files
- update CMakeLists.txt

63 lines of code changed in 7 files:

  • SimulationRuntime/c/simulation/solver: CMakeLists.txt (+15 -32), dassl.c (+6), nonlinearSolverHybrd.c (+8), nonlinearSolverHybrd.h (+4 -5), nonlinearSolverNewton.c (+9), nonlinearSolverNewton.h (+8), omc_math.c (+13 -6)
adrpo 2015-02-11 15:04 Rev.: 24526

- fix _omc_copyMatrix()

2 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/solver: omc_math.c (+2 -3)
hkiel 2015-02-11 14:32 Rev.: 24523

fix some warnings
proper implementation of _omc_copyMatrix()

5 lines of code changed in 3 files:

  • SimulationRuntime/c/simulation/solver: nonlinearSolverHomotopy.c (+1), nonlinearSolverNewton.c (+2), omc_math.c (+2 -8)
sjoelund.se 2015-02-10 15:05 Rev.: 24503

Remove some -I flags so the headers copied from simulation runtime works without changes

56 lines of code changed in 18 files:

  • SimulationRuntime/c/simulation/solver: dassl.c (+1 -1), kinsolSolver.c (+4 -4), linearSolverLapack.c (+3 -3), linearSolverLis.c (+3 -3), linearSolverTotalPivot.c (+3 -3), linearSolverUmfpack.c (+3 -3), linearSystem.c (+3 -3), mixedSearchSolver.c (+3 -3), mixedSystem.c (+2 -2), model_help.c (+4 -4), nonlinearSolverHomotopy.c (+4 -4), nonlinearSolverHybrd.c (+5 -5), nonlinearSolverNewton.c (+3 -3), nonlinearSystem.c (+4 -4), omc_math.c (+1 -1), radau.h (-1), solver_main.c (+9 -9), stateset.c (+1 -1)
hudson 2015-02-04 13:18 Rev.: 24399

[Janitor mode] Fix whitespace

4 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/solver: linearSystem.c (+4 -4)
wbraun 2015-02-04 13:10 Rev.: 24397

- fix the huge linear solver failings output

45 lines of code changed in 2 files:

  • SimulationRuntime/c/simulation/solver: linearSolverLapack.c (+2 -3), linearSystem.c (+43 -36)
hudson 2015-02-03 18:25 Rev.: 24390

[Janitor mode] Fix whitespace

2 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/solver: linearSystem.c (+2 -2)
wbraun 2015-02-03 17:51 Rev.: 24387

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

50 lines of code changed in 2 files:

  • SimulationRuntime/c/simulation/solver: linearSystem.c (+49 -6), linearSystem.h (+1)

(569 more)

Generated by StatSVN 0.7.0