Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 2190 (100.0%) | 70771 (100.0%) | 32.3 |
perost | 259 (11.8%) | 20154 (28.5%) | 77.8 |
adrpo | 174 (7.9%) | 19335 (27.3%) | 111.1 |
sjoelund.se | 1069 (48.8%) | 13105 (18.5%) | 12.2 |
hudson | 106 (4.8%) | 2499 (3.5%) | 23.5 |
bachmann | 4 (0.2%) | 2392 (3.4%) | 598.0 |
mwalther | 48 (2.2%) | 2342 (3.3%) | 48.7 |
adeas31 | 55 (2.5%) | 2046 (2.9%) | 37.2 |
wbraun | 45 (2.1%) | 1894 (2.7%) | 42.0 |
lochel | 109 (5.0%) | 1621 (2.3%) | 14.8 |
jfrenkel | 69 (3.2%) | 1452 (2.1%) | 21.0 |
Frenkel TUD | 64 (2.9%) | 1448 (2.0%) | 22.6 |
vwaurich | 44 (2.0%) | 1260 (1.8%) | 28.6 |
mahge930 | 20 (0.9%) | 342 (0.5%) | 17.1 |
leonardo.laguna | 23 (1.1%) | 234 (0.3%) | 10.1 |
bthiele | 5 (0.2%) | 123 (0.2%) | 24.6 |
hkiel | 17 (0.8%) | 116 (0.2%) | 6.8 |
petar | 19 (0.9%) | 94 (0.1%) | 4.9 |
vitalij | 21 (1.0%) | 91 (0.1%) | 4.3 |
ptaeuber | 12 (0.5%) | 78 (0.1%) | 6.5 |
Kaie Kubjas | 4 (0.2%) | 50 (0.1%) | 12.5 |
mflehmig | 7 (0.3%) | 29 (0.0%) | 4.1 |
henrikt | 5 (0.2%) | 26 (0.0%) | 5.2 |
niklwors | 1 (0.0%) | 15 (0.0%) | 15.0 |
ppriv | 2 (0.1%) | 9 (0.0%) | 4.5 |
alash325 | 3 (0.1%) | 6 (0.0%) | 2.0 |
JohannaSchneider | 1 (0.0%) | 4 (0.0%) | 4.0 |
aleca751 | 1 (0.0%) | 3 (0.0%) | 3.0 |
nutaro | 1 (0.0%) | 1 (0.0%) | 1.0 |
edgarlopez | 1 (0.0%) | 1 (0.0%) | 1.0 |
RuedKamp | 1 (0.0%) | 1 (0.0%) | 1.0 |
See if bootstrapping is fixed without a new tarball (skip checking for ModelicaExternalC when bootstrapping)
4 lines of code changed in 1 file:
Multiarch patch: install libraries to OMHOME/lib/<triplet>/omc
- This will allow users to install multiple versions of the simulation libraries at the same time
6 lines of code changed in 1 file:
- Fix flag typo.
1 lines of code changed in 1 file:
[Janitor mode] Set auto-props
1 lines of code changed in 1 file:
- added a mapping for variables to storage positions, to support efficient code generation that keeps array-variables as arrays
- a new HashTable is now part of the code, that maps a ComponentReference to an array of Integers and a list of Integers
- HpcOm memory optimization disabled
- initAliasArray-interface extended in SimVars-Class
- some typo fixes
121 lines of code changed in 3 files:
- added first implementation for handling for-loops and variable arrays
30 lines of code changed in 2 files:
added symbolic implicit euler. Improvements will come!!
7 lines of code changed in 1 file:
eliminate List.isNotEmpty() and List.first() (replaced by listEmpty() and listHead())
2 lines of code changed in 2 files:
- Fix build,
- Don't use Qt threads with OpenModelicaCompiler shared library.
1 lines of code changed in 1 file:
- Removed the plotSilent flag.
- Added argument forceOMPlot to plot APIs.
8 lines of code changed in 3 files:
#1768
- Set a call back function for plot commands.
- Updated OMNotebook to use the OpenModelicaCompiler shared library.
23 lines of code changed in 1 file:
- Removed List.isEmpty
0 lines of code changed in 1 file:
- Generate a second tearing set for simulation DAEs with weaker constraints in solvability (not passed along to the runtime yet)
- Renamed some functions in Tearing.mo
- Use list<Integer> instead of list<list<Integer>> for the order of the inner equations in tearing sets
6 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
Prepared Backend for the introduction of dynamic Tearing (tearing set can be changed during runtime)
In detail:
- introduced record BackendDAE.SOLVABILITY_SOLVABLE, which means the equation is analytically solvable for the variable, regardless of how the variable occurs in the equation
- function BackendDAEUtil.tryToSolveOrDerive (old: getFactorForX) can be activated by parameter in getAdjacencyMatrixEnhancedScalar
- introduced uniontype BackendDAE.TearingSet, restructured record TORNSYSTEM
- introduced ConfigFlag "dynamicTearing"
7 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
[Janitor mode] Set auto-props
1 lines of code changed in 1 file:
- moved visualizationXML dump to extra files
- dump ast for complex expressions in visualization xml
427 lines of code changed in 2 files:
- Use new implementation of Tarjan's algorithm for index reduction
6 lines of code changed in 1 file:
extend flag for inputs from r25582
5 lines of code changed in 1 file:
new debuge flag: added new_var = var/nominal where var is state
6 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
- added stuff to dump a xml file that contains information about visualization objects
52 lines of code changed in 2 files:
improved r25524
8 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
added flag for diasbale Msg from omc
18 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
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
15 lines of code changed in 1 file:
Added another implementation of the "usual" matching algorithm. Method also
works in combination with the available index reduction methods.
Option: +matchingAlgorithm=BB.
Preliminary tests show similar performance compared with the default matching
algorithm "PFPlusExt" even for large models! Method might be renamed and set
to default, after some small issues in connection with the removeSimpleEquations
modul are solved!
2 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
- adapt BackendDAEUtil.reduceEqSystem for symbolic jacobians and utilize it.
24 lines of code changed in 1 file:
- addded proper ordering for metis scheduler
- added messages if parallel simulation isn't worth
1 lines of code changed in 1 file:
GC library changed name
9 lines of code changed in 1 file:
-improved reduceDynamicOptimization
-added test for combination reduceDynamicOptimization and extendDynamicOptimization
1 lines of code changed in 1 file:
added module reduceDynamicOptimization (Thanks, Willi)
- remove eqs and vars, which are not part of the optimization problem
open issues: overestimation for states
5 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
11 lines of code changed in 2 files:
[Janitor mode] Set auto-props
2 lines of code changed in 2 files:
Prototype of a new RemoveSimpleEquation module added
2390 lines of code changed in 3 files:
[Janitor mode] Fix whitespace
2 lines of code changed in 1 file:
- added config flag for removeSimpleEquation to select the choose method
16 lines of code changed in 1 file:
(1178 more)