Timeline


and

2012-11-14:

23:29 Changeset [13895] by nutaro
  • 2 edits in trunk/Compiler/Template

Switching adevs backend to use the SUNDIAL solvers

23:29 Changeset in OpenModelica [a9a81ab]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Jim Nutaro <nutaro@…>
  • 1 edit in Compiler/Template/CodegenAdevs.tpl

Switching adevs backend to use the SUNDIAL solvers

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13895 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

22:17 Changeset [13894] by jfrenkel
  • 14 edits in trunk
  • get 6 from 7 StateGraph examples working with solveinitialsystem
  • collect all variables used in pre, and add equation for each unused pre var indroduced by a inaktive when equatin an equation pre(var) = var.start
  • BackendVariable.varStartValueType
  • ComponentReference.isPreCref
  • Expression.containsInitialCall: ... or Initial()
  • ExpressionSimplify: cases for a and not a > false, a or not a -> true, a and a -> a, a or a -> a maybe split simplifyBinary in simplifyBinary and simplifyLBinary
22:17 Changeset in OpenModelica [2e45e9e4]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Jens Frenkel <jens.frenkel@…>
  • 6 edits in Compiler
  • get 6 from 7 StateGraph examples working with solveinitialsystem
  • collect all variables used in pre, and add equation for each unused pre var indroduced by a inaktive when equatin an equation pre(var) = var.start
  • BackendVariable.varStartValueType
  • ComponentReference.isPreCref
  • Expression.containsInitialCall: ... or Initial()
  • ExpressionSimplify: cases for a and not a > false, a or not a -> true, a and a -> a, a or a -> a maybe split simplifyBinary in simplifyBinary and simplifyLBinary

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13894 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

21:52 Changeset [13893] by adrpo
  • 1 edit in trunk/Compiler/BackEnd/OpenTURNS.mo
  • consider also variables with uncertain=Uncertainty.refine as inputs to the OpenTURNS wrapper.
21:52 Changeset in OpenModelica [30af8936]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adrian Pop <adrian.pop@…>
  • 1 edit in Compiler/BackEnd/OpenTURNS.mo
  • consider also variables with uncertain=Uncertainty.refine as inputs to the OpenTURNS wrapper.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13893 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

18:17 Changeset [13892] by lochel
  • 3 edits
    1 add
    1 delete in trunk

initialization

  • continue with handling of under-determined initial system

testsuite

  • add test for under-determined initial system
  • remove unneeded test
18:17 Changeset in OpenModelica [4c0b5e1]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Lennart Ochel <lennart.ochel@…>
  • 1 edit in Compiler/BackEnd/BackendDAEUtil.mo

initialization

  • continue with handling of under-determined initial system

testsuite

  • add test for under-determined initial system
  • remove unneeded test

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13892 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

14:35 Ticket #1690 (initial algorithm aren't considered while the initialization) closed by lochel
fixed: m1 initialized correctly Replying to wbraun: > The …
14:28 Ticket #1926 (hybrid initialization) closed by lochel
fixed: I am not sure what could be the goal of A1. The initial system is …
13:10 Changeset [13891] by lochel
  • 5 edits
    1 add in trunk

initialization

  • first steps to solve under-determined systems

testsuite

  • add case for under-determined initial system
13:10 Changeset in OpenModelica [43689a2]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Lennart Ochel <lennart.ochel@…>
  • 4 edits in Compiler

initialization

  • first steps to solve under-determined systems

testsuite

  • add case for under-determined initial system

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13891 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

12:36 Changeset [13890] by sjoelund.se
  • 4 edits in trunk

#1936

  • Partial fix to make final modifications work on redeclares. Now passes front-end, but loses some modifications. Possibly related to #1922.
12:36 Changeset in OpenModelica [0c9491b]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 2 edits in Compiler

#1936

  • Partial fix to make final modifications work on redeclares. Now passes front-end, but loses some modifications. Possibly related to #1922.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13890 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

10:25 Changeset [13889] by adrpo
  • 11 edits
    7 adds in trunk/testsuite/AVM
  • updated AVM performance tests, add run script.
00:46 Changeset [13888] by jfrenkel
  • 1 edit in trunk/Compiler/BackEnd/BackendVarTransform.mo
  • remove uneseccary case from replaceExp for pre(-a), because this is also done in simplify
