172 |
/*-------------------------- |
/*-------------------------- |
173 |
Data space for use by LSODE |
Data space for use by LSODE |
174 |
*/ |
*/ |
175 |
typedef struct{ |
typedef struct IntegratorLsodeDataStruct{ |
176 |
long n_eqns; /**< dimension of state vector */ |
long n_eqns; /**< dimension of state vector */ |
177 |
int *input_indices; /**< vector of state vars indexes */ |
int *input_indices; /**< vector of state vars indexes */ |
178 |
int *output_indices; /**< vector of derivative var indexes */ |
int *output_indices; /**< vector of derivative var indexes */ |