Home
last modified time | relevance | path

Searched refs:wt3 (Results 1 – 3 of 3) sorted by relevance

/phasta/phSolver/common/
H A DGaussLegendreSimplex.c19 double *pt1,*pt2,*pt3,*wt1,*wt2,*wt3,dJ; in GaussLegendreTet() local
24 GaussLegendre1D(n3,&pt3,&wt3); in GaussLegendreTet()
32 GLwt[index++] = dJ*wt1[i]*wt2[j]*wt3[k]*six; in GaussLegendreTet()
H A Dsymline.c46 static double wt3[] = {Qw31,Qw32,Qw31}; variable
54 else if( nint == 3 ){*bcord = rst3 ; *wt = wt3; } in lineIntPnt()
H A Dsymtri.c63 static double wt3[] = {A,A,A}; variable
88 if( nint == 3 ) {*bcord = rst3 ; *wt = wt3; } in triIntPnt()