Skip to content

Commit

Permalink
Changed order of cse variables in jacobian for dynamicTearing2.mos
Browse files Browse the repository at this point in the history
  • Loading branch information
AnHeuermann authored and OpenModelica-Hudson committed Feb 19, 2019
1 parent 70e6d3a commit e210825
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions simulation/modelica/tearing/dynamicTearing2.mos
Expand Up @@ -322,13 +322,13 @@ simulate(dynamicTearing2, simflags="-lv=LOG_DT_CONS"); getErrorString();
// index: 5: x3.$pDERLSJac0.dummyVarLSJac0 (no alias) initial: no arrCref index:() []
// index: 4: x5.$pDERLSJac0.dummyVarLSJac0 (no alias) initial: no arrCref index:() []
// index: 3: x8.$pDERLSJac0.dummyVarLSJac0 (no alias) initial: no arrCref index:() []
// index: 0: $cse3 (no alias) protected hideResult initial: no arrCref index:() []
// index: 1: $cse2 (no alias) protected hideResult initial: no arrCref index:() []
// index: 2: $cse1 (no alias) protected hideResult initial: no arrCref index:() []
// index: 3: $res4.$pDERLSJac0.dummyVarLSJac0 (no alias) initial: no arrCref index:() []
// index: 2: $res3.$pDERLSJac0.dummyVarLSJac0 (no alias) initial: no arrCref index:() []
// index: 1: $res2.$pDERLSJac0.dummyVarLSJac0 (no alias) initial: no arrCref index:() []
// index: 0: $res1.$pDERLSJac0.dummyVarLSJac0 (no alias) initial: no arrCref index:() []
// index: 0: $cse3 (no alias) protected hideResult initial: no arrCref index:() []
// index: 1: $cse2 (no alias) protected hideResult initial: no arrCref index:() []
// index: 2: $cse1 (no alias) protected hideResult initial: no arrCref index:() []
// Jacobian idx: 1
// 32: $res1.$pDERLSJac1.dummyVarLSJac1=x2.SeedLSJac1 - $cse4 * x3.SeedLSJac1 [Real ]
// 33: x4.$pDERLSJac1.dummyVarLSJac1=0.25 * (-$cse5) * x2.SeedLSJac1 - (-0.5) * x3.SeedLSJac1 [Real ]
Expand Down

0 comments on commit e210825

Please sign in to comment.