11 |
*/ |
*/ |
12 |
int integrator_ida_diffindex(const IntegratorSystem *sys, const struct var_variable *deriv); |
int integrator_ida_diffindex(const IntegratorSystem *sys, const struct var_variable *deriv); |
13 |
|
|
14 |
|
/** |
15 |
|
Same as integrator_ida_diffindex but returns -1 instead of aborting |
16 |
|
*/ |
17 |
|
int integrator_ida_diffindex1(const IntegratorSystem *sys, const struct var_variable *deriv); |
18 |
|
|
19 |
|
/** |
20 |
|
Lots of helpful advice to help you mend your evil inclinations. |
21 |
|
*/ |
22 |
int integrator_ida_analyse_debug(const IntegratorSystem *sys,FILE *fp); |
int integrator_ida_analyse_debug(const IntegratorSystem *sys,FILE *fp); |
23 |
|
|
24 |
/** |
/** |