Home
last modified time | relevance | path

Searched refs:Thelen2003Muscle (Results 1 – 19 of 19) sorted by relevance

/dports/science/opensim-core/opensim-core-4.1/OpenSim/Actuators/
H A DThelen2003Muscle.cpp48 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 DThelen2003Muscle.h114 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 DRegisterTypes_osimActuators.cpp87 Object::registerType( Thelen2003Muscle() ); in RegisterTypes_osimActuators()
H A DMuscleFixedWidthPennationModel.h341 friend class Thelen2003Muscle; variable
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Actuators/Test/
H A DtestMuscles.cpp565 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 Dtest_access_subcomponents.py56 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 Dtest_basics.py24 muscle = osim.Thelen2003Muscle()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Examples/checkEnvironment/
H A DcheckEnvironment.cpp131Thelen2003Muscle *muscle1 = new Thelen2003Muscle("muscle1",maxIsometricForce,optimalFiberLength,te… in main()
132Thelen2003Muscle *muscle2 = new Thelen2003Muscle("muscle2",maxIsometricForce,optimalFiberLength,te… in main()
/dports/science/opensim-core/opensim-core-4.1/Bindings/Java/tests/
H A DTestBasics.java36 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 DtestAccessSubcomponents.m10 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 DTugOfWar_Complete.cpp199Thelen2003Muscle *muscle1 = new Thelen2003Muscle("muscle1",maxIsometricForce,optimalFiberLength,te… in main()
200Thelen2003Muscle *muscle2 = new Thelen2003Muscle("muscle2",maxIsometricForce,optimalFiberLength,te… in main()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Tests/AddComponents/
H A DtestAddComponents.cpp193 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 DopenSimToSimm.cpp59 Object::RegisterType(Thelen2003Muscle()); in main()
/dports/science/opensim-core/opensim-core-4.1/Bindings/Java/OpenSimJNI/Test/
H A DtestContext.cpp97 OpenSim::Thelen2003Muscle* thelenMsl = dynamic_cast<Thelen2003Muscle*>(dTRIlong); in main()
/dports/science/opensim-core/opensim-core-4.1/Bindings/
H A Dsimulation.i270 %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 DOpenSimCreateTugOfWarModel.m87 muscle1 = Thelen2003Muscle();
99 muscle2 = Thelen2003Muscle();
/dports/science/opensim-core/opensim-core-4.1/
H A DCHANGELOG.md166 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 DtestMomentArms.cpp154 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 DbuildHopperModel.cpp145 auto vastus = new Thelen2003Muscle("vastus", mclFmax, mclOptFibLen, in buildHopper()