Directory SimulationRuntime/cpp/Include/Core/Solver/

Directory Created:
2013-01-25 15:24
Total Files:
10
Deleted Files:
2
Lines of Code:
496

[root]/SimulationRuntime/cpp/Include/Core/Solver

Lines of Code

SimulationRuntime/cpp/Include/Core/Solver/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 139 (100.0%) 1972 (100.0%) 14.1
niklwors 35 (25.2%) 693 (35.1%) 19.8
sjoelund.se 19 (13.7%) 540 (27.4%) 28.4
hudson 40 (28.8%) 317 (16.1%) 7.9
nimen 20 (14.4%) 295 (15.0%) 14.7
mwalther 18 (12.9%) 113 (5.7%) 6.2
RuedKamp 6 (4.3%) 13 (0.7%) 2.1
jschuchart 1 (0.7%) 1 (0.1%) 1.0

Most Recent Commits

nimen 2015-04-07 17:35 Rev.: 25428

added ifdef's for BODAS in RTEuler

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Solver: SimulationMonitor.h (+1 -1)
RuedKamp 2015-04-07 14:36 Rev.: 25416

-removed obsolete method setcycletime()

0 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Solver: ISolver.h (-2)
jschuchart 2015-02-13 11:19 Rev.: 24563

Remove superfluous const int return type definition to fix compiler warning

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Solver: ISolver.h (+1 -1)
hudson 2015-02-11 10:33 Rev.: 24517

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Solver: SimulationMonitor.h (+1 -1)
mwalther 2015-02-11 09:07 Rev.: 24516

- added IDA-library support for static linked cpp-runtime
- fixed static cpp-runtime linking on windows
- all static generated libraries have now the suffix "_static"
- changed all busy-waiting tests to n=1

5 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Solver: SimulationMonitor.h (+5 -1)
mwalther 2015-02-03 17:36 Rev.: 24386

- RUNTIME_STATIC_LINKING is now working for Windows systems (MinGW)

7 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Solver: FactoryExport.h (+7)
mwalther 2015-01-27 09:49 Rev.: 24218

- 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 3 files:

  • SimulationRuntime/cpp/Include/Core/Solver: SolverDefaultImplementation.h (+1 -1), SolverSettings.h (+1 -1), SystemStateSelection.h (+1 -1)
mwalther 2015-01-23 11:27 Rev.: 24160

- simple bug fix
- improved error handling in cmake

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Solver: ISolver.h (+1 -1)
mwalther 2014-12-04 13:33 Rev.: 23659

- profiling of the cpp-runtime can now be enabled with the help of the makefile argument 'RUNTIME_PROFILING="true"'

9 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Solver: SolverDefaultImplementation.h (+9)
hudson 2014-11-26 11:07 Rev.: 23566

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Solver: ISolver.h (+1 -1)
niklwors 2014-11-26 11:04 Rev.: 23565

fix for 3d array in cpp runtime, added stop method to solver interface,

4 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/Solver: ISolver.h (+3 -2), SimulationMonitor.h (+1)
RuedKamp 2014-10-30 16:09 Rev.: 23084

-added some functions required for vxworks

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Solver: ISolver.h (+2)
nimen 2014-10-30 11:02 Rev.: 23070

Adaptions for VxWorks and Bodas in Kinsol and AlgLoopSolverFactory and cleanup of files in cpp runtime

142 lines of code changed in 7 files:

  • SimulationRuntime/cpp/Include/Core/Solver: IAlgLoopSolver.h (+16 -15), ILinSolverSettings.h (+5 -5), INonLinSolverSettings.h (+11 -15), ISolver.h (+38 -38), SimulationMonitor.h (+3 -3), SolverDefaultImplementation.h (+64 -65), SolverSettings.h (+5 -5)
hudson 2014-10-27 16:45 Rev.: 22982

[Janitor mode] Fix whitespace

96 lines of code changed in 5 files:

  • SimulationRuntime/cpp/Include/Core/Solver: ISolver.h (+16 -16), SimulationMonitor.h (+5 -5), SolverDefaultImplementation.h (+25 -25), SolverSettings.h (+33 -33), SystemStateSelection.h (+17 -17)
nimen 2014-10-27 16:37 Rev.: 22981

Cleanup of Cpp Runtime files

128 lines of code changed in 10 files:

  • SimulationRuntime/cpp/Include/Core/Solver: FactoryExport.h (+1 -4), IAlgLoopSolver.h (+1 -2), ILinSolverSettings.h (+5 -7), INonLinSolverSettings.h (+11 -15), ISolver.h (+18 -25), ISolverSettings.h (+4 -4), SimulationMonitor.h (+7 -8), SolverDefaultImplementation.h (+29 -28), SolverSettings.h (+34 -36), SystemStateSelection.h (+18 -20)
RuedKamp 2014-10-24 16:09 Rev.: 22917

-adapted cpp runtime includes for vxworks

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Solver: ISolverSettings.h (+1 -1)
hudson 2014-10-24 10:45 Rev.: 22903

[Janitor mode] Fix whitespace

15 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Solver: SystemStateSelection.h (+15 -15)
nimen 2014-10-24 10:39 Rev.: 22901

Integration of Bodas and VxWorks functions into Cpp Simcore

