Home
last modified time | relevance | path

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

/phasta/phSolver/common/
H A Dsymquad.c82 double* twt; in quadIntPnt() local
96 twt = (double *)malloc(16*sizeof(double)); in quadIntPnt()
103 twt[l]= bw4[i]*bw4[j]; in quadIntPnt()
107 *bcord = rstw; *wt = twt; in quadIntPnt()
112 twt = (double *)malloc(25*sizeof(double)); in quadIntPnt()
119 twt[l]= bw5[i]*bw5[j]; in quadIntPnt()
123 *bcord = rstw; *wt = twt; in quadIntPnt()
H A Dsymhex.c149 double *twt; in hexIntPnt() local
168 twt = (double *)malloc(64*sizeof(double)); in hexIntPnt()
177 twt[l]=bw4[i]*bw4[j]*bw4[k]; in hexIntPnt()
184 *bcord = rstw; *wt = twt; in hexIntPnt()
189 twt = (double *)malloc(125*sizeof(double)); in hexIntPnt()
198 twt[l]=bw5[i]*bw5[j]*bw5[k]; in hexIntPnt()
205 *bcord = rstw; *wt = twt; in hexIntPnt()
H A Dsympyr.c232 double *twt; in pyrIntPnt() local
249 twt = (double *)malloc(64*sizeof(double)); in pyrIntPnt()
254 twt[l]=bw4[i]*bw4[j]*bw4[k]; in pyrIntPnt()
261 *bcord = rstw64; *wt = twt; in pyrIntPnt()
266 twt = (double *)malloc(125*sizeof(double)); in pyrIntPnt()
275 twt[l]=bw5[i]*bw5[j]*bw5[k]; in pyrIntPnt()
282 *bcord = rstw; *wt = twt; in pyrIntPnt()