You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
list<Value> vars "be carefule with states, this are solved for der(x)";
498
+
Integer eqn;
499
+
list<Integer> vars "be carefule with states, this are solved for der(x)";
529
500
end SINGLEARRAY;
530
501
531
502
record SINGLEALGORITHM
532
-
Value eqn;
533
-
list<Value> vars "be carefule with states, this are solved for der(x)";
503
+
Integer eqn;
504
+
list<Integer> vars "be carefule with states, this are solved for der(x)";
534
505
end SINGLEALGORITHM;
535
506
536
507
record SINGLECOMPLEXEQUATION
537
-
Value eqn;
538
-
list<Value> vars "be carefule with states, this are solved for der(x)";
508
+
Integer eqn;
509
+
list<Integer> vars "be carefule with states, this are solved for der(x)";
539
510
end SINGLECOMPLEXEQUATION;
540
511
541
512
record TORNSYSTEM
542
-
list<Value> tearingvars;
543
-
list<Value> residualequations;
544
-
list<tuple<Value,list<Value>>> otherEqnVarTpl "list of tuples of indexes for Equation and Variable solved in the equation, in the order they have to be solved";
513
+
list<Integer> tearingvars;
514
+
list<Integer> residualequations;
515
+
list<tuple<Integer,list<Integer>>> otherEqnVarTpl "list of tuples of indexes for Equation and Variable solved in the equation, in the order they have to be solved";
545
516
Boolean linear;
546
517
end TORNSYSTEM;
547
518
@@ -556,8 +527,6 @@ uniontype DivZeroExpReplace "- Should the division operator replaced by a operat
556
527
record ONLY_VARIABLES" for expressions with variable variables(no parameters)" end ONLY_VARIABLES;
557
528
end DivZeroExpReplace;
558
529
559
-
public constant BinTree emptyBintree=TREENODE(NONE(),NONE(),NONE()) " Empty binary tree " ;
560
-
561
530
562
531
public
563
532
typeSymbolicJacobian= tuple<BackendDAE, // symbolic equation system
0 commit comments