24 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/Solver: FactoryExport.h (+3 -2), SystemStateSelection.h (+21 -21)
hudson 2014-10-02 17:05 Rev.: 22565

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Solver: SolverSettings.h (+1 -1)
RuedKamp 2014-10-02 16:57 Rev.: 22561

-vxworks includes

10 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Include/Core/Solver: SimulationMonitor.h (+5 -1), SolverSettings.h (+1), SystemStateSelection.h (+4)
hudson 2014-08-27 12:14 Rev.: 22025

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Solver: FactoryExport.h (+1)
mwalther 2014-08-27 12:13 Rev.: 22024

- 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

32 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Include/Core/Solver: FactoryExport.h (new 19), ISolverSettings.h (+1 -1), SolverDefaultImplementation.h (+11 -11), SystemStateSelection.h (+1 -1)
hudson 2014-07-21 12:41 Rev.: 21584

[Janitor mode] Fix whitespace

5 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Include/Core/Solver: SimulationMonitor.h (+2 -2), SolverDefaultImplementation.h (+2 -2), SolverSettings.h (+1 -1)
hudson 2014-07-21 12:41 Rev.: 21583

[Janitor mode] Set auto-props

17 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Solver: SimulationMonitor.h (+17 -16)
niklwors 2014-07-21 12:39 Rev.: 21582

fix for free system object in cpp runtime

22 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Include/Core/Solver: ISolver.h (+1), SimulationMonitor.h (new 16), SolverDefaultImplementation.h (+4 -5), SolverSettings.h (+1 -1)
mwalther 2014-07-15 14:32 Rev.: 21501

- equations to evaluate conditions added to simcode-structure (currently only available with hpcom)
- the event-taskgraph exported by hpcom is now correct
- conditions can now be evaluated with evaluateConditions instead of evaluateAll
- prototype for asynchronous writeOutput added to cpp runtime
- removed some stuff from the cvode-implementation (hopefully this will not damage any tests)
- the boost log and thread libraries are now optionally included into the cmake build process
- added logging for cvode if the boost log-library is available
- the cpp runtime is now able to differentiate between varios output methods (write all output steps + event steps, just output steps, no output)
- some comments and small bug fixes

17 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/Solver: ISolverSettings.h (+6 -10), SolverSettings.h (+11 -19)
hudson 2014-06-17 13:57 Rev.: 21137

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Solver: ILinSolverSettings.h (+1)
mwalther 2014-06-17 13:55 Rev.: 21136

- linear solver interfaces for equation systems added
- command line options for linear and nonlinear solver added ("-L name" and "-N name")
- sparse solver format included
- umfpack-solver dummy added (will be filled soon by mkloeppel)

23 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/Solver: ILinSolverSettings.h (new 21), INonLinSolverSettings.h (+2 -2)
hudson 2014-06-12 15:20 Rev.: 21078

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Solver: SolverSettings.h (+1 -1)
niklwors 2014-06-12 14:54 Rev.: 21075

expected output
updated boost in cpp runtime

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Solver: SolverSettings.h (+1 -25)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

18 lines of code changed in 5 files:

  • SimulationRuntime/cpp/Include/Core/Solver: IAlgLoopSolver.h (+1 -1), ISolverSettings.h (+2 -2), SolverDefaultImplementation.h (+5 -5), SolverSettings.h (+6 -6), SystemStateSelection.h (+4 -4)
niklwors 2014-03-21 18:21 Rev.: 19683

Extended StateSelection interface in cpp runtime for second A Matrix
added agloop solver code to Jacobian class if it has algloops
added initialize method to Jacobian class
adapted cpp FMU and HPCOM template

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Solver: IAlgLoopSolver.h (+1 -1)
mwalther 2014-03-20 09:24 Rev.: 19648

- 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"

16 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Include/Core/Solver: SolverDefaultImplementation.h (+6 -9), SolverSettings.h (+4), SystemStateSelection.h (+6)
niklwors 2014-03-13 16:03 Rev.: 19565

- added index parameter to stateset methods, in order to distinguish between different statessets
- fix in hybrj for initialization of linear systems

8 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Solver: SystemStateSelection.h (+8 -7)
hudson 2014-03-05 18:34 Rev.: 19450

[Janitor mode] Fix tabs

8 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Include/Core/Solver: ISolver.h (+1 -1), SolverDefaultImplementation.h (+3 -3), SystemStateSelection.h (+4 -4)
hudson 2014-03-05 18:34 Rev.: 19449

[Janitor mode] Set auto-props

28 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Solver: SystemStateSelection.h (+28 -28)
niklwors 2014-03-05 18:05 Rev.: 19446

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

38 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Include/Core/Solver: ISolver.h (+3 -3), SolverDefaultImplementation.h (+7 -4), SystemStateSelection.h (new 28)
niklwors 2014-02-04 15:33 Rev.: 18975

-separated writing of simulation results of cpp Modelica system in extra class

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Solver: SolverDefaultImplementation.h (+2 -2)
niklwors 2014-01-23 14:28 Rev.: 18748

change ModelicaExternalC library from cpp runtime to use c files form MSL. Adapted cpp template for external objects
removed unused files in cpp runtime

0 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Solver: Initialization.h (del)
hudson 2013-08-14 10:51 Rev.: 16798

[Janitor mode] Fix tabs

42 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Include/Core/Solver: ISolver.h (+9 -9), SolverDefaultImplementation.h (+10 -10), SolverSettings.h (+23 -23)

(9 more)

Generated by StatSVN 0.7.0