#include "FTables.h"Include dependency graph for fydottable.c:

Go to the source code of this file.
Defines | |
| #define | ARGS_fydot integer*,double *,double *,double * |
| #define | ARGS_fjac integer*,double *,double *,integer*,integer*,double*,integer* |
Typedefs | |
| typedef void(*) | fydotf (ARGS_fydot) |
| typedef void(*) | fjacf (ARGS_fjac) |
Functions | |
| void C2F() | fex (ARGS_fydot) |
| void C2F() | fex2 (ARGS_fydot) |
| void C2F() | fex3 (ARGS_fydot) |
| void C2F() | fexab (ARGS_fydot) |
| void C2F() | loren (ARGS_fydot) |
| void C2F() | arnol (ARGS_fydot) |
| void C2F() | bcomp (ARGS_fydot) |
| void C2F() | lcomp (ARGS_fydot) |
| void C2F() | fydot (ARGS_fydot) |
| void C2F() | setfydot (char *name, int *rep) |
| void C2F() | jex (ARGS_fjac) |
| void C2F() | fjac (ARGS_fjac) |
| void C2F() | setfjac (char *name, int *rep) |
| void C2F() | fydot (integer *n, double *t, double *y, double *ydot) |
| void C2F() | fjac (integer *neq, double *t, double *y, integer *ml, integer *mu, double *pd, integer *nrpd) |
Variables | |
| FTAB | FTab_fydot [] |
| FTAB | FTab_fjac [] |
| static fydotf | fydotfonc |
| static fjacf | fjacfonc |
Definition at line 13 of file fydottable.c.
| #define ARGS_fydot integer*,double *,double *,double * |
Definition at line 10 of file fydottable.c.
| typedef void(*) fjacf(ARGS_fjac) |
Definition at line 14 of file fydottable.c.
| typedef void(*) fydotf(ARGS_fydot) |
Definition at line 11 of file fydottable.c.
| void C2F() arnol | ( | ARGS_fydot | ) |
| void C2F() bcomp | ( | ARGS_fydot | ) |
| void C2F() fex | ( | ARGS_fydot | ) |
| void C2F() fex2 | ( | ARGS_fydot | ) |
| void C2F() fex3 | ( | ARGS_fydot | ) |
| void C2F() fexab | ( | ARGS_fydot | ) |
| void C2F() fjac | ( | integer * | neq, | |
| double * | t, | |||
| double * | y, | |||
| integer * | ml, | |||
| integer * | mu, | |||
| double * | pd, | |||
| integer * | nrpd | |||
| ) |
| void C2F() fjac | ( | ARGS_fjac | ) |
| void C2F() fydot | ( | integer * | n, | |
| double * | t, | |||
| double * | y, | |||
| double * | ydot | |||
| ) |
| void C2F() fydot | ( | ARGS_fydot | ) |
| void C2F() jex | ( | ARGS_fjac | ) |
| void C2F() lcomp | ( | ARGS_fydot | ) |
| void C2F() loren | ( | ARGS_fydot | ) |
| void C2F() setfjac | ( | char * | name, | |
| int * | rep | |||
| ) |
fixes the function associated to name
| void C2F() setfydot | ( | char * | name, | |
| int * | rep | |||
| ) |
fixes the function associated to name
the current function fixed by setfjac
Definition at line 74 of file fydottable.c.
Initial value:
{
{"arnol", (voidf) C2F(arnol)},
{"bcomp", (voidf) C2F(bcomp)},
{"fex", (voidf) C2F(fex)},
{"fex2", (voidf) C2F(fex2)},
{"fex3", (voidf) C2F(fex3)},
{"fexab", (voidf) C2F(fexab)},
{"lcomp", (voidf) C2F(lcomp)},
{"loren", (voidf) C2F(loren)},
{(char *) 0, (voidf) 0}}
Definition at line 28 of file fydottable.c.
the current function fixed by setfydot
Definition at line 55 of file fydottable.c.
Referenced by fydot().
1.5.1