Directory SimulationRuntime/cpp/Source/Solver/CVode/Implementation/

Directory Created:
2011-11-08 11:27
Directory Deleted:
2013-01-25 15:24
Total Files:
0
Deleted Files:
6
Lines of Code:
0

[root]/SimulationRuntime/cpp/Source/Solver/CVode/Implementation

Lines of Code

SimulationRuntime/cpp/Source/Solver/CVode/Implementation/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 51 (100.0%) 3724 (100.0%) 73.0
niklwors 33 (64.7%) 2055 (55.2%) 62.2
sjoelund.se 8 (15.7%) 919 (24.7%) 114.8
perost 4 (7.8%) 739 (19.8%) 184.7
Frenkel TUD 5 (9.8%) 7 (0.2%) 1.4
jfrenkel 1 (2.0%) 4 (0.1%) 4.0

Most Recent Commits

niklwors 2013-01-25 15:24 Rev.: 14939

Reorganized cpp runtime folders. Simplified solver interface methods. Removed unused functions. Renamed interfaces

0 lines of code changed in 6 files:

  • SimulationRuntime/cpp/Source/Solver/CVode/Implementation: CMakeLists.txt (del), CVode.cpp (del), CVode.h (del), CVodeSettings.cpp (del), CVodeSettings.h (del), stdafx.h (del)
niklwors 2012-11-02 16:19 Rev.: 13772

changed folder of cpp runtime libraries to lib/omc/cpp

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/Solver/CVode/Implementation: CMakeLists.txt (+1 -1)
jfrenkel 2012-10-05 21:42 Rev.: 13206

- fix tabs

4 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/Solver/CVode/Implementation: CVode.cpp (+4 -4)
niklwors 2012-10-05 16:30 Rev.: 13204

- fix in cpp runtime for CVode event handling. Modified CVode settings.

580 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/Solver/CVode/Implementation: CVode.cpp (+579 -571), CVode.h (+1 -1)
niklwors 2012-09-17 11:17 Rev.: 12951

-fix in cvode calcfunction for exception handling.

20 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/Solver/CVode/Implementation: CVode.cpp (+19 -9), CVode.h (+1 -1)
niklwors 2012-09-13 16:47 Rev.: 12922

- fix in SolverDefaultImplemention init

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/Solver/CVode/Implementation: CVode.cpp (+2 -3)
niklwors 2012-09-13 15:39 Rev.: 12920

- fix for cvode initialization in cpp runtime

14 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/Solver/CVode/Implementation: CVode.cpp (+14 -17)
niklwors 2012-09-13 09:10 Rev.: 12909

- fix in cpp runtime for division, initialization of CVode

15 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/Solver/CVode/Implementation: CVode.cpp (+15 -13)
niklwors 2012-07-31 14:58 Rev.: 12380

-renamed cpp shared libs and executable with OMCpp prefix
-changed executable call for cpp runtime in CevalScript

4 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/Solver/CVode/Implementation: CMakeLists.txt (+4 -4)
Frenkel TUD 2012-06-19 17:29 Rev.: 12119

fix runtime cpp for compilation Makefile Source/*.*

4 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Source/Solver/CVode/Implementation: CMakeLists.txt (+1 -1), CVode.cpp (+1 -1), CVode.h (+1 -1), CVodeSettings.h (+1 -1)
Frenkel TUD 2012-06-19 14:32 Rev.: 12110

replaced all utils/extension includes with Utils/extension

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/Solver/CVode/Implementation: stdafx.h (+3 -3)
niklwors 2012-06-18 16:50 Rev.: 12094

Moved boost::extension to Source/utils/ folder

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/Solver/CVode/Implementation: stdafx.h (+3 -3)
perost 2012-03-26 12:56 Rev.: 11538

- Got rid of tabs.

739 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Source/Solver/CVode/Implementation: CVode.cpp (+585 -585), CVode.h (+136 -136), CVodeSettings.cpp (+7 -7), CVodeSettings.h (+11 -11)
sjoelund.se 2012-03-26 11:31 Rev.: 11535

- Fix encoding in CPP and interactive

29 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Source/Solver/CVode/Implementation: CVode.cpp (+13 -13), CVode.h (+12 -12), stdafx.h (+4 -4)
niklwors 2012-02-28 11:51 Rev.: 11219

Modified interface method giveZeroFunc in cpp runtime, eps parameter is not needed.
Fix in CMake file of Modelica System

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/Solver/CVode/Implementation: CVode.cpp (+3 -3)
niklwors 2012-02-27 18:24 Rev.: 11212

Modified event iteration in cpp runtime. Using checkConditions instead of setZeroState from solver

4 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/Solver/CVode/Implementation: CVode.cpp (+4 -4)
niklwors 2012-02-27 17:43 Rev.: 11211

fix for mixed system iteration in cpp runtime
fix in CVode for calculation of event state

77 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/Solver/CVode/Implementation: CVode.cpp (+71 -7), CVode.h (+6 -2)
niklwors 2012-02-10 19:44 Rev.: 11089

Added improvement for event handling to CVode solver in cpp runtime

179 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Source/Solver/CVode/Implementation: CVode.cpp (+167 -39), CVode.h (+11 -7), CVodeSettings.cpp (+1)
sjoelund.se 2012-01-18 11:02 Rev.: 10918

- Set svn-eol-style on a few files

890 lines of code changed in 5 files:

  • SimulationRuntime/cpp/Source/Solver/CVode/Implementation: CVode.cpp (+600 -599), CVode.h (+197 -196), CVodeSettings.cpp (+29 -28), CVodeSettings.h (+25 -24), stdafx.h (+39 -38)
niklwors 2011-12-23 12:45 Rev.: 10833

Extended cpp template for solving linear systems

10 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/Solver/CVode/Implementation: stdafx.h (+10 -3)
niklwors 2011-11-30 16:46 Rev.: 10614

Added CMakefiles for Idas an Cvode to cpp runtime

26 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/Solver/CVode/Implementation: CMakeLists.txt (new 23), stdafx.h (+3 -3)
niklwors 2011-11-08 17:42 Rev.: 10334

Added Idas Solver source code to cpp runtime

237 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/Solver/CVode/Implementation: CVode.cpp (+230 -230), CVode.h (+7 -7)
niklwors 2011-11-08 11:27 Rev.: 10323

added Cvode solver source code to cpp runtime

880 lines of code changed in 5 files:

  • SimulationRuntime/cpp/Source/Solver/CVode/Implementation: CVode.cpp (new 600), CVode.h (new 196), CVodeSettings.cpp (new 29), CVodeSettings.h (new 24), stdafx.h (new 31)
Generated by StatSVN 0.7.0