Home
last modified time | relevance | path

Searched refs:relationSubType (Results 1 – 12 of 12) sorted by relevance

/dports/science/siconos/siconos-4.4.0/kernel/src/simulationTools/
H A DEulerMoreauOSI.cpp162 RELATION::SUBTYPES relationSubType = relation.getSubType(); in initializeWorkVectorsForInteraction() local
183 if(relationSubType == NonLinearR || relationSubType == Type2R) in initializeWorkVectorsForInteraction()
837 if(relationSubType == NonLinearR || relationSubType == Type2R) in prepareNewtonIteration()
934 if(relationType == FirstOrder && (relationSubType == Type2R || relationSubType == NonLinearR)) in computeFreeOutput()
974 else if(relationType == FirstOrder && relationSubType == Type1R) in computeFreeOutput()
1034 if(relationType == FirstOrder && (relationSubType == LinearTIR || relationSubType == LinearR)) in computeFreeOutput()
1039 if(relationSubType == LinearTIR) in computeFreeOutput()
1217 if(relationSubType == Type2R) in updateOutput()
1281 else if(relationSubType == NonLinearR) in updateOutput()
1374 if(relationSubType == Type2R) in updateInput()
[all …]
H A DZeroOrderHoldOSI.cpp171 RELATION::SUBTYPES relationSubType = inter.relation()->getSubType(); in initializeWorkVectorsForInteraction() local
193 if(relationSubType == NonLinearR || relationSubType == Type2R) in initializeWorkVectorsForInteraction()
401 RELATION::SUBTYPES relationSubType = inter->relation()->getSubType(); in computeFreeOutput() local
436 if(relationType == FirstOrder && relationSubType == Type2R) in computeFreeOutput()
494 if(relationType == FirstOrder && (relationSubType == LinearTIR || relationSubType == LinearR)) in computeFreeOutput()
500 if(relationSubType == LinearTIR) in computeFreeOutput()
H A DLsodarOSI.cpp647 RELATION::SUBTYPES relationSubType = inter->relation()->getSubType(); in computeFreeOutput() local
727 if(relationSubType == RheonomousR) in computeFreeOutput()
742 if(relationSubType == ScleronomousR) in computeFreeOutput()
H A DLinearOSNS.cpp202 RELATION::SUBTYPES relationSubType= inter->relation()->getSubType(); in computeDiagonalInteractionBlock() local
314 if(relationSubType == CompliantLinearTIR) in computeDiagonalInteractionBlock()
340 if(relationSubType == CompliantLinearTIR) in computeDiagonalInteractionBlock()
H A DMoreauJeanBilbaoOSI.cpp98 RELATION::SUBTYPES relationSubType = inter.relation()->getSubType(); in initializeWorkVectorsForInteraction() local
102 if(relationType != Lagrangian || relationSubType != LinearTIR) in initializeWorkVectorsForInteraction()
H A DD1MinusLinearOSIHalfExplicitAccelerationLevelOSI.cpp682 RELATION::SUBTYPES relationSubType = inter->relation()->getSubType(); in computeFreeOutputHalfExplicitAccelerationLevel() local
793 if(relationSubType == RheonomousR) in computeFreeOutputHalfExplicitAccelerationLevel()
802 …if(relationSubType == ScleronomousR) // acceleration term involving Hessian matrix of Relation wi… in computeFreeOutputHalfExplicitAccelerationLevel()
H A DNewMarkAlphaOSI.cpp311 RELATION::SUBTYPES relationSubType = inter->relation()->getSubType(); in computeFreeOutput() local
337 if(relationSubType == RheonomousR) in computeFreeOutput()
346 if(relationSubType == ScleronomousR) in computeFreeOutput()
H A DHem5OSI.cpp980 RELATION::SUBTYPES relationSubType = inter->relation()->getSubType(); in computeFreeOutput() local
1057 if(relationSubType == RheonomousR) in computeFreeOutput()
1072 if(relationSubType == ScleronomousR) in computeFreeOutput()
H A DMoreauJeanOSI.cpp1357 RELATION::SUBTYPES relationSubType = inter.relation()->getSubType(); in computeFreeOutput() local
1439 if(relationSubType == RheonomousR) in computeFreeOutput()
1449 if(relationSubType == CompliantLinearTIR) in computeFreeOutput()
1480 if(relationSubType == ScleronomousR) in computeFreeOutput()
H A DSchatzmanPaoliOSI.cpp662 RELATION::SUBTYPES relationSubType = inter->relation()->getSubType(); in computeFreeOutput() local
691 if(relationSubType == LinearTIR) in computeFreeOutput()
H A DD1MinusLinearOSIHalfExplicitVelocityLevelOSI.cpp698 RELATION::SUBTYPES relationSubType = inter->relation()->getSubType(); in computeFreeOutputHalfExplicitVelocityLevel() local
785 if(relationSubType == RheonomousR) in computeFreeOutputHalfExplicitVelocityLevel()
/dports/science/siconos/siconos-4.4.0/kernel/src/modelingTools/
H A DInteraction.cpp428 RELATION::SUBTYPES relationSubType = _relation->getSubType(); in __initDataFirstOrder() local
430 if(relationSubType != LinearTIR) in __initDataFirstOrder()
465 RELATION::SUBTYPES relationSubType = _relation->getSubType(); in __initDataLagrangian() local
466 if(relationSubType != LinearTIR) in __initDataLagrangian()
881 RELATION::SUBTYPES relationSubType = relation()->getSubType(); in getLeftInteractionBlockForDS() local
888 else if(relationSubType != LinearTIR) in getLeftInteractionBlockForDS()
963 RELATION::SUBTYPES relationSubType = relation()->getSubType(); in getRightInteractionBlockForDS() local
970 else if(relationSubType != LinearTIR) in getRightInteractionBlockForDS()
1011 RELATION::SUBTYPES relationSubType = relation()->getSubType(); in getExtraInteractionBlock() local
1019 else if(relationSubType != LinearTIR) in getExtraInteractionBlock()