Directory SimulationRuntime/cpp/Source/Solver/Implementation/

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

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 72 (100.0%) 2082 (100.0%) 28.9
niklwors 52 (72.2%) 1044 (50.1%) 20.0
sjoelund.se 8 (11.1%) 636 (30.5%) 79.5
perost 10 (13.9%) 398 (19.1%) 39.8
Frenkel TUD 2 (2.8%) 4 (0.2%) 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 14 files:

  • SimulationRuntime/cpp/Source/Solver/Implementation: CMakeLists.txt (del), Initialization.cpp (del), Initialization.h (del), Solver.mak (del), Solver.ncb (del), Solver.vcxproj (del), Solver.vcxproj.filters (del), Solver.vcxproj.user (del), SolverDefaultImplementation.cpp (del), SolverDefaultImplementation.h (del), SolverSettings.cpp (del), SolverSettings.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/Implementation: CMakeLists.txt (+1 -1)
niklwors 2012-10-05 16:30 Rev.: 13204

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

5 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/Solver/Implementation: SolverSettings.cpp (+5 -5)
niklwors 2012-09-13 16:47 Rev.: 12922

- fix in SolverDefaultImplemention init

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/Solver/Implementation: SolverDefaultImplementation.cpp (+1 -1)
niklwors 2012-09-05 14:59 Rev.: 12787

-fix in cpp template for array assign

219 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/Solver/Implementation: SolverDefaultImplementation.cpp (+219 -218)
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

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/Solver/Implementation: CMakeLists.txt (+3 -3)
Frenkel TUD 2012-06-19 14:40 Rev.: 12111

replaced includes of Settingsfactory with SettingsFactory

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/Solver/Implementation: SolverDefaultImplementation.cpp (+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/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/Implementation: stdafx.h (+3 -3)
perost 2012-04-19 13:02 Rev.: 11781

- Replaced even more tabs.

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/Solver/Implementation: SolverSettings.cpp (+1 -1)
perost 2012-04-19 11:56 Rev.: 11778

- Replaced tabs.

9 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/Solver/Implementation: SolverSettings.cpp (+6 -6), SolverSettings.h (+3 -3)
niklwors 2012-04-19 11:09 Rev.: 11775

Fix for Idas Solver. Initialization of idas memory,initialization zero functions, added RTol and ATol to solver settings.

27 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/Solver/Implementation: SolverSettings.cpp (+18 -1), SolverSettings.h (+9 -3)
perost 2012-03-26 12:56 Rev.: 11538

- Got rid of tabs.

388 lines of code changed in 7 files:

  • SimulationRuntime/cpp/Source/Solver/Implementation: Initialization.cpp (+10 -10), Initialization.h (+4 -4), SolverDefaultImplementation.cpp (+221 -221), SolverDefaultImplementation.h (+77 -77), SolverSettings.cpp (+24 -24), SolverSettings.h (+51 -51), stdafx.h (+1 -1)
sjoelund.se 2012-03-26 11:31 Rev.: 11535

- Fix encoding in CPP and interactive

13 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Source/Solver/Implementation: SolverDefaultImplementation.cpp (+11 -11), SolverDefaultImplementation.h (+1 -1), SolverSettings.h (+1 -1)
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

2 lines of code changed in 1 file:

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

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

4 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/Solver/Implementation: Initialization.cpp (+4 -3)
niklwors 2012-02-14 16:34 Rev.: 11133

Added ISystemInitialization interface to cpp runtime

64 lines of code changed in 6 files:

  • SimulationRuntime/cpp/Source/Solver/Implementation: CMakeLists.txt (+1 -1), Initialization.cpp (new 38), Initialization.h (new 16), SolverDefaultImplementation.cpp (+5 -1), SolverDefaultImplementation.h (+3 -2), SolverSettings.cpp (+1 -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/Implementation: SolverSettings.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/Implementation: SolverSettings.cpp (+2 -2)
sjoelund.se 2012-01-18 11:02 Rev.: 10918

- Set svn-eol-style on a few files

623 lines of code changed in 5 files:

  • SimulationRuntime/cpp/Source/Solver/Implementation: SolverDefaultImplementation.cpp (+286 -285), SolverDefaultImplementation.h (+130 -129), SolverSettings.cpp (+89 -88), SolverSettings.h (+91 -90), stdafx.h (+27 -26)
niklwors 2011-11-08 11:27 Rev.: 10323

added Cvode solver source code to cpp runtime

10 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/Solver/Implementation: SolverDefaultImplementation.cpp (+4 -2), SolverDefaultImplementation.h (+6 -3)
niklwors 2011-06-28 15:10 Rev.: 9379

Added new Euler methods to cpp simulation runtime

122 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Source/Solver/Implementation: SolverDefaultImplementation.cpp (+82 -44), SolverDefaultImplementation.h (+2), SolverSettings.cpp (+17 -6), SolverSettings.h (+21 -17)
niklwors 2011-04-29 14:43 Rev.: 8756

add CMakefile to build generated Modelica System

6 lines of code changed in 2 files:

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

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

16 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/Solver/Implementation: CMakeLists.txt (new 16)
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

558 lines of code changed in 11 files:

  • SimulationRuntime/cpp/Source/Solver/Implementation: Solver.mak (new), Solver.ncb (new), Solver.vcxproj (new), Solver.vcxproj.filters (new), Solver.vcxproj.user (new), SolverDefaultImplementation.cpp (new 245), SolverDefaultImplementation.h (new 124), SolverSettings.cpp (new 77), SolverSettings.h (new 86), stdafx.cpp (new), stdafx.h (new 26)
Generated by StatSVN 0.7.0