fydot2table.c File Reference

#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


Define Documentation

#define ARGS_fydot2   integer*, integer*,integer*,double *,double*,double*

Referenced by C2F().

#define ARGS_fydot2f   integer *, double *, double *, double *

Referenced by C2F().


Function Documentation

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 
)

function call

Definition at line 46 of file fydot2table.c.

References C2F.

00047 {
00048         integer nd1,iflag1;
00049         C2F(getcodc)(&nd1,&iflag1);
00050         (*fydot2fonc)(&iflag1,n,&nd1,t,y,ydot);
00051 }

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:


Variable Documentation

fydot2f fydot2fonc [static]

the current function fixed by setfydot2

Definition at line 34 of file fydot2table.c.


Generated on Sun Mar 4 15:18:02 2007 for Scilab [trunk] by  doxygen 1.5.1