[root]/SimulationRuntime/cpp/Include/Solver/CVode
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 24 (100.0%) | 333 (100.0%) | 13.8 |
mwalther | 11 (45.8%) | 299 (89.8%) | 27.1 |
niklwors | 4 (16.7%) | 15 (4.5%) | 3.7 |
RuedKamp | 4 (16.7%) | 12 (3.6%) | 3.0 |
sjoelund.se | 2 (8.3%) | 3 (0.9%) | 1.5 |
hudson | 2 (8.3%) | 3 (0.9%) | 1.5 |
jschuchart | 1 (4.2%) | 1 (0.3%) | 1.0 |
-removed obsolete method setcycletime()
0 lines of code changed in 1 file:
-some changes concerning colored jacobians
2 lines of code changed in 1 file:
-some changes concerning colored jacobians
7 lines of code changed in 1 file:
- improved memory management with +d=hpcomMemoryOpt
- graphml-graphs now contain information if the nodes belong to the ODE- or eventsystem
- cpp-locks are now memory aligned
- lapack-support for sundials can now be used with the c++ runtime
- update for one hpcom test
7 lines of code changed in 1 file:
- revert revision 24937, because windows build fails
2 lines of code changed in 1 file:
- changed cvode to cvode_lapack
- some cleanups for ILapack.h
2 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:
- RUNTIME_STATIC_LINKING is now working for Windows systems (MinGW)
8 lines of code changed in 1 file:
- fixed build
1 lines of code changed in 1 file:
- fixed pthreads_spin codegeneration for hpcom
- improved measure time and busy waiting locks
- added cvode-metrics to measuretime
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"'
5 lines of code changed in 1 file:
- removed some debug output commands from HpcOmMemory.mo
- additional time points for measure time added to cpp runtime
1 lines of code changed in 1 file:
fix for 3d array in cpp runtime, added stop method to solver interface,
3 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
2 lines of code changed in 1 file:
-added some functions required for vxworks
3 lines of code changed in 1 file:
- moved Solver header files into the include folder to fix windows build
272 lines of code changed in 3 files:
Modified cpp runtime
- outsourced object creation in own classes
- changed some interface method names
- removed unused interface methods
- add get/set method to IContinuous for simulation variables
- adapted cpp template
- adapted cpp fmu template
- added SimManager for time events and removed time event handling from solver
- added SimController class to start stop simulation, create Modelica system
0 lines of code changed in 1 file:
[Janitor mode] Set auto-props
1 lines of code changed in 1 file:
Trim trailing whitespace
2 lines of code changed in 1 file:
Remove BOM
1 lines of code changed in 1 file:
converted cpp an h files in cpp runtime to utf8
2 lines of code changed in 1 file:
Reorganized cpp runtime folders. Simplified solver interface methods. Removed unused functions. Renamed interfaces
10 lines of code changed in 1 file: