[root]/SimulationRuntime/c/math-support
test
(2 files, 140 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 443 (100.0%) | 27421 (100.0%) | 61.8 |
wbraun | 108 (24.4%) | 13588 (49.6%) | 125.8 |
lochel | 148 (33.4%) | 8244 (30.1%) | 55.7 |
sjoelund.se | 62 (14.0%) | 2524 (9.2%) | 40.7 |
hudson | 50 (11.3%) | 2380 (8.7%) | 47.6 |
Frenkel TUD | 26 (5.9%) | 190 (0.7%) | 7.3 |
cschubert | 2 (0.5%) | 135 (0.5%) | 67.5 |
adrpo | 12 (2.7%) | 121 (0.4%) | 10.0 |
jfrenkel | 12 (2.7%) | 94 (0.3%) | 7.8 |
mwalther | 9 (2.0%) | 66 (0.2%) | 7.3 |
hkiel | 6 (1.4%) | 54 (0.2%) | 9.0 |
jansilar | 1 (0.2%) | 14 (0.1%) | 14.0 |
perost | 7 (1.6%) | 11 (0.0%) | 1.5 |
Remove some -I flags so the headers copied from simulation runtime works without changes
1 lines of code changed in 1 file:
- use runProcess("cmd /c command") on windows instead of system(command) so that no console window appears
- remove some f2c include directories
- enable parallel mark in windows
1 lines of code changed in 1 file:
min/max fixes after f2c.h was removed
0 lines of code changed in 1 file:
f2c.h fixes, remove some math files from svn
0 lines of code changed in 4 files:
- fix Windows MSVC stuff in SimulationRuntime/c/math-support/CMakeLists.txt as some files vanished
3 lines of code changed in 1 file:
- switch non-linear solver hybrid from f2c version to cminpack version.
- fixed some issues
- removed old f2c version from math-support
0 lines of code changed in 11 files:
Remove dlinpk.c since the nightly builds complain about duplicate symbols
1 lines of code changed in 2 files:
- remove removed files from CMakeLists.txt
1 lines of code changed in 1 file:
Make sure we use the new dassl by not linking in the old files (removed from svn to make sure)
0 lines of code changed in 3 files:
- 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.
49 lines of code changed in 1 file:
Changed the log functions from macros to vararg functions (since vararg macros do not work very well and the current approach is not maintainable)
12 lines of code changed in 1 file:
- fixed memory leak in LOG_JAC output
2 lines of code changed in 1 file:
- 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
2 lines of code changed in 1 file:
- fix Windows build: use malloc/free instead of stack allocation for buffer and put the buffer definition at the beginning of the block (ansi-c)
10 lines of code changed in 1 file:
- make dassl debug-output readable
68 lines of code changed in 1 file:
- added a mapping between simCodeEquations and BackendDae.StrongComponents to the createSimCode-method
- fixed a bug in TaskGraphResultCmp.cpp -> the xml-file will now be read at once
- enhanced code-generation for hpcom is now part of the c-susan-template
- modified some nonlinearsolver-f2c-code -> i just removed some static keywords to be able to calculate more than one nonlinear system in parallel
- modified some nonlinearsolver-c-code -> i changed some function-headers, to remove the simulationInfo.currentNonlinearSystemIndex-dependency between different calculations
- improved the hpcom-Benchmark
66 lines of code changed in 9 files:
- fix some comments
- change type signature for check_*_solutions [* is an element of {nonlinear,linear,mixed}]
4 lines of code changed in 1 file:
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
2353 lines of code changed in 22 files:
[Janitor mode] Fix tabs
2353 lines of code changed in 22 files:
[Janitor mode] Set auto-props
27 lines of code changed in 28 files:
Fix eol-style
1 lines of code changed in 1 file:
(OpenMP) Use the memory pool of the current thread
6 lines of code changed in 1 file:
Trim trailing whitespace
65 lines of code changed in 4 files:
Silly Windows crap
1 lines of code changed in 1 file:
Remove dgesv_aux
0 lines of code changed in 1 file:
#2065
- removed LOG_ENDJAC
2 lines of code changed in 1 file:
- get rid of matrix.h
1 lines of code changed in 3 files:
- update NLS dump
- try to stop singular models - that must be revised because of bad design
- include MathematicalAspects into test-script
78 lines of code changed in 1 file:
- minor changes
- rename DEBUG_STREAM -> ACTIVE_STREAM
- fix illegal stream-disjunctions
2 lines of code changed in 1 file:
- less output in case of unsolvable linear system
11 lines of code changed in 1 file:
- workaround for initialsystem to handle dynamic pivot better
ToDo: reimplement initialization of simulation runtime for symbolic initial system
10 lines of code changed in 1 file:
- add missing return statement
- use minimal norm in case of 0/0
1 lines of code changed in 1 file:
- add error message for division by zero to initial equations
- use c comments
- better error message vor pivot.c
27 lines of code changed in 1 file:
- report warning if solving of liniear system failed
6 lines of code changed in 1 file:
- fix tests
- bugfix dynamic state selection, planar pendulum works now
1 lines of code changed in 1 file:
- continue dynamic state selection
17 lines of code changed in 2 files:
do not yet build pivot.c with cmake
3 lines of code changed in 1 file:
- remove tabs, replace with 2 spaces.
tabs are rather bad as editors displays them differently.
78 lines of code changed in 1 file:
implemented a very simple (and presumably slow) complete pivoting procedure for rectangular matrices, to be used for the new dynamic state selection
135 lines of code changed in 2 files:
- rename LOG_NONLIN_SYS to LOG_NLS
- rename LOG_NONLIN_SYS_V to LOG_NLS_V
- add brief description for both flags
14 lines of code changed in 1 file:
(104 more)