Directory testsuite/flattening/libraries/biochem/

Directory Created:
2012-09-26 06:34
Total Files:
11
Deleted Files:
0
Lines of Code:
10883

[root]/testsuite/flattening/libraries/biochem

Lines of Code

testsuite/flattening/libraries/biochem/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 107 (100.0%) 27768 (100.0%) 259.5
alash325 33 (30.8%) 22004 (79.2%) 666.7
sjoelund.se 33 (30.8%) 2387 (8.6%) 72.3
hudson 8 (7.5%) 1757 (6.3%) 219.6
perost 24 (22.4%) 1187 (4.3%) 49.4
adrpo 2 (1.9%) 383 (1.4%) 191.5
adeas31 3 (2.8%) 44 (0.2%) 14.6
vitalij 4 (3.7%) 6 (0.0%) 1.5

Most Recent Commits

adeas31 2015-03-25 19:00 Rev.: 25258

- Expected output.

2 lines of code changed in 2 files:

  • testsuite/flattening/libraries/biochem: Glycolysis.mos (+1 -4), InsulinSignaling_Sedaghat.mos (+1 -4)
adeas31 2015-03-25 18:08 Rev.: 25254

- Fix the checkModel output.
- Fix failing tests.

42 lines of code changed in 1 file:

  • testsuite/flattening/libraries/biochem: BiochemModels.mos (+42 -134)
vitalij 2015-01-03 13:35 Rev.: 23931

imporved negate for binary

1 lines of code changed in 1 file:

  • testsuite/flattening/libraries/biochem: BiochemModels.mos (+1 -1)
adrpo 2014-10-29 05:26 Rev.: 23031

- merge cases based on output from rml -Eunify (https://dev.openmodelica.org/~adrpo/rml-unifications-original.txt)
- fixed e^-N where N is integer constant
- fixed some other bad cases in Expression.mo and ExpressionSimplify.mo

1 lines of code changed in 1 file:

  • testsuite/flattening/libraries/biochem: BiochemModels.mos (+1 -1)
perost 2014-09-08 16:19 Rev.: 22170

Fix for #2806:
- Remove input/output from variables which are not at top-level or inside a
top-level connector.

701 lines of code changed in 6 files:

  • testsuite/flattening/libraries/biochem: BiochemModels.mos (+221 -221), EnzMM.mos (+4 -4), Glycolysis.mos (+32 -32), InsulinSignaling_Sedaghat.mos (+28 -28), UniBi.mos (+228 -228), UniUni.mos (+188 -188)
vitalij 2014-08-19 11:24 Rev.: 21907

added some simplify rules

1 lines of code changed in 1 file:

  • testsuite/flattening/libraries/biochem: BiochemModels.mos (+1 -1)
sjoelund.se 2014-08-18 11:11 Rev.: 21896

Added some tail recursion for the connection trie graph (moves some variables around in equations, and some equations too)

138 lines of code changed in 6 files:

  • testsuite/flattening/libraries/biochem: BiochemModels.mos (+44 -44), EnzMM.mos (+1 -1), Glycolysis.mos (+6 -6), InsulinSignaling_Sedaghat.mos (+7 -7), UniBi.mos (+45 -45), UniUni.mos (+35 -35)
vitalij 2014-08-06 08:47 Rev.: 21767

- added rule for a*x*c + d*x*e => x*(a*c + d*e)

1 lines of code changed in 1 file:

  • testsuite/flattening/libraries/biochem: BiochemModels.mos (+1 -1)
perost 2014-05-26 15:38 Rev.: 20832

- Improved DAEDumpTpl and switched to it as default.
- Untupled min and max in DAE.VariableAttributes.

32 lines of code changed in 6 files:

  • testsuite/flattening/libraries/biochem: BiochemModels.mos (+11 -11), EnzMM.mos (+1 -1), Glycolysis.mos (+3 -3), InsulinSignaling_Sedaghat.mos (+15 -15), UniBi.mos (+1 -1), UniUni.mos (+1 -1)
perost 2014-05-06 10:55 Rev.: 20380

- Update BiochemModels test case.

83 lines of code changed in 1 file:

  • testsuite/flattening/libraries/biochem: BiochemModels.mos (+83 -83)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

185 lines of code changed in 4 files:

  • testsuite/flattening/libraries/biochem: ContainerSimple.mo (+28 -28), ContainerTotal.mo (+58 -58), CytosolTotal.mo (+39 -39), extra_cellularTotal.mo (+60 -60)
vitalij 2014-02-14 00:04 Rev.: 19111

- simplify rule x/r = x *(1/r) with test of numerical issues
can someone have a look of
./simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos

3 lines of code changed in 1 file:

  • testsuite/flattening/libraries/biochem: BiochemModels.mos (+3 -3)
sjoelund.se 2014-02-01 13:39 Rev.: 18916

- Changed lib/omlibrary/Modelica... to Modelica... for testsuite messages (to work better with build symlinked to /usr)
- Added reading of env.var CC at start to be able to change CC in pre-compiled omc version

30 lines of code changed in 1 file:

  • testsuite/flattening/libraries/biochem: BiochemModels.mos (+30 -30)
sjoelund.se 2013-10-31 21:52 Rev.: 17956

- Remove useless case in simplify (makes code slower)
- Removed some flattening tests since whenever a tiny simplify change is performed all thermosyspro and multibody flattening examples needed to be updated. They are simulated, and that is what is important.

1 lines of code changed in 1 file:

  • testsuite/flattening/libraries/biochem: BiochemModels.mos (+1 -1)
adrpo 2013-09-22 12:07 Rev.: 17326

Fix for bug: #2346
- sort also the variable components for instantiation based on their bindings
- sort the DAE in the order it is defined in the Modelica file

382 lines of code changed in 1 file:

  • testsuite/flattening/libraries/biochem: BiochemModels.mos (+382 -382)
sjoelund.se 2013-06-04 20:23 Rev.: 16216

Move some expressions around when you do simplifications only if this improves the complexity of the expression

30 lines of code changed in 4 files:

  • testsuite/flattening/libraries/biochem: BiochemModels.mos (+1 -1), EnzMM.mos (+1 -1), UniBi.mos (+14 -14), UniUni.mos (+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

1572 lines of code changed in 4 files:

  • testsuite/flattening/libraries/biochem: ContainerSimple.mo (+328 -328), ContainerTotal.mo (+488 -488), CytosolTotal.mo (+187 -187), extra_cellularTotal.mo (+569 -569)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

1572 lines of code changed in 4 files:

  • testsuite/flattening/libraries/biochem: ContainerSimple.mo (+328 -328), ContainerTotal.mo (+488 -488), CytosolTotal.mo (+187 -187), extra_cellularTotal.mo (+569 -569)
perost 2013-04-22 13:33 Rev.: 15874

Fix for #2159:
- Sort connector components before connecting them, to make sure that their
order doesn't matter.

366 lines of code changed in 6 files:

  • testsuite/flattening/libraries/biochem: BiochemModels.mos (+147 -147), EnzMM.mos (+2 -2), Glycolysis.mos (+24 -24), InsulinSignaling_Sedaghat.mos (+21 -21), UniBi.mos (+96 -96), UniUni.mos (+76 -76)
sjoelund.se 2013-04-18 17:51 Rev.: 15853

Updated BioChem to 1.0.1

415 lines of code changed in 6 files:

  • testsuite/flattening/libraries/biochem: BiochemModels.mos (+21 -25), EnzMM.mos (+6 -9), Glycolysis.mos (+23 -27), InsulinSignaling_Sedaghat.mos (+17 -21), UniBi.mos (+194 -197), UniUni.mos (+154 -157)
perost 2013-04-16 14:30 Rev.: 15834

- Preserve the comment for the flattened class in the flattened output.
- Don't translate enumeration literals to integers when simplifying asubs.

5 lines of code changed in 5 files:

  • testsuite/flattening/libraries/biochem: EnzMM.mos (+1 -1), Glycolysis.mos (+1 -1), InsulinSignaling_Sedaghat.mos (+1 -1), UniBi.mos (+1 -1), UniUni.mos (+1 -1)
sjoelund.se 2013-03-27 17:09 Rev.: 15660

Changed MSL 2.2.1 with OM modifications to MSL 2.2.2 from the maintenance branch on modelica.org

12 lines of code changed in 6 files:

  • testsuite/flattening/libraries/biochem: BiochemModels.mos (+2 -2), EnzMM.mos (+2 -2), Glycolysis.mos (+2 -2), InsulinSignaling_Sedaghat.mos (+2 -2), UniBi.mos (+2 -2), UniUni.mos (+2 -2)
sjoelund.se 2013-02-13 16:16 Rev.: 15164

"StateSelect =" to "stateSelect ="

83 lines of code changed in 1 file:

  • testsuite/flattening/libraries/biochem: BiochemModels.mos (+83 -83)
sjoelund.se 2013-02-08 09:16 Rev.: 15104

Fix tests

39 lines of code changed in 1 file:

  • testsuite/flattening/libraries/biochem: BiochemModels.mos (+39 -39)
sjoelund.se 2013-02-07 16:16 Rev.: 15085

Always use full pathnames for file info of parsed files

39 lines of code changed in 1 file:

  • testsuite/flattening/libraries/biochem: BiochemModels.mos (+39 -39)
sjoelund.se 2013-01-26 14:55 Rev.: 14956

Print longer filenames when running the testsuite (no more "which package.mo should I look in?")

21 lines of code changed in 1 file:

  • testsuite/flattening/libraries/biochem: BiochemModels.mos (+21 -21)
sjoelund.se 2012-11-13 13:21 Rev.: 13881

#1922
- Handle type-casting from records with the same components but different names'
- Improve scalarization of record equations in the front-end. Made it worse in the back-end (back-end does not handle cast of records)

7 lines of code changed in 1 file:

  • testsuite/flattening/libraries/biochem: BiochemModels.mos (+7 -7)
alash325 2012-10-03 02:26 Rev.: 13147

- libraries directory are copied to testsuite/flattening directory + delete simulation files + update Makefile

11002 lines of code changed in 11 files:

  • testsuite/flattening/libraries/biochem: BiochemModels.mos (new 2219), ContainerSimple.mo (new 484), ContainerTotal.mo (new 1513), CytosolTotal.mo (new 1079), EnzMM.mos (new 67), Glycolysis.mos (new 364), InsulinSignaling_Sedaghat.mos (new 307), Makefile (new 51), UniBi.mos (new 1886), UniUni.mos (new 1507), extra_cellularTotal.mo (new 1525)
alash325 2012-10-01 19:42 Rev.: 13123

- Deleted wrong works

0 lines of code changed in 11 files:

  • testsuite/flattening/libraries/biochem: BiochemModels.mos (del), ContainerSimple.mo (del), ContainerTotal.mo (del), CytosolTotal.mo (del), EnzMM.mos (del), Glycolysis.mos (del), InsulinSignaling_Sedaghat.mos (del), Makefile (del), UniBi.mos (del), UniUni.mos (del), extra_cellularTotal.mo (del)
alash325 2012-09-26 06:34 Rev.: 13049

- Restructured testsuite/libraries into testsuite/flattening and testsuite/simualtion

11002 lines of code changed in 11 files:

  • testsuite/flattening/libraries/biochem: BiochemModels.mos (new 2219), ContainerSimple.mo (new 484), ContainerTotal.mo (new 1513), CytosolTotal.mo (new 1079), EnzMM.mos (new 67), Glycolysis.mos (new 364), InsulinSignaling_Sedaghat.mos (new 307), Makefile (new 51), UniBi.mos (new 1886), UniUni.mos (new 1507), extra_cellularTotal.mo (new 1525)
Generated by StatSVN 0.7.0