Directory SimulationRuntime/c/linearization/

Directory Created:
2011-11-09 00:15
Total Files:
2
Deleted Files:
0
Lines of Code:
343

[root]/SimulationRuntime/c/linearization

Lines of Code

SimulationRuntime/c/linearization/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 37 (100.0%) 647 (100.0%) 17.4
wbraun 11 (29.7%) 389 (60.1%) 35.3
sjoelund.se 10 (27.0%) 100 (15.5%) 10.0
lochel 8 (21.6%) 84 (13.0%) 10.5
Frenkel TUD 1 (2.7%) 31 (4.8%) 31.0
hkiel 2 (5.4%) 22 (3.4%) 11.0
hudson 3 (8.1%) 14 (2.2%) 4.6
jfrenkel 1 (2.7%) 7 (1.1%) 7.0
perost 1 (2.7%) 0 (0.0%) 0.0

Most Recent Commits

sjoelund.se 2015-02-10 15:05 Rev.: 24503

Remove some -I flags so the headers copied from simulation runtime works without changes

1 lines of code changed in 1 file:

  • SimulationRuntime/c/linearization: linearize.cpp (+1 -1)
sjoelund.se 2014-04-15 07:04 Rev.: 20139

Update runtime code to OSMC-PL 1.2 runtime license (BSD 3-clause, GPLv3, or OSMC-PL conditions)

18 lines of code changed in 1 file:

  • SimulationRuntime/c/linearization: linearize.h (+18 -19)
sjoelund.se 2014-02-18 17:22 Rev.: 19164

Remove the global jump buffers; do the jumping via threadData instead

9 lines of code changed in 1 file:

  • SimulationRuntime/c/linearization: linearize.cpp (+9 -9)
hkiel 2014-01-13 17:26 Rev.: 18630

- fix calls of assertStreamPrint() and throwStreamPrint()
- fix some warnings
- reduce scope of objects
- "unsigned" -> "unsigned int" for better readability

2 lines of code changed in 1 file:

  • SimulationRuntime/c/linearization: linearize.cpp (+2 -3)
sjoelund.se 2013-11-30 21:33 Rev.: 18357

- Added option to the simulation runtime: +logFormat=[text|xml]
- The XML-based format will make it possible to read most messages into OMEdit in a structured way. Some messages may need to be collapsed into a single call in order to treat it as a single call
- The macros INDENT() and RELEASE() have been removed as they are specific to the text-based output. The message functions now take more arguments instead.

13 lines of code changed in 1 file:

  • SimulationRuntime/c/linearization: linearize.cpp (+13 -13)
sjoelund.se 2013-11-29 17:19 Rev.: 18352

Changed the log functions from macros to vararg functions (since vararg macros do not work very well and the current approach is not maintainable)

26 lines of code changed in 1 file:

  • SimulationRuntime/c/linearization: linearize.cpp (+26 -28)
sjoelund.se 2013-11-23 20:44 Rev.: 18260

