Directory SimulationRuntime/cpp/Solver/Kinsol/

Directory Created:
2013-01-31 17:01
Total Files:
4
Deleted Files:
4
Lines of Code:
775

[root]/SimulationRuntime/cpp/Solver/Kinsol

Lines of Code

SimulationRuntime/cpp/Solver/Kinsol/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 144 (100.0%) 3794 (100.0%) 26.3
niklwors 57 (39.6%) 2360 (62.2%) 41.4
hudson 42 (29.2%) 1050 (27.7%) 25.0
nimen 5 (3.5%) 154 (4.1%) 30.8
mwalther 27 (18.8%) 132 (3.5%) 4.8
sjoelund.se 11 (7.6%) 90 (2.4%) 8.1
RuedKamp 2 (1.4%) 8 (0.2%) 4.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/Kinsol: 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/Kinsol: CMakeLists.txt (+2 -1)
hudson 2015-04-27 13:22 Rev.: 25752

[Janitor mode] Fix whitespace

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Kinsol: Kinsol.cpp (+3 -3)
niklwors 2015-04-27 13:20 Rev.: 25751

moved linear solver selection to initialization method

8 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Kinsol: Kinsol.cpp (+8 -6)
niklwors 2015-04-10 11:03 Rev.: 25486

added SimVars class to cpp runtime which stores all model variables
removed [Model]PreVariables class in cpp template and moved functionality to SimVars class
modified get/set methods,array class,eventhandling classes to new SimvVars class

9 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Kinsol: Kinsol.cpp (+9 -1)
hudson 2015-03-26 14:23 Rev.: 25267

[Janitor mode] Fix whitespace

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Kinsol: Kinsol.cpp (+3 -3)
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

46 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Kinsol: Kinsol.cpp (+46 -51)
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/Kinsol: CMakeLists.txt (+1 -1)
mwalther 2015-03-23 11:36 Rev.: 25209

- try to fix Ticket #3232
- Paths in ModelicaConfig.inc - file are now relative to OMHOME-Makefile variable
- Boost-Header files that are required for windows-cpp-runtime simulations are now copied into build/include/omc/cpp
- msvc-build on windows not testet at the moment

1 lines of code changed in 1 file:

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

4 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Kinsol: CMakeLists.txt (+4 -4)
niklwors 2015-02-10 16:26 Rev.: 24507

changed SimulationError exception class of cpp runtime

5 lines of code changed in 1 file:

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

added new exception class for all simulation errors in cpp runtime

5 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Kinsol: Kinsol.cpp (+5 -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/Kinsol: CMakeLists.txt (+5 -5)
niklwors 2014-11-06 14:32 Rev.: 23229

fix for paramater initialization, fix for allocating A matrix in cpp template

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Kinsol: Kinsol.cpp (+1)
mwalther 2014-10-30 17:50 Rev.: 23091

- fixed analyzation_mode

1 lines of code changed in 1 file:

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

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

12 lines of code changed in 7 files:

  • SimulationRuntime/cpp/Solver/Kinsol: CMakeLists.txt (+3 -3), FactoryExport.cpp (+6 -6), FactoryExport.h (del), Kinsol.cpp (+2 -2), Kinsol.h (del), KinsolSettings.cpp (+1 -1), KinsolSettings.h (del)
hudson 2014-10-30 11:36 Rev.: 23072

[Janitor mode] Fix whitespace

3 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Solver/Kinsol: Kinsol.cpp (+2 -2), Kinsol.h (+1 -1)
nimen 2014-10-30 11:02 Rev.: 23070

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

134 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Solver/Kinsol: FactoryExport.cpp (+2 -5), Kinsol.cpp (+101 -107), Kinsol.h (+31 -35)
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

7 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Kinsol: CMakeLists.txt (+7 -1)
nimen 2014-10-28 15:04 Rev.: 23002

Adaptions in Kinsol (Cpp Runtime) for VxWorks and Bodas

20 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Solver/Kinsol: FactoryExport.cpp (+16 -6), FactoryExport.h (+4 -5)
hudson 2014-10-07 11:43 Rev.: 22646

[Janitor mode] Fix whitespace

13 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Kinsol: Kinsol.cpp (+13 -13)
niklwors 2014-10-07 11:31 Rev.: 22645

fix in kinsol of cpp runtime for kinsol vectors

16 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Kinsol: Kinsol.cpp (+16 -6)
hudson 2014-10-02 18:17 Rev.: 22575

[Janitor mode] Fix whitespace

5 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Kinsol: Kinsol.cpp (+5 -5)
RuedKamp 2014-10-02 17:48 Rev.: 22567

-vxworks includes

8 lines of code changed in 2 files:

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

4 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Solver/Kinsol: FactoryExport.cpp (+1 -1), Kinsol.cpp (+1 -1), KinsolSettings.cpp (+1 -1), KinsolSettings.h (+1 -1)
niklwors 2014-08-01 12:47 Rev.: 21704

removed unnecessary initialization in cpp template.

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Kinsol: FactoryExport.cpp (+2 -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

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Kinsol: Kinsol.cpp (+1 -1)
hudson 2014-07-07 10:37 Rev.: 21436

[Janitor mode] Fix whitespace

105 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Solver/Kinsol: Kinsol.cpp (+104 -104), Kinsol.h (+1 -1)
niklwors 2014-07-07 10:35 Rev.: 21435

fix in kinsol, change stability mode in cvode of cpp runtime

135 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Solver/Kinsol: Kinsol.cpp (+131 -109), Kinsol.h (+4 -2)
hudson 2014-06-27 17:53 Rev.: 21311

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Kinsol: Kinsol.cpp (+1 -1)
niklwors 2014-06-27 16:33 Rev.: 21310

fix in Kinsol of cpp runtime

53 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Kinsol: Kinsol.cpp (+53 -28)
hudson 2014-06-27 13:43 Rev.: 21307

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Kinsol: Kinsol.cpp (+1 -1)
niklwors 2014-06-27 13:36 Rev.: 21306

fix in cpp template for algoop evaluation
changed zero crossing tollernce in cpp template
change absolute tollerance in cvode

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Kinsol: Kinsol.cpp (+2 -1)
niklwors 2014-06-25 17:22 Rev.: 21283

fix for Chuacircuit in Cvode an kinsol

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Kinsol: Kinsol.cpp (+2 -2)
mwalther 2014-06-24 10:00 Rev.: 21261

- fixed some compiler warnings of the cpp-runtime build with gcc
- added HPCOM_MEMORY_OPT-Flag to use experimental memory optimization
- some simple optimizations for the cpp-runtime
- papi-support to hpcom-codegen added

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Kinsol: Kinsol.cpp (+3 -3)
niklwors 2014-06-18 13:21 Rev.: 21171

fix in Kinsol, catch exception
change evaluate call in cvode calcfunction

7 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Kinsol: Kinsol.cpp (+7 -1)
hudson 2014-06-06 09:58 Rev.: 21004

[Janitor mode] Fix whitespace

5 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Kinsol: Kinsol.cpp (+5 -5)
niklwors 2014-06-06 09:51 Rev.: 21003

changed in Kinsol and CVode some tolerances

9 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Kinsol: Kinsol.cpp (+9 -5)

(39 more)

Generated by StatSVN 0.7.0