[root]/SimulationRuntime/cpp/Solver/Newton
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 98 (100.0%) | 1539 (100.0%) | 15.7 |
niklwors | 31 (31.6%) | 647 (42.0%) | 20.8 |
sjoelund.se | 17 (17.3%) | 558 (36.3%) | 32.8 |
hudson | 20 (20.4%) | 214 (13.9%) | 10.7 |
mwalther | 21 (21.4%) | 73 (4.7%) | 3.4 |
mkloeppel | 5 (5.1%) | 37 (2.4%) | 7.4 |
RuedKamp | 2 (2.0%) | 8 (0.5%) | 4.0 |
adrpo | 2 (2.0%) | 2 (0.1%) | 1.0 |
Install cppruntime libraries in the correct directory
2 lines of code changed in 1 file:
fix for precompiled header of cpp runtime msvc build
added use of precompiled header for cpp runtime libraries
2 lines of code changed in 1 file:
- changed minimum cmake version to 2.8.6
- changed DIRECTORY to PATH keyword, because this is not available in CMake < 2.8.11 (this should fix the linux nightly build)
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
3 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
5 lines of code changed in 1 file:
- fixed analyzation_mode
2 lines of code changed in 1 file:
- moved Solver header files into the include folder to fix windows build
7 lines of code changed in 7 files:
- improved scorep-support for c++ runtime profiling
- fixed analyzation mode -> precompiled headers are used now
- profiling sections can now be turned on and off in measure_time.hpp
8 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
6 lines of code changed in 2 files:
-vxworks includes
8 lines of code changed in 2 files:
- 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
9 lines of code changed in 5 files:
changed initialization method for variables in cpp runtime
removed unused files in cpp runtime
removed some includes
3 lines of code changed in 4 files:
- includes for ANALYZATION_MODE added, otherwise it's not working
18 lines of code changed in 1 file:
removed some includes in cpp runtime
add solve in Kinsol for linear system if linear tearing is active
17 lines of code changed in 1 file:
added precompiled header for msvc in cpp runtime cmakefile and cpp template
2 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
Fixes issues with some of the test cases
5 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
11 lines of code changed in 4 files:
Changed step sizes in numeric evaluation of the Jacobian
7 lines of code changed in 1 file:
- fixed bugs in algorithm, which prevented the efficient solution of linear systems
25 lines of code changed in 2 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
2 lines of code changed in 2 files:
- 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"
20 lines of code changed in 3 files:
+added event counter in CVode
+added event iteration for algloops
2 lines of code changed in 1 file:
fix in cpp runtime for time events, time events are reseted after handled
2 lines of code changed in 1 file:
- more attempts to fix SimulationRuntime CPP build.
- fix ISimdata.h case, should be ISimData.h
1 lines of code changed in 1 file:
- attempt to fix SimulationRuntime CPP build.
- fix IAlgloopSolverFactory.h case, it should be IAlgLoopSolverFactory.h
1 lines of code changed in 1 file:
[Janitor mode] Set auto-props
43 lines of code changed in 2 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
153 lines of code changed in 6 files:
Revert r15962 (accidently replaced 8 spaces with 2 spaces; was supposed to be 1 tab to 2 spaces but text editors messed up the command)
Contact me if you have problems merging your working copy
147 lines of code changed in 5 files:
[Janitor mode] Fix tabs
147 lines of code changed in 5 files:
[Janitor mode] Set auto-props
6 lines of code changed in 6 files:
Added IStepEvent
extended cpp template for symbolic initialization system
fix in event iteration
29 lines of code changed in 2 files:
Trim trailing whitespace
404 lines of code changed in 6 files:
Added Kinsol solver selection
2 lines of code changed in 1 file:
Remove BOM
5 lines of code changed in 5 files:
converted cpp an h files in cpp runtime to utf8
18 lines of code changed in 5 files:
Reorganized cpp runtime folders. Simplified solver interface methods. Removed unused functions. Renamed interfaces
415 lines of code changed in 6 files: