Searched refs:wt1 (Results 1 – 4 of 4) sorted by relevance
| /phasta/phSolver/common/ |
| H A D | GaussLegendreSimplex.c | 19 double *pt1,*pt2,*pt3,*wt1,*wt2,*wt3,dJ; in GaussLegendreTet() local 22 GaussLegendre1D(n1,&pt1,&wt1); in GaussLegendreTet() 32 GLwt[index++] = dJ*wt1[i]*wt2[j]*wt3[k]*six; in GaussLegendreTet() 41 double *pt1,*pt2,*wt1,*wt2,dJ; in GaussLegendreTri() local 44 GaussLegendre1D(n1,&pt1,&wt1); in GaussLegendreTri() 50 GLwt[index++] = dJ*wt1[i]*wt2[j]*two; in GaussLegendreTri()
|
| H A D | symline.c | 40 static double wt1[] = {Qw1}; variable 52 if( nint == 1 ) {*bcord = rst1 ; *wt = wt1; } in lineIntPnt()
|
| H A D | symtripyr.c | 85 static double wt1[] = {2.2360679774997897}; variable 127 if( nint == 1 ){*bcord = rst1 ; *wt = wt1; } in triIntPntPyr()
|
| H A D | symtri.c | 60 static double wt1[] = {1.00000000000000000}; variable 89 else if( nint == 1 ){*bcord = rst1 ; *wt = wt1; } in triIntPnt()
|