Directory SimulationRuntime/cpp/Solver/Newton/

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

[root]/SimulationRuntime/cpp/Solver/Newton

Lines of Code

SimulationRuntime/cpp/Solver/Newton/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 98 (100.0%) 1539 (100.0%) 15.7
niklwors 31 (31.6%) 647 (42.0%) 20.8
sjoelund.se 17 (17.3%) 558 (36.3%) 32.8
hudson 20 (20.4%) 214 (13.9%) 10.7
mwalther 21 (21.4%) 73 (4.7%) 3.4
mkloeppel 5 (5.1%) 37 (2.4%) 7.4
RuedKamp 2 (2.0%) 8 (0.5%) 4.0
adrpo 2 (2.0%) 2 (0.1%) 1.0

Most Recent Commits

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

Install cppruntime libraries in the correct directory

2 lines of code changed in 1 file:

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

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Newton: CMakeLists.txt (+2 -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/Newton: CMakeLists.txt (+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

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Newton: CMakeLists.txt (+3 -5)
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

5 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Newton: CMakeLists.txt (+5 -5)
mwalther 2014-10-30 17:50 Rev.: 23091

- fixed analyzation_mode

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Newton: CMakeLists.txt (+2 -2)
mwalther 2014-10-30 15:54 Rev.: 23082

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

7 lines of code changed in 7 files:

  • SimulationRuntime/cpp/Solver/Newton: CMakeLists.txt (+3 -3), FactoryExport.cpp (+2 -2), FactoryExport.h (del), Newton.cpp (+1 -1), Newton.h (del), NewtonSettings.cpp (+1 -1), NewtonSettings.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

8 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Newton: CMakeLists.txt (+8 -1)
hudson 2014-10-02 18:17 Rev.: 22575

[Janitor mode] Fix whitespace

6 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Solver/Newton: Newton.cpp (+4 -4), Newton.h (+2 -2)
RuedKamp 2014-10-02 17:47 Rev.: 22566

-vxworks includes

8 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Solver/Newton: Newton.cpp (+6 -2), Newton.h (+2)
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

9 lines of code changed in 5 files:

  • SimulationRuntime/cpp/Solver/Newton: FactoryExport.cpp (+1 -1), Newton.cpp (+3 -3), Newton.h (+3 -3), NewtonSettings.cpp (+1 -1), NewtonSettings.h (+1 -1)
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

3 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Solver/Newton: FactoryExport.cpp (+1 -1), Newton.cpp (+1 -1), NewtonSettings.cpp (+1 -1), 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/Newton: 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/Newton: 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/Newton: stdafx.h (+2)
hudson 2014-04-17 20:11 Rev.: 20198

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Newton: Newton.cpp (+1 -1)
mkloeppel 2014-04-17 20:09 Rev.: 20197

Fixes issues with some of the test cases

5 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Solver/Newton: Newton.cpp (+2 -4), NewtonSettings.cpp (+3 -3)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

11 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Solver/Newton: FactoryExport.cpp (-1), FactoryExport.h (+2 -2), Newton.h (+8 -8), stdafx.h (+1 -1)
mkloeppel 2014-04-14 10:08 Rev.: 20120

Changed step sizes in numeric evaluation of the Jacobian

7 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Newton: Newton.cpp (+7 -5)
mkloeppel 2014-04-08 11:41 Rev.: 20044

- fixed bugs in algorithm, which prevented the efficient solution of linear systems

25 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Solver/Newton: Newton.cpp (+24 -21), NewtonSettings.cpp (+1 -1)
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

2 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Solver/Newton: Newton.cpp (+1 -1), Newton.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"

20 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Solver/Newton: CMakeLists.txt (+12 -12), NewtonSettings.cpp (+6), NewtonSettings.h (+2)
niklwors 2013-11-28 12:58 Rev.: 18332

+added event counter in CVode
+added event iteration for algloops

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Newton: NewtonSettings.cpp (+2 -2)
niklwors 2013-09-26 09:57 Rev.: 17392

fix in cpp runtime for time events, time events are reseted after handled

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Newton: 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/Newton: 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/Newton: stdafx.h (+1 -1)
hudson 2013-08-14 10:50 Rev.: 16797

[Janitor mode] Set auto-props

43 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Solver/Newton: FactoryExport.cpp (+27 -27), FactoryExport.h (+16 -16)
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

153 lines of code changed in 6 files:

  • SimulationRuntime/cpp/Solver/Newton: CMakeLists.txt (+1 -1), FactoryExport.cpp (new 28), FactoryExport.h (new 16), Newton.cpp (+25 -27), Newton.h (+3 -3), stdafx.h (+80 -13)
sjoelund.se 2013-05-02 21:17 Rev.: 15963

Revert r15962 (accidently replaced 8 spaces with 2 spaces; was supposed to be 1 tab to 2 spaces but text editors messed up the command)
Contact me if you have problems merging your working copy

147 lines of code changed in 5 files:

  • SimulationRuntime/cpp/Solver/Newton: Newton.cpp (+106 -106), Newton.h (+17 -17), NewtonSettings.cpp (+11 -11), NewtonSettings.h (+12 -12), stdafx.h (+1 -1)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

147 lines of code changed in 5 files:

  • SimulationRuntime/cpp/Solver/Newton: Newton.cpp (+106 -106), Newton.h (+17 -17), NewtonSettings.cpp (+11 -11), NewtonSettings.h (+12 -12), stdafx.h (+1 -1)
hudson 2013-04-30 14:51 Rev.: 15938

[Janitor mode] Set auto-props

6 lines of code changed in 6 files:

  • SimulationRuntime/cpp/Solver/Newton: CMakeLists.txt (+1), Newton.cpp (+1), Newton.h (+1), NewtonSettings.cpp (+1), NewtonSettings.h (+1), stdafx.h (+1)
niklwors 2013-04-05 12:26 Rev.: 15746

Added IStepEvent
extended cpp template for symbolic initialization system
fix in event iteration

29 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Solver/Newton: Newton.cpp (+18 -17), Newton.h (+11 -10)
sjoelund.se 2013-03-06 13:12 Rev.: 15486

Trim trailing whitespace

404 lines of code changed in 6 files:

  • SimulationRuntime/cpp/Solver/Newton: CMakeLists.txt (+5 -5), Newton.cpp (+207 -207), Newton.h (+91 -91), NewtonSettings.cpp (+52 -52), NewtonSettings.h (+28 -28), stdafx.h (+21 -21)
niklwors 2013-02-01 10:00 Rev.: 15032

Added Kinsol solver selection

2 lines of code changed in 1 file:

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

Remove BOM

5 lines of code changed in 5 files:

  • SimulationRuntime/cpp/Solver/Newton: Newton.cpp (+1 -1), Newton.h (+1 -1), NewtonSettings.cpp (+1 -1), NewtonSettings.h (+1 -1), stdafx.h (+1 -1)
niklwors 2013-01-25 18:55 Rev.: 14943

converted cpp an h files in cpp runtime to utf8

18 lines of code changed in 5 files:

  • SimulationRuntime/cpp/Solver/Newton: Newton.cpp (+2 -2), Newton.h (+2 -2), NewtonSettings.cpp (+5 -5), NewtonSettings.h (+8 -8), stdafx.h (+1 -1)
niklwors 2013-01-25 15:24 Rev.: 14939

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

415 lines of code changed in 6 files:

  • SimulationRuntime/cpp/Solver/Newton: CMakeLists.txt (new 19), Newton.cpp (new 206), Newton.h (new 90), NewtonSettings.cpp (new 51), NewtonSettings.h (new 28), stdafx.h (new 21)
Generated by StatSVN 0.7.0