Directory SimulationRuntime/cpp/Solver/Euler/

Directory Created:
2013-01-25 15:24
Total Files:
4
Deleted Files:
4
Lines of Code:
1479

[root]/SimulationRuntime/cpp/Solver/Euler
                    directory in repo config (1 files, 25 lines)

Lines of Code

SimulationRuntime/cpp/Solver/Euler/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 114 (100.0%) 6417 (100.0%) 56.2
sjoelund.se 16 (14.0%) 2839 (44.2%) 177.4
niklwors 45 (39.5%) 2441 (38.0%) 54.2
hudson 23 (20.2%) 1075 (16.8%) 46.7
mwalther 24 (21.1%) 52 (0.8%) 2.1
RuedKamp 3 (2.6%) 7 (0.1%) 2.3
adrpo 2 (1.8%) 2 (0.0%) 1.0
jschuchart 1 (0.9%) 1 (0.0%) 1.0

Most Recent Commits

sjoelund.se 2015-04-30 15:09 Rev.: 25851

Install cppruntime libraries in the correct directory

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Euler: CMakeLists.txt (+1 -1)
niklwors 2015-04-28 13:53 Rev.: 25784

fix for precompiled header of cpp runtime msvc build
added use of precompiled header for cpp runtime libraries

4 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Solver/Euler: CMakeLists.txt (+1), FactoryExport.cpp (+3 -3)
RuedKamp 2015-04-07 14:36 Rev.: 25416

-removed obsolete method setcycletime()

0 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Euler: Euler.cpp (-2)
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

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Euler: Euler.cpp (+1)
mwalther 2015-03-25 09:41 Rev.: 25242

- changed minimum cmake version to 2.8.6
- changed DIRECTORY to PATH keyword, because this is not available in CMake < 2.8.11 (this should fix the linux nightly build)

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Euler: CMakeLists.txt (+1 -1)
mwalther 2015-03-05 17:48 Rev.: 24940

- revert revision 24937, because windows build fails

0 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Euler: Euler.cpp (-1)
mwalther 2015-03-05 17:10 Rev.: 24937

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

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Euler: Euler.cpp (+1)
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/Solver/Euler: Euler.cpp (+1 -1)
niklwors 2015-02-10 16:26 Rev.: 24507

changed SimulationError exception class of cpp runtime

4 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Euler: Euler.cpp (+4 -4)
niklwors 2015-02-04 13:59 Rev.: 24400

added new exception class for all simulation errors in cpp runtime

4 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Euler: Euler.cpp (+4 -4)
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 1 file:

  • SimulationRuntime/cpp/Solver/Euler: CMakeLists.txt (+3 -3)
mwalther 2015-01-23 13:23 Rev.: 24165

