Directory SimulationRuntime/cpp/Source/Solver/Idas/Implementation/

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

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 43 (100.0%) 3717 (100.0%) 86.4
niklwors 23 (53.5%) 1727 (46.5%) 75.0
perost 8 (18.6%) 1068 (28.7%) 133.5
sjoelund.se 8 (18.6%) 916 (24.6%) 114.5
Frenkel TUD 4 (9.3%) 6 (0.2%) 1.5

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/Idas/Implementation: CMakeLists.txt (del), Idas.cpp (del), Idas.h (del), IdasSettings.cpp (del), IdasSettings.h (del), stdafx.h (del)
niklwors 2012-11-22 11:13 Rev.: 14012

fix in Idas solver for event handling, added reinit before Idas call.
fix in cpp template in event iteration if discrete variable has changed.

507 lines of code changed in 1 file:

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

4 lines of code changed in 1 file:

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

fix runtime cpp for compilation Makefile Source/*.*

3 lines of code changed in 3 files:

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

- Replaced even more tabs.

242 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/Solver/Idas/Implementation: Idas.cpp (+212 -212), Idas.h (+30 -30)
perost 2012-04-19 11:56 Rev.: 11778

- Replaced tabs.

267 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/Solver/Idas/Implementation: Idas.cpp (+235 -235), Idas.h (+32 -32)
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.

309 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/Solver/Idas/Implementation: Idas.cpp (+271 -167), Idas.h (+38 -20)
perost 2012-03-26 12:56 Rev.: 11538

- Got rid of tabs.

559 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Source/Solver/Idas/Implementation: Idas.cpp (+411 -411), Idas.h (+129 -129), IdasSettings.cpp (+8 -8), IdasSettings.h (+11 -11)
sjoelund.se 2012-03-26 11:31 Rev.: 11535

- Fix encoding in CPP and interactive

27 lines of code changed in 3 files:

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

2 lines of code changed in 1 file:

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

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

2 lines of code changed in 1 file:

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

- Set svn-eol-style on a few files

889 lines of code changed in 5 files:

  • SimulationRuntime/cpp/Source/Solver/Idas/Implementation: Idas.cpp (+597 -596), Idas.h (+198 -197), IdasSettings.cpp (+31 -30), IdasSettings.h (+25 -24), stdafx.h (+38 -37)
niklwors 2011-12-23 12:45 Rev.: 10833

Extended cpp template for solving linear systems

8 lines of code changed in 1 file:

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

Added CMakefiles for Idas an Cvode to cpp runtime

14 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/Solver/Idas/Implementation: CMakeLists.txt (new 14)
niklwors 2011-11-18 14:21 Rev.: 10544

Extended cpp code generation for Modelica Tables

3 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/Solver/Idas/Implementation: Idas.cpp (+1), IdasSettings.cpp (+2)
niklwors 2011-11-08 17:42 Rev.: 10334

Added Idas Solver source code to cpp runtime

874 lines of code changed in 5 files:

  • SimulationRuntime/cpp/Source/Solver/Idas/Implementation: Idas.cpp (new 595), Idas.h (new 197), IdasSettings.cpp (new 29), IdasSettings.h (new 24), stdafx.h (new 29)
Generated by StatSVN 0.7.0