#include "cvodedata.h"#include "sbmlsolver/exportdefs.h"Include dependency graph for odeConstruct.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| SBML_ODESOLVER_API double | Model_getValueById (Model_t *, const char *) |
| Returns the value of a compartment, species or parameter with the passed ID. | |
| SBML_ODESOLVER_API int | Model_setValue (Model_t *, const char *, const char *, double) |
| Sets the value of a compartment, species or parameter with the passed ID. | |
| SBML_ODESOLVER_API Model_t * | Model_reduceToOdes (Model_t *) |
| C: Construct an ODE system from a Reaction Network. | |
| SBML_ODESOLVER_API ASTNode_t * | Species_odeFromReactions (Species_t *, Model_t *) |
| Creates and ODE for a species from its reactions. | |
1.4.4