Home
last modified time | relevance | path

Searched defs:n2 (Results 1 – 3 of 3) sorted by relevance

/phasta/phSolver/common/
H A Dgltri.c5 void gltri(int *n1, int *n2, double pt[][3], double wt[], int *npt) in gltri()
H A DGaussLegendreSimplex.c16 int GaussLegendreTet(int n1,int n2,int n3,double GLrstw[][4],double *GLwt) { in GaussLegendreTet()
38 int GaussLegendreTri(int n1,int n2,double GLr[][3],double *GLwt) { in GaussLegendreTri()
/phasta/phSolver/compressible/
H A Dgltet.c4 gltet_(int *n1, int *n2,int *n3, double pt[][4], double wt[], int *npt) in gltet_()