00:46 Changeset in OpenModelica [5b79e8d]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Jens Frenkel <jens.frenkel@…>
  • 1 edit in Compiler/BackEnd/BackendVarTransform.mo
  • remove uneseccary case from replaceExp for pre(-a), because this is also done in simplify

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13888 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

2012-11-13:

23:34 Changeset [13887] by jfrenkel
  • 3 edits in trunk/Compiler/BackEnd
  • use Expression.splitRecord instead of trying to match all combinations of crefs and calls that are possible to split
23:34 Changeset in OpenModelica [d201a6a6]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Jens Frenkel <jens.frenkel@…>
  • 3 edits in Compiler/BackEnd
  • use Expression.splitRecord instead of trying to match all combinations of crefs and calls that are possible to split

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13887 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

22:17 Changeset [13886] by jfrenkel
  • 7 edits in trunk
  • do not change discreter variables in der-function to states
  • diverentiate also complex equations and records
  • continue redesign remove simple equations
  • rename MyModel->ParameterCycle to avoid conflicts
22:17 Changeset in OpenModelica [d2e5bd1f]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Jens Frenkel <jens.frenkel@…>
  • 5 edits in Compiler/BackEnd
  • do not change discreter variables in der-function to states
  • diverentiate also complex equations and records
  • continue redesign remove simple equations
  • rename MyModel->ParameterCycle to avoid conflicts

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13886 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

18:10 Changeset [13885] by jfrenkel
  • 8 edits in trunk/Compiler
  • becauase edge and change uses a and pre(a) do not ignore them
  • continue redesign of remove simple equation
18:10 Changeset in OpenModelica [d753a1a]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Jens Frenkel <jens.frenkel@…>
  • 8 edits in Compiler
  • becauase edge and change uses a and pre(a) do not ignore them
  • continue redesign of remove simple equation

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13885 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

16:06 Ticket #1937 (New instantiation does not respect uses-annotation) created by sjoelund.se
New instantiation does not respect uses-annotation. omc +d=scodeInst …
16:04 Ticket #1936 (Final and redeclare do not work well together) created by sjoelund.se
Final and redeclare do not work well together, this model should work: …
15:01 Changeset [13884] by lochel
  • 7 edits in trunk
  • fix collectInitialVars
  • edit compiler-warnings using +d=pedantic
15:01 Changeset in OpenModelica [a802fd21]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Lennart Ochel <lennart.ochel@…>
  • 5 edits in /
  • fix collectInitialVars
  • edit compiler-warnings using +d=pedantic

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13884 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

14:50 Changeset [13883] by niklwors
  • 2 edits in trunk/Compiler/Template

fix for jacobian tmp var in cpp template

14:50 Changeset in OpenModelica [a4f5f0fa]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Niklas Worschech <niklas.worschech@…>
  • 1 edit in Compiler/Template/CodegenCpp.tpl

fix for jacobian tmp var in cpp template

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13883 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

13:35 Changeset [13882] by sjoelund.se
  • 65 edits in trunk
  • Add dumping of cast to records
  • Bumped MSL version
13:35 Changeset in OpenModelica [5b0d61b]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 1 edit in Compiler/Template/ExpressionDumpTpl.tpl
  • Add dumping of cast to records
  • Bumped MSL version

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13882 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

12:24 Ticket #1922 (Codegeneration does not handle extended records) closed by sjoelund.se
fixed: Fixed in r13881. Backend needs improvements to handle scalarization of …
12:21 Changeset [13881] by sjoelund.se
  • 172 edits in trunk

#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)
12:21 Changeset in OpenModelica [55611ee]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 10 edits in Compiler

#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)

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13881 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

10:17 Changeset [13880] by niklwors
  • 2 edits in trunk/Compiler/Template

adapted modifications of jacobian to cpp template

10:17 Changeset in OpenModelica [eb15089]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Niklas Worschech <niklas.worschech@…>
  • 1 edit in Compiler/Template/CodegenCpp.tpl

adapted modifications of jacobian to cpp template

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13880 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

10:08 Changeset [13879] by lochel
  • 19 edits
    6 adds in trunk

