Home
last modified time | relevance | path

Searched refs:wt1 (Results 1 – 4 of 4) sorted by relevance

/phasta/phSolver/common/
H A DGaussLegendreSimplex.c19 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 Dsymline.c40 static double wt1[] = {Qw1}; variable
52 if( nint == 1 ) {*bcord = rst1 ; *wt = wt1; } in lineIntPnt()
H A Dsymtripyr.c85 static double wt1[] = {2.2360679774997897}; variable
127 if( nint == 1 ){*bcord = rst1 ; *wt = wt1; } in triIntPntPyr()
H A Dsymtri.c60 static double wt1[] = {1.00000000000000000}; variable
89 else if( nint == 1 ){*bcord = rst1 ; *wt = wt1; } in triIntPnt()