Searched defs:evalAtInterp (Results 1 – 1 of 1) sorted by relevance
| /phasta/phSolver/common/ |
| H A D | hierarchic.f | 236 subroutine evalAtInterp( ycoeff, yvals, x, nvars, npts ) subroutine 241 integer nvars, npts, nHits(nshg) 243 real*8 ycoeff(nshg,ndof), yvals(nshg,nvars), 244 & shp(nshl,npts), shgl(nsd,nshl,npts), 245 & intpnt(3,npts), x(numnp,nsd) 247 real*8, allocatable :: ycl(:,:,:) 248 real*8, allocatable :: xl(:,:,:) 249 real*8, allocatable :: yvl(:,:,:) 250 real*8, allocatable :: sgn(:,:)
|