45 void message(
char *s);
47 void *safecalloc(
long nb,
long size);
49 void closegraphique();
50 void rattente(
int waitm,
float = 0,
float = 0 );
51 void cadre(
float xmin,
float xmax,
float ymin,
float ymax);
52 void cadreortho(
float centrex,
float centrey,
float rayon);
54 void pointe(
float x,
float y);
55 void rmoveto(
float x,
float y);
56 void rlineto(
float x,
float y);
57 void cercle(
float centrex,
float centrey,
float rayon);
58 void execute(
char* s);
59 void safefree(
void** f);
61 void raffpoly(
int n,
float *poly);
This is the FreeFEM reference manual
Provided by The KFEM project