Home
last modified time | relevance | path

Searched defs:n1 (Results 1 – 13 of 13) 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()
H A Dsymline.c8 void symline(int *n1, double pt[][4], double wt[], int *err) in symline()
H A Dsymquad.c10 void symquad(int *n1, double pt[][4], double wt[], int *err) in symquad()
H A Dsymtripyr.c8 void symtripyr(int *n1, double pt[][4], double wt[], int *err) in symtripyr()
H A Dsymtri.c8 void symtri(int *n1, double pt[][4], double wt[], int *err) in symtri()
H A Dsymtet.c9 void symtet(int *n1, double pt[][4], double wt[], int *err) in symtet()
H A Dsymquadw.c8 void symquadw(int *n1, double pt[][4], double wt[], int *err) in symquadw()
H A Dsymhex.c10 void symhex(int *n1, double pt[][4], double wt[], int *err) in symhex()
H A Dfillsparse.f86 integer aa, b, c, e, i, k, n, n1 local
148 integer aa, b, c, e, i, k, n, n1 local
H A Dsympyr.c10 void sympyr(int *n1, double pt[][4], double wt[], int *err) in sympyr()
H A Dsymwdg.c8 void symwdg(int *n1, double pt[][4], double wt[], int *err) in symwdg()
/phasta/phSolver/compressible/
H A Dgltet.c4 gltet_(int *n1, int *n2,int *n3, double pt[][4], double wt[], int *npt) in gltet_()