TP Intégration Numérique
 All Files Functions
mesh1D.h
Go to the documentation of this file.
1 
8 #ifndef _MESH1D_H
9 #define _MESH1D_H
10 
11 #include "utils.h"
12 
22 void DisReg(double a, double b, int N, double *X,double *ph);
23 
28 void DisRegAlloc(double a, double b, int N, double **pX,double *ph);
29 
30 #endif