|
Cantera
3.0.0
|
Loading...
Searching...
No Matches
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_new_basic(
const char* type,
double c);
19 CANTERA_CAPI
int func_new_advanced(
const char* type,
size_t lenp,
const double* p);
20 CANTERA_CAPI
int func_new_compound(
const char* type,
int a,
int b);
21 CANTERA_CAPI
int func_new_modified(
const char* type,
int a,
double c);
22 CANTERA_CAPI
int func_del(
int i);
23 CANTERA_CAPI
int func_type(
int i,
size_t lennm,
char* nm);
24 CANTERA_CAPI
double func_value(
int i,
double t);
25 CANTERA_CAPI
int func_derivative(
int i);
26 CANTERA_CAPI
int func_duplicate(
int i);
27 CANTERA_CAPI
int func_write(
int i,
size_t lennm,
const char* arg,
char* nm);
28 CANTERA_CAPI
int ct_clearFunc();