User functions =============== The user functions set the specific behavior of your multibody system. This behavior is controlled by several actions for instance: * Introducing the torque/force due to an actuator, see :py:func:`user_JointForces`; * Imposing the trajectory of a specific joint (regardless the force required), see :py:func:`user_DrivenJoints` ; * Creating a constraints between joints (i.e. gears), see :py:func:`user_cons_hJ` ; * ... The complete list of user functions is available below. Functions --------- In the following list, the module containing the function is the name of the file defining the function. - :py:func:`user_JointForces.user_JointForces`. - :py:func:`user_LinkForces.user_LinkForces`. - :py:func:`user_DrivenJoints.user_DrivenJoints`. - :py:func:`user_ExtForces.user_ExtForces`. - :py:func:`user_cons_hJ.user_cons_hJ`. - :py:func:`user_cons_jdqd.user_cons_jdqd`. - :py:func:`user_Derivative.user_derivatives`. - :py:func:`user_dirdyn.user_dirdyn_init`. - :py:func:`user_dirdyn.user_dirdyn_loop`. - :py:func:`user_dirdyn.user_dirdyn_finish`. - :py:func:`user_equil.user_equil_init`. - :py:func:`user_equil.user_equil_loop`. - :py:func:`user_equil.user_equil_finish`. - :py:func:`user_equil.user_equil_fxe`. - :py:func:`user_Link3DForces.user_Link3DForces`.