Compiler/BackEnd

  • fix symbolic initialization of discrete vars
  • fix handling of when-clauses during initialization
  • remove some misspellings from function descriptions
  • add debug-flag: +d=pedantic

SimulationRuntime/c

  • fix a bug in evaluating residuals for global homotopy

testsuite

  • add test cases for initialization of discrete variables
  • add testcase for initialization of fullRobot
10:08 Changeset in OpenModelica [e4dafee]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Lennart Ochel <lennart.ochel@…>
  • 12 edits in /

Compiler/BackEnd

  • fix symbolic initialization of discrete vars
  • fix handling of when-clauses during initialization
  • remove some misspellings from function descriptions
  • add debug-flag: +d=pedantic

SimulationRuntime/c

  • fix a bug in evaluating residuals for global homotopy

testsuite

  • add test cases for initialization of discrete variables
  • add testcase for initialization of fullRobot

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13879 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

03:32 Changeset [13878] by hubert.thieriot
  • 6 edits in trunk/OMOptimBasis
  • copy/paste shortcuts
03:31 Changeset [13877] by hubert.thieriot
  • 3 edits in trunk/OMOptim
  • copy paste shorcuts
  • no more automatic compilation when loading

2012-11-12:

23:10 Changeset [13876] by adrpo
  • 1 edit in trunk/testsuite/metamodelica/meta/OptimizeMatchToIfExp.mo
  • expected output.
22:53 Changeset [13875] by adrpo
  • 1 edit in trunk/Compiler/Util/Util.mo
  • forgot to add this.
22:53 Changeset in OpenModelica [17ab3a64]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adrian Pop <adrian.pop@…>
  • 1 edit in Compiler/Util/Util.mo
  • forgot to add this.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13875 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

22:40 Changeset [13874] by adrpo
  • 1 edit in trunk/Compiler/BackEnd/OpenTURNS.mo
  • add more error info on the issues that might appear.
22:40 Changeset in OpenModelica [843c11a1]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adrian Pop <adrian.pop@…>
  • 1 edit in Compiler/BackEnd/OpenTURNS.mo
  • add more error info on the issues that might appear.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13874 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

22:39 Changeset [13873] by adrpo
  • 5 moves in trunk/testsuite/openmodelica/uncertainties/TestModels/ThermoSysPro
  • fixes to make the library load.
17:27 Ticket #1935 (getNthInheritedClass is wrong for some models ...) created by adrpo
Hi, Error report from Zsolt Lattmann: […] The answer for the first …
16:33 Changeset [13872] by bruno
  • 2 edits
    2 adds in trunk/testsuite/simulation/libraries/ModelicaTest

Added multibody tests for ModelicaTest

15:37 Changeset [13871] by jfrenkel
  • 3 edits in trunk/Compiler
  • avoid events in inlined functions
15:37 Changeset in OpenModelica [f4d2ce63]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Jens Frenkel <jens.frenkel@…>
  • 3 edits in Compiler
  • avoid events in inlined functions

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13871 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

13:05 Changeset [13870] by jfrenkel
  • 1 edit in trunk/Compiler/BackEnd/BackendEquation.mo
  • bugfix for BackendEquation.aliasEquation
13:05 Changeset in OpenModelica [f63133ca]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Jens Frenkel <jens.frenkel@…>
  • 1 edit in Compiler/BackEnd/BackendEquation.mo
  • bugfix for BackendEquation.aliasEquation

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13870 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

11:58 Changeset [13869] by cschubert
  • 2 edits
    1 add in trunk/testsuite/simulation/libraries/msl32

updated status.txt for msl32

11:54 Changeset [13868] by bruno
  • 2 edits
    3 adds in trunk/testsuite/simulation/libraries/ModelicaTest

Fixed multibody tests for ModelicaTest library

10:44 Ticket #1934 (Support calling functions via component reference) created by cschubert
Hi, while testing several Hydraulics libraries I encountered the …
10:24 Changeset [13867] by niklwors
  • 2 edits in trunk/Compiler/Template

fix in cpp template for set help var in update method

10:24 Changeset in OpenModelica [f26af92]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Niklas Worschech <niklas.worschech@…>
  • 1 edit in Compiler/Template/CodegenCpp.tpl

fix in cpp template for set help var in update method

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13867 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

