Searched refs:dJ (Results 1 – 1 of 1) sorted by relevance
| /phasta/phSolver/common/ |
| H A D | GaussLegendreSimplex.c | 19 double *pt1,*pt2,*pt3,*wt1,*wt2,*wt3,dJ; in GaussLegendreTet() local 29 &GLrstw[index][1],&GLrstw[index][2],&dJ); 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 48 quadToTri(pt1[i],pt2[j],&GLr[index][0],&GLr[index][1],&dJ); in GaussLegendreTri() 50 GLwt[index++] = dJ*wt1[i]*wt2[j]*two; in GaussLegendreTri()
|