![]() |
MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
|
Go to the source code of this file.
Data Structures | |
| struct | modena_function_t |
Macros | |
| #define | __BEGIN_DECLS /* empty */ |
| #define | __END_DECLS /* empty */ |
Typedefs | |
| typedef struct modena_function_t | modena_function_t |
Functions | |
| modena_function_t * | modena_function_new (const char *functionId) |
| modena_function_t * | modena_function_new_from_model (const struct modena_model_t *self) |
| modena_index_set_t * | modena_function_get_index_set (const modena_function_t *self, const char *name) |
| void | modena_function_destroy (modena_function_t *model) |
Variables | |
| PyTypeObject | modena_function_tType |
| PyObject * | modena_SurrogateFunction |
Low-level interface library
Definition in file function.h.