Fec.h

Go to the documentation of this file.
00001 /*------------------------------------------------------------------------*/
00002 /* file: Fec.h                                                            */
00003 /* Copyright INRIA 2006                                                   */
00004 /* Authors : Jean-Baptiste Silvy                                          */
00005 /* desc : Functions used to draw fec objects                              */
00006 /*------------------------------------------------------------------------*/
00007 
00008 #ifndef _FEC_H_
00009 #define _FEC_H_
00010 
00011 void newfec(integer *xm,integer *ym,double *triangles,double *func,integer *Nnode,
00012             integer *Ntr,double *zminmax,integer *colminmax, integer *colout, BOOL with_mesh) ;
00013 
00036 int C2F(fec)(double *x, double *y, double *triangles, double *func, integer *Nnode, integer *Ntr, 
00037              char *strflag, char *legend, double *brect, integer *aaint, double *zminmax, 
00038              integer *colminmax, integer *colout, BOOL with_mesh, BOOL flagNax, integer lstr1, integer lstr2) ;
00039 
00040 #endif /* _FEC_H_ */

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