Home
last modified time | relevance | path

Searched refs:npt (Results 1 – 3 of 3) sorted by relevance

/phasta/phSolver/compressible/
H A Dgltet.c4 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 Dgltri.c5 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 DGaussLegendre1D.c168 int GaussLegendre1D(int npt, double **pt, double **wt) { in GaussLegendre1D() argument
169 switch(npt) { in GaussLegendre1D()