09:54 Changeset [13866] by sjoelund.se
  • 5 edits in trunk/Compiler/Template
  • Add code to codegen/dump cast to record types
09:54 Changeset in OpenModelica [413c8ea3]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 2 edits in Compiler/Template
  • Add code to codegen/dump cast to record types

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13866 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

00:15 Changeset [13865] by jfrenkel
  • 3 edits in trunk/Compiler/BackEnd
  • continue redesign of remove simple equations
00:15 Changeset in OpenModelica [ac81a22]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Jens Frenkel <jens.frenkel@…>
  • 3 edits in Compiler/BackEnd
  • continue redesign of remove simple equations

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13865 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

2012-11-11:

22:43 Changeset [13864] by jfrenkel
  • 4 edits in trunk/Compiler
  • Expression.iszero use List.mapListAllValueBool in case of matrix
  • improve BackendEquation.aliasEquation
22:43 Changeset in OpenModelica [efe2a7a1]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Jens Frenkel <jens.frenkel@…>
  • 4 edits in Compiler
  • Expression.iszero use List.mapListAllValueBool in case of matrix
  • improve BackendEquation.aliasEquation

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13864 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

21:21 Changeset [13863] by jfrenkel
  • 1 edit in trunk/Compiler/FrontEnd/Expression.mo
  • Expression.typeof return boolean or array of boolean in case of relation, because relations return boolean values
21:21 Changeset in OpenModelica [b874cd64]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Jens Frenkel <jens.frenkel@…>
  • 1 edit in Compiler/FrontEnd/Expression.mo
  • Expression.typeof return boolean or array of boolean in case of relation, because relations return boolean values

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13863 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

20:50 Changeset [13862] by jfrenkel
  • 2 edits in trunk/Compiler/Template
  • CodegenC.expTypeFromExpFlag return {boolean,modelica_boolean} in case of relation, because relations return booleans values
20:50 Changeset in OpenModelica [0d5f9ad]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Jens Frenkel <jens.frenkel@…>
  • 1 edit in Compiler/Template/CodegenC.tpl
  • CodegenC.expTypeFromExpFlag return {boolean,modelica_boolean} in case of relation, because relations return booleans values

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13862 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

19:01 Ticket #1885 (generated FMI can not be simulated with FMUSDK) closed by jfrenkel
fixed: fixed in r13861
19:00 Changeset [13861] by jfrenkel
  • 8 edits
    1 add in trunk
  • fix for fmu with nonlinear systems, call allocateNonlinearSystem before simulate
  • fixes to compile fmu with visual studio
19:00 Changeset in OpenModelica [b0a564a5]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Jens Frenkel <jens.frenkel@…>
  • 7 edits in SimulationRuntime
  • fix for fmu with nonlinear systems, call allocateNonlinearSystem before simulate
  • fixes to compile fmu with visual studio

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13861 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

12:41 Changeset [13860] by hubert.thieriot
  • 19 edits in trunk/OMOptimBasis
  • cleaned csv functions
  • InfoSender : keep errors and warning messages
  • drag tables to csv

2012-11-10:

22:52 Changeset [13859] by jfrenkel
  • 1 edit in trunk/Compiler/FrontEnd/DAEUtil.mo
  • do not throw information away
22:52 Changeset in OpenModelica [09dcbcf6]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Jens Frenkel <jens.frenkel@…>
  • 1 edit in Compiler/FrontEnd/DAEUtil.mo
  • do not throw information away

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13859 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

03:56 Changeset [13858] by adrpo
  • 3 edits in trunk/Compiler/FrontEnd
  • added EnumToInteger(Enumeration) -> Integer as a workaround until Dymola supports Integer(Enumeration) -> Integer.
03:56 Changeset in OpenModelica [a936826]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adrian Pop <adrian.pop@…>
  • 3 edits in Compiler/FrontEnd
  • added EnumToInteger(Enumeration) -> Integer as a workaround until Dymola supports Integer(Enumeration) -> Integer.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13858 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

2012-11-09:

17:29 Changeset [13857] by bruno
  • 2 edits
    66 adds
    1 delete in trunk/testsuite/simulation/libraries/ModelicaTest

Added new multibody test cases from modelicatest library and rrelative data

