diff --git a/openmodelica/debugDumps/lateInline.mos b/openmodelica/debugDumps/lateInline.mos index 0e97f70a3ec..e20c66cda86 100644 --- a/openmodelica/debugDumps/lateInline.mos +++ b/openmodelica/debugDumps/lateInline.mos @@ -1746,97 +1746,6 @@ buildModel(testOptdaedump); getErrorString(); // ======================================== // // -// post-optimization module constantLinearSystem (initialization): -// -// -// unknown partition -// ======================================== -// -// Variables (2) -// ======================================== -// 1: y:VARIABLE() .testOptdaedump, .Real type: Real -// 2: x:VARIABLE() .testOptdaedump, .Real type: Real -// -// -// Equations (2, 2) -// ======================================== -// 1/1 (1): y = exp(time ^ 3.0) + x [binding] -// 2/2 (1): x = time ^ 3.0 + exp(time ^ 3.0) [binding] -// -// -// Simple Equations (0, 0) -// ======================================== -// -// -// State Sets -// ======================================== -// -// -// Matching -// ======================================== -// 2 variables and equations -// var 1 is solved in eqn 1 -// var 2 is solved in eqn 2 -// -// -// StrongComponents -// ======================================== -// {2:2} -// {1:1} -// -// -// -// BackendDAEType: initialization -// -// -// Known Variables (constants) (0) -// ======================================== -// -// -// External Objects (0) -// ======================================== -// -// -// Classes of External Objects (0) -// ======================================== -// -// -// Alias Variables (0) -// ======================================== -// -// -// Simple Shared Equations (0, 0) -// ======================================== -// -// -// Initial Equations (0, 0) -// ======================================== -// -// -// Zero Crossings (0) -// ======================================== -// -// -// Relations (0) -// ======================================== -// -// -// Time Events (0) -// ======================================== -// -// -// Constraints (0) -// ======================================== -// -// -// Base partitions (0) -// ======================================== -// -// -// Sub partitions (0) -// ======================================== -// -// // post-optimization module simplifyComplexFunction (initialization): // // diff --git a/openmodelica/debugDumps/optSimpleSolveDAEdump.mos b/openmodelica/debugDumps/optSimpleSolveDAEdump.mos index 42c3574a82a..cfe7e2c8a0d 100644 --- a/openmodelica/debugDumps/optSimpleSolveDAEdump.mos +++ b/openmodelica/debugDumps/optSimpleSolveDAEdump.mos @@ -294,101 +294,6 @@ buildModel(testOptdaedump); getErrorString(); // ======================================== // // -// post-optimization module constantLinearSystem (initialization): -// -// -// unknown partition -// ======================================== -// -// Variables (3) -// ======================================== -// 1: z:VARIABLE() .testOptdaedump, .Real type: Real -// 2: y:VARIABLE() .testOptdaedump, .Real type: Real -// 3: x:VARIABLE() .testOptdaedump, .Real type: Real -// -// -// Equations (3, 3) -// ======================================== -// 1/1 (1): if noEvent(x > 0.0) then 1.0 + 3.0 * z else 2.0 + 5.0 * z = y [dynamic] -// 2/2 (1): (y ^ 3.0 + x ^ 3.0) ^ 2.0 = 0.0 [dynamic] -// 3/3 (1): tanh(x) = 0.9 * sin(10.0 * time) [dynamic] -// -// -// Simple Equations (0, 0) -// ======================================== -// -// -// State Sets -// ======================================== -// -// -// Matching -// ======================================== -// 3 variables and equations -// var 1 is solved in eqn 1 -// var 2 is solved in eqn 2 -// var 3 is solved in eqn 3 -// -// -// StrongComponents -// ======================================== -// {3:3} -// {2:2} -// {1:1} -// -// -// -// BackendDAEType: initialization -// -// -// Known Variables (constants) (0) -// ======================================== -// -// -// External Objects (0) -// ======================================== -// -// -// Classes of External Objects (0) -// ======================================== -// -// -// Alias Variables (0) -// ======================================== -// -// -// Simple Shared Equations (0, 0) -// ======================================== -// -// -// Initial Equations (0, 0) -// ======================================== -// -// -// Zero Crossings (0) -// ======================================== -// -// -// Relations (0) -// ======================================== -// -// -// Time Events (0) -// ======================================== -// -// -// Constraints (0) -// ======================================== -// -// -// Base partitions (0) -// ======================================== -// -// -// Sub partitions (0) -// ======================================== -// -// // post-optimization module simplifyComplexFunction (initialization): // // diff --git a/openmodelica/debugDumps/optdaedump.mos b/openmodelica/debugDumps/optdaedump.mos index b81f0eb2d5e..8a56606c4b3 100644 --- a/openmodelica/debugDumps/optdaedump.mos +++ b/openmodelica/debugDumps/optdaedump.mos @@ -2310,158 +2310,6 @@ buildModel(testOptdaedump); getErrorString(); // ======================================== // // -// post-optimization module constantLinearSystem (initialization): -// -// -// unknown partition -// ======================================== -// -// Variables (10) -// ======================================== -// 1: iC:VARIABLE() .testOptdaedump, .Real type: Real -// 2: $DER.iL:VARIABLE() .testOptdaedump, .Real type: Real -// 3: iL:VARIABLE() .testOptdaedump, .Real type: Real -// 4: i2:VARIABLE() .testOptdaedump, .Real type: Real -// 5: i1:VARIABLE() .testOptdaedump, .Real type: Real -// 6: i0:VARIABLE() .testOptdaedump, .Real type: Real -// 7: uC:DUMMY_STATE() .testOptdaedump, .Real type: Real -// 8: uL:VARIABLE() .testOptdaedump, .Real type: Real -// 9: u1:VARIABLE() .testOptdaedump, .Real type: Real -// 10: $DER.uC:DUMMY_DER(fixed = false ) .testOptdaedump, .Real type: Real -// -// -// Equations (10, 10) -// ======================================== -// 1/1 (1): uC = cos(time) [dynamic] -// 2/2 (1): i1 = i2 + iL [dynamic] -// 3/3 (1): i0 = i1 + iC [dynamic] -// 4/4 (1): iC = C * $DER.uC [dynamic] -// 5/5 (1): uL = L * $DER.iL [dynamic] -// 6/6 (1): uL = R2 * i2 [dynamic] -// 7/7 (1): u1 = uC - uL [dynamic] -// 8/8 (1): u1 = R1 * i1 [dynamic] -// 9/9 (1): $DER.uC = -sin(time) [dynamic] -// 10/10 (1): iL = $_start(iL) [initial] -// -// -// Simple Equations (0, 0) -// ======================================== -// -// -// State Sets -// ======================================== -// -// -// Matching -// ======================================== -// 10 variables and equations -// var 1 is solved in eqn 4 -// var 2 is solved in eqn 5 -// var 3 is solved in eqn 10 -// var 4 is solved in eqn 2 -// var 5 is solved in eqn 8 -// var 6 is solved in eqn 3 -// var 7 is solved in eqn 1 -// var 8 is solved in eqn 6 -// var 9 is solved in eqn 7 -// var 10 is solved in eqn 9 -// -// -// StrongComponents -// ======================================== -// {10:3} -// {9:10} -// {4:1} -// {1:7} -// {7, 8, 2, 6:8, 4, 5, 9} Size: 4 Jacobian Linear -// {5:2} -// {3:6} -// -// -// unknown partition -// ======================================== -// -// Variables (1) -// ======================================== -// 1: v0:VARIABLE() = 0.0 .testOptdaedump, .Real type: Real -// -// -// Equations (1, 1) -// ======================================== -// 1/1 (1): v0 = 0.0 [initial] -// -// -// Simple Equations (0, 0) -// ======================================== -// -// -// State Sets -// ======================================== -// -// -// Matching -// ======================================== -// 1 variables and equations -// var 1 is solved in eqn 1 -// -// -// StrongComponents -// ======================================== -// {1:1} -// -// -// -// BackendDAEType: initialization -// -// -// Known Variables (constants) (0) -// ======================================== -// -// -// External Objects (0) -// ======================================== -// -// -// Classes of External Objects (0) -// ======================================== -// -// -// Alias Variables (0) -// ======================================== -// -// -// Simple Shared Equations (0, 0) -// ======================================== -// -// -// Initial Equations (0, 0) -// ======================================== -// -// -// Zero Crossings (0) -// ======================================== -// -// -// Relations (0) -// ======================================== -// -// -// Time Events (0) -// ======================================== -// -// -// Constraints (0) -// ======================================== -// -// -// Base partitions (0) -// ======================================== -// -// -// Sub partitions (0) -// ======================================== -// -// // post-optimization module simplifyComplexFunction (initialization): // //