[root]/SimulationRuntime/cpp/Include/Core/Solver
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 139 (100.0%) | 1972 (100.0%) | 14.1 |
niklwors | 35 (25.2%) | 693 (35.1%) | 19.8 |
sjoelund.se | 19 (13.7%) | 540 (27.4%) | 28.4 |
hudson | 40 (28.8%) | 317 (16.1%) | 7.9 |
nimen | 20 (14.4%) | 295 (15.0%) | 14.7 |
mwalther | 18 (12.9%) | 113 (5.7%) | 6.2 |
RuedKamp | 6 (4.3%) | 13 (0.7%) | 2.1 |
jschuchart | 1 (0.7%) | 1 (0.1%) | 1.0 |
added ifdef's for BODAS in RTEuler
1 lines of code changed in 1 file:
-removed obsolete method setcycletime()
0 lines of code changed in 1 file:
Remove superfluous const int return type definition to fix compiler warning
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
- added IDA-library support for static linked cpp-runtime
- fixed static cpp-runtime linking on windows
- all static generated libraries have now the suffix "_static"
- changed all busy-waiting tests to n=1
5 lines of code changed in 1 file:
- RUNTIME_STATIC_LINKING is now working for Windows systems (MinGW)
7 lines of code changed in 1 file:
- changed name of "Analyzation_Mode" to "Runtime_static_linking"
- removed flag "hpcomAnalyzationMode"
- moved Runtime_static_linking into cpp-template
- added a flag to link boost statically to the cpp-runtime
3 lines of code changed in 3 files:
- simple bug fix
- improved error handling in cmake
1 lines of code changed in 1 file:
- profiling of the cpp-runtime can now be enabled with the help of the makefile argument 'RUNTIME_PROFILING="true"'
9 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
fix for 3d array in cpp runtime, added stop method to solver interface,
4 lines of code changed in 2 files:
-added some functions required for vxworks
2 lines of code changed in 1 file:
Adaptions for VxWorks and Bodas in Kinsol and AlgLoopSolverFactory and cleanup of files in cpp runtime
142 lines of code changed in 7 files:
[Janitor mode] Fix whitespace
96 lines of code changed in 5 files:
Cleanup of Cpp Runtime files
128 lines of code changed in 10 files:
-adapted cpp runtime includes for vxworks
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
15 lines of code changed in 1 file:
Integration of Bodas and VxWorks functions into Cpp Simcore
24 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
-vxworks includes
10 lines of code changed in 3 files:
[Janitor mode] Set auto-props
1 lines of code changed in 1 file:
- removed the Include/Core - Folder from the Include-Path (this will break the CPP-Runtime on Windows with MSVC)
- moved some header-files from cpp/Core to cpp/Include/Core
- added experimental version of level-scheduler (levelfix) to HPCOM
32 lines of code changed in 4 files:
[Janitor mode] Fix whitespace
5 lines of code changed in 3 files:
[Janitor mode] Set auto-props
17 lines of code changed in 1 file:
fix for free system object in cpp runtime
22 lines of code changed in 4 files:
- equations to evaluate conditions added to simcode-structure (currently only available with hpcom)
- the event-taskgraph exported by hpcom is now correct
- conditions can now be evaluated with evaluateConditions instead of evaluateAll
- prototype for asynchronous writeOutput added to cpp runtime
- removed some stuff from the cvode-implementation (hopefully this will not damage any tests)
- the boost log and thread libraries are now optionally included into the cmake build process
- added logging for cvode if the boost log-library is available
- the cpp runtime is now able to differentiate between varios output methods (write all output steps + event steps, just output steps, no output)
- some comments and small bug fixes
17 lines of code changed in 2 files:
[Janitor mode] Set auto-props
1 lines of code changed in 1 file:
- linear solver interfaces for equation systems added
- command line options for linear and nonlinear solver added ("-L name" and "-N name")
- sparse solver format included
- umfpack-solver dummy added (will be filled soon by mkloeppel)
23 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
expected output
updated boost in cpp runtime
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
18 lines of code changed in 5 files:
Extended StateSelection interface in cpp runtime for second A Matrix
added agloop solver code to Jacobian class if it has algloops
added initialize method to Jacobian class
adapted cpp FMU and HPCOM template
1 lines of code changed in 1 file:
- AnalyzationMode added, which will link the libraries statically. It can be used by adding "-D ANALYZATION MODE" in the makefile and by compiling your model with "+d=hpcom, hpcomAnalyzationMode"
16 lines of code changed in 3 files:
- added index parameter to stateset methods, in order to distinguish between different statessets
- fix in hybrj for initialization of linear systems
8 lines of code changed in 1 file:
[Janitor mode] Fix tabs
8 lines of code changed in 3 files:
[Janitor mode] Set auto-props
28 lines of code changed in 1 file:
added modelicastandardtables build in cpp runtime CMakeFiles
changed cpp runtime executable name with Main suffix
added StateSelection class to cpp solver component
added stateselection methods of cpp system in cpp template
38 lines of code changed in 3 files:
-separated writing of simulation results of cpp Modelica system in extra class
2 lines of code changed in 1 file:
change ModelicaExternalC library from cpp runtime to use c files form MSL. Adapted cpp template for external objects
removed unused files in cpp runtime
0 lines of code changed in 1 file:
[Janitor mode] Fix tabs
42 lines of code changed in 3 files:
(9 more)