Home
last modified time | relevance | path

Searched refs:clearAllBodyForces (Results 1 – 3 of 3) sorted by relevance

/dports/science/simbody/simbody-Simbody-3.7/Simbody/include/simbody/internal/
H A DForce_DiscreteForces.h60 clearAllBodyForces(state); in clearAllForces()
68 void clearAllBodyForces(State& state) const;
/dports/science/simbody/simbody-Simbody-3.7/Simbody/tests/
H A DGazeboInelasticCollision.cpp213 mbs.m_discrete.clearAllBodyForces(state); in runOnce()
/dports/science/simbody/simbody-Simbody-3.7/Simbody/src/
H A DForce.cpp784 clearAllBodyForces(State& state) const { in clearAllBodyForces() function in SimTK::Force::DiscreteForces
851 if (bodyForcesInG.size()==0) {clearAllBodyForces(state); return;} in setAllBodyForces()