Directory SimulationRuntime/c/simulation/

Directory Created:
2011-11-09 00:15
Total Files:
17
Deleted Files:
11
Lines of Code:
4520

[root]/SimulationRuntime/c/simulation
                Folder removed from repo libf2c (0 files, 0 lines)
                Folder removed from repo math-support (0 files, 0 lines)
                directory in repo results (13 files, 2298 lines)
                directory in repo solver (48 files, 16671 lines)
                    directory in repo initialization (3 files, 742 lines)

Lines of Code

SimulationRuntime/c/simulation/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 562 (100.0%) 14443 (100.0%) 25.6
wbraun 127 (22.6%) 5598 (38.8%) 44.0
sjoelund.se 168 (29.9%) 4379 (30.3%) 26.0
lochel 123 (21.9%) 2907 (20.1%) 23.6
adrpo 34 (6.0%) 599 (4.1%) 17.6
Frenkel TUD 31 (5.5%) 536 (3.7%) 17.2
hudson 25 (4.4%) 185 (1.3%) 7.4
adeas31 7 (1.2%) 56 (0.4%) 8.0
hkiel 9 (1.6%) 50 (0.3%) 5.5
jfrenkel 11 (2.0%) 44 (0.3%) 4.0
vitalij 7 (1.2%) 35 (0.2%) 5.0
mwalther 7 (1.2%) 20 (0.1%) 2.8
bachmann 3 (0.5%) 9 (0.1%) 3.0
mtiller 1 (0.2%) 7 (0.0%) 7.0
ppriv 2 (0.4%) 4 (0.0%) 2.0
perost 2 (0.4%) 4 (0.0%) 2.0
mahge930 2 (0.4%) 4 (0.0%) 2.0
cschubert 1 (0.2%) 4 (0.0%) 4.0
choeger 2 (0.4%) 2 (0.0%) 1.0

Most Recent Commits

hkiel 2015-04-27 21:34 Rev.: 25770

- ignore some more generated files

1 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation: simulation_runtime.cpp (+1 -1)
vitalij 2015-04-23 23:46 Rev.: 25721

added symbolic implicit euler. Improvements will come!!

1 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation: simulation_runtime.cpp (+1 -1)
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



3 lines of code changed in 2 files:

  • SimulationRuntime/c/simulation: simulation_input_xml.cpp (+2 -2), simulation_runtime.cpp (+1 -1)
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

20 lines of code changed in 3 files:

  • SimulationRuntime/c/simulation: simulation_input_xml.cpp (+6 -25), simulation_runtime.cpp (+12), simulation_runtime.h (+2)
adrpo 2015-04-02 23:31 Rev.: 25370

Fix bug: #3261
- support parsing the variable names containing array indexes (which contains ",")
- added test: testsuite/simulation/modelica/others/Bug3261.mos

28 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation: simulation_input_xml.cpp (+28 -5)
adrpo 2015-03-10 13:11 Rev.: 25005

Fix #3204
- give a warning on stdout if override name not find in model
- i would prefer to do it on stderr but LOG_STDERR doesn't seem to exist

42 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation: simulation_input_xml.cpp (+42 -21)
sjoelund.se 2015-03-03 16:14 Rev.: 24880

Fix assertion of json text

1 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation: simulation_info_json.c (+1 -1)
lochel 2015-03-03 12:03 Rev.: 24866

- some cleanup

1 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation: simulation_runtime.cpp (+1 -3)
lochel 2015-03-02 11:49 Rev.: 24854

- fix string handling

1 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation: simulation_runtime.cpp (+1 -1)
sjoelund.se 2015-02-24 11:15 Rev.: 24729

Static analysis fixes

3 lines of code changed in 2 files:

  • SimulationRuntime/c/simulation: simulation_info_json.c (+3 -3), simulation_runtime.cpp (-2)
sjoelund.se 2015-02-24 10:50 Rev.: 24728

Improve the static analysis

5 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation: simulation_runtime.cpp (+5 -4)
wbraun 2015-02-19 00:02 Rev.: 24626

- improved assert output further with debug
- fixed #3074

41 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation: simulation_runtime.cpp (+41 -14)
wbraun 2015-02-16 20:45 Rev.: 24606

- added more information for a triggered Modelica assert
- fixes partially #3074

7 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation: simulation_runtime.cpp (+7 -16)
adrpo 2015-02-11 21:48 Rev.: 24538

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

7 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation: CMakeLists.txt (+7 -5)
sjoelund.se 2015-02-10 15:05 Rev.: 24503

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

24 lines of code changed in 6 files:

  • SimulationRuntime/c/simulation: modelinfo.c (+4 -4), options.c (+1 -1), simulation_info_json.c (+1 -6), simulation_info_xml.c (+2 -2), simulation_input_xml.cpp (+1 -1), simulation_runtime.cpp (+15 -15)
adrpo 2015-02-07 04:52 Rev.: 24469

Fix #3140
- add XML_ParserFree(parser); at the end of modelInfoXmlInit
- thanks go to Mathilde for reporting this

1 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation: simulation_info_xml.c (+1)
wbraun 2015-02-03 17:51 Rev.: 24387

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

1 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation: simulation_runtime.cpp (+1 -1)
adrpo 2015-01-30 20:30 Rev.: 24343

- use runProcess("cmd /c command") on windows instead of system(command) so that no console window appears
- remove some f2c include directories
- enable parallel mark in windows

1 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation: CMakeLists.txt (+1 -1)
sjoelund.se 2015-01-29 22:12 Rev.: 24319

Fix performance profiling for info.json files

