Skip to content

Commit

Permalink
Changes in removed equation partitioning
Browse files Browse the repository at this point in the history
  • Loading branch information
gossen committed Jul 9, 2015
1 parent 24b8c61 commit bee07d6
Show file tree
Hide file tree
Showing 12 changed files with 843 additions and 209 deletions.
318 changes: 263 additions & 55 deletions openmodelica/debugDumps/lateInline.mos

Large diffs are not rendered by default.

52 changes: 42 additions & 10 deletions openmodelica/debugDumps/optSimpleSolveDAEdump.mos
@@ -1,9 +1,9 @@
// name: optSimpleSolveDAEdump
// keywords: omc debug dump
// status: correct
//
//
// omc debug dump: +d=optdaedump
//
//

loadString("
model testOptdaedump
Expand Down Expand Up @@ -50,6 +50,10 @@ buildModel(testOptdaedump); getErrorString();
// 3/3 (1): if noEvent(x > 0.0) then 1.0 + 3.0 * z else 2.0 + 5.0 * z = y [dynamic]
//
//
// Simple Equations (0, 0)
// ========================================
//
//
// State Sets
// ========================================
//
Expand Down Expand Up @@ -77,7 +81,7 @@ buildModel(testOptdaedump); getErrorString();
// ========================================
//
//
// Simple Equations (0, 0)
// Simple Shared Equations (0, 0)
// ========================================
//
//
Expand Down Expand Up @@ -126,6 +130,10 @@ buildModel(testOptdaedump); getErrorString();
// 3/3 (1): z = if noEvent(x > 0.0) then y / 3.0 - 0.3333333333333333 else 0.2 * y - 0.4 [dynamic]
//
//
// Simple Equations (0, 0)
// ========================================
//
//
// State Sets
// ========================================
//
Expand Down Expand Up @@ -165,7 +173,7 @@ buildModel(testOptdaedump); getErrorString();
// ========================================
//
//
// Simple Equations (0, 0)
// Simple Shared Equations (0, 0)
// ========================================
//
//
Expand Down Expand Up @@ -214,6 +222,10 @@ buildModel(testOptdaedump); getErrorString();
// 3/3 (1): x = 0.5 * log((1.0 + 0.9 * sin(10.0 * time)) / (1.0 - 0.9 * sin(10.0 * time))) [dynamic]
//
//
// Simple Equations (0, 0)
// ========================================
//
//
// State Sets
// ========================================
//
Expand Down Expand Up @@ -241,7 +253,7 @@ buildModel(testOptdaedump); getErrorString();
// ========================================
//
//
// Simple Equations (0, 0)
// Simple Shared Equations (0, 0)
// ========================================
//
//
Expand Down Expand Up @@ -289,6 +301,10 @@ buildModel(testOptdaedump); getErrorString();
// 3/3 (1): x = 0.5 * log((1.0 + 0.9 * sin(10.0 * time)) / (1.0 - 0.9 * sin(10.0 * time))) [dynamic]
//
//
// Simple Equations (0, 0)
// ========================================
//
//
// State Sets
// ========================================
//
Expand Down Expand Up @@ -330,7 +346,7 @@ buildModel(testOptdaedump); getErrorString();
// ========================================
//
//
// Simple Equations (0, 0)
// Simple Shared Equations (0, 0)
// ========================================
//
//
Expand Down Expand Up @@ -378,6 +394,10 @@ buildModel(testOptdaedump); getErrorString();
// 3/3 (1): x = 0.5 * log((1.0 + 0.9 * sin(10.0 * time)) / (1.0 - 0.9 * sin(10.0 * time))) [dynamic]
//
//
// Simple Equations (0, 0)
// ========================================
//
//
// State Sets
// ========================================
//
Expand Down Expand Up @@ -417,7 +437,7 @@ buildModel(testOptdaedump); getErrorString();
// ========================================
//
//
// Simple Equations (0, 0)
// Simple Shared Equations (0, 0)
// ========================================
//
//
Expand Down Expand Up @@ -465,6 +485,10 @@ buildModel(testOptdaedump); getErrorString();
// 3/3 (1): x = 0.5 * log((1.0 + 0.9 * sin(10.0 * time)) / (1.0 - 0.9 * sin(10.0 * time))) [dynamic]
//
//
// Simple Equations (0, 0)
// ========================================
//
//
// State Sets
// ========================================
//
Expand Down Expand Up @@ -504,7 +528,7 @@ buildModel(testOptdaedump); getErrorString();
// ========================================
//
//
// Simple Equations (0, 0)
// Simple Shared Equations (0, 0)
// ========================================
//
//
Expand Down Expand Up @@ -552,6 +576,10 @@ buildModel(testOptdaedump); getErrorString();
// 3/3 (1): x = 0.5 * log((1.0 + 0.9 * sin(10.0 * time)) / (1.0 - 0.9 * sin(10.0 * time))) [dynamic]
//
//
// Simple Equations (0, 0)
// ========================================
//
//
// State Sets
// ========================================
//
Expand Down Expand Up @@ -591,7 +619,7 @@ buildModel(testOptdaedump); getErrorString();
// ========================================
//
//
// Simple Equations (0, 0)
// Simple Shared Equations (0, 0)
// ========================================
//
//
Expand Down Expand Up @@ -639,6 +667,10 @@ buildModel(testOptdaedump); getErrorString();
// 3/3 (1): x = 0.5 * log((1.0 + 0.9 * sin(10.0 * time)) / (1.0 - 0.9 * sin(10.0 * time))) [dynamic]
//
//
// Simple Equations (0, 0)
// ========================================
//
//
// State Sets
// ========================================
//
Expand Down Expand Up @@ -678,7 +710,7 @@ buildModel(testOptdaedump); getErrorString();
// ========================================
//
//
// Simple Equations (0, 0)
// Simple Shared Equations (0, 0)
// ========================================
//
//
Expand Down

0 comments on commit bee07d6

Please sign in to comment.