Go to the documentation of this file.
17 CANTERA_CAPI
int func_new(
int type,
size_t n,
size_t lenp,
const double* p);
18 CANTERA_CAPI
int func_del(
int i);
19 CANTERA_CAPI
double func_value(
int i,
double t);
20 CANTERA_CAPI
int func_derivative(
int i);
21 CANTERA_CAPI
int func_duplicate(
int i);
22 CANTERA_CAPI
int func_write(
int i,
size_t lennm,
const char* arg,
char* nm);
23 CANTERA_CAPI
int ct_clearFunc();