/dports/science/opensim-core/opensim-core-4.1/OpenSim/Actuators/ |
H A D | Thelen2003Muscle.cpp | 48 Thelen2003Muscle::Thelen2003Muscle() in Thelen2003Muscle() function in Thelen2003Muscle 58 Thelen2003Muscle:: 160 void Thelen2003Muscle:: 168 void Thelen2003Muscle::setNull() in setNull() 178 void Thelen2003Muscle::constructProperties() in constructProperties() 240 double Thelen2003Muscle:: 269 double Thelen2003Muscle:: 685 bool Thelen2003Muscle:: 1229 void Thelen2003Muscle:: 1588 double Thelen2003Muscle:: [all …]
|
H A D | Thelen2003Muscle.h | 114 class OSIMACTUATORS_API Thelen2003Muscle : public ActivationFiberLengthMuscle { 115 OpenSim_DECLARE_CONCRETE_OBJECT(Thelen2003Muscle, ActivationFiberLengthMuscle); 161 Thelen2003Muscle(); 162 Thelen2003Muscle(const std::string &aName,double aMaxIsometricForce,
|
H A D | RegisterTypes_osimActuators.cpp | 87 Object::registerType( Thelen2003Muscle() ); in RegisterTypes_osimActuators()
|
H A D | MuscleFixedWidthPennationModel.h | 341 friend class Thelen2003Muscle; variable
|
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Actuators/Test/ |
H A D | testMuscles.cpp | 565 Thelen2003Muscle muscle("muscle", in testThelen2003Muscle() 571 Thelen2003Muscle muscle1("muscle", in testThelen2003Muscle() 607 Thelen2003Muscle musc = muscle; in testThelen2003Muscle() 616 Thelen2003Muscle musc = muscle; in testThelen2003Muscle() 622 Thelen2003Muscle musc = muscle; in testThelen2003Muscle() 628 Thelen2003Muscle musc = muscle; in testThelen2003Muscle() 634 Thelen2003Muscle musc = muscle; in testThelen2003Muscle() 640 Thelen2003Muscle musc = muscle; in testThelen2003Muscle() 650 Thelen2003Muscle musc = muscle; in testThelen2003Muscle() 690 Thelen2003Muscle* myMcl = new Thelen2003Muscle("myMuscle", in testThelen2003Muscle() [all …]
|
/dports/science/opensim-core/opensim-core-4.1/Bindings/Python/tests/ |
H A D | test_access_subcomponents.py | 56 thelenMuscle = osim.Thelen2003Muscle("Darryl", 1, 0.5, 0.5, 0) 70 assert (isinstance(muscle, osim.Thelen2003Muscle) or 76 assert isinstance(muscle, osim.Thelen2003Muscle) 92 assert type(comp) == osim.Thelen2003Muscle
|
H A D | test_basics.py | 24 muscle = osim.Thelen2003Muscle()
|
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Examples/checkEnvironment/ |
H A D | checkEnvironment.cpp | 131 …Thelen2003Muscle *muscle1 = new Thelen2003Muscle("muscle1",maxIsometricForce,optimalFiberLength,te… in main() 132 …Thelen2003Muscle *muscle2 = new Thelen2003Muscle("muscle2",maxIsometricForce,optimalFiberLength,te… in main()
|
/dports/science/opensim-core/opensim-core-4.1/Bindings/Java/tests/ |
H A D | TestBasics.java | 36 Thelen2003Muscle thelenMuscle = in testMuscleList() 37 new Thelen2003Muscle("Darryl", 1, 0.5, 0.5, 0); in testMuscleList() 68 assert iter.__ref__() instanceof Thelen2003Muscle; in testMuscleList()
|
/dports/science/opensim-core/opensim-core-4.1/Bindings/Java/Matlab/tests/ |
H A D | testAccessSubcomponents.m | 10 thelenMuscle = Thelen2003Muscle.safeDownCast(muscle); 13 updThelenMuscle = Thelen2003Muscle.safeDownCast(muscle) 51 % TODO if it.isA('Thelen2003Muscle')
|
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Examples/ExampleMain/OutputReference/ |
H A D | TugOfWar_Complete.cpp | 199 …Thelen2003Muscle *muscle1 = new Thelen2003Muscle("muscle1",maxIsometricForce,optimalFiberLength,te… in main() 200 …Thelen2003Muscle *muscle2 = new Thelen2003Muscle("muscle2",maxIsometricForce,optimalFiberLength,te… in main()
|
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Tests/AddComponents/ |
H A D | testAddComponents.cpp | 193 Thelen2003Muscle *muscle1 = in addComponentsToModel() 194 new Thelen2003Muscle("muscle1", in addComponentsToModel() 196 Thelen2003Muscle *muscle2 = in addComponentsToModel() 197 new Thelen2003Muscle("muscle2", in addComponentsToModel()
|
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Utilities/ |
H A D | openSimToSimm.cpp | 59 Object::RegisterType(Thelen2003Muscle()); in main()
|
/dports/science/opensim-core/opensim-core-4.1/Bindings/Java/OpenSimJNI/Test/ |
H A D | testContext.cpp | 97 OpenSim::Thelen2003Muscle* thelenMsl = dynamic_cast<Thelen2003Muscle*>(dTRIlong); in main()
|
/dports/science/opensim-core/opensim-core-4.1/Bindings/ |
H A D | simulation.i | 270 %include <OpenSim/Actuators/Thelen2003Muscle.h> 274 OpenSim::ComponentList<const OpenSim::Thelen2003Muscle>; 276 OpenSim::ComponentListIterator<const OpenSim::Thelen2003Muscle>; 284 OpenSim::Model::getComponentList<OpenSim::Thelen2003Muscle>;
|
/dports/science/opensim-core/opensim-core-4.1/Bindings/Java/Matlab/examples/ |
H A D | OpenSimCreateTugOfWarModel.m | 87 muscle1 = Thelen2003Muscle(); 99 muscle2 = Thelen2003Muscle();
|
/dports/science/opensim-core/opensim-core-4.1/ |
H A D | CHANGELOG.md | 166 Thelen2003Muscle* muscle = new Thelen2003Muscle("muscle", ...); 173 Thelen2003Muscle* muscle = new Thelen2003Muscle("muscle", ...); 211 - Fixed bug causing the muscle equilibrium solve routine in both Thelen2003Muscle and Millard2012Eq… 269 - Thelen2003Muscle, Millard2012EquilibriumMuscle, and 272 - Thelen2003Muscle and Millard2012EquilibriumMuscle no longer clamp excitations (i.e. controls) 292 - The Thelen2003Muscle now depend on separate components for modeling pennation,
|
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Simulation/Test/ |
H A D | testMomentArms.cpp | 154 Thelen2003Muscle* musc = new Thelen2003Muscle("muscle", 10., 0.1, 0.2, 0.); in testMomentArmsAcrossCompoundJoint()
|
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Examples/ExampleHopperDevice/ |
H A D | buildHopperModel.cpp | 145 auto vastus = new Thelen2003Muscle("vastus", mclFmax, mclOptFibLen, in buildHopper()
|