Home
last modified time | relevance | path

Searched refs:getSlidingForce (Results 1 – 2 of 2) sorted by relevance

/dports/science/simbody/simbody-Simbody-3.7/Simbody/tests/adhoc/
H A DTimsBoxHybrid.cpp200 const Vec2& getSlidingForce(const State& s) const { in getSlidingForce() function in MyHybridVertexContactElementImpl
223 return getSlidingForce(s); in getStictionForce()
513 : getSlidingForce(s); in writeFrictionInfo()
528 const Vec2 fH = getSlidingForce(s); in showContactForces()
531 const Vec2 fH = isSticking(s) ? getStictionForce(s) : getSlidingForce(s); in showContactForces()
H A DTimsBoxBristle.cpp231 const Vec2& getSlidingForce(const State& s) const { in getSlidingForce() function in MyBristleVertexContactElementImpl
474 const Vec2 f = getSlidingForce(s); in writeFrictionInfo()
491 const Vec2 fH = getSlidingForce(s); in showContactForces()