- The interface to generated code is now in a struct callback, to avoid conflicting names when we load dynamic libraries (FMU's)
- Fixed lots of clang warnings

14 lines of code changed in 1 file:

  • SimulationRuntime/c/linearization: linearize.cpp (+14 -14)
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

12 lines of code changed in 1 file:

  • SimulationRuntime/c/linearization: linearize.cpp (+12 -12)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

12 lines of code changed in 1 file:

  • SimulationRuntime/c/linearization: linearize.cpp (+12 -12)
hudson 2013-04-30 14:51 Rev.: 15938

[Janitor mode] Set auto-props

2 lines of code changed in 2 files:

  • SimulationRuntime/c/linearization: linearize.cpp (+1 -1), linearize.h (+1 -1)
wbraun 2013-02-15 17:38 Rev.: 15186

#2065
- removed LOG_ENDJAC

11 lines of code changed in 1 file:

  • SimulationRuntime/c/linearization: linearize.cpp (+11 -16)
lochel 2013-02-07 14:21 Rev.: 15082

- minor changes
- rename DEBUG_STREAM -> ACTIVE_STREAM
- fix illegal stream-disjunctions

18 lines of code changed in 1 file:

  • SimulationRuntime/c/linearization: linearize.cpp (+18 -20)
lochel 2012-12-11 17:20 Rev.: 14329

Compiler/BackEnd/Initialization.mo
- fix for when-statements in algorithm sections
- remove flag TRACE_INITIAL_SYSTEM
- remove function analyzeInitialSystem1 (fix discrete vars to get rid of unneeded pre-vars)
- fix under-determined systems with zero initial equations
SimulationRuntime/c/simulation/solver/initialization/initialization.c
- fix initialization of ringbuffer
SimulationRuntime/c/
- some improvements for the readability of LOG_EVENT, LOG_SOLVER, LOG_DDASRT, ...
- some minor formatting changes
testsuite/simulation/modelica/algorithms-functions
- adjust expected output to new initialization (symbolic)

21 lines of code changed in 1 file:

  • SimulationRuntime/c/linearization: linearize.cpp (+21 -21)
hkiel 2012-12-04 16:19 Rev.: 14228

- moved some if statements out of for loops
- avoid calloc if memory is directly initialized after allocation

20 lines of code changed in 1 file:

  • SimulationRuntime/c/linearization: linearize.cpp (+20 -17)
jfrenkel 2012-10-30 17:38 Rev.: 13727

- c comment style // -> /* */
- bugfix for initalSystem and numberOfEquations

7 lines of code changed in 1 file:

  • SimulationRuntime/c/linearization: linearize.h (+7 -7)
lochel 2012-10-26 12:58 Rev.: 13652

- revised dump system for the c-runtime

31 lines of code changed in 1 file:

  • SimulationRuntime/c/linearization: linearize.cpp (+31 -22)
wbraun 2012-10-12 01:17 Rev.: 13323

- setup sparsty pattern calculation as postOptModule
(not activated yet by defalt due to some issue with tearing module)

158 lines of code changed in 1 file:

  • SimulationRuntime/c/linearization: linearize.cpp (+158 -4)
perost 2012-10-08 16:59 Rev.: 13258

- Some cref prefixing fixes in SCodeInst.
- Fixed lots of clang warnings in the C code.

0 lines of code changed in 1 file:

  • SimulationRuntime/c/linearization: linearize.h (-2)
lochel 2012-07-20 11:15 Rev.: 12354

- add interface to get real sparse jacobians
- use sparsity pattern for initialization using ipopt
- correct indentation in CodegenC.tpl

4 lines of code changed in 1 file:

  • SimulationRuntime/c/linearization: linearize.cpp (+4 -4)
lochel 2012-07-19 16:51 Rev.: 12347

- generate constant indices for each symbolic jacobian

4 lines of code changed in 1 file:

  • SimulationRuntime/c/linearization: linearize.cpp (+4 -4)
lochel 2012-07-18 09:51 Rev.: 12333

./configure
- add ipopt configuration (usage: --with-ipopt=DIR)
./Compiler/BackEnd
- add symbolic generation of jacobian for initialization (usage: +d=symbolicInitialization)
- reorganize initialization code (move from SimCode to BackendDAEOptimize)
./Compiler/Template
- generate unique jacobian indices
./Compiler/Util
- add debug-flag symbolicInitialization
./SimulationRuntime/c
- add initialization-method ipopt using ipopt (usage: -iom ipopt)

4 lines of code changed in 1 file:

  • SimulationRuntime/c/linearization: linearize.cpp (+4 -4)
sjoelund.se 2012-03-26 11:29 Rev.: 11534

- Fix C-runtime encoding (UTF-8)

6 lines of code changed in 2 files:

  • SimulationRuntime/c/linearization: linearize.cpp (+3 -3), linearize.h (+3 -3)
sjoelund.se 2012-03-16 09:25 Rev.: 11446

- Renamed error.h to omc_error.h

1 lines of code changed in 1 file:

  • SimulationRuntime/c/linearization: linearize.cpp (+1 -1)
wbraun 2012-01-25 03:12 Rev.: 10958

- added graph coloring algorithms to utilize the sparse pattern
for a faster evaluation of the analytical jacobians
- usage by solver method="dassljac"

14 lines of code changed in 1 file:

  • SimulationRuntime/c/linearization: linearize.cpp (+14 -9)
lochel 2012-01-16 20:55 Rev.: 10908

- removed temporary prefix _X_ from DATA-structure

2 lines of code changed in 2 files:

  • SimulationRuntime/c/linearization: linearize.cpp (+1 -1), linearize.h (+1 -1)
wbraun 2011-12-08 22:58 Rev.: 10677

[newSimulationRuntime]
- solved some unneeded dependences, thefore reorganised some functions
- rewritten Makefile

3 lines of code changed in 2 files:

  • SimulationRuntime/c/linearization: linearize.cpp (+2 -2), linearize.h (+1 -5)
wbraun 2011-11-29 04:25 Rev.: 10593

[newSimulationRuntime]
- removed old globalData object
- adjust most files
- most test cases are working now (only some fails most due to different output)
- more work on initialization needs to be done

14 lines of code changed in 2 files:

  • SimulationRuntime/c/linearization: linearize.cpp (+13 -13), linearize.h (+1 -1)
Frenkel TUD 2011-11-13 17:27 Rev.: 10486

- do not use this very good vararg macro

31 lines of code changed in 1 file:

  • SimulationRuntime/c/linearization: linearize.cpp (+31 -26)
wbraun 2011-11-09 22:26 Rev.: 10370

- fixing Makefiles for SimulationRuntime/c

6 lines of code changed in 2 files:

  • SimulationRuntime/c/linearization: linearize.cpp (+5 -4), linearize.h (+1 -1)
wbraun 2011-11-09 00:15 Rev.: 10339

- added new structure in SimulationRuntime/{c,fmi}.
Copy almost all stuff from c_runtime to SimulationRuntime.

183 lines of code changed in 2 files:

  • SimulationRuntime/c/linearization: linearize.cpp (new 130), linearize.h (new 53)
Generated by StatSVN 0.7.0