Directory SimulationRuntime/cpp/Include/Solver/CVode/

Directory Created:
2013-01-25 15:24
Total Files:
3
Deleted Files:
1
Lines of Code:
288

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 24 (100.0%) 333 (100.0%) 13.8
mwalther 11 (45.8%) 299 (89.8%) 27.1
niklwors 4 (16.7%) 15 (4.5%) 3.7
RuedKamp 4 (16.7%) 12 (3.6%) 3.0
sjoelund.se 2 (8.3%) 3 (0.9%) 1.5
hudson 2 (8.3%) 3 (0.9%) 1.5
jschuchart 1 (4.2%) 1 (0.3%) 1.0

Most Recent Commits

RuedKamp 2015-04-07 14:36 Rev.: 25416

-removed obsolete method setcycletime()

0 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Solver/CVode: CVode.h (-1)
RuedKamp 2015-03-31 09:52 Rev.: 25328

-some changes concerning colored jacobians

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Solver/CVode: CVode.h (+2 -2)
RuedKamp 2015-03-30 17:53 Rev.: 25321

-some changes concerning colored jacobians

7 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Solver/CVode: CVode.h (+7 -9)
mwalther 2015-03-26 14:15 Rev.: 25266

- improved memory management with +d=hpcomMemoryOpt
- graphml-graphs now contain information if the nodes belong to the ODE- or eventsystem
- cpp-locks are now memory aligned
- lapack-support for sundials can now be used with the c++ runtime
- update for one hpcom test

7 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Solver/CVode: CVode.h (+7 -4)
mwalther 2015-03-05 17:48 Rev.: 24940

- revert revision 24937, because windows build fails

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Solver/CVode: CVode.h (+2 -2)
mwalther 2015-03-05 17:10 Rev.: 24937

- changed cvode to cvode_lapack
- some cleanups for ILapack.h

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Solver/CVode: CVode.h (+2 -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/Solver/CVode: CVode.h (+1 -1)
mwalther 2015-02-03 17:36 Rev.: 24386

- RUNTIME_STATIC_LINKING is now working for Windows systems (MinGW)

8 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Solver/CVode: FactoryExport.h (+8)
mwalther 2015-01-23 13:23 Rev.: 24165

- fixed build

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Solver/CVode: CVode.h (+1 -1)
mwalther 2014-12-09 14:10 Rev.: 23704

- fixed pthreads_spin codegeneration for hpcom
- improved measure time and busy waiting locks
- added cvode-metrics to measuretime

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Solver/CVode: CVode.h (+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"'

5 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Solver/CVode: CVode.h (+5 -1)
mwalther 2014-12-03 17:28 Rev.: 23650

- removed some debug output commands from HpcOmMemory.mo
- additional time points for measure time added to cpp runtime

1 lines of code changed in 1 file:

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

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

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Solver/CVode: CVode.h (+3 -2)
hudson 2014-10-30 16:16 Rev.: 23085

[Janitor mode] Fix whitespace

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Solver/CVode: CVode.h (+2 -2)
RuedKamp 2014-10-30 16:09 Rev.: 23084

-added some functions required for vxworks

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Solver/CVode: CVode.h (+3 -1)
mwalther 2014-10-30 15:54 Rev.: 23082

- moved Solver header files into the include folder to fix windows build

272 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Include/Solver/CVode: CVode.h (new 235), CVodeSettings.h (new 19), FactoryExport.h (new 18)
niklwors 2013-08-14 10:19 Rev.: 16796

Modified cpp runtime
- outsourced object creation in own classes
- changed some interface method names
- removed unused interface methods
- add get/set method to IContinuous for simulation variables
- adapted cpp template
- adapted cpp fmu template
- added SimManager for time events and removed time event handling from solver
- added SimController class to start stop simulation, create Modelica system

0 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Solver/CVode: ICVodeSettings.h (del)
hudson 2013-04-30 14:51 Rev.: 15938

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Solver/CVode: ICVodeSettings.h (+1)
sjoelund.se 2013-03-06 13:12 Rev.: 15486

Trim trailing whitespace

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Solver/CVode: ICVodeSettings.h (+2 -2)
sjoelund.se 2013-01-25 23:01 Rev.: 14946

Remove BOM

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Solver/CVode: ICVodeSettings.h (+1 -1)
niklwors 2013-01-25 18:55 Rev.: 14943

converted cpp an h files in cpp runtime to utf8

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Solver/CVode: ICVodeSettings.h (+2 -2)
niklwors 2013-01-25 15:24 Rev.: 14939

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

10 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Solver/CVode: ICVodeSettings.h (new 10)
Generated by StatSVN 0.7.0