27 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation: simulation_info_json.c (+27 -2)
lochel 2015-01-29 17:41 Rev.: 24305

- removed deprecated numeric initialization approach
- removed simflags: "-iom=*" and "-iim=numeric"
- another commit will remove more code that belongs to the numeric initialization approach

5 lines of code changed in 2 files:

  • SimulationRuntime/c/simulation: simulation_runtime.cpp (+4 -13), simulation_runtime.h (+1 -1)
adrpo 2015-01-29 00:53 Rev.: 24285

- more fixes for Windows
- add include to omc_config.h
- ansi-c for the highness

1 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation: CMakeLists.txt (+1 -1)
sjoelund.se 2015-01-28 16:09 Rev.: 24261

Add make option OMC_MINIMAL_RUNTIME=1, which skips compilation of many object files in the simulation runtime (to make it easier to cross-compile for real-time targets)

9 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation: simulation_runtime.cpp (+9 -2)
lochel 2015-01-28 14:18 Rev.: 24254

- remove unused variable

0 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation: simulation_runtime.cpp (-1)
lochel 2015-01-28 14:16 Rev.: 24253

- #3094: fix some asserts that were not formatted according to "logFormat"

5 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation: simulation_runtime.cpp (+5 -7)
lochel 2015-01-26 22:43 Rev.: 24215

- recover communicateStatus since it is used by OMEdit

20 lines of code changed in 2 files:

  • SimulationRuntime/c/simulation: simulation_runtime.cpp (+19), simulation_runtime.h (+1)
lochel 2015-01-26 17:42 Rev.: 24205

- remove communicateStatus (interactive simulation)

0 lines of code changed in 2 files:

  • SimulationRuntime/c/simulation: simulation_runtime.cpp (-19), simulation_runtime.h (-1)
sjoelund.se 2015-01-26 17:30 Rev.: 24203

Remove interactive simulation couplings from simulation_runtime.cpp
- Add socket.cpp to c/simulation (TODO: move to c/util as a C interface)

523 lines of code changed in 5 files:

  • SimulationRuntime/c/simulation: simulation_runtime.cpp (+4 -60), socket.cpp (new 5), socket.h (new 78), socket_unix.cpp (new 179), socket_win.cpp (new 257)
lochel 2015-01-20 13:26 Rev.: 24110

- Fix result via tcp/ip

5 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation: simulation_runtime.cpp (+5 -3)
lochel 2015-01-07 11:58 Rev.: 23959

- revert r23957

0 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation: simulation_runtime.cpp (-7)
lochel 2015-01-07 11:37 Rev.: 23957

- new flag ?lv=LOG_TRACE to control TRACE-dump for debugging purpose

7 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation: simulation_runtime.cpp (+7)
wbraun 2015-01-06 17:40 Rev.: 23950

- fix #3060.

3 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation: simulation_info_json.c (+3 -1)
wbraun 2015-01-06 00:28 Rev.: 23937

prevent adding a dummy state if no states are present
- don't use dassl if no state are present

6 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation: simulation_runtime.cpp (+6 -7)
lochel 2014-12-18 21:45 Rev.: 23864

- add reminder to prevent secondary parameters from being overwritten

38 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation: simulation_input_xml.cpp (+38 -26)
adrpo 2014-12-11 22:50 Rev.: 23747

- return something in SimulationRuntime/c/util/integer_array.c
- hopefully fix condition in SimulationRuntime/c/simulation/solver/initialization/initialization.c
- try to use proper data types in function interfaces
- get rid of some of the warnings
- transform to char* where needed

3 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation: simulation_input_xml.cpp (+3 -3)
lochel 2014-12-04 20:31 Rev.: 23665

- fix #3009

27 lines of code changed in 3 files:

  • SimulationRuntime/c/simulation: options.c (+25), options.h (+1), simulation_runtime.cpp (+1 -11)
bachmann 2014-11-27 18:23 Rev.: 23581

Update of homotopy solver:
- improved assert handling
- improved numerical jacobian
- introduced mixed solver strategy (homotopy/hybrid)
- removed unused code
- added better damping strategy
- reduced function calls -> performance increase
- update test suite


1 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation: simulation_runtime.cpp (+1 -1)
bachmann 2014-11-24 17:56 Rev.: 23545

Added new nonlinear solver based on damped Newton algorithm in combination with homotopy strategy.
Set as default nonlinear solver for running the coverage tests tonight.
Already support of current testsuite, although some details are not implemented completely:
- Proper assert handling
- Use of Modelica homotopy operator
- Improved scaling of homotopy functions
- ...

Improvements will come!!!


1 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation: simulation_runtime.cpp (+1 -1)
sjoelund.se 2014-11-16 10:59 Rev.: 23384

- Add capability to OMEdit to link directly against omc (gives a good performance increase especially if calling used functions directly without requiring parsing strings)
- Add OMCOutput parser to OMEdit, to parse the most common OMC Values.Value outputs (no records yet; only sequences and values); the output is a QVariant
- Update getClassInformation to use ModelicaBuiltin.mo
- Add a mockup of the OpenModelicaScriptingAPI.mo we should be able to create from ModelicaBuiltin.mo, and OMC_API.{cpp,h} that should be automatically generated Qt/C++ files corresponding to the same API

4 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation: simulation_runtime.cpp (+4 -4)
sjoelund.se 2014-11-13 13:52 Rev.: 23343

Simplify handling of result files

4 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation: simulation_runtime.cpp (+4 -13)
wbraun 2014-11-12 17:27 Rev.: 23332

- fix build warnings

3 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation: simulation_runtime.cpp (+3 -3)

(285 more)

Generated by StatSVN 0.7.0