| /phasta/phSolver/common/ |
| H A D | GaussLegendre1D.c | 168 int GaussLegendre1D(int npt, double **pt, double **wt) { in GaussLegendre1D() argument 171 *pt = _GL_pt1; in GaussLegendre1D() 176 *pt = _GL_pt2; in GaussLegendre1D() 181 *pt = _GL_pt3; in GaussLegendre1D() 186 *pt = _GL_pt4; in GaussLegendre1D() 191 *pt = _GL_pt5; in GaussLegendre1D() 196 *pt = _GL_pt6; in GaussLegendre1D() 201 *pt = _GL_pt7; in GaussLegendre1D() 206 *pt = _GL_pt8; in GaussLegendre1D() 211 *pt = _GL_pt9; in GaussLegendre1D() [all …]
|
| H A D | gltri.c | 5 void gltri(int *n1, int *n2, double pt[][3], double wt[], int *npt) in gltri() 7 *npt = GaussLegendreTri(*n1,*n2,pt,wt); in gltri()
|
| H A D | symline.c | 8 void symline(int *n1, double pt[][4], double wt[], int *err) in symline() 17 pt[i][j] = lpt[i][j]; in symline()
|
| H A D | symtripyr.c | 8 void symtripyr(int *n1, double pt[][4], double wt[], int *err) in symtripyr() 17 pt[i][j] = lpt[i][j]; in symtripyr()
|
| H A D | symquadw.c | 8 void symquadw(int *n1, double pt[][4], double wt[], int *err) in symquadw() 17 pt[i][j]=lpt[i][j]; in symquadw()
|
| H A D | symquad.c | 10 void symquad(int *n1, double pt[][4], double wt[], int *err) in symquad() 19 pt[i][j]=lpt[i][j]; in symquad()
|
| H A D | symtri.c | 8 void symtri(int *n1, double pt[][4], double wt[], int *err) in symtri() 17 pt[i][j] = lpt[i][j]; in symtri()
|
| H A D | symhex.c | 10 void symhex(int *n1, double pt[][4], double wt[], int *err) in symhex() 19 pt[i][j]=lpt[i][j]; in symhex()
|
| H A D | symwdg.c | 8 void symwdg(int *n1, double pt[][4], double wt[], int *err) in symwdg() 17 pt[i][j]=lpt[i][j]; in symwdg()
|
| H A D | symtet.c | 9 void symtet(int *n1, double pt[][4], double wt[], int *err) in symtet() 18 pt[i][j]=lpt[i][j]; in symtet()
|
| H A D | sympyr.c | 10 void sympyr(int *n1, double pt[][4], double wt[], int *err) in sympyr() 19 pt[i][j]=lpt[i][j]; in sympyr()
|
| /phasta/phSolver/compressible/ |
| H A D | gltet.c | 4 gltet_(int *n1, int *n2,int *n3, double pt[][4], double wt[], int *npt) in gltet_() 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_()
|
| H A D | get_h.c | 108 double xr_xc[3], s, pt[3]; in intersect() local 152 u_line(s,xc,u,pt); /* find intersection point */ in intersect() 155 if( isPntInTri(xbar,normal,pt,tol) ){ in intersect() 157 points[pos][i] = pt[i]; in intersect()
|