Ignore:
Timestamp:
2012-11-16T00:13:07+01:00 (12 years ago)
Author:
jfrenkel
Message:
  • fix bootstrapping
  • try if relaxation of linear systems works
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Compiler/BackEnd/SimCodeUtil.mo

    r13909 r13912  
    48064806       list<tuple<Integer, Integer, SimCode.SimEqSystem>> simJac;
    48074807     // linear case
    4808 /*
    48094808     case(true,_,_,_,_,BackendDAE.EQSYSTEM(orderedVars=vars,orderedEqs=eqns),BackendDAE.SHARED(knownVars=kv,functionTree=functree),_,_,_)
    48104809       equation
     
    48404839         (simequations,uniqueEqIndex,tempvars) = createTornSystemOtherEqns(otherEqns,skipDiscInAlgorithm,isyst,ishared,helpVarInfo,iuniqueEqIndex+1,itempvars,{SimCode.SES_LINEAR(iuniqueEqIndex, false, simVars, beqs, simJac)});
    48414840       then
    4842          (simequations,uniqueEqIndex,tempvars);
    4843 */
     4841         (simequations,uniqueEqIndex,tempvars);
    48444842     // nonliniear case 
    48454843     case(_,_,_,_,_,BackendDAE.EQSYSTEM(orderedVars=vars,orderedEqs=eqns),_,_,_,_)
Note: See TracChangeset for help on using the changeset viewer.