Searched refs:npt (Results 1 – 3 of 3) sorted by relevance
| /phasta/phSolver/compressible/ |
| H A D | gltet.c | 4 gltet_(int *n1, int *n2,int *n3, double pt[][4], double wt[], int *npt) in gltet_() argument 7 gltet_(int *n1, int *n2,int *n3, double pt[][4], double wt[], int *npt) in gltet_() 10 gltet(int *n1, int *n2,int *n3, double pt[][4], double wt[], int *npt) in gltet_() 13 void gltet_(int *n1, int *n2,int *n3, double pt[][4], double wt[], int *npt) in gltet_() 16 void gltet_(int *n1, int *n2,int *n3, double pt[][4], double wt[], int *npt) in gltet_() 19 void GLTET(int *n1, int *n2,int *n3, double pt[][4], double wt[], int *npt) in gltet_() 22 *npt = GaussLegendreTet(*n1,*n2,*n3,pt,wt); in gltet_()
|
| /phasta/phSolver/common/ |
| H A D | gltri.c | 5 void gltri(int *n1, int *n2, double pt[][3], double wt[], int *npt) in gltri() argument 7 *npt = GaussLegendreTri(*n1,*n2,pt,wt); in gltri()
|
| H A D | GaussLegendre1D.c | 168 int GaussLegendre1D(int npt, double **pt, double **wt) { in GaussLegendre1D() argument 169 switch(npt) { in GaussLegendre1D()
|