- fixed build

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Euler: Euler.cpp (+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 1 file:

  • SimulationRuntime/cpp/Solver/Euler: Euler.cpp (+4 -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/Solver/Euler: Euler.cpp (+2)
mwalther 2014-10-30 15:54 Rev.: 23082

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

9 lines of code changed in 6 files:

  • SimulationRuntime/cpp/Solver/Euler: Euler.cpp (+2 -2), Euler.h (del), EulerSettings.cpp (+1 -1), EulerSettings.h (del), FactoryExport.cpp (+6 -6), FactoryExport.h (del)
mwalther 2014-10-30 09:50 Rev.: 23067

- improved scorep-support for c++ runtime profiling
- fixed analyzation mode -> precompiled headers are used now
- profiling sections can now be turned on and off in measure_time.hpp

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Euler: EulerSettings.h (+1 -1)
hudson 2014-10-02 18:17 Rev.: 22575

[Janitor mode] Fix whitespace

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Euler: Euler.cpp (+3 -3)
RuedKamp 2014-10-02 18:12 Rev.: 22574

-vxworks include

5 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Euler: Euler.cpp (+5 -4)
hudson 2014-09-29 11:41 Rev.: 22476

[Janitor mode] Fix whitespace

7 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Euler: Euler.cpp (+7 -7)
niklwors 2014-09-29 11:30 Rev.: 22475

fix in array operations sum_array and dot_array

9 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Solver/Euler: Euler.cpp (+7 -10), FactoryExport.cpp (+2 -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

7 lines of code changed in 5 files:

  • SimulationRuntime/cpp/Solver/Euler: Euler.cpp (+1 -1), Euler.h (+1 -1), EulerSettings.cpp (+1 -1), EulerSettings.h (+1 -1), FactoryExport.cpp (+3 -3)
mwalther 2014-08-20 16:48 Rev.: 21932

- changed "#include <OMCFactory/...>" to "#include <SimCoreFactory/OMCFactory/...>"

2 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Solver/Euler: Euler.cpp (+1 -1), FactoryExport.cpp (+1 -1)
mwalther 2014-08-20 14:53 Rev.: 21929

- changed "#include <Policies/...>" to "#include <SimCoreFactory/Policies/...>"

2 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Solver/Euler: Euler.cpp (+1 -1), FactoryExport.cpp (+1 -1)
hudson 2014-07-21 12:41 Rev.: 21584

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Euler: EulerSettings.cpp (+1 -1)
niklwors 2014-07-21 12:39 Rev.: 21582

fix for free system object in cpp runtime

12 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Solver/Euler: Euler.cpp (+8 -2), Euler.h (+1 -1), EulerSettings.cpp (+1), FactoryExport.h (+2 -1)
hudson 2014-06-12 15:20 Rev.: 21078

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Euler: EulerSettings.cpp (+1 -1)
niklwors 2014-06-12 14:54 Rev.: 21075

expected output
updated boost in cpp runtime

1 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Solver/Euler: EulerSettings.cpp (+1 -23), EulerSettings.h (-28)
niklwors 2014-06-05 10:48 Rev.: 20982

separated evaluate in cpp template in update for ode- and zero crossing- and all equations

7 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Euler: Euler.cpp (+7 -7)
niklwors 2014-05-28 15:25 Rev.: 20871

changed initialization method for variables in cpp runtime
removed unused files in cpp runtime
removed some includes

11 lines of code changed in 5 files:

  • SimulationRuntime/cpp/Solver/Euler: Euler.cpp (+3 -2), EulerSettings.cpp (+1 -1), EulerSettings.h (+1 -1), FactoryExport.cpp (+6 -3), stdafx.h (del)
mwalther 2014-05-19 17:08 Rev.: 20687

- includes for ANALYZATION_MODE added, otherwise it's not working

18 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Euler: stdafx.h (+18)
niklwors 2014-05-16 10:36 Rev.: 20638

removed some includes in cpp runtime
add solve in Kinsol for linear system if linear tearing is active

17 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Euler: stdafx.h (+17)
niklwors 2014-05-09 11:01 Rev.: 20512

added precompiled header for msvc in cpp runtime cmakefile and cpp template

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Euler: stdafx.h (+2)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

57 lines of code changed in 5 files:

  • SimulationRuntime/cpp/Solver/Euler: Euler.cpp (+49 -49), Euler.h (+5 -5), FactoryExport.cpp (-1), FactoryExport.h (+2 -2), stdafx.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"

6 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Euler: CMakeLists.txt (+6 -1)
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

9 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Solver/Euler: Euler.cpp (+4 -1), Euler.h (+1 -1), FactoryExport.h (+1), stdafx.h (+3)
niklwors 2013-09-12 15:11 Rev.: 17203

solver method passed to the cpp runtime, (using cvode instead of dassl)

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Euler: FactoryExport.cpp (+2 -2)
adrpo 2013-08-14 20:04 Rev.: 16802

- more attempts to fix SimulationRuntime CPP build.
- fix ISimdata.h case, should be ISimData.h

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Euler: stdafx.h (+1 -1)
adrpo 2013-08-14 18:51 Rev.: 16801

- attempt to fix SimulationRuntime CPP build.
- fix IAlgloopSolverFactory.h case, it should be IAlgLoopSolverFactory.h

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Euler: stdafx.h (+1 -1)
hudson 2013-08-14 10:51 Rev.: 16798

[Janitor mode] Fix tabs

7 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Solver/Euler: Euler.cpp (+6 -6), EulerSettings.h (+1 -1)
hudson 2013-08-14 10:50 Rev.: 16797

[Janitor mode] Set auto-props

67 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Solver/Euler: FactoryExport.cpp (+51 -51), FactoryExport.h (+16 -16)

(8 more)

Generated by StatSVN 0.7.0