|
Biomech-Sim-Toolbox 1
Toolbox for movement simulation and analysis
|
Go to the source code of this file.
Classes | |
| struct | contactprop |
Macros | |
| #define | NCEQ 4 |
| #define | NCF 4 |
| #define | NCINEQ 0 |
| #define | NCVAR 4 |
Functions | |
| void | contact_al (contactprop *contact, double fk[6], double fkdot[6], double x[NCVAR], double xdot[NCVAR], double f[NCF], double df_dfk[NCF][6], double df_dfkdot[NCF][6], double df_dx[NCF][NCVAR], double df_dxdot[NCF][NCVAR]) |
| #define NCEQ 4 |
| #define NCF 4 |
| #define NCINEQ 0 |
| #define NCVAR 4 |
| void contact_al | ( | contactprop * | contact, |
| double | fk[6], | ||
| double | fkdot[6], | ||
| double | x[NCVAR], | ||
| double | xdot[NCVAR], | ||
| double | f[NCF], | ||
| double | df_dfk[NCF][6], | ||
| double | df_dfkdot[NCF][6], | ||
| double | df_dx[NCF][NCVAR], | ||
| double | df_dxdot[NCF][NCVAR] | ||
| ) |