Main structure for the coordinate partitioning module. More...
#include <mbs_part.h>
Public Attributes | |
| MbsPartOptions * | options |
| Structure containing the options for coordinate partitioning module. More... | |
| int | n_qu |
| Number of independent variable needed. More... | |
| int * | ind_qu |
| Array with the indices of best choice for independent variables. More... | |
| int | n_qv |
| Number of dependent variable needed. More... | |
| int * | ind_qv |
| Array with the indices of best choice and order for dependent variables. More... | |
| int | n_hu |
| Number of independent constraint. More... | |
| int * | ind_hu |
| Array with the indices of best choice for independent constraints. More... | |
| int | n_hv |
| Number of redundant constraint. More... | |
| int * | ind_hv |
| Array with the indices of best choice for redundant constraints. More... | |
| double * | q_closed |
| Array with the generalized coordinate in closed configuration (constraints solved) More... | |
Main structure for the coordinate partitioning module.
This structure is allocated by the user and must be passed to the mbs_run_part function.
| int* ind_hu |
Array with the indices of best choice for independent constraints.
| int* ind_hv |
Array with the indices of best choice for redundant constraints.
| int* ind_qu |
Array with the indices of best choice for independent variables.
| int* ind_qv |
Array with the indices of best choice and order for dependent variables.
| int n_hu |
Number of independent constraint.
| int n_hv |
Number of redundant constraint.
| int n_qu |
Number of independent variable needed.
| int n_qv |
Number of dependent variable needed.
| MbsPartOptions* options |
Structure containing the options for coordinate partitioning module.
| double* q_closed |
Array with the generalized coordinate in closed configuration (constraints solved)
1.8.17