| /phasta/phSolver/common/ |
| H A D | GaussLegendre1D.c | 168 int GaussLegendre1D(int npt, double **pt, double **wt) { in GaussLegendre1D() argument 172 *wt = _GL_wt1; in GaussLegendre1D() 177 *wt = _GL_wt2; in GaussLegendre1D() 182 *wt = _GL_wt3; in GaussLegendre1D() 187 *wt = _GL_wt4; in GaussLegendre1D() 192 *wt = _GL_wt5; in GaussLegendre1D() 197 *wt = _GL_wt6; in GaussLegendre1D() 202 *wt = _GL_wt7; in GaussLegendre1D() 207 *wt = _GL_wt8; in GaussLegendre1D() 212 *wt = _GL_wt9; in GaussLegendre1D() [all …]
|
| H A D | symline.c | 8 void symline(int *n1, double pt[][4], double wt[], int *err) in symline() argument 15 wt[i] = lwt[i]; in symline() 49 int lineIntPnt(int nint, DARR2 **bcord, double **wt) in lineIntPnt() argument 52 if( nint == 1 ) {*bcord = rst1 ; *wt = wt1; } in lineIntPnt() 53 else if( nint == 2 ){*bcord = rst2 ; *wt = wt2; } in lineIntPnt() 54 else if( nint == 3 ){*bcord = rst3 ; *wt = wt3; } in lineIntPnt()
|
| H A D | symtri.c | 8 void symtri(int *n1, double pt[][4], double wt[], int *err) in symtri() argument 15 wt[i] = lwt[i]; in symtri() 85 int triIntPnt(int nint, DARR3 **bcord, double **wt) in triIntPnt() argument 88 if( nint == 3 ) {*bcord = rst3 ; *wt = wt3; } in triIntPnt() 89 else if( nint == 1 ){*bcord = rst1 ; *wt = wt1; } in triIntPnt() 90 else if( nint == 4 ){*bcord = rst4 ; *wt = wt4; } in triIntPnt() 91 else if( nint == 6 ){*bcord = rst6 ; *wt = wt6; } in triIntPnt() 92 else if( nint == 7 ){*bcord = rst7 ; *wt = wt7; } in triIntPnt() 93 else if( nint == 12){*bcord = rst12; *wt = wt12;} in triIntPnt()
|
| H A D | symtripyr.c | 8 void symtripyr(int *n1, double pt[][4], double wt[], int *err) in symtripyr() argument 15 wt[i] = lwt[i]; in symtripyr() 124 int triIntPntPyr(int nint, DARR3 **bcord, double **wt) in triIntPntPyr() argument 127 if( nint == 1 ){*bcord = rst1 ; *wt = wt1; } in triIntPntPyr() 128 else if( nint == 4 ){*bcord = rst4 ; *wt = wt4; } in triIntPntPyr() 129 else if( nint == 9 ){*bcord = rst9 ; *wt = wt9; } in triIntPntPyr()
|
| H A D | symquad.c | 10 void symquad(int *n1, double pt[][4], double wt[], int *err) in symquad() argument 17 wt[i] = lwt[i]; in symquad() 77 int quadIntPnt(int nint, DARR3 **bcord, double **wt) in quadIntPnt() argument 91 if( nint == 4 ){*bcord = rstw4 ; *wt = twt4; } in quadIntPnt() 92 else if (nint == 9){*bcord = rstw9 ; *wt = twt9; } in quadIntPnt() 107 *bcord = rstw; *wt = twt; in quadIntPnt() 123 *bcord = rstw; *wt = twt; in quadIntPnt()
|
| H A D | symquadw.c | 8 void symquadw(int *n1, double pt[][4], double wt[], int *err) in symquadw() argument 15 wt[i] = lwt[i]; in symquadw() 136 int quadwIntPnt(int nint, DARR3 **bcord, double **wt) in quadwIntPnt() argument 140 if( nint == 4 ){*bcord = rstw4 ; *wt = twt4; } in quadwIntPnt() 141 else if( nint == 9 ){*bcord = rstw9 ; *wt = twt9; } in quadwIntPnt() 142 else if( nint == 16){*bcord = rstw16 ; *wt = twt16;} in quadwIntPnt()
|
| H A D | symhex.c | 10 void symhex(int *n1, double pt[][4], double wt[], int *err) in symhex() argument 17 wt[i] = lwt[i]; in symhex() 144 int hexIntPnt(int nint, DARR4 **bcord, double **wt) in hexIntPnt() argument 159 if( nint == 1){ *bcord = rstw1; *wt = twt1;} in hexIntPnt() 161 else if( nint == 8 ){*bcord = rstw8 ; *wt = twt8; } in hexIntPnt() 163 else if( nint == 27 ) {*bcord = rstw27 ; *wt = twt27; } in hexIntPnt() 184 *bcord = rstw; *wt = twt; in hexIntPnt() 205 *bcord = rstw; *wt = twt; in hexIntPnt()
|
| H A D | symtet.c | 9 void symtet(int *n1, double pt[][4], double wt[], int *err) in symtet() argument 16 wt[i] = lwt[i]; in symtet() 175 int tetIntPnt(int nint, DARR4 **bcord, double **wt) in tetIntPnt() argument 179 if( nint == 1 ) {*bcord = rstw1 ; *wt = twt1; } in tetIntPnt() 180 else if( nint == 4 ){*bcord = rstw4 ; *wt = twt4; } in tetIntPnt() 181 else if( nint == 5 ){*bcord = rstw5 ; *wt = twt5; } in tetIntPnt() 182 else if( nint == 16 ){*bcord = rstw16 ; *wt = twt16; } in tetIntPnt() 183 else if( nint == 17 ){*bcord = rstw17 ; *wt = twt17; } in tetIntPnt() 184 else if( nint == 29 ){*bcord = rstw29 ; *wt = twt29; } in tetIntPnt()
|
| H A D | symwdg.c | 8 void symwdg(int *n1, double pt[][4], double wt[], int *err) in symwdg() argument 15 wt[i] = lwt[i]; in symwdg() 211 int wdgIntPnt(int nint, DARR4 **bcord, double **wt) in wdgIntPnt() argument 215 if( nint == 6 ){*bcord = rstw6 ; *wt = twt6; } in wdgIntPnt() 216 else if( nint == 1 ){*bcord = rstw1 ; *wt = twt1; } in wdgIntPnt() 217 else if( nint == 18 ){*bcord = rstw18 ; *wt = twt18; } in wdgIntPnt() 218 else if( nint == 48 ){*bcord = rstw48 ; *wt = twt48; } in wdgIntPnt()
|
| H A D | sympyr.c | 10 void sympyr(int *n1, double pt[][4], double wt[], int *err) in sympyr() argument 17 wt[i] = lwt[i]; in sympyr() 227 int pyrIntPnt(int nint, DARR4 **bcord, double **wt) in pyrIntPnt() argument 240 if( nint == 1){ *bcord = rstw1; *wt = twt1;} in pyrIntPnt() 242 else if( nint == 8 ){*bcord = rstw8 ; *wt = twt8; } in pyrIntPnt() 244 else if( nint == 27 ) {*bcord = rstw27 ; *wt = twt27; } in pyrIntPnt() 261 *bcord = rstw64; *wt = twt; in pyrIntPnt() 282 *bcord = rstw; *wt = twt; in pyrIntPnt()
|
| H A D | gltri.c | 5 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()
|
| /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_() 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_()
|