76 |
Return the SolverDiffVarCollection for the system. You *don't* own the |
Return the SolverDiffVarCollection for the system. You *don't* own the |
77 |
returned list -- it belongs to the slv_system_t. |
returned list -- it belongs to the slv_system_t. |
78 |
*/ |
*/ |
79 |
extern SolverDiffVarCollection *analyse_get_diffvars(slv_system_t sys); |
extern SolverDiffVarCollection *system_get_diffvars(slv_system_t sys); |
80 |
|
|
81 |
int system_diffvars_build(slv_system_t sys, struct problem_t *prob); |
int system_diffvars_build(slv_system_t sys, struct problem_t *prob); |
82 |
|
|