Skip to content

Commit

Permalink
- update EngienV6 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vwaurich committed Jun 15, 2015
1 parent 4b8b10c commit 386f480
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
Expand Up @@ -66,8 +66,8 @@ runScript(modelTesting);getErrorString();
// * Number of discrete variables: 0 ('+d=discreteinfo' for list of discrete vars)
// * Number of discrete states: 0 ('+d=discreteinfo' for list of discrete states)
// * Top-level inputs: 0
// Notification: Strong component statistics for simulation (1416):
// * Single equations (assignments): 1391
// Notification: Strong component statistics for simulation (1326):
// * Single equations (assignments): 1301
// * Array equations: 0
// * Algorithm blocks: 0
// * Record equations: 0
Expand All @@ -82,16 +82,16 @@ runScript(modelTesting);getErrorString();
// * Non-linear Jacobian: 0
// * Without analytic Jacobian: 0
// Notification: Torn system details:
// * Linear torn systems: 7 {31 385,1 5,1 5,1 5,1 5,1 5,1 5}
// * Linear torn systems: 7 {31 373,1 3,1 3,1 3,1 3,1 3,1 3}
// * Non-linear torn systems: 6 {1 13,1 13,1 13,1 13,1 13,1 13}
// Notification: Model statistics after passing the back-end for initialization:
// * Number of independent subsystems: 2652
// * Number of independent subsystems: 2820
// * Number of states: 0 ()
// * Number of discrete variables: 481 ('+d=discreteinfo' for list of discrete vars)
// * Number of discrete states: 0 ('+d=discreteinfo' for list of discrete states)
// * Top-level inputs: 0
// Notification: Strong component statistics for initialization (4714):
// * Single equations (assignments): 4689
// Notification: Strong component statistics for initialization (4744):
// * Single equations (assignments): 4719
// * Array equations: 0
// * Algorithm blocks: 0
// * Record equations: 0
Expand All @@ -106,7 +106,7 @@ runScript(modelTesting);getErrorString();
// * Non-linear Jacobian: 0
// * Without analytic Jacobian: 0
// Notification: Torn system details:
// * Linear torn systems: 7 {31 385,1 5,1 5,1 5,1 5,1 5,1 5}
// * Linear torn systems: 7 {31 373,1 3,1 3,1 3,1 3,1 3,1 3}
// * Non-linear torn systems: 6 {1 13,1 13,1 13,1 13,1 13,1 13}
//
// "true
Expand Down
Expand Up @@ -42,8 +42,8 @@ runScript(modelTesting);getErrorString();
// * Number of discrete variables: 0 ('+d=discreteinfo' for list of discrete vars)
// * Number of discrete states: 0 ('+d=discreteinfo' for list of discrete states)
// * Top-level inputs: 0
// Notification: Strong component statistics for simulation (1299):
// * Single equations (assignments): 1298
// Notification: Strong component statistics for simulation (1215):
// * Single equations (assignments): 1214
// * Array equations: 0
// * Algorithm blocks: 0
// * Record equations: 0
Expand All @@ -53,16 +53,16 @@ runScript(modelTesting);getErrorString();
// * Torn equation systems: 1
// * Mixed (continuous/discrete) equation systems: 0
// Notification: Torn system details:
// * Linear torn systems: 1 {1 355}
// * Linear torn systems: 1 {1 331}
// * Non-linear torn systems: 0
// Notification: Model statistics after passing the back-end for initialization:
// * Number of independent subsystems: 1860
// * Number of independent subsystems: 1986
// * Number of states: 0 ()
// * Number of discrete variables: 369 ('+d=discreteinfo' for list of discrete vars)
// * Number of discrete states: 0 ('+d=discreteinfo' for list of discrete states)
// * Top-level inputs: 0
// Notification: Strong component statistics for initialization (3828):
// * Single equations (assignments): 3821
// Notification: Strong component statistics for initialization (3852):
// * Single equations (assignments): 3845
// * Array equations: 6
// * Algorithm blocks: 0
// * Record equations: 0
Expand All @@ -72,7 +72,7 @@ runScript(modelTesting);getErrorString();
// * Torn equation systems: 1
// * Mixed (continuous/discrete) equation systems: 0
// Notification: Torn system details:
// * Linear torn systems: 1 {1 355}
// * Linear torn systems: 1 {1 331}
// * Non-linear torn systems: 0
//
// "true
Expand Down

0 comments on commit 386f480

Please sign in to comment.