Home
last modified time | relevance | path

Searched refs:calcPower (Results 1 – 8 of 8) sorted by relevance

/dports/science/opensim-core/opensim-core-4.1/OpenSim/Simulation/SimbodyEngine/
H A DJoint.h139 OpenSim_DECLARE_OUTPUT(power, double, calcPower, SimTK::Stage::Acceleration);
283 virtual double calcPower(const SimTK::State &s) const;
H A DJoint.cpp386 double Joint::calcPower(const SimTK::State &s) const in calcPower() function in Joint
395 power += pc.calcPower(s); in calcPower()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Simulation/Model/
H A DJointInternalPowerProbe.cpp209 const double jointPower = _model->getJointSet()[_jointIndex[i]].calcPower(s); in computeProbeInputs()
/dports/science/simbody/simbody-Simbody-3.7/Simbody/tests/
H A DTestCustomConstraints.cpp66 value = m_constraint.calcPower(s); in calcCachedValueVirtual()
288 const Real power = coupler.calcPower(istate); in testCoordinateCoupler2()
444 const Real power = coupler.calcPower(istate); in testSpeedCoupler2()
/dports/games/warzone2100/warzone2100/src/
H A Ddroid.cpp1468 static uint32_t calcPower(const T *obj) in calcPower() function
1482 return calcPower(psTemplate); in calcTemplatePower()
1489 return calcPower(psDroid); in calcDroidPower()
/dports/science/simbody/simbody-Simbody-3.7/Simbody/include/simbody/internal/
H A DConstraint.h436 Real calcPower(const State& state) const;
/dports/science/simbody/simbody-Simbody-3.7/Simbody/src/
H A DConstraint.cpp243 Real Constraint::calcPower(const State& state) const { in calcPower() function in SimTK::Constraint
H A DSimbodyMatterSubsystemRep.cpp6101 power += constraint.calcPower(s); // sign already correct in calcConstraintPower()