Home
last modified time | relevance | path

Searched refs:n3 (Results 1 – 2 of 2) 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 DGaussLegendreSimplex.c16 int GaussLegendreTet(int n1,int n2,int n3,double GLrstw[][4],double *GLwt) { in GaussLegendreTet() argument
24 GaussLegendre1D(n3,&pt3,&wt3); in GaussLegendreTet()
27 for(k=0; k < n3; k++) { in GaussLegendreTet()