Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals

odeConstruct.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <sbml/SBMLTypes.h>
#include "sbmlsolver/cvodedata.h"
#include "sbmlsolver/odeConstruct.h"
#include "sbmlsolver/modelSimplify.h"
#include "sbmlsolver/processAST.h"
#include "sbmlsolver/solverError.h"

Include dependency graph for odeConstruct.c:


Functions

SBML_ODESOLVER_API Model_t * Model_reduceToOdes (Model_t *m)
 C: Construct an ODE system from a Reaction Network.
SBML_ODESOLVER_API ASTNode_t * Species_odeFromReactions (Species_t *s, Model_t *m)
 Creates and ODE for a species from its reactions.
SBML_ODESOLVER_API double Model_getValueById (Model_t *m, const char *id)
 Returns the value of a compartment, species or parameter with the passed ID.
SBML_ODESOLVER_API int Model_setValue (Model_t *m, const char *id, const char *rid, double value)
 Sets the value of a compartment, species or parameter with the passed ID.

Generated on Wed Dec 21 18:10:14 2005 for SBML ODE Solver Library API by  doxygen 1.4.4