51 |
Takes the start and finish index as defined by the user and carries |
Takes the start and finish index as defined by the user and carries |
52 |
out the integration using repeated calls to the function lsode. |
out the integration using repeated calls to the function lsode. |
53 |
Assumes sys corresponds to g_solvinst_cur. |
Assumes sys corresponds to g_solvinst_cur. |
54 |
works off instances of type blsode taken from blsys. |
works off instances of type lsode taken from blsys. |
55 |
*/ |
*/ |
56 |
extern int integrator_lsode_solve(IntegratorSystem *blsys |
extern int integrator_lsode_solve(IntegratorSystem *blsys |
57 |
,unsigned long i1, unsigned long i2 |
,unsigned long i1, unsigned long i2 |