Directory SimulationRuntime/cpp/Source/Solver/Euler/Implementation/

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

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 60 (100.0%) 5506 (100.0%) 91.7
niklwors 40 (66.7%) 2294 (41.7%) 57.3
sjoelund.se 11 (18.3%) 1902 (34.5%) 172.9
perost 5 (8.3%) 1302 (23.6%) 260.4
Frenkel TUD 4 (6.7%) 8 (0.1%) 2.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 11 files:

  • SimulationRuntime/cpp/Source/Solver/Euler/Implementation: CMakeLists.txt (del), Euler.cpp (del), Euler.h (del), Euler.mak (del), Euler.vcxproj (del), Euler.vcxproj.filters (del), Euler.vcxproj.user (del), EulerSettings.cpp (del), EulerSettings.h (del), stdafx.cpp (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/Euler/Implementation: CMakeLists.txt (+1 -1)
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

5 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/Solver/Euler/Implementation: CMakeLists.txt (+5 -5)
niklwors 2012-06-19 18:01 Rev.: 12122

-fix in Euler CMakefile additional library dependencies

1 lines of code changed in 1 file:

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

fix runtime cpp for compilation Makefile Source/*.*

5 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Source/Solver/Euler/Implementation: CMakeLists.txt (+3 -3), Euler.h (+1 -2), EulerSettings.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/Euler/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/Euler/Implementation: stdafx.h (+3 -3)
perost 2012-03-26 12:56 Rev.: 11538

- Got rid of tabs.

1302 lines of code changed in 5 files:

  • SimulationRuntime/cpp/Source/Solver/Euler/Implementation: Euler.cpp (+1067 -1067), Euler.h (+131 -131), EulerSettings.cpp (+43 -43), EulerSettings.h (+60 -60), stdafx.h (+1 -1)
sjoelund.se 2012-03-26 11:31 Rev.: 11535

- Fix encoding in CPP and interactive

44 lines of code changed in 5 files:

  • SimulationRuntime/cpp/Source/Solver/Euler/Implementation: Euler.cpp (+23 -23), Euler.h (+13 -13), EulerSettings.h (+2 -2), stdafx.cpp (+2 -2), 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

5 lines of code changed in 1 file:

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

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

8 lines of code changed in 1 file:

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

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

60 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/Solver/Euler/Implementation: Euler.cpp (+57 -6), Euler.h (+3 -1)
niklwors 2012-02-01 10:54 Rev.: 10994

Fix in cpp template in mixed systems discrete vars iteration

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/Solver/Euler/Implementation: EulerSettings.cpp (+1 -1)
niklwors 2012-01-31 17:18 Rev.: 10992

Extended cpp runtime and cpp template for mixed systems

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/Solver/Euler/Implementation: Euler.cpp (+2 -1)
sjoelund.se 2012-01-18 11:02 Rev.: 10918

- Set svn-eol-style on a few files

1858 lines of code changed in 6 files:

  • SimulationRuntime/cpp/Source/Solver/Euler/Implementation: Euler.cpp (+1399 -1398), Euler.h (+211 -210), EulerSettings.cpp (+102 -101), EulerSettings.h (+99 -98), stdafx.cpp (+9 -8), stdafx.h (+38 -37)
niklwors 2011-06-28 15:10 Rev.: 9379

Added new Euler methods to cpp simulation runtime

1008 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Source/Solver/Euler/Implementation: Euler.cpp (+871 -292), Euler.h (+122 -21), EulerSettings.cpp (+1 -1), EulerSettings.h (+14 -14)
niklwors 2011-04-29 14:43 Rev.: 8756

add CMakefile to build generated Modelica System

3 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Source/Solver/Euler/Implementation: CMakeLists.txt (-2), Euler.cpp (+2 -2), Euler.h (+1 -1)
niklwors 2011-04-15 10:00 Rev.: 8654

changed make files for cpp simulation runtime to cmake
removed all old build files

25 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/Solver/Euler/Implementation: CMakeLists.txt (new 22), Euler.cpp (+3 -3)
niklwors 2011-02-08 16:16 Rev.: 7883

Added cpp simulation runtime SimulationRuntime/cpp
Binaries copied to trunk/build/bin/cpp and trunk/bin/lib/omc/cpp

1172 lines of code changed in 10 files:

  • SimulationRuntime/cpp/Source/Solver/Euler/Implementation: Euler.cpp (new 819), Euler.h (new 109), Euler.mak (new), Euler.vcxproj (new), Euler.vcxproj.filters (new), Euler.vcxproj.user (new), EulerSettings.cpp (new 101), EulerSettings.h (new 98), stdafx.cpp (new 8), stdafx.h (new 37)
Generated by StatSVN 0.7.0