Home
last modified time | relevance | path

Searched refs:n1 (Results 1 – 19 of 19) 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
22 GaussLegendre1D(n1,&pt1,&wt1); in GaussLegendreTet()
25 for(i=0; i < n1; i++) { in GaussLegendreTet()
38 int GaussLegendreTri(int n1,int n2,double GLr[][3],double *GLwt) { in GaussLegendreTri() argument
44 GaussLegendre1D(n1,&pt1,&wt1); in GaussLegendreTri()
46 for(i=0; i < n1; i++) { in GaussLegendreTri()
H A Dsymline.c8 void symline(int *n1, double pt[][4], double wt[], int *err) in symline() argument
13 *err = lineIntPnt(*n1, &lpt, &lwt); in symline()
14 for(i=0; i < *n1; i++){ in symline()
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 Dsymtripyr.c8 void symtripyr(int *n1, double pt[][4], double wt[], int *err) in symtripyr() argument
13 *err = triIntPntPyr(*n1, &lpt, &lwt); in symtripyr()
14 for(i=0; i < *n1; i++){ in symtripyr()
H A DgenbkbPosix.f126 n1=n
140 call gensvb (ientp(n1:n2,1:nshl),
141 & iBCBtp(n1:n2,:), BCBtp(n1:n2,:),
H A Dgenbkb.f182 n1=n
195 call gensvb (ientp(n1:n2,1:nshl),
196 & iBCBtp(n1:n2,:), BCBtp(n1:n2,:),
H A DgenbkbSyncIO.f168 n1=n
181 call gensvb (ientp(n1:n2,1:nshl),
182 & iBCBtp(n1:n2,:), BCBtp(n1:n2,:),
H A Dsymquadw.c8 void symquadw(int *n1, double pt[][4], double wt[], int *err) in symquadw() argument
13 *err = quadwIntPnt(*n1, &lpt, &lwt); in symquadw()
14 for(i=0; i < *n1; i++) { in symquadw()
H A Dsymquad.c10 void symquad(int *n1, double pt[][4], double wt[], int *err) in symquad() argument
15 *err = quadIntPnt(*n1, &lpt, &lwt); in symquad()
16 for(i=0; i < *n1; i++) { in symquad()
H A Dsymtri.c8 void symtri(int *n1, double pt[][4], double wt[], int *err) in symtri() argument
13 *err = triIntPnt(*n1, &lpt, &lwt); in symtri()
14 for(i=0; i < *n1; i++){ in symtri()
H A DgenblkPosix.f88 n1=n
91 call gensav (ientp(n1:n2,1:nshl),
H A Dsymhex.c10 void symhex(int *n1, double pt[][4], double wt[], int *err) in symhex() argument
15 *err = hexIntPnt(*n1, &lpt, &lwt); in symhex()
16 for(i=0; i < *n1; i++) { in symhex()
H A DgenblkSyncIO.f131 n1=n
134 call gensav (ientp(n1:n2,1:nshl),
H A Dgenblk.f140 n1=n
143 call gensav (ientp(n1:n2,1:nshl),
H A Dsymwdg.c8 void symwdg(int *n1, double pt[][4], double wt[], int *err) in symwdg() argument
13 *err = wdgIntPnt(*n1, &lpt, &lwt); in symwdg()
14 for(i=0; i < *n1; i++) { in symwdg()
H A Dsymtet.c9 void symtet(int *n1, double pt[][4], double wt[], int *err) in symtet() argument
14 *err = tetIntPnt(*n1, &lpt, &lwt); in symtet()
15 for(i=0; i < *n1; i++) { in symtet()
H A Dsympyr.c10 void sympyr(int *n1, double pt[][4], double wt[], int *err) in sympyr() argument
15 *err = pyrIntPnt(*n1, &lpt, &lwt); in sympyr()
16 for(i=0; i < *n1; i++) { in sympyr()
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