openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Classes | Namespaces | Macros | Functions
ODEint.h File Reference
#include "limpet_types.h"
Include dependency graph for ODEint.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  limpet::d_OdeVec
 

Namespaces

 limpet
 

Macros

#define ODEint_MaxVecLen   100
 

Functions

void limpet::ODEint_RK (GlobalData_t *y, GlobalData_t *ydot, void f(GlobalData_t *, GlobalData_t *, void *), void *f_data, int len, GlobalData_t dt)
 
void limpet::ODEint_FE (GlobalData_t *y, GlobalData_t *ydot, void *f, void *f_data, int len, GlobalData_t dt)
 
void limpet::d_ODEint_FE (d_OdeVec *y, d_OdeVec *ydot, void *f, void *f_data, GlobalData_t dt)
 
void limpet::d_ODEint_RK (d_OdeVec *y, d_OdeVec *ydot, void f(GlobalData_t *, d_OdeVec *, void *), void *f_data, GlobalData_t dt)
 

Macro Definition Documentation

◆ ODEint_MaxVecLen

#define ODEint_MaxVecLen   100

Definition at line 31 of file ODEint.h.