16:49 Changeset [13856] by jfrenkel
  • 1 edit in trunk/Compiler/BackEnd/BackendDAEOptimize.mo
  • start to improve remove simple equations
16:49 Changeset in OpenModelica [79e5621]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Jens Frenkel <jens.frenkel@…>
  • 1 edit in Compiler/BackEnd/BackendDAEOptimize.mo
  • start to improve remove simple equations

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13856 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

16:13 Changeset [13855] by hkiel
  • 1 edit in branches/OMEdit/OMEditGUI/Util/StringHandler.cpp

#1897

  • rewrite of QStringList StringHandler::getStrings(QString value, char start, char end) + takes care of strings and masked ('\') chars in strings + also take care of single quote strings (' ')
16:03 Changeset [13854] by hkiel
  • 1 edit in trunk/OMEdit/OMEditGUI/StringHandler.cpp

#1897

  • also take care of single quote strings (' ')
16:03 Changeset in OpenModelica [62ba1e7]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Henning Kiel <h.kiel@…>
  • 1 edit in OMEdit/OMEditGUI/StringHandler.cpp

#1897

  • also take care of single quote strings (' ')

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13854 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

15:57 Ticket #1897 (OMEdit crashes (segfault) when opening ...) closed by hkiel
fixed: fixed in rev.13853
15:57 Changeset [13853] by hkiel
  • 1 edit in trunk/OMEdit/OMEditGUI/StringHandler.cpp

#1897

  • rewrite of QStringList StringHandler::getStrings(QString value, char start, char end) + takes care of strings and masked ('\') chars in strings
15:57 Changeset in OpenModelica [92b703a5]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Henning Kiel <h.kiel@…>
  • 1 edit in OMEdit/OMEditGUI/StringHandler.cpp

#1897

  • rewrite of QStringList StringHandler::getStrings(QString value, char start, char end) + takes care of strings and masked ('\') chars in strings

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13853 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

15:54 Changeset [13852] by adeas31
  • 1 edit in trunk/testsuite/openmodelica/fmi/ModelExchange/Makefile

Disable the FMI tests until we really fix them.

15:44 Ticket #1933 (FMUChecker crashes with exported FMUs) closed by adeas31
fixed
15:41 Ticket #1933 (FMUChecker crashes with exported FMUs) created by adeas31
When I run the model in the FMI Compliance-checker, it crashes when …
15:28 Changeset [13851] by adeas31
  • 1 edit in trunk/SimulationRuntime/fmi/export/fmu_model_interface.c

#1933. Fixed the exported FMUs fmiTerminate. Use functions.freeMemory instead of free.

15:28 Changeset in OpenModelica [db461f3a]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adeel Asghar <adeel.asghar@…>
  • 1 edit in SimulationRuntime/fmi/export/fmu_model_interface.c

#1933. Fixed the exported FMUs fmiTerminate. Use functions.freeMemory instead of free.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13851 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

14:39 Changeset [13850] by jfrenkel
  • 6 edits in trunk/Compiler/BackEnd
  • support array vars in when equations
14:39 Changeset in OpenModelica [6eaf1838]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Jens Frenkel <jens.frenkel@…>
  • 6 edits in Compiler/BackEnd
  • support array vars in when equations

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13850 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

14:23 Ticket #1005 (Diodes not working) closed by wbraun
fixed: fixed in the meanwhile
13:42 Changeset [13849] by jfrenkel
  • 2 edits in trunk/Compiler/BackEnd
  • support tuple equations in when equations with TSUB, this is not so good see Ticket #1932
  • bugfix EquationSize for WhenEquations
13:42 Changeset in OpenModelica [2bfbbe8]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Jens Frenkel <jens.frenkel@…>
  • 2 edits in Compiler/BackEnd
  • support tuple equations in when equations with TSUB, this is not so good see Ticket #1932
  • bugfix EquationSize for WhenEquations

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13849 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

13:38 Changeset [13848] by jfrenkel
  • 2 edits in trunk/testsuite/simulation/libraries
  • update referencefiles
13:13 Ticket #1932 (Redesign When Equation Implementation in Backend) created by jfrenkel
The current implementation for when equations does not consider the …
11:37 Changeset [13847] by jfrenkel
  • 1 edit in trunk/Compiler/BackEnd/BackendDAECreate.mo
  • support also nested if equations in if equtions then branches
11:37 Changeset in OpenModelica [d464706]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Jens Frenkel <jens.frenkel@…>
  • 1 edit in Compiler/BackEnd/BackendDAECreate.mo
  • support also nested if equations in if equtions then branches

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13847 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

11:23 Changeset [13846] by jfrenkel
  • 3 edits
    1 add in trunk
  • basic support for if equations in when equations, still not supported nested if equations in if equations then branches.
11:23 Changeset in OpenModelica [eaa1955]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Jens Frenkel <jens.frenkel@…>
  • 2 edits
    1 add in Compiler
  • basic support for if equations in when equations, still not supported nested if equations in if equations then branches.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13846 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

08:45 Ticket #1837 (OMEdit: default action for double click) closed by hkiel
fixed: added open properties on double click in rev.13845
08:44 Changeset [13845] by hkiel
  • 2 edits in trunk/OMEdit/OMEditGUI

# 1837

  • open properties dialog on double click
08:44 Changeset in OpenModelica [3166fa0]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Henning Kiel <h.kiel@…>
  • 2 edits in OMEdit/OMEditGUI

# 1837

  • open properties dialog on double click

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13845 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

2012-11-08:

22:12 Changeset [13844] by adrpo
  • 1 edit in trunk/Compiler/BackEnd/BackendDAECreate.mo
  • better error message for not handled when equation.
22:12 Changeset in OpenModelica [feed368]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adrian Pop <adrian.pop@…>
  • 1 edit in Compiler/BackEnd/BackendDAECreate.mo
  • better error message for not handled when equation.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13844 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

22:10 Changeset [13843] by adeas31
  • 4 edits in trunk/OMEdit/OMEditGUI

set/unset debugLogging via GUI.

22:10 Changeset in OpenModelica [92498f6e]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adeel Asghar <adeel.asghar@…>
  • 4 edits in OMEdit/OMEditGUI

set/unset debugLogging via GUI.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13843 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

22:00 Changeset [13842] by adrpo
  • 1 edit in trunk/Compiler/FrontEnd/Types.mo
  • use unparseType instead of printType in Types.printConnectorTypeStr as is more user oriented.
22:00 Changeset in OpenModelica [e07e8beb]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adrian Pop <adrian.pop@…>
  • 1 edit in Compiler/FrontEnd/Types.mo
  • use unparseType instead of printType in Types.printConnectorTypeStr as is more user oriented.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13842 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

19:44 Changeset [13841] by adeas31
  • 10 edits in trunk/Compiler

Allow user to set/unset debugLogging.

19:44 Changeset in OpenModelica [e96e9777]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adeel Asghar <adeel.asghar@…>
  • 5 edits in Compiler

Allow user to set/unset debugLogging.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13841 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

19:01 Changeset [13840] by adrpo
  • 32 edits in trunk/testsuite
  • expected output
18:45 Changeset [13839] by adrpo
  • 1 edit in trunk/Compiler/FrontEnd/Types.mo
  • fix bootstrapping
18:45 Changeset in OpenModelica [e65c844]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adrian Pop <adrian.pop@…>
  • 1 edit in Compiler/FrontEnd/Types.mo
  • fix bootstrapping

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13839 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

18:23 Changeset [13838] by adrpo
  • 4 edits in trunk/Compiler/FrontEnd
  • print types if components are not there in Types.printConnectorType
  • InstSection.validConnector now allows expandable connector components even if they are not connectors
  • print the type of the outer of a missing inner component (a couple of tests will fail, I'll fix them in my next commit)
18:23 Changeset in OpenModelica [194d685]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adrian Pop <adrian.pop@…>
  • 4 edits in Compiler/FrontEnd
  • print types if components are not there in Types.printConnectorType
  • InstSection.validConnector now allows expandable connector components even if they are not connectors
  • print the type of the outer of a missing inner component (a couple of tests will fail, I'll fix them in my next commit)

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13838 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

17:36 Changeset [13837] by adeas31
  • 1 edit in trunk/Compiler/Template/CodegenFMU.tpl

stupid copy paste. Use fmiModelIdentifier variable instead of hard coded value.

17:36 Changeset in OpenModelica [2529bf6]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adeel Asghar <adeel.asghar@…>
  • 1 edit in Compiler/Template/CodegenFMU.tpl

stupid copy paste. Use fmiModelIdentifier variable instead of hard coded value.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13837 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

17:16 Changeset [13836] by adeas31
  • 3 edits in trunk/Compiler/Template
  • call fmiSet* functions.
17:16 Changeset in OpenModelica [11d4c33]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adeel Asghar <adeel.asghar@…>
  • 1 edit in Compiler/Template/CodegenFMU.tpl
  • call fmiSet* functions.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13836 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

16:52 Changeset [13835] by sjoelund.se
  • 1 edit in trunk/Compiler/BackEnd/Uncertainties.mo
  • Fix for bootstrapping
16:52 Changeset in OpenModelica [c0e818a3]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 1 edit in Compiler/BackEnd/Uncertainties.mo
  • Fix for bootstrapping

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13835 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

15:30 Changeset [13834] by leonardo.laguna
  • 4 edits in trunk/Compiler
  • Adding option to dump all the steps performed when calling uncertainties extraction.
15:30 Changeset in OpenModelica [c303f9f7]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Leonardo Laguna <leonardo.laguna@…>
  • 4 edits in Compiler
  • Adding option to dump all the steps performed when calling uncertainties extraction.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13834 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

15:25 Changeset [13833] by adrpo
  • 1 edit in trunk/testsuite/openmodelica/interactive-API/interactive_api_simulations.mos
  • expected output.
15:23 Changeset [13832] by adrpo
  • 2 edits in trunk/Compiler/FrontEnd
  • fix bootstrapping.
15:23 Changeset in OpenModelica [defe6283]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adrian Pop <adrian.pop@…>
  • 2 edits in Compiler/FrontEnd
  • fix bootstrapping.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13832 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

14:57 Changeset [13831] by adrpo
  • 7 edits in trunk
  • fixes for expandable connectors (AVM 09 & 11 are working now): + do not delete the components already defined inside the connector + remove from DAE / connection sets all expandable variables that are

not connected to real variables

  • use ComponentReference.crefEqualNoStringCompare in ConnectionGraph.mo
  • activate forgotten 07.mo in testsuite/flattening/modelica/expandable/ExpandableConnectors.mos
  • expected output for: testsuite/flattening/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos testsuite/flattening/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos
14:57 Changeset in OpenModelica [98add9f]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adrian Pop <adrian.pop@…>
  • 4 edits in Compiler/FrontEnd
  • fixes for expandable connectors (AVM 09 & 11 are working now): + do not delete the components already defined inside the connector + remove from DAE / connection sets all expandable variables that are

not connected to real variables

  • use ComponentReference.crefEqualNoStringCompare in ConnectionGraph.mo
  • activate forgotten 07.mo in testsuite/flattening/modelica/expandable/ExpandableConnectors.mos
  • expected output for: testsuite/flattening/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mos testsuite/flattening/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.oneAxis.mos

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13831 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

13:29 Changeset [13830] by sjoelund.se
  • 212 edits in trunk

#1931

  • Do not scalarize vector equations + Except constants, parameters, records, complex types, external objects, and maybe some more
13:29 Changeset in OpenModelica [6ad962e2]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 3 edits in Compiler

#1931

  • Do not scalarize vector equations + Except constants, parameters, records, complex types, external objects, and maybe some more

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13830 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

12:44 Changeset [13829] by mahge930
  • 12 edits in trunk/Compiler

+ Propagate class attributes for Optimica optimization classes to templates.

12:44 Changeset in OpenModelica [9019f879]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Mahder Alemseged Gebremedhin <mahge930@…>
  • 7 edits in Compiler

+ Propagate class attributes for Optimica optimization classes to templates.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13829 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

11:06 Changeset [13828] by perost
  • 5 edits
    1 delete in trunk
  • Remove one of the two f2c.h headers to fix segfaults on some operating systems.
11:06 Changeset in OpenModelica [a3c53264]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Per Östlund <per.ostlund@…>
  • 2 edits
    1 delete in /
  • Remove one of the two f2c.h headers to fix segfaults on some operating systems.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13828 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

09:48 Changeset [13827] by sjoelund.se
  • 1 edit in trunk/Compiler/FrontEnd/DAEDump.mo
  • More typeinfo when dumping with +t
09:48 Changeset in OpenModelica [3e3b194b]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 1 edit in Compiler/FrontEnd/DAEDump.mo
  • More typeinfo when dumping with +t

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13827 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

09:37 Changeset [13826] by perost
  • 1 edit in trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mos
  • Change msl32 test to actually use MSL 3.2.
09:07 Ticket #1931 (Do not scalarize vector equations) created by sjoelund.se
We should not scalarize equations, so we can reduce the number of …
08:56 Changeset [13825] by jfrenkel
  • 1 edit in trunk/Compiler/Util/Flags.mo
  • fix last commit
08:56 Changeset in OpenModelica [06ebe5c8]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Jens Frenkel <jens.frenkel@…>
  • 1 edit in Compiler/Util/Flags.mo
  • fix last commit

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13825 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

08:44 Changeset [13824] by jfrenkel
  • 2 edits in trunk/Compiler
  • rename flag more grammatical
08:44 Changeset in OpenModelica [672a36f]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Jens Frenkel <jens.frenkel@…>
  • 2 edits in Compiler
  • rename flag more grammatical

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13824 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

03:22 Changeset [13823] by adeas31
  • 2 edits in trunk/testsuite/openmodelica/fmi/ModelExchange
  • Enabled the FMI Model Exchange tests.
03:21 Changeset [13822] by adeas31
  • 3 edits in trunk/Compiler
  • Fixed FMI Model Exchange.
03:21 Changeset in OpenModelica [ff12947]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adeel Asghar <adeel.asghar@…>
  • 2 edits in Compiler
  • Fixed FMI Model Exchange.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13822 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

00:21 Changeset [13821] by jfrenkel
  • 4 edits in trunk/Compiler
  • start to implement stateselection during simulation via pivod function, add flag +dynamicpivod
00:21 Changeset in OpenModelica [8b4077b]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Jens Frenkel <jens.frenkel@…>
  • 4 edits in Compiler
  • start to implement stateselection during simulation via pivod function, add flag +dynamicpivod

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13821 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

2012-11-07:

17:56 Changeset [13820] by perost
  • 16 edits in trunk
  • Use the face stored in OUTERCONNECT instead of trying to determine it in InnerOuter.retrieveOuterConnections2.
17:56 Changeset in OpenModelica [8caaaf89]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Per Östlund <per.ostlund@…>
  • 1 edit in Compiler/FrontEnd/InnerOuter.mo
  • Use the face stored in OUTERCONNECT instead of trying to determine it in InnerOuter.retrieveOuterConnections2.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13820 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

15:58 Changeset [13819] by sjoelund.se
  • 4 edits in trunk/Compiler/Template
  • Bugfix codegen for unary minus of array
15:58 Changeset in OpenModelica [8be162c]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 2 edits in Compiler/Template
  • Bugfix codegen for unary minus of array

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13819 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

14:46 Changeset [13818] by sjoelund.se
  • 5 edits in trunk
  • Added usub_alloc_real for expressions (we do not want to negate the source if it is used later...)
  • Added some debug info for use with +t
14:46 Changeset in OpenModelica [ccf10b89]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 3 edits in /
  • Added usub_alloc_real for expressions (we do not want to negate the source if it is used later...)
  • Added some debug info for use with +t

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13818 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

13:44 Changeset [13817] by adeas31
  • 3 edits in trunk/Compiler
  • flow control.
13:44 Changeset in OpenModelica [cb2f485a]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adeel Asghar <adeel.asghar@…>
  • 2 edits in Compiler
  • flow control.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13817 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

11:12 Changeset [13816] by sjoelund.se
  • 3 edits in trunk
  • Bump MSL version used
09:39 Changeset [13815] by sjoelund.se
  • 1 edit in trunk/Compiler/FrontEnd/Static.mo
  • Calculate the constness of partevalfunc calls
09:39 Changeset in OpenModelica [015894c]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 1 edit in Compiler/FrontEnd/Static.mo
  • Calculate the constness of partevalfunc calls

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13815 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

Note: See TracTimeline for information about the timeline view.