[root]/SimulationRuntime/cpp/Include/Solver/Kinsol
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 8 (100.0%) | 156 (100.0%) | 19.5 |
mwalther | 5 (62.5%) | 151 (96.8%) | 30.2 |
niklwors | 1 (12.5%) | 3 (1.9%) | 3.0 |
hudson | 2 (25.0%) | 2 (1.3%) | 1.0 |
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
added SimVars class to cpp runtime which stores all model variables
removed [Model]PreVariables class in cpp template and moved functionality to SimVars class
modified get/set methods,array class,eventhandling classes to new SimvVars class
3 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:
- fixed static linking of cpp-runtime
- fix for missing kinsol-includes
7 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
- moved Solver header files into the include folder to fix windows build
137 lines of code changed in 3 files: