[root]/testsuite/initialization
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 99 (100.0%) | 1282 (100.0%) | 12.9 |
lochel | 45 (45.5%) | 1013 (79.0%) | 22.5 |
sjoelund.se | 24 (24.2%) | 184 (14.4%) | 7.6 |
adrpo | 4 (4.0%) | 52 (4.1%) | 13.0 |
mahge930 | 1 (1.0%) | 30 (2.3%) | 30.0 |
jfrenkel | 1 (1.0%) | 2 (0.2%) | 2.0 |
wbraun | 1 (1.0%) | 1 (0.1%) | 1.0 |
alash325 | 23 (23.2%) | 0 (0.0%) | 0.0 |
-- initialization directory is moved from testsuite to simulation/modelica and Makefile is updated
0 lines of code changed in 23 files:
- fix tests
2 lines of code changed in 1 file:
- Fixed svn:eol-style
7 lines of code changed in 7 files:
./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)
52 lines of code changed in 2 files:
- treat each initial_residual with a scaling factor of zero as unscaled initial_residual
- [kinsol] switch globalization strategy (applied to the Newton method) to linesearch if the default one fails
- introduce scaling for kinsol initialization method
- fix invalid free-call after exception (THROW-macro)
5 lines of code changed in 1 file:
move singularJacobian.mos back to failingtest
2 lines of code changed in 1 file:
- minor fixes
- add initialization test case
1 lines of code changed in 1 file:
- removed start-values from initial_residual
- moved lambda from initial_residual into SimulationRuntime
- split initialization up into several files
- provide information inside SimulationRuntime whether start/nominal values are used or not
- some minor fixes
7 lines of code changed in 2 files:
- add testcases for kinsol-method
- add testcase for singular jacobian
213 lines of code changed in 11 files:
- make 31 bit integer warnings on 32 bit systems go away.
8 lines of code changed in 2 files:
update of initialization tests
481 lines of code changed in 9 files:
#1721
add testcase for [#BUG-1721]
40 lines of code changed in 2 files:
- Added simulate(..., simflags="flags") option. It will be passed to the simulation executable in the future
17 lines of code changed in 5 files:
+ The test-suite makefile now contain DEPENDENCIES. This are the files that are needed for the test cases.
+ "make clean" or (make -j clean) will clean the test-suite. i.e. all files that are not listed as DEPENDENCIES will be cleaned.
For OMDEV/MINGW ppl (linux already has partest)
+ "make threaded" will clean and then run the test-suite with 5 threads (my pc has 4 cores so :) ). (or just use "make -jN")
- 'msl31simulation.log' and 'msl31mediasimulation.log' still give problems with multiple threads. Very strange problem since the
output matches exactly with the expected but for some reason it is compared with outputs from another file. But For now this might help a bit.
Normal test-suite operation is not affected in anyway as far as I can tell. (Just some additions)
30 lines of code changed in 1 file:
- fix for under-determined initialization problems
- update initialization-tests
38 lines of code changed in 7 files:
- Set svn-eol-style on a few files
160 lines of code changed in 12 files:
- Switch to new SimulationRuntime as default SimulationRuntime.
- all simulation tests work as before.
- This will break interactive and qss stuff.
1 lines of code changed in 1 file:
- some initialization tests
174 lines of code changed in 9 files:
- include the modifiers and dimensions in the dependency analysis in Inst.instElementList
- move annotation checking functions from DAEUtil to SCode.
- convert type of the Value in the binding if needed (to get rid of things like min = 0, instead of min = 0.0)
- in partial instantiation disregard parameters, instantiate only constants.
- rename the really bad name "subs" to restCref in Static.elabCrefSubs.
- clear errors when loadingFileInteractiveQualified API and parseFile API
- added vaporizing.mo test
- a LOT of tests have changed
- small fixes to tools/validatetest/validatetest.pl
44 lines of code changed in 2 files: