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

Go to the source code of this file.
Defines | |
| #define | ARGS_fydot2 integer*, integer*,integer*,double *,double*,double* |
| #define | ARGS_fydot2f integer *, double *, double *, double * |
Functions | |
| int | C2F (getcodc) |
| void C2F() | fydot2 (integer *n, double *t, double *y, double *ydot) |
| void C2F() | setfydot2 (char *name, int *rep) |
Variables | |
| static fydot2f | fydot2fonc |
| int C2F | ( | getcodc | ) |
Definition at line 6 of file fydot2table.c.
References ARGS_fydot2, ARGS_fydot2f, and C2F.
00027 { 00028 {"fcd", (voidf) C2F(fcd)}, 00029 {"fcd1", (voidf) C2F(fcd1)}, 00030 {"fexcd", (voidf) C2F(fexcd)}, 00031 {"phis", (voidf) C2F(phis)}, 00032 {"phit", (voidf) C2F(phit)}, 00033 {(char *) 0, (voidf) 0} 00034 };
| void C2F() fydot2 | ( | integer * | n, | |
| double * | t, | |||
| double * | y, | |||
| double * | ydot | |||
| ) |
| void C2F() setfydot2 | ( | char * | name, | |
| int * | rep | |||
| ) |
fixes the function associated to name
Definition at line 55 of file fydot2table.c.
References rep, and SetFunction().
00056 { 00057 fydot2fonc = (fydot2f) SetFunction(name,rep,FTab_fydot2); 00058 }
Here is the call graph for this function:

fydot2f fydot2fonc [static] |
the current function fixed by setfydot2
Definition at line 34 of file fydot2table.c.
1.5.1