[root]/SimulationRuntime/cpp/Solver/Euler
config
(1 files, 25 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 114 (100.0%) | 6417 (100.0%) | 56.2 |
sjoelund.se | 16 (14.0%) | 2839 (44.2%) | 177.4 |
niklwors | 45 (39.5%) | 2441 (38.0%) | 54.2 |
hudson | 23 (20.2%) | 1075 (16.8%) | 46.7 |
mwalther | 24 (21.1%) | 52 (0.8%) | 2.1 |
RuedKamp | 3 (2.6%) | 7 (0.1%) | 2.3 |
adrpo | 2 (1.8%) | 2 (0.0%) | 1.0 |
jschuchart | 1 (0.9%) | 1 (0.0%) | 1.0 |
Install cppruntime libraries in the correct directory
1 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
4 lines of code changed in 2 files:
-removed obsolete method setcycletime()
0 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
1 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:
- revert revision 24937, because windows build fails
0 lines of code changed in 1 file:
- changed cvode to cvode_lapack
- some cleanups for ILapack.h
1 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:
changed SimulationError exception class of cpp runtime
4 lines of code changed in 1 file:
added new exception class for all simulation errors in cpp runtime
4 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 1 file:
- fixed build
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 1 file:
-added some functions required for vxworks
2 lines of code changed in 1 file:
- moved Solver header files into the include folder to fix windows build
9 lines of code changed in 6 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
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
3 lines of code changed in 1 file:
-vxworks include
5 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
7 lines of code changed in 1 file:
fix in array operations sum_array and dot_array
9 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
7 lines of code changed in 5 files:
- changed "#include <OMCFactory/...>" to "#include <SimCoreFactory/OMCFactory/...>"
2 lines of code changed in 2 files:
- changed "#include <Policies/...>" to "#include <SimCoreFactory/Policies/...>"
2 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
fix for free system object in cpp runtime
12 lines of code changed in 4 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 2 files:
separated evaluate in cpp template in update for ode- and zero crossing- and all equations
7 lines of code changed in 1 file:
changed initialization method for variables in cpp runtime
removed unused files in cpp runtime
removed some includes
11 lines of code changed in 5 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
57 lines of code changed in 5 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"
6 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
9 lines of code changed in 4 files:
solver method passed to the cpp runtime, (using cvode instead of dassl)
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] Fix tabs
7 lines of code changed in 2 files:
[Janitor mode] Set auto-props
67 lines of code changed in 2 files:
(8 more)