MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
|
MoDeNa bindings used when MoDeNa library is not installed. More...
#include <stddef.h>
#include <stdbool.h>
Go to the source code of this file.
Functions | |
int * | modena_inputs_new (int *self) |
int * | modena_outputs_new (int *self) |
size_t | modena_model_inputs_argPos (int *self, const char *name) |
size_t | modena_model_outputs_argPos (int *self, const char *name) |
void | modena_model_argPos_check (int *self) |
void | modena_inputs_set (int *self, const size_t i, double x) |
void | modena_inputs_destroy (int *inputs) |
void | modena_outputs_destroy (int *inputs) |
void | modena_model_destroy (int *inputs) |
double | modena_outputs_get (int *self, const size_t i) |
int * | modena_model_new (const char *modelId) |
Function fetching a surrogate model from MongoDB. More... | |
int | modena_model_call (int *model, int *inputs, int *outputs) |
bool | modena_error_occurred () |
int | modena_error () |
MoDeNa bindings used when MoDeNa library is not installed.
These bindings are used when MoDeNa is not installed. Useful when you want to compile the model, but you don't have the MoDeNa library. Use only when you are not calling any MoDeNa functions.
Definition in file fake_modena.c.