Skip to content

Commit 8e05bdf

Browse files
ptaeuberOpenModelica-Hudson
authored andcommitted
Expected output
1 parent 8aeeac1 commit 8e05bdf

File tree

5 files changed

+204
-205
lines changed

5 files changed

+204
-205
lines changed

openmodelica/debugDumps/lateInline.mos

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1760,7 +1760,7 @@ buildModel(testOptdaedump); getErrorString();
17601760
//
17611761
//
17621762
// ########################################
1763-
// post-optimization module calculateStrongComponentJacobians (initialization)
1763+
// post-optimization module solveSimpleEquations (initialization)
17641764
// ########################################
17651765
//
17661766
//
@@ -1858,7 +1858,7 @@ buildModel(testOptdaedump); getErrorString();
18581858
//
18591859
//
18601860
// ########################################
1861-
// post-optimization module solveSimpleEquations (initialization)
1861+
// post-optimization module calculateStrongComponentJacobians (initialization)
18621862
// ########################################
18631863
//
18641864
//

openmodelica/debugDumps/optSimpleSolveDAEdump.mos

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ buildModel(testOptdaedump); getErrorString();
622622
//
623623
//
624624
// ########################################
625-
// post-optimization module calculateStrongComponentJacobians (initialization)
625+
// post-optimization module solveSimpleEquations (initialization)
626626
// ########################################
627627
//
628628
//
@@ -638,9 +638,9 @@ buildModel(testOptdaedump); getErrorString();
638638
//
639639
// Equations (3, 3)
640640
// ========================================
641-
// 1/1 (1): if noEvent(x > 0.0) then 1.0 + 3.0 * z else 2.0 + 5.0 * z = y [dynamic]
642-
// 2/2 (1): (y ^ 3.0 + x ^ 3.0) ^ 2.0 = 0.0 [dynamic]
643-
// 3/3 (1): tanh(x) = 0.9 * sin(10.0 * time) [dynamic]
641+
// 1/1 (1): z = if noEvent(x > 0.0) then y / 3.0 - 0.3333333333333333 else 0.2 * y - 0.4 [dynamic]
642+
// 2/2 (1): y = (-x ^ 3.0) ^ 0.3333333333333333 [dynamic]
643+
// 3/3 (1): x = 0.5 * log((1.0 + 0.9 * sin(10.0 * time)) / (1.0 - 0.9 * sin(10.0 * time))) [dynamic]
644644
//
645645
//
646646
// Simple Equations (0, 0)
@@ -724,7 +724,7 @@ buildModel(testOptdaedump); getErrorString();
724724
//
725725
//
726726
// ########################################
727-
// post-optimization module solveSimpleEquations (initialization)
727+
// post-optimization module calculateStrongComponentJacobians (initialization)
728728
// ########################################
729729
//
730730
//

0 commit comments

Comments
 (0)