Directory testsuite/initialization/

Directory Deleted:
2012-10-02 20:16
Total Files:
0
Deleted Files:
23
Lines of Code:
0

[root]/testsuite/initialization

Lines of Code

testsuite/initialization/ Lines of Code

Developers

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

Most Recent Commits

alash325 2012-10-02 20:16 Rev.: 13144

-- initialization directory is moved from testsuite to simulation/modelica and Makefile is updated

0 lines of code changed in 23 files:

  • testsuite/initialization: Makefile (del), _forest.mos (del), _forest1.mo (del), _forest2.mo (del), _nominal.mo (del), _nominal.mos (del), _scaling1.mo (del), _scaling1.mos (del), _scaling2.mo (del), _scaling2.mos (del), _startValue.mo (del), _startValue.mos (del), forest.mos (del), gaspropreties.mos (del), minvalue.mos (del), nominal.mos (del), nonlinear.mos (del), nonlinear2.mos (del), outputTest.mos (del), scaling1.mos (del), scaling2.mos (del), singularJacobian.mos (del), startValue.mos (del)
jfrenkel 2012-09-06 21:35 Rev.: 12813

- fix tests

2 lines of code changed in 1 file:

  • testsuite/initialization: nominal.mos (+2 -2)
sjoelund.se 2012-08-30 11:01 Rev.: 12732

- Fixed svn:eol-style

7 lines of code changed in 7 files:

  • testsuite/initialization: gaspropreties.mos (+1), minvalue.mos (+1), nonlinear.mos (+1), nonlinear2.mos (+1), outputTest.mos (+1), singularJacobian.mos (+1), startValue.mos (+1)
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)

52 lines of code changed in 2 files:

  • testsuite/initialization: Makefile (+1), outputTest.mos (new 51)
lochel 2012-06-12 12:54 Rev.: 12031

- 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:

  • testsuite/initialization: Makefile (+5 -5)
lochel 2012-05-24 17:39 Rev.: 11946

move singularJacobian.mos back to failingtest

2 lines of code changed in 1 file:

  • testsuite/initialization: Makefile (+2 -2)
lochel 2012-05-24 17:03 Rev.: 11944

- minor fixes
- add initialization test case

1 lines of code changed in 1 file:

  • testsuite/initialization: Makefile (+1 -1)
lochel 2012-05-23 17:30 Rev.: 11938

- 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:

  • testsuite/initialization: Makefile (+2 -2), nonlinear.mos (+5 -5)
lochel 2012-05-08 17:17 Rev.: 11875

- add testcases for kinsol-method
- add testcase for singular jacobian

213 lines of code changed in 11 files:

  • testsuite/initialization: Makefile (+6 -4), forest.mos (+3 -4), gaspropreties.mos (+2), minvalue.mos (+5 -5), nominal.mos (+3 -3), nonlinear.mos (+10 -6), nonlinear2.mos (new 100), scaling1.mos (+3 -3), scaling2.mos (+3 -3), singularJacobian.mos (new 75), startValue.mos (+3 -3)
adrpo 2012-04-29 00:48 Rev.: 11825

- make 31 bit integer warnings on 32 bit systems go away.

8 lines of code changed in 2 files:

  • testsuite/initialization: nominal.mos (+7 -7), scaling1.mos (+1 -1)
lochel 2012-04-19 11:39 Rev.: 11777

update of initialization tests

481 lines of code changed in 9 files:

  • testsuite/initialization: Makefile (+8 -6), forest.mos (new 89), gaspropreties.mos (+18 -14), minvalue.mos (new 66), nominal.mos (new 63), nonlinear.mos (new 71), scaling1.mos (new 63), scaling2.mos (new 63), startValue.mos (new 40)
lochel 2012-04-13 15:59 Rev.: 11751

#1721
add testcase for [#BUG-1721]

40 lines of code changed in 2 files:

  • testsuite/initialization: Makefile (+1), gaspropreties.mos (new 39)
sjoelund.se 2012-03-23 14:02 Rev.: 11511

- Added simulate(..., simflags="flags") option. It will be passed to the simulation executable in the future

17 lines of code changed in 5 files:

  • testsuite/initialization: _forest.mos (+6 -6), _nominal.mos (+3 -3), _scaling1.mos (+3 -3), _scaling2.mos (+3 -3), _startValue.mos (+2 -2)
mahge930 2012-03-01 22:48 Rev.: 11260

+ 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:

  • testsuite/initialization: Makefile (+30 -2)
lochel 2012-01-23 18:41 Rev.: 10944

- fix for under-determined initialization problems
- update initialization-tests

38 lines of code changed in 7 files:

  • testsuite/initialization: Makefile (+1), _forest.mos (+1 -1), _nominal.mos (+1 -1), _scaling1.mos (+1 -1), _scaling2.mos (+1 -1), _startValue.mo (new 9), _startValue.mos (new 24)
sjoelund.se 2012-01-18 11:02 Rev.: 10918

- Set svn-eol-style on a few files

160 lines of code changed in 12 files:

  • testsuite/initialization: Makefile (+1), _forest.mos (+1), _forest1.mo (new), _forest2.mo (new), _nominal.mo (+31 -30), _nominal.mos (+1), _scaling1.mo (+31 -30), _scaling1.mos (+1), _scaling2.mo (+31 -30), _scaling2.mos (+1)
wbraun 2012-01-13 01:40 Rev.: 10888

- 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:

  • testsuite/initialization: Makefile (+1 -1)
lochel 2012-01-02 13:59 Rev.: 10850

- some initialization tests

174 lines of code changed in 9 files:

  • testsuite/initialization: Makefile (+4 -1), _forest.mos (+2 -1), _nominal.mo (new 30), _nominal.mos (new 26), _scaling1.mo (new 30), _scaling1.mos (new 26), _scaling2.mo (new 30), _scaling2.mos (new 26)
adrpo 2011-11-15 12:44 Rev.: 10515

- 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:

  • testsuite/initialization: _forest.mos (new)
Generated by StatSVN 0.7.0