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

KINSOL Root Finder: f(x,p,t) = dx/dt = 0
[ODE/DAE Integrator Interface]

Collaboration diagram for KINSOL Root Finder: f(x,p,t) = dx/dt = 0:

NOT FUNCTIONAL YET: An interface to SUNDIALS KinSolver to find a local root of a system of non-linear equations. More...

Functions

SBML_ODESOLVER_API int IntegratorInstance_nullSolver (integratorInstance_t *engine)
int IntegratorInstance_createKINSolverStructures (integratorInstance_t *engine)
void IntegratorInstance_freeKINSolverStructures (integratorInstance_t *engine)
SBML_ODESOLVER_API void IntegratorInstance_printKINSOLStatistics (integratorInstance_t *engine, FILE *f)
 Prints some final statistics of the calls to CVODE routines.

Detailed Description

NOT FUNCTIONAL YET: An interface to SUNDIALS KinSolver to find a local root of a system of non-linear equations.

This code is working. It is, however, not functional. The KinSolver interface could be used to locally search for steady states. It would need better input settings. The example file `findRoot' in the examples folder can be used to play with settings and develop this functionality. Contact us, if you want to help!


Function Documentation

SBML_ODESOLVER_API int IntegratorInstance_nullSolver integratorInstance_t engine  ) 
 

int IntegratorInstance_createKINSolverStructures integratorInstance_t engine  ) 
 

void IntegratorInstance_freeKINSolverStructures integratorInstance_t engine  ) 
 

SBML_ODESOLVER_API void IntegratorInstance_printKINSOLStatistics integratorInstance_t engine,
FILE *  f
 

Prints some final statistics of the calls to CVODE routines.


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